@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <http://purl.obolibrary.org/obo/ohd.owl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix iao: <http://purl.obolibrary.org/obo/iao/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix terms: <http://purl.org/dc/terms/> .
@prefix example: <http://example.com/> .
@prefix protege: <http://protege.stanford.edu/plugins/owl/protege#> .
@prefix oboInOwl: <http://www.geneontology.org/formats/oboInOwl#> .

example:fma-translation-source
    a owl:AnnotationProperty ;
    rdfs:label "fma translation source" .

example:left
    a owl:Class ;
    rdfs:label "Sum of left of bilateral anatomical entity" ;
    rdfs:subClassOf obo:FMA_62955, [
        a owl:Restriction ;
        owl:allValuesFrom example:left ;
        owl:onProperty obo:BFO_0000051
    ], _:genid679 ;
    owl:disjointWith example:right .

example:right
    a owl:Class ;
    rdfs:label "Sum of right of bilateral anatomical entity" ;
    rdfs:subClassOf obo:FMA_62955, [
        a owl:Restriction ;
        owl:allValuesFrom example:right ;
        owl:onProperty obo:BFO_0000051
    ], _:genid684 .

protege:defaultLanguage
    a owl:AnnotationProperty .

obo:BFO_0000001
    obo:BFO_0000179 "entity" ;
    obo:BFO_0000180 "Entity" ;
    obo:IAO_0000112 "Julius Caesar"@en, "Verdi’s Requiem"@en, "the Second World War"@en, "your body mass index"@en ;
    obo:IAO_0000116 "BFO 2 Reference: In all areas of empirical inquiry we encounter general terms of two sorts. First are general terms which refer to universals or types:animaltuberculosissurgical procedurediseaseSecond, are general terms used to refer to groups of entities which instantiate a given universal but do not correspond to the extension of any subuniversal of that universal because there is nothing intrinsic to the entities in question by virtue of which they – and only they – are counted as belonging to the given group. Examples are: animal purchased by the Emperortuberculosis diagnosed on a Wednesdaysurgical procedure performed on a patient from Stockholmperson identified as candidate for clinical trial #2056-555person who is signatory of Form 656-PPVpainting by Leonardo da VinciSuch terms, which represent what are called ‘specializations’ in [81"@en, "Entity doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. For example Werner Ceusters 'portions of reality' include 4 sorts, entities (as BFO construes them), universals, configurations, and relations. It is an open question as to whether entities as construed in BFO will at some point also include these other portions of reality. See, for example, 'How to track absolutely everything' at http://www.referent-tracking.com/_RTU/papers/CeustersICbookRevised.pdf"@en ;
    obo:IAO_0000600 "An entity is anything that exists or has existed or will exist. (axiom label in BFO2 Reference: [001-001])"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "entity"@en ;
    rdfs:subClassOf owl:Thing .

obo:BFO_0000002
    obo:BFO_0000179 "continuant" ;
    obo:BFO_0000180 "Continuant" ;
    obo:IAO_0000116 "BFO 2 Reference: Continuant entities are entities which can be sliced to yield parts only along the spatial dimension, yielding for example the parts of your table which we call its legs, its top, its nails. ‘My desk stretches from the window to the door. It has spatial parts, and can be sliced (in space) in two. With respect to time, however, a thing is a continuant.’ [60, p. 240"@en, "Continuant doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. For example, in an expansion involving bringing in some of Ceuster's other portions of reality, questions are raised as to whether universals are continuants"@en ;
    obo:IAO_0000600 "A continuant is an entity that persists, endures, or continues to exist through time while maintaining its identity. (axiom label in BFO2 Reference: [008-002])"@en ;
    obo:IAO_0000601 "if b is a continuant and if, for some t, c has_continuant_part b at t, then c is a continuant. (axiom label in BFO2 Reference: [126-001])"@en, "if b is a continuant and if, for some t, cis continuant_part of b at t, then c is a continuant. (axiom label in BFO2 Reference: [009-002])"@en, "if b is a material entity, then there is some temporal interval (referred to below as a one-dimensional temporal region) during which b exists. (axiom label in BFO2 Reference: [011-002])"@en ;
    obo:IAO_0000602 "(forall (x y) (if (and (Continuant x) (exists (t) (continuantPartOfAt y x t))) (Continuant y))) // axiom label in BFO2 CLIF: [009-002] ", "(forall (x y) (if (and (Continuant x) (exists (t) (hasContinuantPartOfAt y x t))) (Continuant y))) // axiom label in BFO2 CLIF: [126-001] ", "(forall (x) (if (Continuant x) (Entity x))) // axiom label in BFO2 CLIF: [008-002] ", "(forall (x) (if (Material Entity x) (exists (t) (and (TemporalRegion t) (existsAt x t))))) // axiom label in BFO2 CLIF: [011-002] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "continuant"@en ;
    rdfs:subClassOf obo:BFO_0000001 ;
    owl:disjointWith obo:BFO_0000003, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:BFO_0000003
    ] .

obo:BFO_0000003
    obo:BFO_0000179 "occurrent" ;
    obo:BFO_0000180 "Occurrent" ;
    obo:IAO_0000116 "BFO 2 Reference: every occurrent that is not a temporal or spatiotemporal region is s-dependent on some independent continuant that is not a spatial region"@en, "BFO 2 Reference: s-dependence obtains between every process and its participants in the sense that, as a matter of necessity, this process could not have existed unless these or those participants existed also. A process may have a succession of participants at different phases of its unfolding. Thus there may be different players on the field at different times during the course of a football game; but the process which is the entire game s-depends_on all of these players nonetheless. Some temporal parts of this process will s-depend_on on only some of the players."@en, "Occurrent doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. An example would be the sum of a process and the process boundary of another process."@en, "Simons uses different terminology for relations of occurrents to regions: Denote the spatio-temporal location of a given occurrent e by 'spn[e]' and call this region its span. We may say an occurrent is at its span, in any larger region, and covers any smaller region. Now suppose we have fixed a frame of reference so that we can speak not merely of spatio-temporal but also of spatial regions (places) and temporal regions (times). The spread of an occurrent, (relative to a frame of reference) is the space it exactly occupies, and its spell is likewise the time it exactly occupies. We write 'spr[e]' and `spl[e]' respectively for the spread and spell of e, omitting mention of the frame." ;
    obo:IAO_0000600 "An occurrent is an entity that unfolds itself in time or it is the instantaneous boundary of such an entity (for example a beginning or an ending) or it is a temporal or spatiotemporal region which such an entity occupies_temporal_region or occupies_spatiotemporal_region. (axiom label in BFO2 Reference: [077-002])"@en ;
    obo:IAO_0000601 "Every occurrent occupies_spatiotemporal_region some spatiotemporal region. (axiom label in BFO2 Reference: [108-001])"@en, "b is an occurrent entity iff b is an entity that has temporal parts. (axiom label in BFO2 Reference: [079-001])"@en ;
    obo:IAO_0000602 "(forall (x) (if (Occurrent x) (exists (r) (and (SpatioTemporalRegion r) (occupiesSpatioTemporalRegion x r))))) // axiom label in BFO2 CLIF: [108-001] ", "(forall (x) (iff (Occurrent x) (and (Entity x) (exists (y) (temporalPartOf y x))))) // axiom label in BFO2 CLIF: [079-001] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "occurrent"@en ;
    rdfs:subClassOf obo:BFO_0000001 ;
    owl:disjointWith [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:BFO_0000002
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:BFO_0000002
    ] .

obo:BFO_0000004
    obo:BFO_0000179 "ic" ;
    obo:BFO_0000180 "IndependentContinuant" ;
    obo:IAO_0000112 "a chair"@en, "a heart"@en, "a leg"@en, "a molecule"@en, "a spatial region"@en, "an atom"@en, "an orchestra."@en, "an organism"@en, "the bottom right portion of a human torso"@en, "the interior of your mouth"@en ;
    obo:IAO_0000115 "b is an independent continuant = Def. b is a continuant which is such that there is no c and no t such that b s-depends_on c at t. (axiom label in BFO2 Reference: [017-002])"@en ;
    obo:IAO_0000601 "For any independent continuant b and any time t there is some spatial region r such that b is located_in r at t. (axiom label in BFO2 Reference: [134-001])"@en, "For every independent continuant b and time t during the region of time spanned by its life, there are entities which s-depends_on b during t. (axiom label in BFO2 Reference: [018-002])"@en ;
    obo:IAO_0000602 "(forall (x t) (if (IndependentContinuant x) (exists (r) (and (SpatialRegion r) (locatedInAt x r t))))) // axiom label in BFO2 CLIF: [134-001] ", "(forall (x t) (if (and (IndependentContinuant x) (existsAt x t)) (exists (y) (and (Entity y) (specificallyDependsOnAt y x t))))) // axiom label in BFO2 CLIF: [018-002] ", "(iff (IndependentContinuant a) (and (Continuant a) (not (exists (b t) (specificallyDependsOnAt a b t))))) // axiom label in BFO2 CLIF: [017-002] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "independent continuant"@en ;
    rdfs:subClassOf obo:BFO_0000002 ;
    owl:disjointWith obo:BFO_0000020, obo:BFO_0000031 .

obo:BFO_0000006
    obo:BFO_0000179 "s-region" ;
    obo:BFO_0000180 "SpatialRegion" ;
    obo:IAO_0000116 "BFO 2 Reference: Spatial regions do not participate in processes."@en, "Spatial region doesn't have a closure axiom because the subclasses don't exhaust all possibilites. An example would be the union of a spatial point and a spatial line that doesn't overlap the point, or two spatial lines that intersect at a single point. In both cases the resultant spatial region is neither 0-dimensional, 1-dimensional, 2-dimensional, or 3-dimensional."@en ;
    obo:IAO_0000600 "A spatial region is a continuant entity that is a continuant_part_of spaceR as defined relative to some frame R. (axiom label in BFO2 Reference: [035-001])"@en ;
    obo:IAO_0000601 "All continuant parts of spatial regions are spatial regions. (axiom label in BFO2 Reference: [036-001])"@en ;
    obo:IAO_0000602 "(forall (x y t) (if (and (SpatialRegion x) (continuantPartOfAt y x t)) (SpatialRegion y))) // axiom label in BFO2 CLIF: [036-001] ", "(forall (x) (if (SpatialRegion x) (Continuant x))) // axiom label in BFO2 CLIF: [035-001] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "spatial region"@en ;
    rdfs:subClassOf obo:BFO_0000141 ;
    owl:disjointWith obo:BFO_0000029, obo:BFO_0000140 .

obo:BFO_0000008
    obo:BFO_0000179 "t-region" ;
    obo:BFO_0000180 "TemporalRegion" ;
    obo:IAO_0000116 "Temporal region doesn't have a closure axiom because the subclasses don't exhaust all possibilites. An example would be the mereological sum of a temporal instant and a temporal interval that doesn't overlap the instant. In this case the resultant temporal region is neither 0-dimensional nor 1-dimensional"@en ;
    obo:IAO_0000600 "A temporal region is an occurrent entity that is part of time as defined relative to some reference frame. (axiom label in BFO2 Reference: [100-001])"@en ;
    obo:IAO_0000601 "All parts of temporal regions are temporal regions. (axiom label in BFO2 Reference: [101-001])"@en, "Every temporal region t is such that t occupies_temporal_region t. (axiom label in BFO2 Reference: [119-002])"@en ;
    obo:IAO_0000602 "(forall (r) (if (TemporalRegion r) (occupiesTemporalRegion r r))) // axiom label in BFO2 CLIF: [119-002] ", "(forall (x y) (if (and (TemporalRegion x) (occurrentPartOf y x)) (TemporalRegion y))) // axiom label in BFO2 CLIF: [101-001] ", "(forall (x) (if (TemporalRegion x) (Occurrent x))) // axiom label in BFO2 CLIF: [100-001] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "temporal region"@en ;
    rdfs:subClassOf obo:BFO_0000003 ;
    owl:disjointWith obo:BFO_0000011, obo:BFO_0000015, obo:BFO_0000035 .

obo:BFO_0000009
    obo:BFO_0000179 "2d-s-region" ;
    obo:BFO_0000180 "TwoDimensionalSpatialRegion" ;
    obo:IAO_0000112 "an infinitely thin plane in space."@en, "the surface of a sphere-shaped part of space"@en ;
    obo:IAO_0000600 "A two-dimensional spatial region is a spatial region that is of two dimensions. (axiom label in BFO2 Reference: [039-001])"@en ;
    obo:IAO_0000602 "(forall (x) (if (TwoDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [039-001] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "two-dimensional spatial region"@en ;
    rdfs:subClassOf obo:BFO_0000006 ;
    owl:disjointWith obo:BFO_0000028 .

obo:BFO_0000011
    obo:BFO_0000179 "st-region" ;
    obo:BFO_0000180 "SpatiotemporalRegion" ;
    obo:IAO_0000112 "the spatiotemporal region occupied by a human life"@en, "the spatiotemporal region occupied by a process of cellular meiosis."@en, "the spatiotemporal region occupied by the development of a cancer tumor"@en ;
    obo:IAO_0000600 "A spatiotemporal region is an occurrent entity that is part of spacetime. (axiom label in BFO2 Reference: [095-001])"@en ;
    obo:IAO_0000601 "All parts of spatiotemporal regions are spatiotemporal regions. (axiom label in BFO2 Reference: [096-001])"@en, "Each spatiotemporal region at any time t projects_onto some spatial region at t. (axiom label in BFO2 Reference: [099-001])"@en, "Each spatiotemporal region projects_onto some temporal region. (axiom label in BFO2 Reference: [098-001])"@en, "Every spatiotemporal region occupies_spatiotemporal_region itself."@en, "Every spatiotemporal region s is such that s occupies_spatiotemporal_region s. (axiom label in BFO2 Reference: [107-002])"@en ;
    obo:IAO_0000602 "(forall (r) (if (SpatioTemporalRegion r) (occupiesSpatioTemporalRegion r r))) // axiom label in BFO2 CLIF: [107-002] ", "(forall (x t) (if (SpatioTemporalRegion x) (exists (y) (and (SpatialRegion y) (spatiallyProjectsOntoAt x y t))))) // axiom label in BFO2 CLIF: [099-001] ", "(forall (x y) (if (and (SpatioTemporalRegion x) (occurrentPartOf y x)) (SpatioTemporalRegion y))) // axiom label in BFO2 CLIF: [096-001] ", "(forall (x) (if (SpatioTemporalRegion x) (Occurrent x))) // axiom label in BFO2 CLIF: [095-001] ", "(forall (x) (if (SpatioTemporalRegion x) (exists (y) (and (TemporalRegion y) (temporallyProjectsOnto x y))))) // axiom label in BFO2 CLIF: [098-001] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "spatiotemporal region"@en ;
    rdfs:subClassOf obo:BFO_0000003 .

obo:BFO_0000015
    obo:BFO_0000179 "process" ;
    obo:BFO_0000180 "Process" ;
    obo:IAO_0000112 "a process of cell-division, \\ a beating of the heart"@en, "a process of meiosis"@en, "a process of sleeping"@en, "the course of a disease"@en, "the flight of a bird"@en, "the life of an organism"@en, "your process of aging."@en ;
    obo:IAO_0000115 "p is a process = Def. p is an occurrent that has temporal proper parts and for some time t, p s-depends_on some material entity at t. (axiom label in BFO2 Reference: [083-003])"@en ;
    obo:IAO_0000116 "BFO 2 Reference: The realm of occurrents is less pervasively marked by the presence of natural units than is the case in the realm of independent continuants. Thus there is here no counterpart of ‘object’. In BFO 1.0 ‘process’ served as such a counterpart. In BFO 2.0 ‘process’ is, rather, the occurrent counterpart of ‘material entity’. Those natural – as contrasted with engineered, which here means: deliberately executed – units which do exist in the realm of occurrents are typically either parasitic on the existence of natural units on the continuant side, or they are fiat in nature. Thus we can count lives; we can count football games; we can count chemical reactions performed in experiments or in chemical manufacturing. We cannot count the processes taking place, for instance, in an episode of insect mating behavior.Even where natural units are identifiable, for example cycles in a cyclical process such as the beating of a heart or an organism’s sleep/wake cycle, the processes in question form a sequence with no discontinuities (temporal gaps) of the sort that we find for instance where billiard balls or zebrafish or planets are separated by clear spatial gaps. Lives of organisms are process units, but they too unfold in a continuous series from other, prior processes such as fertilization, and they unfold in turn in continuous series of post-life processes such as post-mortem decay. Clear examples of boundaries of processes are almost always of the fiat sort (midnight, a time of death as declared in an operating theater or on a death certificate, the initiation of a state of war)"@en ;
    obo:IAO_0000602 "(iff (Process a) (and (Occurrent a) (exists (b) (properTemporalPartOf b a)) (exists (c t) (and (MaterialEntity c) (specificallyDependsOnAt a c t))))) // axiom label in BFO2 CLIF: [083-003] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "process"@en ;
    rdfs:subClassOf obo:BFO_0000003 .

obo:BFO_0000016
    obo:BFO_0000179 "disposition" ;
    obo:BFO_0000180 "Disposition" ;
    obo:IAO_0000112 "an atom of element X has the disposition to decay to an atom of element Y"@en, "certain people have a predisposition to colon cancer"@en, "children are innately disposed to categorize objects in certain ways."@en, "the cell wall is disposed to filter chemicals in endocytosis and exocytosis"@en ;
    obo:IAO_0000116 "BFO 2 Reference: Dispositions exist along a strength continuum. Weaker forms of disposition are realized in only a fraction of triggering cases. These forms occur in a significant number of cases of a similar type."@en ;
    obo:IAO_0000600 "b is a disposition means: b is a realizable entity & b’s bearer is some material entity & b is such that if it ceases to exist, then its bearer is physically changed, & b’s realization occurs when and because this bearer is in some special physical circumstances, & this realization occurs in virtue of the bearer’s physical make-up. (axiom label in BFO2 Reference: [062-002])"@en ;
    obo:IAO_0000601 "If b is a realizable entity then for all t at which b exists, b s-depends_on some material entity at t. (axiom label in BFO2 Reference: [063-002])"@en ;
    obo:IAO_0000602 "(forall (x t) (if (and (RealizableEntity x) (existsAt x t)) (exists (y) (and (MaterialEntity y) (specificallyDepends x y t))))) // axiom label in BFO2 CLIF: [063-002] ", "(forall (x) (if (Disposition x) (and (RealizableEntity x) (exists (y) (and (MaterialEntity y) (bearerOfAt x y t)))))) // axiom label in BFO2 CLIF: [062-002] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "disposition"@en ;
    rdfs:subClassOf obo:BFO_0000017 ;
    owl:disjointWith obo:BFO_0000023 .

obo:BFO_0000017
    obo:BFO_0000179 "realizable" ;
    obo:BFO_0000180 "RealizableEntity" ;
    obo:IAO_0000112 "the disposition of this piece of metal to conduct electricity."@en, "the disposition of your blood to coagulate"@en, "the function of your reproductive organs"@en, "the role of being a doctor"@en, "the role of this boundary to delineate where Utah and Colorado meet"@en ;
    obo:IAO_0000600 "To say that b is a realizable entity is to say that b is a specifically dependent continuant that inheres in some independent continuant which is not a spatial region and is of a type instances of which are realized in processes of a correlated type. (axiom label in BFO2 Reference: [058-002])"@en ;
    obo:IAO_0000601 "All realizable dependent continuants have independent continuants that are not spatial regions as their bearers. (axiom label in BFO2 Reference: [060-002])"@en ;
    obo:IAO_0000602 "(forall (x t) (if (RealizableEntity x) (exists (y) (and (IndependentContinuant y) (not (SpatialRegion y)) (bearerOfAt y x t))))) // axiom label in BFO2 CLIF: [060-002] ", "(forall (x) (if (RealizableEntity x) (and (SpecificallyDependentContinuant x) (exists (y) (and (IndependentContinuant y) (not (SpatialRegion y)) (inheresIn x y)))))) // axiom label in BFO2 CLIF: [058-002] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "realizable entity"@en ;
    rdfs:subClassOf obo:BFO_0000020 ;
    owl:disjointWith obo:BFO_0000019 .

obo:BFO_0000018
    obo:BFO_0000179 "0d-s-region" ;
    obo:BFO_0000180 "ZeroDimensionalSpatialRegion" ;
    obo:IAO_0000600 "A zero-dimensional spatial region is a point in space. (axiom label in BFO2 Reference: [037-001])"@en ;
    obo:IAO_0000602 "(forall (x) (if (ZeroDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [037-001] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "zero-dimensional spatial region"@en ;
    rdfs:subClassOf obo:BFO_0000006 ;
    owl:disjointWith obo:BFO_0000028 .

obo:BFO_0000019
    obo:BFO_0000179 "quality" ;
    obo:BFO_0000180 "Quality" ;
    obo:IAO_0000112 "the ambient temperature of this portion of air"@en, "the color of a tomato"@en, "the length of the circumference of your waist"@en, "the mass of this piece of gold."@en, "the shape of your nose"@en, "the shape of your nostril"@en ;
    obo:IAO_0000600 "a quality is a specifically dependent continuant that, in contrast to roles and dispositions, does not require any further process in order to be realized. (axiom label in BFO2 Reference: [055-001])"@en ;
    obo:IAO_0000601 "If an entity is a quality at any time that it exists, then it is a quality at every time that it exists. (axiom label in BFO2 Reference: [105-001])"@en ;
    obo:IAO_0000602 "(forall (x) (if (Quality x) (SpecificallyDependentContinuant x))) // axiom label in BFO2 CLIF: [055-001] ", "(forall (x) (if (exists (t) (and (existsAt x t) (Quality x))) (forall (t_1) (if (existsAt x t_1) (Quality x))))) // axiom label in BFO2 CLIF: [105-001] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "quality"@en ;
    rdfs:subClassOf obo:BFO_0000020 .

obo:BFO_0000020
    obo:BFO_0000179 "sdc" ;
    obo:BFO_0000180 "SpecificallyDependentContinuant" ;
    obo:IAO_0000112 "Reciprocal specifically dependent continuants: the function of this key to open this lock and the mutually dependent disposition of this lock: to be opened by this key"@en, "of one-sided specifically dependent continuants: the mass of this tomato"@en, "of relational dependent continuants (multiple bearers): John’s love for Mary, the ownership relation between John and this statue, the relation of authority between John and his subordinates."@en, "the disposition of this fish to decay"@en, "the function of this heart: to pump blood"@en, "the mutual dependence of proton donors and acceptors in chemical reactions [79"@en, "the mutual dependence of the role predator and the role prey as played by two organisms in a given interaction"@en, "the pink color of a medium rare piece of grilled filet mignon at its center"@en, "the role of being a doctor"@en, "the shape of this hole."@en, "the smell of this portion of mozzarella"@en ;
    obo:IAO_0000115 "b is a specifically dependent continuant = Def. b is a continuant & there is some independent continuant c which is not a spatial region and which is such that b s-depends_on c at every time t during the course of b’s existence. (axiom label in BFO2 Reference: [050-003])"@en ;
    obo:IAO_0000116 "Specifically dependent continuant doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. We're not sure what else will develop here, but for example there are questions such as what are promises, obligation, etc."@en ;
    obo:IAO_0000602 "(iff (SpecificallyDependentContinuant a) (and (Continuant a) (forall (t) (if (existsAt a t) (exists (b) (and (IndependentContinuant b) (not (SpatialRegion b)) (specificallyDependsOnAt a b t))))))) // axiom label in BFO2 CLIF: [050-003] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "specifically dependent continuant"@en ;
    rdfs:subClassOf obo:BFO_0000002 ;
    owl:disjointWith obo:BFO_0000031 .

obo:BFO_0000023
    obo:BFO_0000179 "role" ;
    obo:BFO_0000180 "Role" ;
    obo:IAO_0000112 "John’s role of husband to Mary is dependent on Mary’s role of wife to John, and both are dependent on the object aggregate comprising John and Mary as member parts joined together through the relational quality of being married."@en, "the priest role"@en, "the role of a boundary to demarcate two neighboring administrative territories"@en, "the role of a building in serving as a military target"@en, "the role of a stone in marking a property boundary"@en, "the role of subject in a clinical trial"@en, "the student role"@en ;
    obo:IAO_0000116 "BFO 2 Reference: One major family of examples of non-rigid universals involves roles, and ontologies developed for corresponding administrative purposes may consist entirely of representatives of entities of this sort. Thus ‘professor’, defined as follows,b instance_of professor at t =Def. there is some c, c instance_of professor role & c inheres_in b at t.denotes a non-rigid universal and so also do ‘nurse’, ‘student’, ‘colonel’, ‘taxpayer’, and so forth. (These terms are all, in the jargon of philosophy, phase sortals.) By using role terms in definitions, we can create a BFO conformant treatment of such entities drawing on the fact that, while an instance of professor may be simultaneously an instance of trade union member, no instance of the type professor role is also (at any time) an instance of the type trade union member role (any more than any instance of the type color is at any time an instance of the type length).If an ontology of employment positions should be defined in terms of roles following the above pattern, this enables the ontology to do justice to the fact that individuals instantiate the corresponding universals –  professor, sergeant, nurse – only during certain phases in their lives."@en ;
    obo:IAO_0000600 "b is a role means: b is a realizable entity & b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be& b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed. (axiom label in BFO2 Reference: [061-001])"@en ;
    obo:IAO_0000602 "(forall (x) (if (Role x) (RealizableEntity x))) // axiom label in BFO2 CLIF: [061-001] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "role"@en ;
    rdfs:subClassOf obo:BFO_0000017 .

obo:BFO_0000024
    obo:BFO_0000179 "fiat-object-part" ;
    obo:BFO_0000180 "FiatObjectPart" ;
    obo:IAO_0000112 "or with divisions drawn by cognitive subjects for practical reasons, such as the division of a cake (before slicing) into (what will become) slices (and thus member parts of an object aggregate). However, this does not mean that fiat object parts are dependent for their existence on divisions or delineations effected by cognitive subjects. If, for example, it is correct to conceive geological layers of the Earth as fiat object parts of the Earth, then even though these layers were first delineated in recent times, still existed long before such delineation and what holds of these layers (for example that the oldest layers are also the lowest layers) did not begin to hold because of our acts of delineation.Treatment of material entity in BFOExamples viewed by some as problematic cases for the trichotomy of fiat object part, object, and object aggregate include: a mussel on (and attached to) a rock, a slime mold, a pizza, a cloud, a galaxy, a railway train with engine and multiple carriages, a clonal stand of quaking aspen, a bacterial community (biofilm), a broken femur. Note that, as Aristotle already clearly recognized, such problematic cases – which lie at or near the penumbra of instances defined by the categories in question – need not invalidate these categories. The existence of grey objects does not prove that there are not objects which are black and objects which are white; the existence of mules does not prove that there are not objects which are donkeys and objects which are horses. It does, however, show that the examples in question need to be addressed carefully in order to show how they can be fitted into the proposed scheme, for example by recognizing additional subdivisions [29"@en, "the FMA:regional parts of an intact human body."@en, "the Western hemisphere of the Earth"@en, "the division of the brain into regions"@en, "the division of the planet into hemispheres"@en, "the dorsal and ventral surfaces of the body"@en, "the upper and lower lobes of the left lung"@en ;
    obo:IAO_0000116 "BFO 2 Reference: Most examples of fiat object parts are associated with theoretically drawn divisions"@en ;
    obo:IAO_0000600 "b is a fiat object part = Def. b is a material entity which is such that for all times t, if b exists at t then there is some object c such that b proper continuant_part of  c at t and c is demarcated from the remainder of c by a two-dimensional continuant fiat boundary. (axiom label in BFO2 Reference: [027-004])"@en ;
    obo:IAO_0000602 "(forall (x) (if (FiatObjectPart x) (and (MaterialEntity x) (forall (t) (if (existsAt x t) (exists (y) (and (Object y) (properContinuantPartOfAt x y t)))))))) // axiom label in BFO2 CLIF: [027-004] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "fiat object part"@en ;
    rdfs:subClassOf obo:BFO_0000040 .

obo:BFO_0000026
    obo:BFO_0000179 "1d-s-region" ;
    obo:BFO_0000180 "OneDimensionalSpatialRegion" ;
    obo:IAO_0000112 "an edge of a cube-shaped portion of space."@en ;
    obo:IAO_0000600 "A one-dimensional spatial region is a line or aggregate of lines stretching from one point in space to another. (axiom label in BFO2 Reference: [038-001])"@en ;
    obo:IAO_0000602 "(forall (x) (if (OneDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [038-001] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "one-dimensional spatial region"@en ;
    rdfs:subClassOf obo:BFO_0000006 ;
    owl:disjointWith obo:BFO_0000028 .

obo:BFO_0000027
    obo:BFO_0000179 "object-aggregate" ;
    obo:BFO_0000180 "ObjectAggregate" ;
    obo:IAO_0000112 "a collection of cells in a blood biobank."@en, "a swarm of bees is an aggregate of members who are linked together through natural bonds"@en, "a symphony orchestra"@en, "an organization is an aggregate whose member parts have roles of specific types (for example in a jazz band, a chess club, a football team)"@en, "defined by fiat: the aggregate of members of an organization"@en, "defined through physical attachment: the aggregate of atoms in a lump of granite"@en, "defined through physical containment: the aggregate of molecules of carbon dioxide in a sealed container"@en, "defined via attributive delimitations such as: the patients in this hospital"@en, "the aggregate of bearings in a constant velocity axle joint"@en, "the aggregate of blood cells in your body"@en, "the nitrogen atoms in the atmosphere"@en, "the restaurants in Palo Alto"@en, "your collection of Meissen ceramic plates."@en ;
    obo:IAO_0000116 "An entity a is an object aggregate if and only if there is a mutually exhaustive and pairwise disjoint partition of a into objects ", "BFO 2 Reference: object aggregates may gain and lose parts while remaining numerically identical (one and the same individual) over time. This holds both for aggregates whose membership is determined naturally (the aggregate of cells in your body) and aggregates determined by fiat (a baseball team, a congressional committee)."@en ;
    obo:IAO_0000119 "ISBN:978-3-938793-98-5pp124-158#Thomas Bittner and Barry Smith, 'A Theory of Granular Partitions', in K. Munn and B. Smith (eds.), Applied Ontology: An Introduction, Frankfurt/Lancaster: ontos, 2008, 125-158." ;
    obo:IAO_0000600 "b is an object aggregate means: b is a material entity consisting exactly of a plurality of objects as member_parts at all times at which b exists. (axiom label in BFO2 Reference: [025-004])"@en ;
    obo:IAO_0000602 "(forall (x) (if (ObjectAggregate x) (and (MaterialEntity x) (forall (t) (if (existsAt x t) (exists (y z) (and (Object y) (Object z) (memberPartOfAt y x t) (memberPartOfAt z x t) (not (= y z)))))) (not (exists (w t_1) (and (memberPartOfAt w x t_1) (not (Object w)))))))) // axiom label in BFO2 CLIF: [025-004] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "object aggregate"@en ;
    rdfs:subClassOf obo:BFO_0000040 .

obo:BFO_0000028
    obo:BFO_0000179 "3d-s-region" ;
    obo:BFO_0000180 "ThreeDimensionalSpatialRegion" ;
    obo:IAO_0000112 "a cube-shaped region of space"@en, "a sphere-shaped region of space,"@en ;
    obo:IAO_0000600 "A three-dimensional spatial region is a spatial region that is of three dimensions. (axiom label in BFO2 Reference: [040-001])"@en ;
    obo:IAO_0000602 "(forall (x) (if (ThreeDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [040-001] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "three-dimensional spatial region"@en ;
    rdfs:subClassOf obo:BFO_0000006 .

obo:BFO_0000029
    obo:BFO_0000179 "site" ;
    obo:BFO_0000180 "Site" ;
    obo:IAO_0000112 "Manhattan Canyon)"@en, "a hole in the interior of a portion of cheese"@en, "a rabbit hole"@en, "an air traffic control region defined in the airspace above an airport"@en, "the Grand Canyon"@en, "the Piazza San Marco"@en, "the cockpit of an aircraft"@en, "the hold of a ship"@en, "the interior of a kangaroo pouch"@en, "the interior of the trunk of your car"@en, "the interior of your bedroom"@en, "the interior of your office"@en, "the interior of your refrigerator"@en, "the lumen of your gut"@en, "your left nostril (a fiat part – the opening – of your left nasal cavity)"@en ;
    obo:IAO_0000600 "b is a site means: b is a three-dimensional immaterial entity that is (partially or wholly) bounded by a material entity or it is a three-dimensional immaterial part thereof. (axiom label in BFO2 Reference: [034-002])"@en ;
    obo:IAO_0000602 "(forall (x) (if (Site x) (ImmaterialEntity x))) // axiom label in BFO2 CLIF: [034-002] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "site"@en ;
    rdfs:subClassOf obo:BFO_0000141 .

obo:BFO_0000030
    obo:BFO_0000179 "object" ;
    obo:BFO_0000180 "Object" ;
    obo:IAO_0000112 "atom"@en, "cell"@en, "cells and organisms"@en, "engineered artifacts"@en, "grain of sand"@en, "molecule"@en, "organelle"@en, "organism"@en, "planet"@en, "solid portions of matter"@en, "star"@en ;
    obo:IAO_0000116 "BFO 2 Reference: BFO rests on the presupposition that at multiple micro-, meso- and macroscopic scales reality exhibits certain stable, spatially separated or separable material units, combined or combinable into aggregates of various sorts (for example organisms into what are called ‘populations’). Such units play a central role in almost all domains of natural science from particle physics to cosmology. Many scientific laws govern the units in question, employing general terms (such as ‘molecule’ or ‘planet’) referring to the types and subtypes of units, and also to the types and subtypes of the processes through which such units develop and interact. The division of reality into such natural units is at the heart of biological science, as also is the fact that these units may form higher-level units (as cells form multicellular organisms) and that they may also form aggregates of units, for example as cells form portions of tissue and organs form families, herds, breeds, species, and so on. At the same time, the division of certain portions of reality into engineered units (manufactured artifacts) is the basis of modern industrial technology, which rests on the distributed mass production of engineered parts through division of labor and on their assembly into larger, compound units such as cars and laptops. The division of portions of reality into units is one starting point for the phenomenon of counting."@en, "BFO 2 Reference: Each object is such that there are entities of which we can assert unproblematically that they lie in its interior, and other entities of which we can assert unproblematically that they lie in its exterior. This may not be so for entities lying at or near the boundary between the interior and exterior. This means that two objects – for example the two cells depicted in Figure 3 – may be such that there are material entities crossing their boundaries which belong determinately to neither cell. Something similar obtains in certain cases of conjoined twins (see below)."@en, "BFO 2 Reference: To say that b is causally unified means: b is a material entity which is such that its material parts are tied together in such a way that, in environments typical for entities of the type in question,if c, a continuant part of b that is in the interior of b at t, is larger than a certain threshold size (which will be determined differently from case to case, depending on factors such as porosity of external cover) and is moved in space to be at t at a location on the exterior of the spatial region that had been occupied by b at t, then either b’s other parts will be moved in coordinated fashion or b will be damaged (be affected, for example, by breakage or tearing) in the interval between t and t.causal changes in one part of b can have consequences for other parts of b without the mediation of any entity that lies on the exterior of b. Material entities with no proper material parts would satisfy these conditions trivially. Candidate examples of types of causal unity for material entities of more complex sorts are as follows (this is not intended to be an exhaustive list):CU1: Causal unity via physical coveringHere the parts in the interior of the unified entity are combined together causally through a common membrane or other physical covering\\. The latter points outwards toward and may serve a protective function in relation to what lies on the exterior of the entity [13, 47"@en, "BFO 2 Reference: an object is a maximal causally unified material entity"@en, "BFO 2 Reference: ‘objects’ are sometimes referred to as ‘grains’ [74"@en ;
    obo:IAO_0000600 "b is an object means: b is a material entity which manifests causal unity of one or other of the types CUn listed above & is of a type (a material universal) instances of which are maximal relative to this criterion of causal unity. (axiom label in BFO2 Reference: [024-001])"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "object"@en ;
    rdfs:subClassOf obo:BFO_0000040 .

obo:BFO_0000031
    obo:BFO_0000179 "gdc" ;
    obo:BFO_0000180 "GenericallyDependentContinuant" ;
    obo:IAO_0000112 "The entries in your database are patterns instantiated as quality instances in your hard drive. The database itself is an aggregate of such patterns. When you create the database you create a particular instance of the generically dependent continuant type database. Each entry in the database is an instance of the generically dependent continuant type IAO: information content entity."@en, "the pdf file on your laptop, the pdf file that is a copy thereof on my laptop"@en, "the sequence of this protein molecule; the sequence that is a copy thereof in that protein molecule."@en ;
    obo:IAO_0000115 "b is a generically dependent continuant = Def. b is a continuant that g-depends_on one or more other entities. (axiom label in BFO2 Reference: [074-001])"@en ;
    obo:IAO_0000602 "(iff (GenericallyDependentContinuant a) (and (Continuant a) (exists (b t) (genericallyDependsOnAt a b t)))) // axiom label in BFO2 CLIF: [074-001] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "generically dependent continuant"@en ;
    rdfs:subClassOf obo:BFO_0000002 .

obo:BFO_0000034
    obo:BFO_0000179 "function" ;
    obo:BFO_0000180 "Function" ;
    obo:IAO_0000112 "the function of a hammer to drive in nails"@en, "the function of a heart pacemaker to regulate the beating of a heart through electricity"@en, "the function of amylase in saliva to break down starch into sugar"@en ;
    obo:IAO_0000116 "BFO 2 Reference: In the past, we have distinguished two varieties of function, artifactual function and biological function. These are not asserted subtypes of BFO:function however, since the same function – for example: to pump, to transport – can exist both in artifacts and in biological entities. The asserted subtypes of function that would be needed in order to yield a separate monoheirarchy are not artifactual function, biological function, etc., but rather transporting function, pumping function, etc."@en ;
    obo:IAO_0000600 "A function is a disposition that exists in virtue of the bearer’s physical make-up and this physical make-up is something the bearer possesses because it came into being, either through evolution (in the case of natural biological entities) or through intentional design (in the case of artifacts), in order to realize processes of a certain sort. (axiom label in BFO2 Reference: [064-001])"@en ;
    obo:IAO_0000602 "(forall (x) (if (Function x) (Disposition x))) // axiom label in BFO2 CLIF: [064-001] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "function"@en ;
    rdfs:subClassOf obo:BFO_0000016 .

obo:BFO_0000035
    obo:BFO_0000179 "p-boundary" ;
    obo:BFO_0000180 "ProcessBoundary" ;
    obo:IAO_0000112 "the boundary between the 2nd and 3rd year of your life."@en ;
    obo:IAO_0000115 "p is a process boundary =Def. p is a temporal part of a process & p has no proper temporal parts. (axiom label in BFO2 Reference: [084-001])"@en ;
    obo:IAO_0000601 "Every process boundary occupies_temporal_region a zero-dimensional temporal region. (axiom label in BFO2 Reference: [085-002])"@en ;
    obo:IAO_0000602 "(forall (x) (if (ProcessBoundary x) (exists (y) (and (ZeroDimensionalTemporalRegion y) (occupiesTemporalRegion x y))))) // axiom label in BFO2 CLIF: [085-002] ", "(iff (ProcessBoundary a) (exists (p) (and (Process p) (temporalPartOf a p) (not (exists (b) (properTemporalPartOf b a)))))) // axiom label in BFO2 CLIF: [084-001] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "process boundary"@en ;
    rdfs:subClassOf obo:BFO_0000003 .

obo:BFO_0000038
    obo:BFO_0000179 "1d-t-region" ;
    obo:BFO_0000180 "OneDimensionalTemporalRegion" ;
    obo:IAO_0000112 "the temporal region during which a process occurs."@en ;
    obo:IAO_0000116 "BFO 2 Reference: A temporal interval is a special kind of one-dimensional temporal region, namely one that is self-connected (is without gaps or breaks)."@en ;
    obo:IAO_0000600 "A one-dimensional temporal region is a temporal region that is extended. (axiom label in BFO2 Reference: [103-001])"@en ;
    obo:IAO_0000602 "(forall (x) (if (OneDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [103-001] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "one-dimensional temporal region"@en ;
    rdfs:subClassOf obo:BFO_0000008 ;
    owl:disjointWith obo:BFO_0000148 .

obo:BFO_0000040
    obo:BFO_0000179 "material" ;
    obo:BFO_0000180 "MaterialEntity" ;
    obo:IAO_0000112 "a flame"@en, "a forest fire"@en, "a human being"@en, "a hurricane"@en, "a photon"@en, "a puff of smoke"@en, "a sea wave"@en, "a tornado"@en, "an aggregate of human beings."@en, "an energy wave"@en, "an epidemic"@en, "the undetached arm of a human being"@en ;
    obo:IAO_0000115 "An independent continuant that is spatially extended whose identity is independent of that of other entities and can be maintained through time."@en ;
    obo:IAO_0000116 "BFO 2 Reference: Material entities (continuants) can preserve their identity even while gaining and losing material parts. Continuants are contrasted with occurrents, which unfold themselves in successive temporal parts or phases [60"@en, "BFO 2 Reference: Object, Fiat Object Part and Object Aggregate are not intended to be exhaustive of Material Entity. Users are invited to propose new subcategories of Material Entity."@en, "BFO 2 Reference: ‘Matter’ is intended to encompass both mass and energy (we will address the ontological treatment of portions of energy in a later version of BFO). A portion of matter is anything that includes elementary particles among its proper or improper parts: quarks and leptons, including electrons, as the smallest particles thus far discovered; baryons (including protons and neutrons) at a higher level of granularity; atoms and molecules at still higher levels, forming the cells, organs, organisms and other material entities studied by biologists, the portions of rock studied by geologists, the fossils studied by paleontologists, and so on.Material entities are three-dimensional entities (entities extended in three spatial dimensions), as contrasted with the processes in which they participate, which are four-dimensional entities (entities extended also along the dimension of time).According to the FMA, material entities may have immaterial entities as parts – including the entities identified below as sites; for example the interior (or ‘lumen’) of your small intestine is a part of your body. BFO 2.0 embodies a decision to follow the FMA here."@en ;
    obo:IAO_0000600 "A material entity is an independent continuant that has some portion of matter as proper or improper continuant part. (axiom label in BFO2 Reference: [019-002])"@en ;
    obo:IAO_0000601 "Every entity which has a material entity as continuant part is a material entity. (axiom label in BFO2 Reference: [020-002])"@en, "every entity of which a material entity is continuant part is also a material entity. (axiom label in BFO2 Reference: [021-002])"@en ;
    obo:IAO_0000602 "(forall (x) (if (MaterialEntity x) (IndependentContinuant x))) // axiom label in BFO2 CLIF: [019-002] ", "(forall (x) (if (and (Entity x) (exists (y t) (and (MaterialEntity y) (continuantPartOfAt x y t)))) (MaterialEntity x))) // axiom label in BFO2 CLIF: [021-002] ", "(forall (x) (if (and (Entity x) (exists (y t) (and (MaterialEntity y) (continuantPartOfAt y x t)))) (MaterialEntity x))) // axiom label in BFO2 CLIF: [020-002] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "material entity"@en ;
    rdfs:subClassOf obo:BFO_0000004 ;
    owl:disjointWith obo:BFO_0000141 .

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

A continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'."""@en ;
    obo:IAO_0000118 "part_of"@en ;
    obo:RO_0001900 obo:RO_0001901 ;
    obo:RO_0040042 obo:BFO_0000002, obo:BFO_0000003, obo:BFO_0000004, obo:BFO_0000017, obo:BFO_0000019, obo:BFO_0000020, obo:BFO_0000031 ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_go_gp2term, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "part of"@en ;
    rdfs:seeAlso <http://ontologydesignpatterns.org/wiki/Community:Parts_and_Collections>, <http://ontologydesignpatterns.org/wiki/Submissions:PartOf>, "http://www.obofoundry.org/ro/#OBO_REL:part_of", "https://wiki.geneontology.org/Part_of"^^xsd:anyURI ;
    rdfs:subPropertyOf obo:RO_0002131 .

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

A continuant cannot have an occurrent as part: use 'participates in'. An occurrent cannot have a continuant as part: use 'has participant'. An immaterial entity cannot have a material entity as part: use 'location of'. An independent continuant cannot have a specifically dependent continuant as part: use 'bearer of'. A specifically dependent continuant cannot have an independent continuant as part: use 'inheres in'."""@en ;
    obo:IAO_0000118 "has_part"@en ;
    obo:RO_0001900 obo:RO_0001901 ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "has part"@en ;
    rdfs:subPropertyOf obo:RO_0002131 .

obo:BFO_0000052
    obo:IAO_0000118 "inheres_in"@en ;
    a owl:FunctionalProperty, owl:ObjectProperty ;
    rdfs:label "inheres in"@en ;
    rdfs:subPropertyOf obo:BFO_0000070 ;
    owl:inverseOf obo:BFO_0000053 .

obo:BFO_0000053
    obo:IAO_0000118 "bearer of"@en, "bearer_of"@en ;
    a owl:ObjectProperty ;
    rdfs:label "is bearer of"@en .

obo:BFO_0000054
    obo:IAO_0000111 "realized in"@en ;
    obo:IAO_0000112 "this disease is realized in this disease course"@en, "this fragility is realized in this shattering"@en, "this investigator role is realized in this investigation"@en ;
    obo:IAO_0000118 "is realized by"@en, "realized_in"@en ;
    obo:IAO_0000600 "[copied from inverse property 'realizes'] to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"@en ;
    a owl:ObjectProperty ;
    rdfs:comment "Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "realized in"@en ;
    rdfs:subPropertyOf owl:topObjectProperty .

obo:BFO_0000055
    obo:IAO_0000111 "realizes"@en ;
    obo:IAO_0000112 "this disease course realizes this disease"@en, "this investigation realizes this investigator role"@en, "this shattering realizes this fragility"@en ;
    obo:IAO_0000600 "to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"@en ;
    a owl:ObjectProperty ;
    rdfs:comment "Paraphrase of elucidation: a relation between a process and a realizable entity, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl> ;
    rdfs:label "realizes"@en ;
    rdfs:subPropertyOf owl:topObjectProperty .

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

obo:BFO_0000063
    obo:IAO_0000111 "precedes"@en ;
    obo:IAO_0000115 "x precedes y if and only if the time point at which x ends is before or equivalent to the time point at which y starts. Formally: x precedes y iff ω(x) <= α(y), where α is a function that maps a process to a start point, and ω is a function that maps a process to an end point."@en ;
    oboInOwl:inSubset <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "precedes"@en ;
    rdfs:subPropertyOf obo:RO_0002222 .

obo:BFO_0000066
    obo:IAO_0000111 "occurs in"@en ;
    obo:IAO_0000115 "b occurs_in c =def b is a process and c is a material entity or immaterial entity& there exists a spatiotemporal region r and b occupies_spatiotemporal_region r.& forall(t) if b exists_at t then c exists_at t & there exist spatial regions s and s’ where & b spatially_projects_onto s at t& c is occupies_spatial_region s’ at t& s is a proper_continuant_part_of s’ at t"@en ;
    obo:IAO_0000118 "occurs_in"@en, "unfolds in"@en, "unfolds_in"@en ;
    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:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "occurs in"@en ;
    rdfs:seeAlso "https://wiki.geneontology.org/Occurs_in"^^xsd:anyURI ;
    rdfs:subPropertyOf owl:topObjectProperty .

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

obo:BFO_0000070
    obo:IAO_0000118 "s_depends_on"@en ;
    a owl:ObjectProperty ;
    rdfs:label "s depends on"@en .

obo:BFO_0000140
    obo:BFO_0000179 "cf-boundary" ;
    obo:BFO_0000180 "ContinuantFiatBoundary" ;
    obo:IAO_0000115 "b is a continuant fiat boundary = Def. b is an immaterial entity that is of zero, one or two dimensions and does not include a spatial region as part. (axiom label in BFO2 Reference: [029-001])"@en ;
    obo:IAO_0000116 "BFO 2 Reference: In BFO 1.1 the assumption was made that the external surface of a material entity such as a cell could be treated as if it were a boundary in the mathematical sense. The new document propounds the view that when we talk about external surfaces of material objects in this way then we are talking about something fiat. To be dealt with in a future version: fiat boundaries at different levels of granularity.More generally, the focus in discussion of boundaries in BFO 2.0 is now on fiat boundaries, which means: boundaries for which there is no assumption that they coincide with physical discontinuities. The ontology of boundaries becomes more closely allied with the ontology of regions."@en, "BFO 2 Reference: a continuant fiat boundary is a boundary of some material entity (for example: the plane separating the Northern and Southern hemispheres; the North Pole), or it is a boundary of some immaterial entity (for example of some portion of airspace). Three basic kinds of continuant fiat boundary can be distinguished (together with various combination kinds [29"@en, "Continuant fiat boundary doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. An example would be the mereological sum of two-dimensional continuant fiat boundary and a one dimensional continuant fiat boundary that doesn't overlap it. The situation is analogous to temporal and spatial regions."@en ;
    obo:IAO_0000601 "Every continuant fiat boundary is located at some spatial region at every time at which it exists"@en ;
    obo:IAO_0000602 "(iff (ContinuantFiatBoundary a) (and (ImmaterialEntity a) (exists (b) (and (or (ZeroDimensionalSpatialRegion b) (OneDimensionalSpatialRegion b) (TwoDimensionalSpatialRegion b)) (forall (t) (locatedInAt a b t)))) (not (exists (c t) (and (SpatialRegion c) (continuantPartOfAt c a t)))))) // axiom label in BFO2 CLIF: [029-001] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "continuant fiat boundary"@en ;
    rdfs:subClassOf obo:BFO_0000141 .

obo:BFO_0000141
    obo:BFO_0000179 "immaterial" ;
    obo:BFO_0000180 "ImmaterialEntity" ;
    obo:IAO_0000116 "BFO 2 Reference: Immaterial entities are divided into two subgroups:boundaries and sites, which bound, or are demarcated in relation, to material entities, and which can thus change location, shape and size and as their material hosts move or change shape or size (for example: your nasal passage; the hold of a ship; the boundary of Wales (which moves with the rotation of the Earth) [38, 7, 10"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "immaterial entity"@en ;
    rdfs:subClassOf obo:BFO_0000004 .

obo:BFO_0000142
    obo:BFO_0000179 "1d-cf-boundary" ;
    obo:BFO_0000180 "OneDimensionalContinuantFiatBoundary" ;
    obo:IAO_0000112 "The Equator"@en, "all geopolitical boundaries"@en, "all lines of latitude and longitude"@en, "the line separating the outer surface of the mucosa of the lower lip from the outer surface of the skin of the chin."@en, "the median sulcus of your tongue"@en ;
    obo:IAO_0000600 "a one-dimensional continuant fiat boundary is a continuous fiat line whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [032-001])"@en ;
    obo:IAO_0000602 "(iff (OneDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (OneDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [032-001] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "one-dimensional continuant fiat boundary"@en ;
    rdfs:subClassOf obo:BFO_0000140 ;
    owl:disjointWith obo:BFO_0000146, obo:BFO_0000147 .

obo:BFO_0000144
    obo:BFO_0000179 "process-profile" ;
    obo:BFO_0000180 "ProcessProfile" ;
    obo:IAO_0000112 "On a somewhat higher level of complexity are what we shall call rate process profiles, which are the targets of selective abstraction focused not on determinate quality magnitudes plotted over time, but rather on certain ratios between these magnitudes and elapsed times. A speed process profile, for example, is represented by a graph plotting against time the ratio of distance covered per unit of time. Since rates may change, and since such changes, too, may have rates of change, we have to deal here with a hierarchy of process profile universals at successive levels"@en, "One important sub-family of rate process profiles is illustrated by the beat or frequency profiles of cyclical processes, illustrated by the 60 beats per minute beating process of John’s heart, or the 120 beats per minute drumming process involved in one of John’s performances in a rock band, and so on. Each such process includes what we shall call a beat process profile instance as part, a subtype of rate process profile in which the salient ratio is not distance covered but rather number of beat cycles per unit of time. Each beat process profile instance instantiates the determinable universal beat process profile. But it also instantiates multiple more specialized universals at lower levels of generality, selected from   rate process profilebeat process profileregular beat process profile3 bpm beat process profile4 bpm beat process profileirregular beat process profileincreasing beat process profileand so on.In the case of a regular beat process profile, a rate can be assigned in the simplest possible fashion by dividing the number of cycles by the length of the temporal region occupied by the beating process profile as a whole. Irregular process profiles of this sort, for example as identified in the clinic, or in the readings on an aircraft instrument panel, are often of diagnostic significance."@en, "The simplest type of process profiles are what we shall call ‘quality process profiles’, which are the process profiles which serve as the foci of the sort of selective abstraction that is involved when measurements are made of changes in single qualities, as illustrated, for example, by process profiles of mass, temperature, aortic pressure, and so on."@en ;
    obo:IAO_0000115 "b is a process_profile =Def. there is some process c such that b process_profile_of c (axiom label in BFO2 Reference: [093-002])"@en ;
    obo:IAO_0000600 "b process_profile_of c holds when b proper_occurrent_part_of c& there is some proper_occurrent_part d of c which has no parts in common with b & is mutually dependent on b& is such that b, c and d occupy the same temporal region (axiom label in BFO2 Reference: [094-005])"@en ;
    obo:IAO_0000602 "(forall (x y) (if (processProfileOf x y) (and (properContinuantPartOf x y) (exists (z t) (and (properOccurrentPartOf z y) (TemporalRegion t) (occupiesSpatioTemporalRegion x t) (occupiesSpatioTemporalRegion y t) (occupiesSpatioTemporalRegion z t) (not (exists (w) (and (occurrentPartOf w x) (occurrentPartOf w z))))))))) // axiom label in BFO2 CLIF: [094-005] ", "(iff (ProcessProfile a) (exists (b) (and (Process b) (processProfileOf a b)))) // axiom label in BFO2 CLIF: [093-002] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "process profile"@en ;
    rdfs:subClassOf obo:BFO_0000015 ;
    owl:disjointWith obo:BFO_0000182 .

obo:BFO_0000145
    obo:BFO_0000179 "r-quality" ;
    obo:BFO_0000180 "RelationalQuality" ;
    obo:IAO_0000112 "John’s role of husband to Mary is dependent on Mary’s role of wife to John, and both are dependent on the object aggregate comprising John and Mary as member parts joined together through the relational quality of being married."@en, "a marriage bond, an instance of requited love, an obligation between one person and another."@en ;
    obo:IAO_0000115 "b is a relational quality = Def. for some independent continuants c, d and for some time t: b quality_of c at t & b quality_of d at t. (axiom label in BFO2 Reference: [057-001])"@en ;
    obo:IAO_0000602 "(iff (RelationalQuality a) (exists (b c t) (and (IndependentContinuant b) (IndependentContinuant c) (qualityOfAt a b t) (qualityOfAt a c t)))) // axiom label in BFO2 CLIF: [057-001] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "relational quality"@en ;
    rdfs:subClassOf obo:BFO_0000019 .

obo:BFO_0000146
    obo:BFO_0000179 "2d-cf-boundary" ;
    obo:BFO_0000180 "TwoDimensionalContinuantFiatBoundary" ;
    obo:IAO_0000600 "a two-dimensional continuant fiat boundary (surface) is a self-connected fiat surface whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [033-001])"@en ;
    obo:IAO_0000602 "(iff (TwoDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (TwoDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [033-001] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "two-dimensional continuant fiat boundary"@en ;
    rdfs:subClassOf obo:BFO_0000140 .

obo:BFO_0000147
    obo:BFO_0000179 "0d-cf-boundary" ;
    obo:BFO_0000180 "ZeroDimensionalContinuantFiatBoundary" ;
    obo:IAO_0000112 "the geographic North Pole"@en, "the point of origin of some spatial coordinate system."@en, "the quadripoint where the boundaries of Colorado, Utah, New Mexico, and Arizona meet"@en ;
    obo:IAO_0000116 "zero dimension continuant fiat boundaries are not spatial points. Considering the example 'the quadripoint where the boundaries of Colorado, Utah, New Mexico, and Arizona meet' : There are many frames in which that point is zooming through many points in space. Whereas, no matter what the frame, the quadripoint is always in the same relation to the boundaries of Colorado, Utah, New Mexico, and Arizona."@en ;
    obo:IAO_0000600 "a zero-dimensional continuant fiat boundary is a fiat point whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [031-001])"@en ;
    obo:IAO_0000602 "(iff (ZeroDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (ZeroDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [031-001] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "zero-dimensional continuant fiat boundary"@en ;
    rdfs:subClassOf obo:BFO_0000140 .

obo:BFO_0000148
    obo:BFO_0000179 "0d-t-region" ;
    obo:BFO_0000180 "ZeroDimensionalTemporalRegion" ;
    obo:IAO_0000112 "a temporal region that is occupied by a process boundary"@en, "right now"@en, "the moment at which a child is born"@en, "the moment at which a finger is detached in an industrial accident"@en, "the moment of death."@en ;
    obo:IAO_0000118 "temporal instant."@en ;
    obo:IAO_0000600 "A zero-dimensional temporal region is a temporal region that is without extent. (axiom label in BFO2 Reference: [102-001])"@en ;
    obo:IAO_0000602 "(forall (x) (if (ZeroDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [102-001] " ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "zero-dimensional temporal region"@en ;
    rdfs:subClassOf obo:BFO_0000008 .

obo:BFO_0000179
    obo:IAO_0000115 "Relates an entity in the ontology to the name of the variable that is used to represent it in the code that generates the BFO OWL file from the lispy specification."@en ;
    obo:IAO_0000232 "Really of interest to developers only"@en ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl> ;
    rdfs:label "BFO OWL specification label"@en ;
    rdfs:subPropertyOf rdfs:label .

obo:BFO_0000180
    obo:IAO_0000115 "Relates an entity in the ontology to the term that is used to represent it in the the CLIF specification of BFO2"@en ;
    obo:IAO_0000119 "Person:Alan Ruttenberg" ;
    obo:IAO_0000232 "Really of interest to developers only"@en ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl> ;
    rdfs:label "BFO CLIF specification label"@en ;
    rdfs:subPropertyOf rdfs:label .

obo:BFO_0000182
    obo:BFO_0000179 "history" ;
    obo:BFO_0000180 "History" ;
    obo:IAO_0000600 "A history is a process that is the sum of the totality of processes taking place in the spatiotemporal region occupied by a material entity or site, including processes on the surface of the entity or within the cavities to which it serves as host. (axiom label in BFO2 Reference: [138-001])"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/bfo.owl> ;
    rdfs:label "history"@en ;
    rdfs:subClassOf obo:BFO_0000015 .

obo:CARO_0000012
    obo:IAO_0000115 "Anatomical structure that is an individual member of a clade and, at some point in its life-cycle, consists of more than one cell." ;
    oboInOwl:id "CARO:0000012" ;
    a owl:Class ;
    rdfs:comment """MH: Can't define this class based on 2 or more cells because most multi cellular organisms (if not all) have only a single cell at some point in life history. 

MH: sexual subtypes should probably be logically defined based on sexual processes or sex qualities.""" ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl> ;
    rdfs:label "multicellular organism" ;
    rdfs:subClassOf obo:BFO_0000040 .

obo:CARO_0000027
    obo:IAO_0000115 "Gonochoristic organism that can produce male gametes." ;
    oboInOwl:id "CARO:0000027" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl> ;
    rdfs:label "male organism" ;
    rdfs:subClassOf obo:CARO_0000048 .

obo:CARO_0000028
    obo:IAO_0000115 "Gonochoristic organism that can produce female gametes." ;
    oboInOwl:id "CARO:0000028" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl> ;
    rdfs:label "female organism" ;
    rdfs:subClassOf obo:CARO_0000048 .

obo:CARO_0000048
    obo:IAO_0000115 "Multi-cellular organism that has male and female sexes." ;
    obo:IAO_0000118 "monoecious organism" ;
    oboInOwl:id "CARO:0000048" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl> ;
    rdfs:label "gonochoristic organism" ;
    rdfs:subClassOf obo:CARO_0000012 .

obo:CDT_0000120
    obo:IAO_0000116 """An evaluation performed on a patient of record to determine any changes in the patients dental and medical health status since a previous comprehensive or periodic evaluation. This includes an oral cancer evaluation and periodontal screening where indicated, and may require interpretation of information acquired through additional diagnostic procedures. Report additional diagnostic procedures separately. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "periodic oral evaluation - established patient" ;
    dc:identifier "D0120" ;
    a owl:Class ;
    rdfs:label "billing code D0120: periodic oral evaluation - established patient" ;
    rdfs:subClassOf obo:CDT_1000015, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000198
    ] .

obo:CDT_0000140
    obo:IAO_0000116 """An evaluation limited to a specific oral health problem or complaint. This may require interpretation of information acquired through additional diagnostic procedures. Report additional diagnostic procedures separately. Definitive procedures may be required on the same date as the evaluation.
Typically, patients receiving this type of evaluation present with a specific problem and/or dental emergencies, trauma, acute infections, etc. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "limited oral evaluation - problem focused" ;
    dc:identifier "D0140" ;
    a owl:Class ;
    rdfs:label "billing code D0140: limited oral evaluation - problem focused" ;
    rdfs:subClassOf obo:CDT_1000015, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000201
    ] .

obo:CDT_0000150
    obo:IAO_0000116 """Used by a general dentist and/or a specialist when evaluating a patient comprehensively.  This applies to new patients; established patients
who have had a significant change  in health conditions or other unusual circumstances, by report, or established patients who have been absent from active treatment for three or more years. It is a thorough evaluation
and recording of the extraoral and intraoral hard and soft tissues. It may require interpretation of information acquired through additional diagnostic procedures.  Additional diagnostic procedures  should be reported separately.
This includes an evaluation for oral cancer where indicated, the evaluation and recording of the patients dental and medical history and a general health assessment.  It may include the evaluation and recording of dental caries, missing or unerupted teeth, restorations, existing prostheses, occlusal relationships, periodontal conditions (including periodontal screening and/or charting), hard and soft tissue anomalies, etc. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "comprehensive oral evaluation - new or established patient" ;
    dc:identifier "D0150" ;
    a owl:Class ;
    rdfs:label "billing code D0150: comprehensive oral evaluation - new or established patient" ;
    rdfs:subClassOf obo:CDT_1000015, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000202
    ] .

obo:CDT_0000160
    obo:IAO_0000116 """A detailed and extensive problem focused evaluation entails extensive diagnostic and cognitive modalities based on the findings of a comprehensive oral evaluation. Integration of more extensive diagnostic modalities to develop a treatment  plan for a specific problem is required. The condition requiring this type of evaluation should be described and documented.
Examples of conditions requiring this type of evaluation may include dentofacial anomalies, complicated perio-prosthetic  conditions, complex temporomandibular dysfunction, facial pain of unknown origin, conditions requiring multi-disciplinary consultation, etc. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""", """A narrative explaining the treatment provided must be included with a claim submission that uses this code.  

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "detailed and extensive  oral evaluation - problem focused, by report" ;
    dc:identifier "D0160" ;
    a owl:Class ;
    rdfs:label "billing code D0160: detailed and extensive  oral evaluation - problem focused, by report" ;
    rdfs:subClassOf obo:CDT_1000015 .

obo:CDT_0000180
    obo:IAO_0000116 """This procedure  is indicated for patients showing signs or symptoms of periodontal disease and for patients with risk factors such as smoking
or diabetes.  It includes evaluation of periodontal conditions, probing and charting, evaluation and recording of the patients dental and medical history and general health assessment.  It may include the evaluation
and recording of dental caries, missing or unerupted teeth, restorations, occlusal relationships and oral cancer evaluation. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "comprehensive periodontal evaluation - new or established patient" ;
    dc:identifier "D0180" ;
    a owl:Class ;
    rdfs:label "billing code D0180: comprehensive periodontal evaluation - new or established patient" ;
    rdfs:subClassOf obo:CDT_1000015, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000203
    ] .

obo:CDT_0001351
    obo:IAO_0000116 """Mechanically and/or chemically prepared enamel surface sealed to prevent decay. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "sealant - per tooth" ;
    dc:identifier "D1351" ;
    a owl:Class ;
    rdfs:label "billing code D1351: sealant - per tooth" ;
    rdfs:subClassOf obo:CDT_1000025 .

obo:CDT_0001352
    obo:IAO_0000116 """Conservative restoration of an active cavitated  lesion in a pit or fissure that does not extend into dentin; includes placement of a sealant in any radiating non-carious fissures or pits. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "preventive resin restoration in a moderate to high caries risk patient - permanent tooth" ;
    dc:identifier "D1352" ;
    a owl:Class ;
    rdfs:label "billing code D1352: preventive resin restoration in a moderate to high caries risk patient - permanent tooth" ;
    rdfs:subClassOf obo:CDT_1000025 .

obo:CDT_0002140
    obo:cdt_label "amalgam - one surface, primary or permanent" ;
    dc:identifier "D2140" ;
    a owl:Class ;
    rdfs:label "billing code D2140: amalgam - one surface, primary or permanent" ;
    rdfs:subClassOf obo:CDT_1000002, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Restriction ;
            owl:onClass obo:FMA_no_fmaid_Surface_enamel_of_tooth ;
            owl:onProperty obo:OHD_0000091 ;
            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
        ]
    ] .

obo:CDT_0002150
    obo:cdt_label "amalgam - two surfaces, primary or permanent" ;
    dc:identifier "D2150" ;
    a owl:Class ;
    rdfs:label "billing code D2150: amalgam - two surfaces, primary or permanent" ;
    rdfs:subClassOf obo:CDT_1000002, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Restriction ;
            owl:onClass obo:FMA_no_fmaid_Surface_enamel_of_tooth ;
            owl:onProperty obo:OHD_0000091 ;
            owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
        ]
    ] .

obo:CDT_0002160
    obo:cdt_label "amalgam - three surfaces, primary or permanent" ;
    dc:identifier "D2160" ;
    a owl:Class ;
    rdfs:label "billing code D2160: amalgam - three surfaces, primary or permanent" ;
    rdfs:subClassOf obo:CDT_1000002, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Restriction ;
            owl:onClass obo:FMA_no_fmaid_Surface_enamel_of_tooth ;
            owl:onProperty obo:OHD_0000091 ;
            owl:qualifiedCardinality "3"^^xsd:nonNegativeInteger
        ]
    ] .

obo:CDT_0002161
    obo:cdt_label "amalgam - four or more surfaces, primary or permanent" ;
    dc:identifier "D2161" ;
    a owl:Class ;
    rdfs:label "billing code D2161: amalgam - four or more surfaces, primary or permanent" ;
    rdfs:subClassOf obo:CDT_1000002, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Restriction ;
            owl:minQualifiedCardinality "4"^^xsd:nonNegativeInteger ;
            owl:onClass obo:FMA_no_fmaid_Surface_enamel_of_tooth ;
            owl:onProperty obo:OHD_0000091
        ]
    ] .

obo:CDT_0002330
    obo:cdt_label "resin-based composite - one surface, anterior" ;
    dc:identifier "D2330" ;
    a owl:Class ;
    rdfs:label "billing code D2330: resin-based composite - one surface, anterior" ;
    rdfs:subClassOf obo:CDT_1000013, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Restriction ;
            owl:onProperty obo:OBI_0000293 ;
            owl:someValuesFrom obo:OHD_0000307
        ]
    ] .

obo:CDT_0002331
    obo:cdt_label "resin-based composite - two surfaces, anterior" ;
    dc:identifier "D2331" ;
    a owl:Class ;
    rdfs:label "billing code D2331: resin-based composite - two surfaces, anterior" ;
    rdfs:subClassOf obo:CDT_1000013, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Restriction ;
            owl:onProperty obo:OBI_0000293 ;
            owl:someValuesFrom obo:OHD_0000307
        ]
    ] .

obo:CDT_0002332
    obo:cdt_label "resin-based composite - three surfaces, anterior" ;
    dc:identifier "D2332" ;
    a owl:Class ;
    rdfs:label "billing code D2332: resin-based composite - three surfaces, anterior" ;
    rdfs:subClassOf obo:CDT_1000013, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Restriction ;
            owl:onProperty obo:OBI_0000293 ;
            owl:someValuesFrom obo:OHD_0000307
        ]
    ] .

obo:CDT_0002335
    obo:IAO_0000116 """Incisal angle to be defined as one of the angles formed by the junction of the incisal and the mesial or distal surface of an anterior tooth. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "resin-based composite - four or more surfaces  or involving incisal angle (anterior)" ;
    dc:identifier "D2335" ;
    a owl:Class ;
    rdfs:label "billing code D2335: resin-based composite - four or more surfaces  or involving incisal angle (anterior)" ;
    rdfs:subClassOf obo:CDT_1000013, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Restriction ;
            owl:onProperty obo:OBI_0000293 ;
            owl:someValuesFrom obo:OHD_0000307
        ]
    ] .

obo:CDT_0002385
    a owl:Class ;
    rdfs:subClassOf obo:CDT_1000013, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000042
    ], [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Restriction ;
            owl:onProperty obo:OBI_0000293 ;
            owl:someValuesFrom obo:OHD_0000308
        ]
    ] .

obo:CDT_0002386
    a owl:Class ;
    rdfs:subClassOf obo:CDT_1000013, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000042
    ], [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Restriction ;
            owl:onProperty obo:OBI_0000293 ;
            owl:someValuesFrom obo:OHD_0000308
        ]
    ] .

obo:CDT_0002387
    a owl:Class ;
    rdfs:subClassOf obo:CDT_1000013, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000042
    ], [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Restriction ;
            owl:onProperty obo:OBI_0000293 ;
            owl:someValuesFrom obo:OHD_0000308
        ]
    ] .

obo:CDT_0002388
    a owl:Class ;
    rdfs:subClassOf obo:CDT_1000013, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000042
    ], [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Restriction ;
            owl:onProperty obo:OBI_0000293 ;
            owl:someValuesFrom obo:OHD_0000308
        ]
    ] .

obo:CDT_0002390
    obo:IAO_0000116 """Full resin-based composite coverage of tooth. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "resin-based composite crown, anterior" ;
    dc:identifier "D2390" ;
    a owl:Class ;
    rdfs:label "billing code D2390: resin-based composite crown, anterior" ;
    rdfs:subClassOf obo:CDT_1000013, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000154
    ], [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Restriction ;
            owl:onProperty obo:OBI_0000293 ;
            owl:someValuesFrom obo:OHD_0000307
        ]
    ] .

obo:CDT_0002391
    obo:IAO_0000116 """Used to restore a carious lesion into the dentin or a deeply eroded area into the dentin. Not a preventive procedure. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "resin-based composite - one surface,  posterior" ;
    dc:identifier "D2391" ;
    a owl:Class ;
    rdfs:label "billing code D2391: resin-based composite - one surface,  posterior" ;
    rdfs:subClassOf obo:CDT_1000013, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000042
    ], [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Restriction ;
            owl:onProperty obo:OBI_0000293 ;
            owl:someValuesFrom obo:OHD_0000308
        ]
    ] .

obo:CDT_0002392
    obo:cdt_label "resin-based composite - two surfaces, posterior" ;
    dc:identifier "D2392" ;
    a owl:Class ;
    rdfs:label "billing code D2392: resin-based composite - two surfaces, posterior" ;
    rdfs:subClassOf obo:CDT_1000013, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000042
    ], [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Restriction ;
            owl:onProperty obo:OBI_0000293 ;
            owl:someValuesFrom obo:OHD_0000308
        ]
    ] .

obo:CDT_0002393
    obo:cdt_label "resin-based composite - three surfaces, posterior" ;
    dc:identifier "D2393" ;
    a owl:Class ;
    rdfs:label "billing code D2393: resin-based composite - three surfaces, posterior" ;
    rdfs:subClassOf obo:CDT_1000013, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000042
    ], [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Restriction ;
            owl:onProperty obo:OBI_0000293 ;
            owl:someValuesFrom obo:OHD_0000308
        ]
    ] .

obo:CDT_0002394
    obo:cdt_label "resin-based composite - four or more surfaces, posterior" ;
    dc:identifier "D2394" ;
    a owl:Class ;
    rdfs:label "billing code D2394: resin-based composite - four or more surfaces, posterior" ;
    rdfs:subClassOf obo:CDT_1000013, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000042
    ], [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Restriction ;
            owl:onProperty obo:OBI_0000293 ;
            owl:someValuesFrom obo:OHD_0000308
        ]
    ] .

obo:CDT_0002410
    obo:cdt_label "gold foil - one surface" ;
    dc:identifier "D2410" ;
    a owl:Class ;
    rdfs:label "billing code D2410: gold foil - one surface" ;
    rdfs:subClassOf obo:CDT_1000019, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Restriction ;
            owl:onClass obo:FMA_no_fmaid_Surface_enamel_of_tooth ;
            owl:onProperty obo:OHD_0000091 ;
            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
        ]
    ] .

obo:CDT_0002420
    obo:cdt_label "gold foil - two surfaces" ;
    dc:identifier "D2420" ;
    a owl:Class ;
    rdfs:label "billing code D2420: gold foil - two surfaces" ;
    rdfs:subClassOf obo:CDT_1000019, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Restriction ;
            owl:onClass obo:FMA_no_fmaid_Surface_enamel_of_tooth ;
            owl:onProperty obo:OHD_0000091 ;
            owl:qualifiedCardinality "2"^^xsd:nonNegativeInteger
        ]
    ] .

obo:CDT_0002430
    obo:cdt_label "gold foil - three surfaces" ;
    dc:identifier "D2430" ;
    a owl:Class ;
    rdfs:label "billing code D2430: gold foil - three surfaces" ;
    rdfs:subClassOf obo:CDT_1000019, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Restriction ;
            owl:onClass obo:FMA_no_fmaid_Surface_enamel_of_tooth ;
            owl:onProperty obo:OHD_0000091 ;
            owl:qualifiedCardinality "3"^^xsd:nonNegativeInteger
        ]
    ] .

obo:CDT_0002510
    obo:cdt_label "inlay - metallic - one surface" ;
    dc:identifier "D2510" ;
    a owl:Class ;
    rdfs:label "billing code D2510: inlay - metallic - one surface" ;
    rdfs:subClassOf obo:CDT_1000003, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000022
    ] .

obo:CDT_0002520
    obo:cdt_label "inlay - metallic - two surfaces" ;
    dc:identifier "D2520" ;
    a owl:Class ;
    rdfs:label "billing code D2520: inlay - metallic - two surfaces" ;
    rdfs:subClassOf obo:CDT_1000003, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000022
    ] .

obo:CDT_0002530
    obo:cdt_label "inlay - metallic - three or more surfaces" ;
    dc:identifier "D2530" ;
    a owl:Class ;
    rdfs:label "billing code D2530: inlay - metallic - three or more surfaces" ;
    rdfs:subClassOf obo:CDT_1000003, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000022
    ] .

obo:CDT_0002542
    obo:cdt_label "onlay - metallic - two surfaces" ;
    dc:identifier "D2542" ;
    a owl:Class ;
    rdfs:label "billing code D2542: onlay - metallic - two surfaces" ;
    rdfs:subClassOf obo:CDT_1000003, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000138
    ] .

obo:CDT_0002543
    obo:cdt_label "onlay - metallic - three surfaces" ;
    dc:identifier "D2543" ;
    a owl:Class ;
    rdfs:label "billing code D2543: onlay - metallic - three surfaces" ;
    rdfs:subClassOf obo:CDT_1000003, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000138
    ] .

obo:CDT_0002544
    obo:cdt_label "onlay - metallic - four or more surfaces" ;
    dc:identifier "D2544" ;
    a owl:Class ;
    rdfs:label "billing code D2544: onlay - metallic - four or more surfaces" ;
    rdfs:subClassOf obo:CDT_1000003, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000138
    ] .

obo:CDT_0002610
    obo:cdt_label "inlay - porcelain/ceramic - one surface" ;
    dc:identifier "D2610" ;
    a owl:Class ;
    rdfs:label "billing code D2610: inlay - porcelain/ceramic - one surface" ;
    rdfs:subClassOf obo:CDT_1000014, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000094
    ] .

obo:CDT_0002620
    obo:cdt_label "inlay - porcelain/ceramic - two surfaces" ;
    dc:identifier "D2620" ;
    a owl:Class ;
    rdfs:label "billing code D2620: inlay - porcelain/ceramic - two surfaces" ;
    rdfs:subClassOf obo:CDT_1000014, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000094
    ] .

obo:CDT_0002630
    obo:cdt_label "inlay - porcelain/ceramic - three or more surfaces" ;
    dc:identifier "D2630" ;
    a owl:Class ;
    rdfs:label "billing code D2630: inlay - porcelain/ceramic - three or more surfaces" ;
    rdfs:subClassOf obo:CDT_1000014, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000094
    ] .

obo:CDT_0002642
    obo:cdt_label "onlay - porcelain/ceramic - two surfaces" ;
    dc:identifier "D2642" ;
    a owl:Class ;
    rdfs:label "billing code D2642: onlay - porcelain/ceramic - two surfaces" ;
    rdfs:subClassOf obo:CDT_1000014, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000095
    ] .

obo:CDT_0002643
    obo:cdt_label "onlay - porcelain/ceramic - three surfaces" ;
    dc:identifier "D2643" ;
    a owl:Class ;
    rdfs:label "billing code D2643: onlay - porcelain/ceramic - three surfaces" ;
    rdfs:subClassOf obo:CDT_1000014, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000095
    ] .

obo:CDT_0002644
    obo:cdt_label "onlay - porcelain/ceramic - four or more surfaces" ;
    dc:identifier "D2644" ;
    a owl:Class ;
    rdfs:label "billing code D2644: onlay - porcelain/ceramic - four or more surfaces" ;
    rdfs:subClassOf obo:CDT_1000014, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000095
    ] .

obo:CDT_0002650
    obo:cdt_label "inlay - resin-based composite - one surface" ;
    dc:identifier "D2650" ;
    a owl:Class ;
    rdfs:label "billing code D2650: inlay - resin-based composite - one surface" ;
    rdfs:subClassOf obo:CDT_1000010, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000096
    ] .

obo:CDT_0002651
    obo:cdt_label "inlay - resin-based composite - two surfaces" ;
    dc:identifier "D2651" ;
    a owl:Class ;
    rdfs:label "billing code D2651: inlay - resin-based composite - two surfaces" ;
    rdfs:subClassOf obo:CDT_1000010, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000096
    ] .

obo:CDT_0002652
    obo:cdt_label "inlay - resin-based composite - three or more surfaces" ;
    dc:identifier "D2652" ;
    a owl:Class ;
    rdfs:label "billing code D2652: inlay - resin-based composite - three or more surfaces" ;
    rdfs:subClassOf obo:CDT_1000010, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000096
    ] .

obo:CDT_0002662
    obo:cdt_label "onlay - resin-based composite - two surfaces" ;
    dc:identifier "D2662" ;
    a owl:Class ;
    rdfs:label "billing code D2662: onlay - resin-based composite - two surfaces" ;
    rdfs:subClassOf obo:CDT_1000010, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000169
    ] .

obo:CDT_0002663
    obo:cdt_label "onlay - resin-based composite - three surfaces" ;
    dc:identifier "D2663" ;
    a owl:Class ;
    rdfs:label "billing code D2663: onlay - resin-based composite - three surfaces" ;
    rdfs:subClassOf obo:CDT_1000010, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000169
    ] .

obo:CDT_0002664
    obo:cdt_label "onlay - resin-based composite - four or more surfaces" ;
    dc:identifier "D2664" ;
    a owl:Class ;
    rdfs:label "billing code D2664: onlay - resin-based composite - four or more surfaces" ;
    rdfs:subClassOf obo:CDT_1000010, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000169
    ] .

obo:CDT_0002710
    obo:IAO_0000116 """Unfilled or non-reinforced  resin crowns should be reported using D2999. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "crown - resin-based composite (indirect)" ;
    dc:identifier "D2710" ;
    a owl:Class ;
    rdfs:label "billing code D2710: crown - resin-based composite (indirect)" ;
    rdfs:subClassOf obo:CDT_1000023, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000199
    ] .

obo:CDT_0002712
    obo:IAO_0000116 """This code does not include facial veneers. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "crown - 3/4  resin-based composite (indirect)" ;
    dc:identifier "D2712" ;
    a owl:Class ;
    rdfs:label "billing code D2712: crown - 3/4  resin-based composite (indirect)" ;
    rdfs:subClassOf obo:CDT_1000023, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000149
    ] .

obo:CDT_0002720
    obo:cdt_label "crown - resin with high noble metal" ;
    dc:identifier "D2720" ;
    a owl:Class ;
    rdfs:label "billing code D2720: crown - resin with high noble metal"@en ;
    rdfs:subClassOf obo:CDT_1000023, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000148
    ] .

obo:CDT_0002721
    obo:cdt_label "crown - resin with predominantly base metal" ;
    dc:identifier "D2721" ;
    a owl:Class ;
    rdfs:label "billing code D2721: crown - resin with predominantly base metal" ;
    rdfs:subClassOf obo:CDT_1000023, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000139
    ] .

obo:CDT_0002722
    obo:cdt_label "crown - resin with noble metal" ;
    dc:identifier "D2722" ;
    a owl:Class ;
    rdfs:label "billing code D2722: crown - resin with noble metal" ;
    rdfs:subClassOf obo:CDT_1000023, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000166
    ] .

obo:CDT_0002740
    obo:cdt_label "crown - porcelain/ceramic substrate" ;
    dc:identifier "D2740" ;
    a owl:Class ;
    rdfs:label "billing code D2740: crown - porcelain/ceramic substrate" ;
    rdfs:subClassOf obo:CDT_1000023, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000155
    ] .

obo:CDT_0002750
    obo:cdt_label "crown - porcelain fused to high noble metal" ;
    dc:identifier "D2750" ;
    a owl:Class ;
    rdfs:label "billing code D2750: crown - porcelain fused to high noble metal" ;
    rdfs:subClassOf obo:CDT_1000023, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000158
    ] .

obo:CDT_0002751
    obo:cdt_label "crown - porcelain fused to predominantly base metal" ;
    dc:identifier "D2751" ;
    a owl:Class ;
    rdfs:label "billing code D2751: crown - porcelain fused to predominantly base metal" ;
    rdfs:subClassOf obo:CDT_1000023, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000161
    ] .

obo:CDT_0002752
    obo:cdt_label "crown - porcelain fused to noble metal" ;
    dc:identifier "D2752" ;
    a owl:Class ;
    rdfs:label "billing code D2752: crown - porcelain fused to noble metal" ;
    rdfs:subClassOf obo:CDT_1000023, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000160
    ] .

obo:CDT_0002780
    obo:cdt_label "crown - 3/4  cast high noble metal" ;
    dc:identifier "D2780" ;
    a owl:Class ;
    rdfs:label "billing code D2780: crown - 3/4  cast high noble metal" ;
    rdfs:subClassOf obo:CDT_1000023, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000150
    ] .

obo:CDT_0002781
    obo:cdt_label "crown - 3/4  cast predominantly base metal" ;
    dc:identifier "D2781" ;
    a owl:Class ;
    rdfs:label "billing code D2781: crown - 3/4  cast predominantly base metal" ;
    rdfs:subClassOf obo:CDT_1000023, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000151
    ] .

obo:CDT_0002782
    obo:cdt_label "crown - 3/4  cast noble metal" ;
    dc:identifier "D2782" ;
    a owl:Class ;
    rdfs:label "billing code D2782: crown - 3/4  cast noble metal" ;
    rdfs:subClassOf obo:CDT_1000023, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000040
    ] .

obo:CDT_0002783
    obo:IAO_0000116 """This code does not include facial veneers. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "crown - 3/4  porcelain/ceramic" ;
    dc:identifier "D2783" ;
    a owl:Class ;
    rdfs:label "billing code D2783: crown - 3/4  porcelain/ceramic" ;
    rdfs:subClassOf obo:CDT_1000023, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000152
    ] .

obo:CDT_0002790
    obo:cdt_label "crown - full cast high noble metal" ;
    dc:identifier "D2790" ;
    a owl:Class ;
    rdfs:label "billing code D2790: crown - full cast high noble metal" ;
    rdfs:subClassOf obo:CDT_1000023, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000157
    ] .

obo:CDT_0002791
    obo:cdt_label "crown - full cast predominantly base metal" ;
    dc:identifier "D2791" ;
    a owl:Class ;
    rdfs:label "billing code D2791: crown - full cast predominantly base metal" ;
    rdfs:subClassOf obo:CDT_1000023, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000162
    ] .

obo:CDT_0002792
    obo:cdt_label "crown - full cast noble metal" ;
    dc:identifier "D2792" ;
    a owl:Class ;
    rdfs:label "billing code D2792: crown - full cast noble metal" ;
    rdfs:subClassOf obo:CDT_1000023, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000142
    ] .

obo:CDT_0002794
    obo:cdt_label "crown - titanium" ;
    dc:identifier "D2794" ;
    a owl:Class ;
    rdfs:label "billing code D2794: crown - titanium" ;
    rdfs:subClassOf obo:CDT_1000023, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000140
    ] .

obo:CDT_0002799
    obo:IAO_0000116 """Crown utilized as an interim restoration  of at least six months duration during restorative treatment to allow adequate time for healing or completion of other procedures.  This includes, but is not limited to changing vertical dimension, completing periodontal therapy or cracked-tooth  syndrome. This is not to be used as a temporary crown for a routine prosthetic restoration. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "provisional crown" ;
    dc:identifier "D2799" ;
    a owl:Class ;
    rdfs:label "billing code D2799: provisional crown" ;
    rdfs:subClassOf obo:CDT_1000023 .

obo:CDT_0002931
    obo:cdt_label "prefabricated stainless steel crown - permanent tooth" ;
    dc:identifier "D2931" ;
    a owl:Class ;
    rdfs:label "billing code D2931: prefabricated stainless steel crown - permanent tooth" ;
    rdfs:subClassOf obo:CDT_1000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000163
    ] .

obo:CDT_0002932
    obo:cdt_label "prefabricated resin crown" ;
    dc:identifier "D2932" ;
    a owl:Class ;
    rdfs:label "billing code D2932: prefabricated resin crown" ;
    rdfs:subClassOf obo:CDT_1000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000199
    ] .

obo:CDT_0002933
    obo:IAO_0000116 """Open-face stainless steel crown with aesthetic resin facing or veneer. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "prefabricated stainless steel crown with resin window" ;
    dc:identifier "D2933" ;
    a owl:Class ;
    rdfs:label "billing code D2933: prefabricated stainless steel crown with resin window" ;
    rdfs:subClassOf obo:CDT_1000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000164
    ] .

obo:CDT_0002940
    obo:IAO_0000116 """Direct placement of a temporary restorative material to protect tooth and/ or tissue form. This procedure may be used to relieve pain, promote healing, or prevent further deterioration. Not to be used for endodontic access closure, or as a base or liner under a restoration. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "protective restoration" ;
    dc:identifier "D2940" ;
    a owl:Class ;
    rdfs:label "billing code D2940: protective restoration" ;
    rdfs:subClassOf obo:CDT_1000026 .

obo:CDT_0002950
    obo:IAO_0000116 """Refers to building up of anatomical crown when restorative crown will be placed, whether  or not pins are used. A material is placed in the tooth preparation for
a crown when there is insufficient tooth strength and retention for the crown procedure. This should not be reported when the procedure only involves a filler to eliminate any undercut, box form, or concave  irregularity in the preparation. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "core buildup, including any pins" ;
    dc:identifier "D2950" ;
    a owl:Class ;
    rdfs:label "billing code D2950: core buildup, including any pins" ;
    rdfs:subClassOf obo:CDT_1000026 .

obo:CDT_0002952
    obo:IAO_0000116 """Post and core are custom fabricated as a single unit. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "post and core in addition to crown, indirectly fabricated" ;
    dc:identifier "D2952" ;
    a owl:Class ;
    rdfs:label "billing code D2952: post and core in addition to crown, indirectly fabricated" ;
    rdfs:subClassOf obo:CDT_1000026 .

obo:CDT_0002954
    obo:IAO_0000116 """Core is built around a prefabricated post. This procedure includes the core material. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "prefabricated post and core in addition to crown" ;
    dc:identifier "D2954" ;
    a owl:Class ;
    rdfs:label "billing code D2954: prefabricated post and core in addition to crown" ;
    rdfs:subClassOf obo:CDT_1000026 .

obo:CDT_0002960
    obo:IAO_0000116 """Refers to labial/facial direct resin bonded veneers. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "labial veneer (resin laminate) - chairside" ;
    dc:identifier "D2960" ;
    a owl:Class ;
    rdfs:label "billing code D2960: labial veneer (resin laminate) - chairside" ;
    rdfs:subClassOf obo:CDT_1000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000045
    ] .

obo:CDT_0002961
    obo:IAO_0000116 """Refers to labial/facial indirect resin bonded veneers. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "labial veneer (resin laminate) - laboratory" ;
    dc:identifier "D2961" ;
    a owl:Class ;
    rdfs:label "billing code D2961: labial veneer (resin laminate) - laboratory" ;
    rdfs:subClassOf obo:CDT_1000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000045
    ] .

obo:CDT_0002962
    obo:IAO_0000116 """Refers also to facial veneers that extend interproximally and/or cover the incisal edge. Porcelain/ceramic  veneers  presently  include all ceramic and porcelain veneers. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "labial veneer (porcelain laminate) - laboratory" ;
    dc:identifier "D2962" ;
    a owl:Class ;
    rdfs:label "billing code D2962: labial veneer (porcelain laminate) - laboratory" ;
    rdfs:subClassOf obo:CDT_1000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000046
    ] .

obo:CDT_0002970
    obo:IAO_0000116 """Usually a preformed artificial crown, which is fitted over a damaged tooth as an immediate protective  device. This is not to be used as temporization during crown fabrication. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "temporary crown (fractured tooth)" ;
    dc:identifier "D2970" ;
    a owl:Class ;
    rdfs:label "billing code D2970: temporary crown (fractured tooth)" ;
    rdfs:subClassOf obo:CDT_1000026 .

obo:CDT_0003220
    obo:IAO_0000116 """Pulpotomy is the surgical removal of a portion of the pulp with the aim of maintaining the vitality of the remaining portion by means of an adequate dressing.
 To be performed on primary or permanent teeth.
 This is not to be construed as the first stage of root canal therapy.
 Not to be used for apexogenesis. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "therapeutic pulpotomy (excluding final restoration) - removal of pulp coronal to the dentinocemental junction and application of medicament" ;
    dc:identifier "D3220" ;
    a owl:Class ;
    rdfs:label "billing code D3220: therapeutic pulpotomy (excluding final restoration) - removal of pulp coronal to the dentinocemental junction and application of medicament" ;
    rdfs:subClassOf obo:CDT_1000020 .

obo:CDT_0003221
    obo:IAO_0000116 """Pulpal debridement  for the relief of acute pain prior to conventional root canal therapy. This procedure  is not to be used when endodontic treatment is completed  on the same day. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "pulpal debridement, primary and permanent teeth" ;
    dc:identifier "D3221" ;
    a owl:Class ;
    rdfs:label "billing code D3221: pulpal debridement, primary and permanent teeth" ;
    rdfs:subClassOf obo:CDT_1000020 .

obo:CDT_0003222
    obo:IAO_0000116 """Removal of a portion of the pulp and application of a medicament with the aim of maintaining the vitality of the remaining portion to encourage continued physiological development and formation of the root. This procedure is not to be construed as the first stage of root canal therapy. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "partial pulpotomy for apexogenesis - permanent tooth with incomplete root development" ;
    dc:identifier "D3222" ;
    a owl:Class ;
    rdfs:label "billing code D3222: partial pulpotomy for apexogenesis - permanent tooth with incomplete root development" ;
    rdfs:subClassOf obo:CDT_1000020 .

obo:CDT_0003310
    obo:cdt_label "endodontic therapy,  anterior tooth (excluding final restoration)" ;
    dc:identifier "D3310" ;
    a owl:Class ;
    rdfs:label "billing code D3310: endodontic therapy,  anterior tooth (excluding final restoration)" ;
    rdfs:subClassOf obo:CDT_1000011 .

obo:CDT_0003320
    obo:cdt_label "endodontic therapy,  bicuspid tooth (excluding final restoration)" ;
    dc:identifier "D3320" ;
    a owl:Class ;
    rdfs:label "billing code D3320: endodontic therapy,  bicuspid tooth (excluding final restoration)" ;
    rdfs:subClassOf obo:CDT_1000011 .

obo:CDT_0003330
    obo:cdt_label "endodontic therapy,  molar (excluding final restoration)" ;
    dc:identifier "D3330" ;
    a owl:Class ;
    rdfs:label "billing code D3330: endodontic therapy,  molar (excluding final restoration)" ;
    rdfs:subClassOf obo:CDT_1000011 .

obo:CDT_0003346
    obo:cdt_label "retreatment of previous root canal therapy - anterior" ;
    dc:identifier "D3346" ;
    a owl:Class ;
    rdfs:label "billing code D3346: retreatment of previous root canal therapy - anterior" ;
    rdfs:subClassOf obo:CDT_1000029 .

obo:CDT_0003347
    obo:cdt_label "retreatment of previous root canal therapy - bicuspid" ;
    dc:identifier "D3347" ;
    a owl:Class ;
    rdfs:label "billing code D3347: retreatment of previous root canal therapy - bicuspid" ;
    rdfs:subClassOf obo:CDT_1000029 .

obo:CDT_0003348
    obo:cdt_label "retreatment of previous root canal therapy - molar" ;
    dc:identifier "D3348" ;
    a owl:Class ;
    rdfs:label "billing code D3348: retreatment of previous root canal therapy - molar" ;
    rdfs:subClassOf obo:CDT_1000029 .

obo:CDT_0003410
    obo:IAO_0000116 """For surgery on root of anterior tooth. Does not include placement of retrograde filling material. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "apicoectomy/periradicular surgery - anterior" ;
    dc:identifier "D3410" ;
    a owl:Class ;
    rdfs:label "billing code D3410: apicoectomy/periradicular surgery - anterior" ;
    rdfs:subClassOf obo:CDT_1000028 .

obo:CDT_0003421
    obo:IAO_0000116 """For surgery on one root of a bicuspid. Does not include placement of retrograde filling material. If more than one root is treated,  see D3426. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "apicoectomy/periradicular surgery - bicuspid (first  root)" ;
    dc:identifier "D3421" ;
    a owl:Class ;
    rdfs:label "billing code D3421: apicoectomy/periradicular surgery - bicuspid (first  root)" ;
    rdfs:subClassOf obo:CDT_1000028 .

obo:CDT_0003425
    obo:IAO_0000116 """For surgery on one root of a molar tooth. Does not include placement of retrograde filling material. If more than one root is treated,  see D3426. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "apicoectomy/periradicular surgery - molar (first root)" ;
    dc:identifier "D3425" ;
    a owl:Class ;
    rdfs:label "billing code D3425: apicoectomy/periradicular surgery - molar (first root)" ;
    rdfs:subClassOf obo:CDT_1000028 .

obo:CDT_0003450
    obo:IAO_0000116 """Root resection of a multi-rooted tooth while leaving the crown.  If the crown is sectioned,  see D3920. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "root amputation - per root" ;
    dc:identifier "D3450" ;
    a owl:Class ;
    rdfs:label "billing code D3450: root amputation - per root" ;
    rdfs:subClassOf obo:CDT_1000028 .

obo:CDT_0003920
    obo:IAO_0000116 """Includes separation of a multi-rooted tooth into separate sections containing the root and the overlying portion of the crown. It may also include the removal of one or more of those sections. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "hemisection (including any root removal), not including root canal therapy" ;
    dc:identifier "D3920" ;
    a owl:Class ;
    rdfs:label "billing code D3920: hemisection (including any root removal), not including root canal therapy" ;
    rdfs:subClassOf obo:CDT_1000009 .

obo:CDT_0006205
    obo:IAO_0000116 """Not to be used as a temporary or provisional prosthesis. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "pontic - indirect resin based composite" ;
    dc:identifier "D6205" ;
    a owl:Class ;
    rdfs:label "billing code D6205: pontic - indirect resin based composite" ;
    rdfs:subClassOf obo:CDT_1000004 .

obo:CDT_0006210
    obo:cdt_label "pontic - cast high noble metal" ;
    dc:identifier "D6210" ;
    a owl:Class ;
    rdfs:label "billing code D6210: pontic - cast high noble metal" ;
    rdfs:subClassOf obo:CDT_1000004 .

obo:CDT_0006211
    obo:cdt_label "pontic - cast predominantly base metal" ;
    dc:identifier "D6211" ;
    a owl:Class ;
    rdfs:label "billing code D6211: pontic - cast predominantly base metal" ;
    rdfs:subClassOf obo:CDT_1000004 .

obo:CDT_0006212
    obo:cdt_label "pontic - cast noble metal" ;
    dc:identifier "D6212" ;
    a owl:Class ;
    rdfs:label "billing code D6212: pontic - cast noble metal" ;
    rdfs:subClassOf obo:CDT_1000004 .

obo:CDT_0006214
    obo:cdt_label "pontic - titanium" ;
    dc:identifier "D6214" ;
    a owl:Class ;
    rdfs:label "billing code D6214: pontic - titanium" ;
    rdfs:subClassOf obo:CDT_1000004 .

obo:CDT_0006240
    obo:cdt_label "pontic - porcelain fused to high noble metal" ;
    dc:identifier "D6240" ;
    a owl:Class ;
    rdfs:label "billing code D6240: pontic - porcelain fused to high noble metal" ;
    rdfs:subClassOf obo:CDT_1000004 .

obo:CDT_0006241
    obo:cdt_label "pontic - porcelain fused to predominantly base metal" ;
    dc:identifier "D6241" ;
    a owl:Class ;
    rdfs:label "billing code D6241: pontic - porcelain fused to predominantly base metal" ;
    rdfs:subClassOf obo:CDT_1000004 .

obo:CDT_0006242
    obo:cdt_label "pontic - porcelain fused to noble metal" ;
    dc:identifier "D6242" ;
    a owl:Class ;
    rdfs:label "billing code D6242: pontic - porcelain fused to noble metal" ;
    rdfs:subClassOf obo:CDT_1000004 .

obo:CDT_0006245
    obo:cdt_label "pontic - porcelain/ceramic" ;
    dc:identifier "D6245" ;
    a owl:Class ;
    rdfs:label "billing code D6245: pontic - porcelain/ceramic" ;
    rdfs:subClassOf obo:CDT_1000004 .

obo:CDT_0006250
    obo:cdt_label "pontic - resin with high noble metal" ;
    dc:identifier "D6250" ;
    a owl:Class ;
    rdfs:label "billing code D6250: pontic - resin with high noble metal" ;
    rdfs:subClassOf obo:CDT_1000004 .

obo:CDT_0006251
    obo:cdt_label "pontic - resin with predominantly base metal" ;
    dc:identifier "D6251" ;
    a owl:Class ;
    rdfs:label "billing code D6251: pontic - resin with predominantly base metal" ;
    rdfs:subClassOf obo:CDT_1000004 .

obo:CDT_0006252
    obo:cdt_label "pontic - resin with noble metal" ;
    dc:identifier "D6252" ;
    a owl:Class ;
    rdfs:label "billing code D6252: pontic - resin with noble metal" ;
    rdfs:subClassOf obo:CDT_1000004 .

obo:CDT_0006253
    obo:IAO_0000116 """Pontic utilized as an interim of at least six months duration during restorative treatment to allow adequate time for healing or completion of other procedures.  This is not to be used as a temporary pontic for routine prosthetic fixed partial dentures. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "provisional pontic" ;
    dc:identifier "D6253" ;
    a owl:Class ;
    rdfs:label "billing code D6253: provisional pontic" ;
    rdfs:subClassOf obo:CDT_1000004 .

obo:CDT_0006254
    obo:IAO_0000116 """Pontic used as an interim restoration  for a duration of less than six months when a final impression is not made to allow adequate time for healing or completion of definitive treatment planning. This is not a temporary pontic for routine prosthetic fixed partial denture restoration. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "interim pontic" ;
    dc:identifier "D6254" ;
    a owl:Class ;
    rdfs:label "billing code D6254: interim pontic" ;
    rdfs:subClassOf obo:CDT_1000004 .

obo:CDT_0006545
    obo:cdt_label "retainer - cast metal for resin bonded fixed prosthesis" ;
    dc:identifier "D6545" ;
    a owl:Class ;
    rdfs:label "billing code D6545: retainer - cast metal for resin bonded fixed prosthesis" ;
    rdfs:subClassOf obo:CDT_1000018 .

obo:CDT_0006548
    obo:cdt_label "retainer - porcelain/ceramic for resin bonded fixed prosthesis" ;
    dc:identifier "D6548" ;
    a owl:Class ;
    rdfs:label "billing code D6548: retainer - porcelain/ceramic for resin bonded fixed prosthesis" ;
    rdfs:subClassOf obo:CDT_1000018 .

obo:CDT_0006600
    obo:cdt_label "inlay - porcelain/ceramic, two surfaces" ;
    dc:identifier "D6600" ;
    a owl:Class ;
    rdfs:label "billing code D6600: inlay - porcelain/ceramic, two surfaces" ;
    rdfs:subClassOf obo:CDT_1000018 .

obo:CDT_0006601
    obo:cdt_label "inlay - porcelain/ceramic, three or more surfaces" ;
    dc:identifier "D6601" ;
    a owl:Class ;
    rdfs:label "billing code D6601: inlay - porcelain/ceramic, three or more surfaces" ;
    rdfs:subClassOf obo:CDT_1000018 .

obo:CDT_0006602
    obo:cdt_label "inlay - cast high noble metal, two surfaces" ;
    dc:identifier "D6602" ;
    a owl:Class ;
    rdfs:label "billing code D6602: inlay - cast high noble metal, two surfaces" ;
    rdfs:subClassOf obo:CDT_1000018 .

obo:CDT_0006603
    obo:cdt_label "inlay - cast high noble metal, three or more surfaces" ;
    dc:identifier "D6603" ;
    a owl:Class ;
    rdfs:label "billing code D6603: inlay - cast high noble metal, three or more surfaces" ;
    rdfs:subClassOf obo:CDT_1000018 .

obo:CDT_0006604
    obo:cdt_label "inlay - cast predominantly base metal, two surfaces" ;
    dc:identifier "D6604" ;
    a owl:Class ;
    rdfs:label "billing code D6604: inlay - cast predominantly base metal, two surfaces" ;
    rdfs:subClassOf obo:CDT_1000018 .

obo:CDT_0006605
    obo:cdt_label "inlay - cast predominantly base metal, three or more surfaces" ;
    dc:identifier "D6605" ;
    a owl:Class ;
    rdfs:label "billing code D6605: inlay - cast predominantly base metal, three or more surfaces" ;
    rdfs:subClassOf obo:CDT_1000018 .

obo:CDT_0006606
    obo:cdt_label "inlay - cast noble metal, two surfaces" ;
    dc:identifier "D6606" ;
    a owl:Class ;
    rdfs:label "billing code D6606: inlay - cast noble metal, two surfaces" ;
    rdfs:subClassOf obo:CDT_1000018 .

obo:CDT_0006607
    obo:cdt_label "inlay - cast noble metal, three or more surfaces" ;
    dc:identifier "D6607" ;
    a owl:Class ;
    rdfs:label "billing code D6607: inlay - cast noble metal, three or more surfaces" ;
    rdfs:subClassOf obo:CDT_1000018 .

obo:CDT_0006608
    obo:cdt_label "onlay -porcelain/ceramic, two surfaces" ;
    dc:identifier "D6608" ;
    a owl:Class ;
    rdfs:label "billing code D6608: onlay -porcelain/ceramic, two surfaces" ;
    rdfs:subClassOf obo:CDT_1000018 .

obo:CDT_0006609
    obo:cdt_label "onlay - porcelain/ceramic, three or more surfaces" ;
    dc:identifier "D6609" ;
    a owl:Class ;
    rdfs:label "billing code D6609: onlay - porcelain/ceramic, three or more surfaces" ;
    rdfs:subClassOf obo:CDT_1000018 .

obo:CDT_0006610
    obo:cdt_label "onlay - cast high noble metal, two surfaces" ;
    dc:identifier "D6610" ;
    a owl:Class ;
    rdfs:label "billing code D6610: onlay - cast high noble metal, two surfaces" ;
    rdfs:subClassOf obo:CDT_1000018 .

obo:CDT_0006611
    obo:cdt_label "onlay - cast high noble metal, three or more surfaces" ;
    dc:identifier "D6611" ;
    a owl:Class ;
    rdfs:label "billing code D6611: onlay - cast high noble metal, three or more surfaces" ;
    rdfs:subClassOf obo:CDT_1000018 .

obo:CDT_0006612
    obo:cdt_label "onlay - cast predominantly base metal, two surfaces" ;
    dc:identifier "D6612" ;
    a owl:Class ;
    rdfs:label "billing code D6612: onlay - cast predominantly base metal, two surfaces" ;
    rdfs:subClassOf obo:CDT_1000018 .

obo:CDT_0006613
    obo:cdt_label "onlay - cast predominantly base metal, three or more surfaces" ;
    dc:identifier "D6613" ;
    a owl:Class ;
    rdfs:label "billing code D6613: onlay - cast predominantly base metal, three or more surfaces" ;
    rdfs:subClassOf obo:CDT_1000018 .

obo:CDT_0006614
    obo:cdt_label "onlay - cast noble metal, two surfaces" ;
    dc:identifier "D6614" ;
    a owl:Class ;
    rdfs:label "billing code D6614: onlay - cast noble metal, two surfaces" ;
    rdfs:subClassOf obo:CDT_1000018 .

obo:CDT_0006615
    obo:cdt_label "onlay - cast noble metal, three or more surfaces" ;
    dc:identifier "D6615" ;
    a owl:Class ;
    rdfs:label "billing code D6615: onlay - cast noble metal, three or more surfaces" ;
    rdfs:subClassOf obo:CDT_1000018 .

obo:CDT_0006624
    obo:cdt_label "inlay - titanium" ;
    dc:identifier "D6624" ;
    a owl:Class ;
    rdfs:label "billing code D6624: inlay - titanium" ;
    rdfs:subClassOf obo:CDT_1000018 .

obo:CDT_0006634
    obo:cdt_label "onlay - titanium" ;
    dc:identifier "D6634" ;
    a owl:Class ;
    rdfs:label "billing code D6634: onlay - titanium" ;
    rdfs:subClassOf obo:CDT_1000018 .

obo:CDT_0006710
    obo:IAO_0000116 """Not to be used as a temporary or provisional prosthesis. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "crown - indirect resin based composite" ;
    dc:identifier "D6710" ;
    a owl:Class ;
    rdfs:label "billing code D6710: crown - indirect resin based composite" ;
    rdfs:subClassOf obo:CDT_1000006 .

obo:CDT_0006720
    obo:cdt_label "crown - resin with high noble metal" ;
    dc:identifier "D6720" ;
    a owl:Class ;
    rdfs:label "billing code D6720: crown - resin with high noble metal" ;
    rdfs:subClassOf obo:CDT_1000006 .

obo:CDT_0006721
    obo:cdt_label "crown - resin with predominantly base metal" ;
    dc:identifier "D6721" ;
    a owl:Class ;
    rdfs:label "billing code D6721: crown - resin with predominantly base metal" ;
    rdfs:subClassOf obo:CDT_1000006 .

obo:CDT_0006722
    obo:cdt_label "crown - resin with noble metal" ;
    dc:identifier "D6722" ;
    a owl:Class ;
    rdfs:label "billing code D6722: crown - resin with noble metal" ;
    rdfs:subClassOf obo:CDT_1000006 .

obo:CDT_0006740
    obo:cdt_label "crown - porcelain/ceramic" ;
    dc:identifier "D6740" ;
    a owl:Class ;
    rdfs:label "billing code D6740: crown - porcelain/ceramic" ;
    rdfs:subClassOf obo:CDT_1000006 .

obo:CDT_0006750
    obo:cdt_label "crown - porcelain fused to high noble metal" ;
    dc:identifier "D6750" ;
    a owl:Class ;
    rdfs:label "billing code D6750: crown - porcelain fused to high noble metal" ;
    rdfs:subClassOf obo:CDT_1000006 .

obo:CDT_0006751
    obo:cdt_label "crown - porcelain fused to predominantly base metal" ;
    dc:identifier "D6751" ;
    a owl:Class ;
    rdfs:label "billing code D6751: crown - porcelain fused to predominantly base metal" ;
    rdfs:subClassOf obo:CDT_1000006 .

obo:CDT_0006752
    obo:cdt_label "crown - porcelain fused to noble metal" ;
    dc:identifier "D6752" ;
    a owl:Class ;
    rdfs:label "billing code D6752: crown - porcelain fused to noble metal" ;
    rdfs:subClassOf obo:CDT_1000006 .

obo:CDT_0006780
    obo:cdt_label "crown - 3/4  cast high noble metal" ;
    dc:identifier "D6780" ;
    a owl:Class ;
    rdfs:label "billing code D6780: crown - 3/4  cast high noble metal" ;
    rdfs:subClassOf obo:CDT_1000006 .

obo:CDT_0006781
    obo:cdt_label "crown - 3/4  cast predominantly base metal" ;
    dc:identifier "D6781" ;
    a owl:Class ;
    rdfs:label "billing code D6781: crown - 3/4  cast predominantly base metal" ;
    rdfs:subClassOf obo:CDT_1000006 .

obo:CDT_0006782
    obo:cdt_label "crown - 3/4  cast noble metal" ;
    dc:identifier "D6782" ;
    a owl:Class ;
    rdfs:label "billing code D6782: crown - 3/4  cast noble metal" ;
    rdfs:subClassOf obo:CDT_1000006 .

obo:CDT_0006783
    obo:cdt_label "crown - 3/4  porcelain/ceramic" ;
    dc:identifier "D6783" ;
    a owl:Class ;
    rdfs:label "billing code D6783: crown - 3/4  porcelain/ceramic" ;
    rdfs:subClassOf obo:CDT_1000006 .

obo:CDT_0006790
    obo:cdt_label "crown - full cast high noble metal" ;
    dc:identifier "D6790" ;
    a owl:Class ;
    rdfs:label "billing code D6790: crown - full cast high noble metal" ;
    rdfs:subClassOf obo:CDT_1000006 .

obo:CDT_0006791
    obo:cdt_label "crown - full cast predominantly base metal" ;
    dc:identifier "D6791" ;
    a owl:Class ;
    rdfs:label "billing code D6791: crown - full cast predominantly base metal" ;
    rdfs:subClassOf obo:CDT_1000006 .

obo:CDT_0006792
    obo:cdt_label "crown - full cast noble metal" ;
    dc:identifier "D6792" ;
    a owl:Class ;
    rdfs:label "billing code D6792: crown - full cast noble metal" ;
    rdfs:subClassOf obo:CDT_1000006 .

obo:CDT_0006793
    obo:IAO_0000116 """Retainer crown utilized as an interim of at least six months duration during restorative treatment to allow adequate time for healing or completion of other procedures.  This is not to be used as a temporary retainer crown for routine prosthetic fixed partial dentures. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "provisional retainer crown" ;
    dc:identifier "D6793" ;
    a owl:Class ;
    rdfs:label "billing code D6793: provisional retainer crown" ;
    rdfs:subClassOf obo:CDT_1000006 .

obo:CDT_0006794
    obo:cdt_label "crown - titanium" ;
    dc:identifier "D6794" ;
    a owl:Class ;
    rdfs:label "billing code D6794: crown - titanium" ;
    rdfs:subClassOf obo:CDT_1000006 .

obo:CDT_0006795
    obo:IAO_0000116 """Retainer crown used as an interim restoration  for a duration of less than six months when a final impression is not made to allow adequate time for healing or completion of definitive treatment  planning. This is not a temporary retainer crown for routine prosthetic fixed partial denture restoration. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "interim retainer crown" ;
    dc:identifier "D6795" ;
    a owl:Class ;
    rdfs:label "billing code D6795: interim retainer crown" ;
    rdfs:subClassOf obo:CDT_1000006 .

obo:CDT_0006970
    obo:IAO_0000116 """Post and core are custom fabricated as a single unit. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "post and core in addition to fixed partial denture retainer, indirectly fabricated" ;
    dc:identifier "D6970" ;
    a owl:Class ;
    rdfs:label "billing code D6970: post and core in addition to fixed partial denture retainer, indirectly fabricated" ;
    rdfs:subClassOf obo:CDT_1000012 .

obo:CDT_0006972
    obo:cdt_label "prefabricated post and core in addition to fixed partial denture retainer" ;
    dc:identifier "D6972" ;
    a owl:Class ;
    rdfs:label "billing code D6972: prefabricated post and core in addition to fixed partial denture retainer" ;
    rdfs:subClassOf obo:CDT_1000012 .

obo:CDT_0006973
    obo:cdt_label "core build up for retainer, including any pins" ;
    dc:identifier "D6973" ;
    a owl:Class ;
    rdfs:label "billing code D6973: core build up for retainer, including any pins" ;
    rdfs:subClassOf obo:CDT_1000012 .

obo:CDT_0007110
    obo:IAO_0000116 "For information on the datetimestamp formate see: http://www.schemacentral.com/sc/xsd11/t-xsd_dateTimeStamp.html" ;
    obo:IAO_0000604 "2003-01-01T00:00:00-5:00"^^xsd:datetimestamp ;
    obo:cdt_label "single tooth" ;
    dc:identifier "D7110" ;
    a owl:Class ;
    rdfs:label "billing code D7110: single tooth" ;
    rdfs:subClassOf obo:CDT_1000031 .

obo:CDT_0007120
    obo:IAO_0000116 "For information on the datetimestamp formate see: http://www.schemacentral.com/sc/xsd11/t-xsd_dateTimeStamp.html", """To be reported for an additional extraction in the same quadrant at the same visit. 

cdt3 users manual: current dental terminology version 2000""" ;
    obo:IAO_0000604 "2003-01-01T00:00:00-5:00"^^xsd:datetimestamp ;
    obo:cdt_label "each additional tooth" ;
    dc:identifier "D7120" ;
    a owl:Class ;
    rdfs:label "billing code D7120: each additional tooth" ;
    rdfs:subClassOf obo:CDT_1000031 .

obo:CDT_0007140
    obo:IAO_0000116 """Includes routine removal of tooth structure, minor smoothing of socket bone, and closure, as necessary. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "extraction, erupted tooth or exposed root (elevation and/or forceps  removal)" ;
    dc:identifier "D7140" ;
    a owl:Class ;
    rdfs:label "billing code D7140: extraction, erupted tooth or exposed root (elevation and/or forceps  removal)" ;
    rdfs:subClassOf obo:CDT_1000031 .

obo:CDT_0007210
    obo:IAO_0000116 """Includes related cutting of gingiva and bone, removal of tooth structure, minor smoothing of socket bone and closure. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "surgical removal of erupted tooth requiring removal of bone and/or sectioning of tooth,  and including elevation of mucoperiosteal flap if indicated" ;
    dc:identifier "D7210" ;
    a owl:Class ;
    rdfs:label "billing code D7210: surgical removal of erupted tooth requiring removal of bone and/or sectioning of tooth,  and including elevation of mucoperiosteal flap if indicated" ;
    rdfs:subClassOf obo:CDT_1000016 .

obo:CDT_0009110
    obo:IAO_0000116 """This is typically reported  on a per visit basis for emergency treatment of dental pain. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "palliative (emergency) treatment  of dental pain - minor procedure This is typically reported  on a \"per visit\" basis for emergency treatment of dental pain." ;
    dc:identifier "D9110" ;
    a owl:Class ;
    rdfs:label "billing code D9110: palliative (emergency) treatment  of dental pain - minor procedure This is typically reported  on a \"per visit\" basis for emergency treatment of dental pain." ;
    rdfs:subClassOf obo:CDT_1000021 .

obo:CDT_1000001
    a owl:Class ;
    rdfs:comment "A current dental terminology code is a centrally registered identifier that is maintained by the American Dental Association and used for recording dental services provided. It is typically used on the patient record, and when reporting procedures on a paper or electronic submission. " ;
    rdfs:label "current dental terminology code" ;
    rdfs:subClassOf obo:IAO_0000578 .

obo:CDT_1000002
    obo:IAO_0000116 """Tooth preparation, all adhesives (including amalgam bonding agents), liners and bases
are included as part of the restoration. If pins are used, they should be reported
separately (see D2951). 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "amalgam restorations (including polishing)" ;
    a owl:Class ;
    rdfs:label "billing code for amalgam restorations (including polishing)" ;
    rdfs:subClassOf obo:CDT_1000022, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000041
    ] .

obo:CDT_1000003
    obo:cdt_label "inlay/onlay restorations - metallic" ;
    a owl:Class ;
    rdfs:label "billing code for inlay/onlay restorations - metallic" ;
    rdfs:subClassOf obo:CDT_1000008, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:unionOf (obo:OHD_0000022
                obo:OHD_0000138
            )
        ]
    ] .

obo:CDT_1000004
    obo:cdt_label "fixed partial denture pontics" ;
    a owl:Class ;
    rdfs:label "billing code for fixed partial denture pontics" ;
    rdfs:subClassOf obo:CDT_1000005 .

obo:CDT_1000005
    obo:IAO_0000116 """Each retainer and each pontic constitutes a unit in a fixed partial denture.
Local anesthesia is usually considered to be part of Fixed Prosthodontic procedures.
The term 'fixed partial denture' replaces the words 'bridge' and 'bridgework' throughout this section. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "prosthodontics, fixed" ;
    a owl:Class ;
    rdfs:label "billing code for prosthodontics, fixed" ;
    rdfs:subClassOf obo:CDT_1000001 .

obo:CDT_1000006
    obo:cdt_label "fixed partial denture retainers - crowns" ;
    a owl:Class ;
    rdfs:label "billing code for fixed partial denture retainers - crowns" ;
    rdfs:subClassOf obo:CDT_1000005 .

obo:CDT_1000007
    obo:cdt_label "adjunctive general services" ;
    a owl:Class ;
    rdfs:label "billing code for adjunctive general services" ;
    rdfs:subClassOf obo:CDT_1000001 .

obo:CDT_1000008
    obo:cdt_label "inlay/onlay restorations" ;
    a owl:Class ;
    rdfs:label "billing code for inlay/onlay restorations" ;
    rdfs:subClassOf obo:CDT_1000022, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:unionOf (obo:OHD_0000133
                obo:OHD_0000134
            )
        ]
    ] .

obo:CDT_1000009
    obo:cdt_label "other endodontic procedures" ;
    a owl:Class ;
    rdfs:label "billing code for other endodontic procedures" ;
    rdfs:subClassOf obo:CDT_1000030 .

obo:CDT_1000010
    obo:IAO_0000116 """Resin-based composite inlays/onlays must utilize indirect technique. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "inlay/onlay restorations - resin-based composite" ;
    a owl:Class ;
    rdfs:label "billing code for inlay/onlay restorations - resin-based composite" ;
    rdfs:subClassOf obo:CDT_1000008, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:unionOf (obo:OHD_0000096
                obo:OHD_0000169
            )
        ]
    ] .

obo:CDT_1000011
    obo:IAO_0000116 """Includes primary teeth without succedaneous teeth and permanent teeth. Complete
root canal therapy; pulpectomy is part of root canal therapy.
Includes all appointments necessary to complete treatment; also includes intra-operative
radiographs. Does not include diagnostic evaluation and necessary radiographs/diagnostic
images. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "endodontic therapy (including treatment plan, clinical procedures and follow-up care)" ;
    a owl:Class ;
    rdfs:label "billing code for endodontic therapy (including treatment plan, clinical procedures and follow-up care)" ;
    rdfs:subClassOf obo:CDT_1000030 .

obo:CDT_1000012
    obo:cdt_label "other fixed partial denture services" ;
    a owl:Class ;
    rdfs:label "billing code for other fixed partial denture services" ;
    rdfs:subClassOf obo:CDT_1000005 .

obo:CDT_1000013
    obo:IAO_0000116 """Resin-based composite refers to a broad category of materials including but not
limited to composites. May include bonded composite, light-cured composite, etc.
Tooth preparation, acid etching, adhesives (including resin bonding agents), liners
and bases and curing are included as part of the restoration. Glass ionomers, when
used as restorations, should be reported with these codes. If pins are used, they
should be reported separately (see D2951). 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "resin-based composite restorations - direct" ;
    a owl:Class ;
    rdfs:label "billing code for resin-based composite restorations - direct" ;
    rdfs:subClassOf obo:CDT_1000022 .

obo:CDT_1000014
    obo:IAO_0000116 """Porcelain/ceramic inlays/onlays include all indirect ceramic and porcelain type
inlays/onlays. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "inlay/onlay restorations - porcelain/ceramic" ;
    a owl:Class ;
    rdfs:label "billing code for inlay/onlay restorations - porcelain/ceramic" ;
    rdfs:subClassOf obo:CDT_1000008, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:unionOf (obo:OHD_0000094
                obo:OHD_0000095
            )
        ]
    ] .

obo:CDT_1000015
    obo:IAO_0000116 """The codes in this section recognize the cognitive skills necessary for patient evaluation.
The collection and recording of some data and components of the dental examination
may be delegated; however, the evaluation, which includes diagnosis and treatment
planning, is the responsibility of the dentist. As with all ADA procedure codes, there
is no distinction made between the evaluations provided by general practitioners and
specialists. Report additional diagnostic and/or definitive procedures separately. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "clinical oral evaluations" ;
    a owl:Class ;
    rdfs:label "billing code for clinical oral evaluations" ;
    rdfs:subClassOf obo:CDT_1000027 .

obo:CDT_1000016
    obo:cdt_label "surgical extractions (includes local anesthesia, suturing, if needed, and routine postoperative care)" ;
    a owl:Class ;
    rdfs:label "billing code for surgical extractions (includes local anesthesia, suturing, if needed, and routine postoperative care)" ;
    rdfs:subClassOf obo:CDT_1000017 .

obo:CDT_1000017
    obo:IAO_0000116 """Local anesthesia is usually considered to be part of Oral and Maxillofacial Surgical
procedures.
For dental benefit reporting purposes a quadrant is defined as four or more contiguous
teeth and/or teeth spaces distal to the midline. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "oral and maxillofacial surgery" ;
    a owl:Class ;
    rdfs:label "billing code for oral and maxillofacial surgery" ;
    rdfs:subClassOf obo:CDT_1000001 .

obo:CDT_1000018
    obo:cdt_label "fixed partial denture retainers - inlays/onlays" ;
    a owl:Class ;
    rdfs:label "billing code for fixed partial denture retainers - inlays/onlays" ;
    rdfs:subClassOf obo:CDT_1000005 .

obo:CDT_1000019
    obo:cdt_label "gold foil restorations" ;
    a owl:Class ;
    rdfs:label "billing code for gold foil restorations" ;
    rdfs:subClassOf obo:CDT_1000022, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000039
    ] .

obo:CDT_1000020
    obo:cdt_label "pulpotomy" ;
    a owl:Class ;
    rdfs:label "billing code for pulpotomy" ;
    rdfs:subClassOf obo:CDT_1000030 .

obo:CDT_1000021
    obo:cdt_label "unclassified treatment" ;
    a owl:Class ;
    rdfs:label "billing code for unclassified treatment" ;
    rdfs:subClassOf obo:CDT_1000007 .

obo:CDT_1000022
    obo:IAO_0000116 """Local anesthesia is usually considered to be part of Restorative procedures.
A one-surface posterior restoration is one in which the restoration involves only one of
the five surface classifications (mesial, distal, occlusal, lingual, or facial, including buccal
and labial).
A two-surface posterior restoration is one in which the restoration extends to two of
the five surface classifications.
A three-surface posterior restoration is one in which the restoration extends to three
of the five surface classifications.
A four-or-more surface posterior restoration is one in which the restoration extends to
four or more of the five surface classifications.
A one-surface anterior proximal restoration is one in which neither the lingual nor the
facial margins of the restoration extend beyond the line angle.
A two-surface anterior proximal restoration is one in which either the lingual or facial
margin of the restoration extends beyond the line angle.
A three-surface anterior proximal restoration is one in which both the lingual and facial
margins of the restorations extend beyond the line angle.
A four-or-more surface anterior restoration is one in which both the lingual and facial
margins extend beyond the line angle and the incisal angle is involved. This restoration
might also involve all four surfaces of an anterior tooth and not involve the incisal angle. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "restorative" ;
    a owl:Class ;
    rdfs:label "billing code for restorative" ;
    rdfs:subClassOf obo:CDT_1000001, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000004
    ] .

obo:CDT_1000023
    obo:IAO_0000116 """Classification of Materials
Classification of Metals (Source: ADA Council on Scientific Affairs)
The noble metal classification system has been adopted as a more precise method of
reporting various alloys used in dentistry. The alloys are defined on the basis of the
percentage of metal content: high noble - Gold (Au), Palladium (Pd), and/or Platinum
(Pt) greater than or equql to 60% (with at least 40% Au); titanium and titanium alloys - Titanium (Ti) greater than 85%;
noble - Gold (Au), Palladium (Pd), and/or Platinum (Pt) greater than or equal to 25%; predominantly base -
Gold (Au), Palladium (Pd), and/or Platinum (Pt) less than 25%
Porcelain/ceramic
Refers to those non-metal, non-resin inorganic refractory compounds processed at high
temperatures (600¬∫C/1112¬∫F and above) and pressed, polished or milled - including
porcelains, glasses, and glass-ceramics.
Resin
Refers to any resin-based composite, including fiber or ceramic reinforced polymer
compounds. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "crowns - single restorations only" ;
    a owl:Class ;
    rdfs:label "billing code for crowns - single restorations only" ;
    rdfs:subClassOf obo:CDT_1000022, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000033
    ] .

obo:CDT_1000024
    obo:cdt_label "preventative" ;
    a owl:Class ;
    rdfs:label "billing code for preventative" ;
    rdfs:subClassOf obo:CDT_1000001 .

obo:CDT_1000025
    obo:cdt_label "other preventive services" ;
    a owl:Class ;
    rdfs:label "billing code for other preventive services" ;
    rdfs:subClassOf obo:CDT_1000024 .

obo:CDT_1000026
    obo:cdt_label "other restorative services" ;
    a owl:Class ;
    rdfs:label "billing code for other restorative services" ;
    rdfs:subClassOf obo:CDT_1000022 .

obo:CDT_1000027
    obo:cdt_label "diagnostic" ;
    a owl:Class ;
    rdfs:label "billing code for diagnostic" ;
    rdfs:subClassOf obo:CDT_1000001 .

obo:CDT_1000028
    obo:IAO_0000116 """Periradicular surgery is a term used to describe surgery to the root surface (e.g.,
apicoectomy), repair of a root perforation or resorptive defect, exploratory curettage
to look for root fractures, removal of extruded filling materials or instruments,
removal of broken root fragments, sealing of accessory canals, etc. This does not
include retrograde filling material placement. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "apicoectomy/periradicular services" ;
    a owl:Class ;
    rdfs:label "billing code for apicoectomy/periradicular services" ;
    rdfs:subClassOf obo:CDT_1000030 .

obo:CDT_1000029
    obo:IAO_0000116 """This procedure may include the removal of a post, pin(s), old root canal filling material,
and the procedures necessary to prepare the canals and place the canal filling. This
includes complete root canal therapy. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "endodontic retreatment" ;
    a owl:Class ;
    rdfs:label "billing code for endodontic retreatment" ;
    rdfs:subClassOf obo:CDT_1000030 .

obo:CDT_1000030
    obo:IAO_0000116 """Local anesthesia is usually considered to be part of Endodontic procedures. 

 ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1""" ;
    obo:cdt_label "endodontics" ;
    a owl:Class ;
    rdfs:label "billing code for endodontics" ;
    rdfs:subClassOf obo:CDT_1000001 .

obo:CDT_1000031
    obo:cdt_label "extractions (includes local anesthesia, suturing, if needed, and routine postoperative care)" ;
    a owl:Class ;
    rdfs:label "billing code for extractions (includes local anesthesia, suturing, if needed, and routine postoperative care)" ;
    rdfs:subClassOf obo:CDT_1000017 .

obo:ECTO_0000487
    obo:IAO_0000115 "An exposure to chemical role." ;
    oboInOwl:hasExactSynonym "exposure to chemical role" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> ;
    rdfs:label "exposure to chemical with chemical role" ;
    rdfs:subClassOf obo:ECTO_0010000 .

obo:ECTO_0010000
    obo:IAO_0000115 "A exposure event involving the interaction of an exposure receptor to quality." ;
    oboInOwl:hasExactSynonym "quality exposure" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> ;
    rdfs:label "exposure to environmental quality" ;
    rdfs:subClassOf obo:ExO_0000002 .

obo:ECTO_9002146
    obo:IAO_0000115 "An exposure to acid." ;
    oboInOwl:hasExactSynonym "exposure to acid" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> ;
    rdfs:label "exposure to acids" ;
    rdfs:subClassOf obo:ECTO_0000487 .

obo:ExO_0000002
    obo:IAO_0000115 "An interaction between an exposure stressor and an exposure_receptor." ;
    oboInOwl:created_by "cmattin" ;
    oboInOwl:creation_date "2010-09-21T02:47:00Z" ;
    oboInOwl:hasOBONamespace "exposure_event" ;
    oboInOwl:id "ExO:0000002" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> ;
    rdfs:label "exposure event" ;
    rdfs:subClassOf obo:BFO_0000015 .

obo:FMA_10474
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Organ zone<br><b>subclasses</b>: Zone of pectoralis minor, Myotendinous region of muscle organ, Zone of teres major, Zone of muscle of head, Zone of muscle organ of lower limb, Zone of biceps brachii, Zone of intercostal muscle, Zone of subscapularis, Zone of flexor digitorum superficialis, Zone of coracobrachialis, Zone of levator costae, Zone of multifidus, Zone of rectus abdominis, Zone of longissimus thoracis, Zone of flexor digitorum longus, Zone of extensor digitorum longus, Zone of external anal sphincter, Zone of levator ani, Zone of male external sphincter urethrae, Zone of supinator, Zone of deltoid, Zone of transversus abdominis, Zone of internal oblique, Zone of external oblique, Zone of diaphragm, Zone of pectoralis major, Zone of trapezius, Zone of platysma, Zone of oblique arytenoid, Zone of thyro-arytenoid, Zone of cricothyroid, Zone of cricopharyngeus, Zone of palatopharyngeus, Zone of inferior pharyngeal constrictor, Zone of middle pharyngeal constrictor, Zone of superior pharyngeal constrictor, Zone of longus colli, Zone of iliocostalis lumborum<br><b>:slot-templates</b>: attaches to <i>value-type</i>: Zone of bone organ, attaches to <i>value-type</i>: Membrane organ, attaches to <i>value-type</i>: Ligament organ, attaches to <i>value-type</i>: Fascia organ, attaches to <i>value-type</i>: Bone organ, attaches to <i>value-type</i>: Class, muscle attachment <i>value-type</i>: Muscle (subdivision) attachment relation, muscle attachment <i>value-type</i>: Instance<br><b>:direct-template-slots</b>: muscle attachment, primary segmental supply, secondary segmental supply<br><b>preferred name</b>: KB_INSTANCE_09433<br><b>synonym</b>: KB_AUTO-INSERT2_6984" ;
    a owl:Class ;
    rdfs:label "Zone of muscle organ" ;
    rdfs:subClassOf obo:FMA_55268 .

obo:FMA_10483
    obo:IAO_0000116 """type: class
is-a: Organ zone
subclasses: Head proper of fibula, Waist of scaphoid, Hamate proper, Distal epiphysis of phalanx of hand, Zone of calcaneus, Middle part of inferior nasal concha, Head of stapes, Head of rib, Head of mandible, Zone of hook of hamate, Handle of malleus, Condyle, Tuber, Apophysis, Bone marrow, Zone of patella, Zone of sternum, Zone of irregular bone, Zone of flat bone, Zone of long bone, Trochlea of bone, Proximal part of scaphoid, Zone of hip bone, Zone of stapes, Proximal epiphysis of phalanx of hand, Base of arytenoid cartilage, Alveolar arch, Head of talus, Head of malleus, Head of radius, Lateral part of sacrum, Acromial end of clavicle, Proximal epiphysis of phalanx of toe, Sternal end of clavicle, Proximal end of femur, Lateral part of occipital bone, Distal end of femur, Anterior part of inferior nasal concha, Hook of hamate, Epicondyle, Head of capitate bone, Distal part of scaphoid, Base of stapes, Head of humerus, Base of mandible, Posterior part of inferior nasal concha, Body of metatarsal bone, Head of femur, Distal epiphysis of phalanx of toe, Ossification center, Base of patella
:slot-templates: receives attachment value-type: Class, receives attachment value-type: Muscle organ, receives attachment value-type: Ligament organ, receives attachment value-type: Cartilage organ, receives attachment value-type: Membrane organ, receives attachment value-type: Fascia organ, receives attachment value-type: Zone of muscle organ
:direct-template-slots: receives attachment, origin of, muscle insertion of, systemic part of""" ;
    a owl:Class ;
    rdfs:label "Zone of bone organ" ;
    rdfs:subClassOf obo:FMA_55268 .

obo:FMA_11356
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Anatomical cluster space<br><b>subclasses</b>: Synovial cavity of sternoclavicular joint, Synovial cavity of elbow joint, Synovial cavity of acromioclavicular joint, Synovial cavity of distal radio-ulnar joint, Synovial cavity of glenohumeral joint, Synovial cavity of proximal radio-ulnar joint, Synovial cavity of wrist joint, Synovial cavity of incudomallear joint, Synovial cavity of ankle joint, Synovial cavity of pisotriquetral joint, Synovial cavity of hip joint, Cavity of costotransverse joint, Cavity of joint of head of rib, Cavity of sternocostal joint, Cavity of interchondral joint, Synovial cavity of incudostapedial joint, Synovial cavity of vertebral arch joint, Synovial cavity of knee joint, Synovial cavity of temporomandibular joint<br><b>:slot-templates</b>: contains <i>value-type</i>: Portion of body substance, contains <i>value-type</i>: Class<br><b>preferred name</b>: KB_INSTANCE_10784<br><b>synonym</b>: fm-live_01875, ONARD_Instance_5640009, ONARD_Instance_5640010, KB_INSTANCE_10786, KB_INSTANCE_10785" ;
    a owl:Class ;
    rdfs:comment "Anatomical cluster space which is bound by the internal surface of an articular capsule." ;
    rdfs:label "Synovial cavity of joint" ;
    rdfs:subClassOf obo:FMA_279957 .

obo:FMA_12237
    obo:IAO_0000116 """type: class
is-a: Organ cavity, Anatomical cavity
subclasses: Organ cavity, Lumen of vagina, Lumen of epididymis, Lumen of ureter, Lumen of membranous labyrinth, Lumen of intraprostatic part of ejaculatory duct, Lumen of biliary tree, Lumen of tracheobronchial tree, Sinus of epididymis, Lumen of extraprostatic part of ejaculatory duct, Lumen of pancreatic duct, Lumen of lacrimal duct, Lumen of venous tree organ, Cavity of eyeball, Cavity of tooth, Lumen of pancreatic duct tree, Synovial cavity of joint, Lumen of ejaculatory duct, Cavity of bone organ, Lumen of seminal vesicle, Cavity of stomach, Lumen of arterial tree organ, Lumen of esophagus, Cavity of urinary bladder, Lumen of urethra, Lumen of duct of salivary gland, Cavity of segment of lacrimal duct, Cavity of neuraxis, Lumen of pharyngotympanic tube, Lumen of uterine tube, Lumen of deferent duct, Cavity network of bone organ, Lumen of pancreatic acinus, Lumen of gallbladder, Cavity of serous sac, Renal sinus, Cavity of uterus
:slot-templates: contains value-type: Class, contains value-type: Portion of body substance""" ;
    a owl:Class ;
    rdfs:comment "Anatomical cavity, which is surrounded by all morphological parts of an organ; is continuous within the organ; contains one or more body substances. Examples: pericardial cavity, cavity of stomach, uterine cavity." ;
    rdfs:label "Organ cavity" ;
    rdfs:subClassOf obo:FMA_67552 .

obo:FMA_12264
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Hyaline cartilage<br><b>subclasses</b>: Articular cartilage of tubercle of rib, Articular cartilage of head of rib, Articular cartilage of lateral cuneiform bone, Articular cartilage of distal epiphysis of phalanx of toe, Articular cartilage of proximal epiphysis of phalanx of toe, Articular cartilage of proximal epiphysis of phalanx of finger, Articular cartilage of articular facet of talus, Articular cartilage of subdivision of talus, Articular cartilage of medial cuneiform bone, Articular cartilage of superior articular process of vertebra, Articular cartilage of cuboid bone, Articular cartilage of facet of head of radius, Articular cartilage of circumference of head of radius, Articular cartilage of articular process of lumbar vertebra, Articular cartilage of costal facet of body of thoracic vertebra, Articular cartilage of talus, Articular cartilage of auricular surface of ilium, Articular cartilage of inferior articular process of thoracic vertebra, Articular cartilage of distal epiphysis of phalanx of finger, Articular cartilage of articular facet of occipital condyle, Articular cartilage of costal facet of transverse process of thoracic vertebra, Articular cartilage of superior articular process of thoracic vertebra, Articular cartilage of head of stapes, Articular cartilage of body of incus, Articular cartilage of calcaneus, Articular cartilage of trochlear notch of ulna, Articular cartilage of radial notch of ulna, Articular cartilage of epiphysis of ulna, Articular cartilage of carpal bone, Articular cartilage of subdivision of hip bone, Articular cartilage of hip bone, Articular cartilage of patella, Articular cartilage of epiphysis of femur, Articular cartilage of clavicular facet of manubrium, Articular cartilage of epiphysis of metatarsal bone, Articular cartilage of sternal end of clavicle, Articular cartilage of head of mandible, Articular cartilage of posterior part of zygomatic process of temporal bone, Articular cartilage of epiphysis of fibula, Articular cartilage of epiphysis of tibia, Articular cartilage of intermediate cuneiform bone, Articular cartilage of superior articular facet of atlas, Articular cartilage of inferior articular process of lumbar vertebra, Articular cartilage of navicular bone of foot, Articular cartilage of scapula, Articular cartilage of inferior articular facet of atlas, Articular cartilage of head of malleus, Articular cartilage of long process of incus, Articular cartilage of epiphysis of humerus, Articular cartilage of zone of patella, Articular cartilage of superior articular process of lumbar vertebra, Articular cartilage of acromial end of clavicle, Articular cartilage of articular process of vertebra, Articular cartilage of subdivision of epiphysis of femur, Articular cartilage of articular process of thoracic vertebra, Articular cartilage of costal facet of transverse process of vertebra, Articular cartilage of inferior articular process of vertebra, Articular cartilage of epiphysis of metacarpal bone, Articular cartilage of ulnar notch of radius, Articular cartilage of epiphysis of radius<br><b>preferred name</b>: KB_INSTANCE_12368<br><b>synonym</b>: KB_INSTANCE_12369<br><b>:documentation</b>: Note: Gray's anatomy 38th ed. page 496 -articular cartilage has no nerves or blood vessels (except occasional vascular loops reaching and even penetrating the calcified zone from the osseous side).<br><b>non-English equivalent</b>: ONARD_Instance_580594", """type: class
is-a: Hyaline cartilage
subclasses: Articular cartilage of coracoid process, Articular cartilage of navicular bone of foot, Articular cartilage of medial cuneiform bone, Articular cartilage of intermediate cuneiform bone, Articular cartilage of cuboid bone, Articular cartilage of lateral cuneiform bone, Articular cartilage of distal epiphysis of phalanx of toe, Articular cartilage of proximal epiphysis of phalanx of toe, Articular cartilage of calcaneus, Articular cartilage of head of rib, Articular cartilage of tubercle of rib, Articular cartilage of superior articular process of vertebra, Articular cartilage of facet of head of radius, Articular cartilage of circumference of head of radius, Articular cartilage of articular process of lumbar vertebra, Articular cartilage of glenoid proper of scapula, Articular cartilage of costal facet of body of thoracic vertebra, Articular cartilage of talus, Articular cartilage of epiphysis of humerus, Articular cartilage of auricular surface of ilium, Articular cartilage of inferior articular process of thoracic vertebra, Articular cartilage of distal epiphysis of phalanx of finger, Articular cartilage of articular facet of occipital condyle, Articular cartilage of costal facet of transverse process of thoracic vertebra, Articular cartilage of superior articular process of thoracic vertebra, Articular cartilage of head of stapes, Articular cartilage of body of incus, Articular cartilage of articular facet of talus, Articular cartilage of articular process of thoracic vertebra, Articular cartilage of trochlear notch of ulna, Articular cartilage of epiphysis of ulna, Articular cartilage of carpal bone, Articular cartilage of subdivision of hip bone, Articular cartilage of patella, Articular cartilage of epiphysis of femur, Articular cartilage of clavicular facet of manubrium, Articular cartilage of epiphysis of metatarsal bone, Articular cartilage of sternal end of clavicle, Articular cartilage of head of mandible, Articular cartilage of acromion, Articular cartilage of posterior part of zygomatic process of temporal bone, Articular cartilage of epiphysis of tibia, Articular cartilage of epiphysis of fibula, Articular cartilage of superior articular facet of atlas, Articular cartilage of inferior articular process of lumbar vertebra, Articular cartilage of subdivision of talus, Articular cartilage of inferior articular facet of atlas, Articular cartilage of head of malleus, Articular cartilage of long process of incus, Articular cartilage of radial notch of ulna, Articular cartilage of superior articular process of lumbar vertebra, Articular cartilage of proximal epiphysis of phalanx of finger, Articular cartilage of acromial end of clavicle, Articular cartilage of articular process of vertebra, Articular cartilage of subdivision of epiphysis of femur, Articular cartilage of hip bone, Articular cartilage of costal facet of transverse process of vertebra, Articular cartilage of inferior articular process of vertebra, Articular cartilage of epiphysis of metacarpal bone, Articular cartilage of ulnar notch of radius, Articular cartilage of epiphysis of radius
:documentation: Note: Gray's anatomy 38th ed. page 496 -articular cartilage has no nerves or blood vessels (except occasional vascular loops reaching and even penetrating the calcified zone from the osseous side).
:direct-template-slots: systemic part of""" ;
    a owl:Class ;
    rdfs:label "Articular cartilage" ;
    rdfs:subClassOf obo:FMA_64783 .

obo:FMA_12277
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Portion of serous fluid<br><b>subclasses</b>: Synovial fluid of subcutaneous infrapatellar bursa, Synovial fluid of synovial tendon sheath of extensor carpi ulnaris, Synovial fluid of synovial tendon sheath of extensor digiti minimi, Synovial fluid of synovial tendon sheath of extensor pollicis longus, Synovial fluid of synovial tendon sheath of extensor digitorum and extensor indicis, Synovial fluid of synovial tendon sheath of abductor pollicis longus and extensor pollicis brevis, Synovial fluid of synovial tendon sheath of extensores carpi radiales longus and brevis muscles, Synovial fluid of common synovial tendon sheath, Synovial fluid of synovial tendon sheath of flexor carpi radialis, Synovial fluid of synovial tendon sheath of flexor pollicis longus, Synovial fluid of distal radioulnar joint, Synovial fluid of proximal radioulnar joint, Synovial fluid of ankle joint, Synovial fluid of knee joint, Synovial fluid of hip joint, Synovial fluid of elbow joint, Synovial fluid of subtendinous bursa of triceps brachii muscle, Synovial fluid of subtendinous bursa of trapezius, Synovial fluid of subtendinous bursa of latissimus dorsi, Synovial fluid of subtendinous bursa of teres major, Synovial fluid of subtendinous bursa of infraspinatus muscle, Synovial fluid of subcutaneous trochanteric bursa, Synovial fluid of bicipitoradial bursa, Synovial fluid of subcutaneous olecranon bursa, Synovial fluid of subcutaneous acromial bursa, Synovial fluid of coracobrachialis bursa, Synovial fluid of subscapularis bursa, Synovial fluid of subacromial bursa, Synovial fluid of subdeltoid bursa, Synovial fluid of glenohumeral joint, Synovial fluid of pisotriquetral joint, Synovial fluid of wrist joint, Synovial fluid of sternoclavicular joint, Synovial fluid of vertebral arch joint, Synovial fluid of temporomandibular joint, Synovial fluid of incudomallear joint, Synovial fluid of incudostapedial joint, Synovial fluid of acromioclavicular joint<br><b>preferred name</b>: ONARD_Instance_3060000<br><b>contained in</b>: Cavity of bursa<br><b>non-English equivalent</b>: su_incus_40007, KB_AUTO-INSERT(3)_718<br><b>synonym</b>: KB_INSTANCE_12383, KB_INSTANCE_12384" ;
    a owl:Class ;
    rdfs:comment "Transudate contained in the synovial cavity of joints, and in the cavity of tendon sheaths and bursae." ;
    rdfs:label "Portion of synovial fluid" ;
    rdfs:subClassOf obo:FMA_20932 .

obo:FMA_12516
    obo:IAO_0000116 """type: class
is-a: Organ with organ cavity
subclasses: Molar tooth, Premolar tooth, Canine tooth, Incisor tooth, Primary tooth, Secondary tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Crown of tooth, Root of tooth
attributed part: Crown of tooth, Root of tooth, Apex of tooth, Cavity of tooth, Enamel, Cement, Dentine, Dental pulp, Periodontium
physical state: Solid""" ;
    a owl:Class ;
    rdfs:comment "Organ with a cavity which consist of dentine and enamel. Examples: incisor, molar." ;
    rdfs:label "Tooth" ;
    rdfs:subClassOf obo:FMA_55672, obo:OHD_0000206 .

obo:FMA_12769
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lateral cervical lymph node<br><b>subclasses</b>: Left superficial lateral cervical lymph node, Right superficial lateral cervical lymph node<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_12938<br><b>synonym</b>: KB_INSTANCE_12939<br><b>member of</b>: Set of superficial cervical lymph nodes, Set of superficial lateral cervical lymph nodes" ;
    a owl:Class ;
    rdfs:label "Superficial lateral cervical lymph node" ;
    rdfs:subClassOf obo:FMA_61232, _:genid957 .

obo:FMA_12770
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lateral cervical lymph node<br><b>subclasses</b>: Jugulodigastric lymph node, Lateral superior deep cervical lymph node, Anterior superior deep cervical lymph node, Jugulo-omohyoid lymph node, Inferior deep lateral cervical lymph node, Superior deep lateral cervical lymph node, Anterior inferior deep cervical lymph node, Lateral inferior deep cervical lymph node<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_12940<br><b>synonym</b>: KB_INSTANCE_12941" ;
    a owl:Class ;
    rdfs:label "Deep lateral cervical lymph node" ;
    rdfs:subClassOf obo:FMA_61232 .

obo:FMA_12776
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Anterior cervical lymph node<br><b>subclasses</b>: Left superficial anterior cervical lymph node, Right superficial anterior cervical lymph node<br><b>preferred name</b>: KB_INSTANCE_12949<br><b>synonym</b>: KB_INSTANCE_12950<br><b>member of</b>: Set of superficial cervical lymph nodes, Set of superficial anterior cervical lymph nodes" ;
    a owl:Class ;
    rdfs:label "Superficial anterior cervical lymph node" ;
    rdfs:subClassOf obo:FMA_61230, _:genid965 .

obo:FMA_12779
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Anterior cervical lymph node<br><b>subclasses</b>: Prelaryngeal lymph node, Infrahyoid lymph node, Pretracheal lymph node, Thyroid lymph node, Retropharyngeal lymph node, Paratracheal lymph node<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_12953<br><b>:direct-template-slots</b>: lymphatic drainage of" ;
    a owl:Class ;
    rdfs:label "Deep anterior cervical lymph node" ;
    rdfs:subClassOf obo:FMA_61230 .

obo:FMA_12823
    obo:IAO_0000116 """type: class
is-a: Tooth
subclasses: Secondary incisor tooth, Primary incisor tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Incisor tooth" ;
    rdfs:subClassOf obo:OHD_0000307 .

obo:FMA_14065
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Cardinal organ part<br><b>subclasses</b>: Network of smooth muscle cells, Articular part of bone organ, Organ component gland, Perichondrium, Striated muscle fasciculus, Organ component of neuraxis, Muscle body, Tendon, Diploe, Muscle fiber group, Cusp of cardiac valve, Lobular fat of breast, Bony part of bone organ, Pancreatic islet, Osteon, Nail matrix, Papillary muscle, Wall of lobular organ component, Spiral cochlear ligament, Capillary bed, Anatomical valve, Parenchyma, Gustatory organ, Ciliary bundle of palpebral part of orbicularis oculi, Organ component of kidney, Cartilaginous component, Stroma, Lymphoid nodule of submucosa of trachea, Trachealis, Endplate of intervertebral disk, Mesentery, Taste bud, Nucleus pulposus of intervertebral disk, Organ chamber, Theca folliculi, Corpus luteum, Medulla, Trabecula, Anular tracheal ligament, Corpus rubrum, Ligament organ component, Lactiferous terminal ductal lobular unit, Exocrine pancreas, Organ component of lymphatic tree organ, Spiral organ of cochlea, Organ component layer, Septum of conjoint longitudinal muscle layer of inferior part of anal canal, Thyroid follicle, Lens substance, Leaf of cardiac valve, Stalk of epiglottis, Lobular organ component, Pancreatic duct tree, Network of cardiac myocytes, Leaf of epiglottis, Anulus fibrosus of intervertebral disk, Corrugator cutis ani, Cumulus oophorus, Cortex, Muscle organ component, Fascia organ component, Corpus albicans, Conjoint longitudinal muscle layer of inferior part of anal canal, Follicle of ovary, Suspensory ligament of lens, Cartilage organ component, Membrane organ component, Lens, Wall of organ, Non-striated muscle fiber of stomach<br><b>regional part</b>: Portion of epithelium, Unilaminar epithelium<br><b>preferred name</b>: KB_INSTANCE_15377<br><b>:documentation</b>: Old definition: nOrgan part in which the maximal aggregate of its constitutional parts (or constituents) is primarily defined by bonafide (natural) boundaries.  Examples: lobe of lung, osteon, acinus, submucosa, anterior leaflet of mitral valve, capsule of kidney, cortical bone, muscle fasciculus.5-17-02: OM- it may be necessary to add anatomical space as one of the requirements for classifying an organ part which consists of only one tissue type as an organ component. E.g. gastric gland, it consists of epithelium and lumen. Is gastric gland just a subdivision of epithelium?nOld definition as of 7.30.03:nOrgan part, which is countable and consist of a principal and one or more subsidiary tissues; (is divisible into basic tissues); connected to other organ components, it constitutes an organ subdivision.<br><b>non-English equivalent</b>: KB_AUTO-INSERT(3)_4646<br><b>:direct-template-slots</b>: receives attachment from", """type: class
is-a: Cardinal organ part
subclasses: Organ component of kidney, Perichondrium, Muscle fasciculus, Organ component of neuraxis, Network of smooth muscle cells, Tendon, Diploe, Conjoint longitudinal muscle layer of inferior part of anal canal, Organ component of lymphatic tree organ, Lobular fat of breast, Osteon, Stroma, Nail matrix, Papillary muscle, Wall of lobular organ component, Spiral cochlear ligament, Capillary bed, Anatomical valve, Parenchyma, Gustatory organ, Hollow tree organ component, Ciliary bundle of palpebral part of orbicularis oculi, Pancreatic islet, Cartilaginous component, Lymphoid nodule of submucosa of trachea, Trachealis, Cusp of cardiac valve, Follicle of ovary, Taste bud, Nucleus pulposus of intervertebral disk, Organ chamber, Organ component gland, Theca folliculi, Corpus luteum, Cumulus oophorus, Medulla, Cortex, Trabecula, Corpus rubrum, Ligament organ component, Lactiferous terminal ductal lobular unit, Exocrine pancreas, Bony part of pharyngotympanic tube, Organ component layer, Septum of conjoint longitudinal muscle layer of inferior part of anal canal, Thyroid follicle, Lens substance, Leaf of cardiac valve, Stalk of epiglottis, Spiral organ of cochlea, Lobular organ component, Pancreatic duct tree, Network of cardiac myocytes, Leaf of epiglottis, Anulus fibrosus of intervertebral disk, Corrugator cutis ani, Anular tracheal ligament, Articular part of bone organ, Muscle organ component, Fascia organ component, Corpus albicans, Mesentery, Bony part of bone organ, Suspensory ligament of lens, Cartilage organ component, Membrane organ component, Lens, Wall of organ, Non-striated muscle fiber of stomach
regional part: Portion of epithelium, Unilaminar epithelium
:documentation: Old definition: nOrgan part in which the maximal aggregate of its constitutional parts (or constituents) is primarily defined by bonafide (natural) boundaries.  Examples: lobe of lung, osteon, acinus, submucosa, anterior leaflet of mitral valve, capsule of kidney, cortical bone, muscle fasciculus.5-17-02: OM- it may be necessary to add anatomical space as one of the requirements for classifying an organ part which consists of only one tissue type as an organ component. E.g. gastric gland, it consists of epithelium and lumen. Is gastric gland just a subdivision of epithelium?nOld definition as of 7.30.03:nOrgan part, which is countable and consist of a principal and one or more subsidiary tissues; (is divisible into basic tissues); connected to other organ components, it constitutes an organ subdivision.
:direct-template-slots: receives attachment, clinical part of""" ;
    a owl:Class ;
    rdfs:comment "Cardinal organ part which is bounded predominantly by bonafide boundaries.  Examples: lobe of lung, osteon, acinus, submucosa, anterior leaflet of mitral valve, capsule of kidney, cortical bone, muscle fasciculus.", "Cardinal organ part which is bounded predominantly by bonafide boundaries.  Examples: lobe of lung, osteon, acinus, submucosa, anterior leaflet of mitral valve, fibrous capsule of kidney, compact bone, striated muscle fasciculus." ;
    rdfs:label "Organ component" ;
    rdfs:subClassOf obo:FMA_82472 .

obo:FMA_14069
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Striated muscle tissue<br><b>subclasses</b>: Skeletal muscle tissue of subclavius, Skeletal muscle tissue of pectoralis minor, Skeletal muscle tissue of levator scapulae, Skeletal muscle tissue of rhomboid minor, Skeletal muscle tissue of rhomboid major, Skeletal muscle tissue of subscapularis, Skeletal muscle tissue of tibialis anterior, Skeletal muscle tissue of quadriceps femoris, Skeletal muscle tissue of iliacus, Skeletal muscle tissue of quadratus femoris, Skeletal muscle tissue of gluteus maximus, Skeletal muscle tissue of biceps brachii, Skeletal muscle tissue of pectoralis major, Skeletal muscle tissue of teres minor, Skeletal muscle tissue of infraspinatus, Skeletal muscle tissue of supraspinatus, Skeletal muscle tissue of serratus anterior, Skeletal muscle tissue of latissimus dorsi, Skeletal muscle tissue of trapezius, Skeletal muscle tissue of psoas major, Skeletal muscle tissue of rectus abdominis, Skeletal muscle tissue of quadratus lumborum, Skeletal muscle tissue of transversus abdominis, Skeletal muscle tissue of internal oblique, Skeletal muscle tissue of muscle of head, Skeletal muscle tissue of external oblique, Skeletal muscle tissue of diaphragm, Skeletal muscle tissue of transversus thoracis, Skeletal muscle tissue of intercostal muscle, Skeletal muscle tissue of scalenus posterior, Skeletal muscle tissue of scalenus medius, Skeletal muscle tissue of scalenus anterior, Skeletal muscle tissue of sternocleidomastoid, Skeletal muscle tissue of platysma, Skeletal muscle tissue of teres major, Striated muscle tissue of prostate, Skeletal muscle tissue of deltoid, Skeletal muscle tissue of brachialis, Skeletal muscle tissue of coracobrachialis<br><b>preferred name</b>: KB_INSTANCE_15383<br><b>regional part</b>: Epimysium, Perimysium, Skeletal muscle fasciculus<br><b>non-English equivalent</b>: fm_live_32575, ONARD_Instance_580872<br><b>constitutional part of</b>: Muscle organ" ;
    a owl:Class ;
    rdfs:comment "Tissue which consists of skeletal muscle fibers surrounded by endomysium.  Examples: Skeletal muscle tissue of biceps, Skeletal muscle tissue of diaphragm." ;
    rdfs:label "Skeletal muscle tissue" ;
    rdfs:subClassOf obo:FMA_67905 .

obo:FMA_14462
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Organ part cluster<br><b>subclasses</b>: Tooth socket wall, Pes anserinus, Region of wall of middle ear, Wall of middle ear, Region of secondary palate, Biceps pulley, Tooth socket, Secondary palate, Region of internal nose, Splenic pedicle, Region of hard palate, Root of lung, Renal collecting system, Alveolopalatal region, Segment of pia-arachnoid, Subdivision of alveolopalatal region, External table of calvaria, Paratracheal part of chest, Cauda equina, Faucial pillar, Palatopharyngeal arch, Mobile part of nasal septum, Nasal septum, Wall of right side of internal nose, Internal nose, Scalp, Renal pedicle, Common ulnar aponeurosis, Faucial part of mouth, Subdivision of scalp, Lateral wall of internal nose, Erector spinae aponeurosis, Left side of lower jaw, Right side of lower jaw, Internal table of calvaria, Neurovascular bundle, Palate, Axilla region cluster, Wall of nasal meatus, Arterial tree cluster, Intermuscular septum of erector spinae, Vasculature, Anterior pericardium, Posterior pericardium, Wall of internal nose, Venous tree cluster, Common flexor tendon, Left side of nasal septum, Tendon complex of quadriceps femoris, Aorto-ventricular unit, Right side of nasal septum, Hard palate, Wall of left side of internal nose, Common tendon of quadriceps femoris, Intrahepatic portal pedicle, Extrahepatic portal pedicle, Left side of upper jaw, Septum of internal nose, Right side of upper jaw, Soft palate, Lymphatic tree cluster, Membranous part of nasal septum, Perihilar part of lung, Spermatic cord, Region of common tendon of quadriceps femoris, Palatoglossal arch, Region of soft palate<br><b>preferred name</b>: ONARD_Instance_2420000<br><b>synonym</b>: KB_INSTANCE_15904<br><b>:direct-template-slots</b>: attaches to, external to", """type: class
is-a: Organ part cluster
subclasses: Splenic pedicle, Root of lung, Renal collecting system, Segment of pia-arachnoid, Soft palate proper, Mobile part of nasal septum, Nasal septum, Floor of left side of internal nose, Floor of right side of internal nose, Roof of left side of internal nose, Roof of right side of internal nose, Roof of internal nose, Wall of right side of internal nose, Left side of internal nose, Right side of internal nose, Internal nose, Scalp, Common ulnar aponeurosis, External table of calvaria, Jaw, Anterior pericardium, Paratracheal part of chest, Cauda equina, Renal pedicle, Faucial pillar, Palatopharyngeal arch, Faucial part of mouth, Subdivision of scalp, Anterior part of soft palate, Floor of internal nose, Posterior pericardium, Lateral wall of internal nose, Erector spinae aponeurosis, Left side of lower jaw, Right side of lower jaw, Uvula, Internal table of calvaria, Neurovascular bundle, Palate, Wall of nasal meatus, Arterial tree cluster, Intermuscular septum of erector spinae, Vasculature, Wall of internal nose, Venous tree cluster, Posterior part of soft palate, Common flexor tendon, Left side of nasal septum, Aorto-ventricular unit, Right side of nasal septum, Hard palate, Wall of left side of internal nose, Intrahepatic portal pedicle, Extrahepatic portal pedicle, Left side of upper jaw, Septum of internal nose, Periorbita, Right side of upper jaw, Soft palate, Lymphatic tree cluster, Membranous part of nasal septum, Perihilar part of lung, Spermatic cord, Palatoglossal arch
:direct-template-slots: systemic part of""" ;
    a owl:Class ;
    rdfs:comment "Organ part cluster, which consists of some members of two or more organ subdivision subclasses which are grouped together according to some shared attributes. Examples: root of lung, neurovascular bundle, renal pedicle, fascia of back." ;
    rdfs:label "Organ region cluster", "Organ subdivision cluster" ;
    rdfs:subClassOf obo:FMA_64990 .

obo:FMA_19783
    obo:IAO_0000116 """type: class
is-a: Irregular connective tissue
subclasses: Trabecular tissue of sclera, Synovial intima, Mucoid tissue, Stroma of bone marrow, Capsule of thymus, Pigmented connective tissue, Stroma of ovarian medulla, Loose connective tissue of epicardial fat, Loose connective tissue of submucosa of tracheobronchial tree, Synovial subintima, Loose connective tissue of interlobar duct of pancreas, Dental pulp, Subepicardial connective tissue membrane, Loose connective tissue of epicardial fat of left right ventricle, Hypodermis, Subepicardial loose connective tissue, Loose connective tissue of intercalated duct of pancreas, Areolar connective tissue, Loose connective tissue of abdomen, Reticular tissue, Loose connective tissue of segment of submucosa of tracheobronchial tree, Loose connective tissue of epicardial fat of right ventricle
:documentation: Gray's 99:88 - Occurs as the submucous coat in the digestive tract and as subserous tissue; forms the subcutaneous tissue in regions devoid of fat (eyelids, penis, scrotum, labia); also found between muscles, vessels and nerves; present in interior of organs, binding lobes and lobules of glands, various coats of the hollow viscera, muscle and nerve fibers.""" ;
    a owl:Class ;
    rdfs:comment "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." ;
    rdfs:label "Loose connective tissue" ;
    rdfs:subClassOf obo:FMA_20107 .

obo:FMA_20103
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Portion of connective tissue<br><b>subclasses</b>: Dense regular collagenous tissue, Dense regular elastic tissue, Bone tissue, Cartilage tissue<br><b>preferred name</b>: KB_INSTANCE_25353<br><b>:documentation</b>: This classification is based on Gray's.n12.18.00: So-called specialized connective tissue (bone, cartilage) are also classified by us  as regular connective tissue since their collagen fiber architecture and the disposition of cells is highly regular.", """type: class
is-a: Portion of connective tissue
subclasses: Dense regular collagenous tissue, Dense regular elastic tissue, Bone tissue, Cartilage tissue
:documentation: This classification is based on Gray's.n12.18.00: So-called specialized connective tissue (bone, cartilage) are also classified by us  as regular connective tissue since their collagen fiber architecture and the disposition of cells is highly regular.""" ;
    a owl:Class ;
    rdfs:comment "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 collagenous tissue." ;
    rdfs:label "Regular connective tissue" ;
    rdfs:subClassOf obo:FMA_9640 .

obo:FMA_20107
    obo:IAO_0000116 """type: class
is-a: Portion of connective tissue
subclasses: Loose connective tissue, Dense irregular connective tissue
:documentation: This classification is based on Gray's, and not on Bloom and Fawcett.""" ;
    a owl:Class ;
    rdfs:comment "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." ;
    rdfs:label "Irregular connective tissue" ;
    rdfs:subClassOf obo:FMA_9640 .

obo:FMA_20932
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Portion of body fluid suspension<br><b>subclasses</b>: Portion of peritoneal fluid, Portion of pleural fluid, Portion of pericardial fluid, Portion of synovial fluid<br><b>constitutional part</b>: Cavity of serous sac<br><b>preferred name</b>: ONARD_Instance_3600049<br><b>:documentation</b>: Transudate contained in a serous sac.<br><b>synonym</b>: KB_INSTANCE_26362" ;
    a owl:Class ;
    rdfs:label "Portion of serous fluid" ;
    rdfs:subClassOf obo:FMA_280564 .

obo:FMA_21496
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Nonparenchymatous organ<br><b>subclasses</b>: Nonskeletal ligament, Skeletal ligament<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_26982<br><b>non-English equivalent</b>: ONARD_Instance_580481, ONARD_Instance_580767<br><b>homonym of</b>: Ligament", """type: class
is-a: Nonparenchymatous organ
subclasses: Nonskeletal ligament, Skeletal ligament
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
homonym of: Ligament""" ;
    a owl:Class ;
    rdfs:comment "Nonparenchymatous organ that primarily consists of dense connective tissue aggregated into fasciculi by connective tissue. Examples: sutural ligament, radiate sternocostal ligament, ligament of liver, ovarian ligament." ;
    rdfs:label "Ligament organ" ;
    rdfs:subClassOf obo:FMA_55665 .

obo:FMA_224416
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of right superficial cervical lymph nodes, Set of left superficial cervical lymph nodes<br><b>preferred name</b>: ONARD_Instance_460001<br><b>member</b>: Superficial lateral cervical lymph node, Superficial anterior cervical lymph node<br><b>constitutional part of</b>: Superficial cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of superficial cervical lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid982, _:genid986, _:genid988 .

obo:FMA_224418
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of superficial cervical lymph nodes<br><b>preferred name</b>: ONARD_Instance_460003<br><b>constitutional part of</b>: Right superficial cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of right superficial cervical lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_224416 .

obo:FMA_224420
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of superficial cervical lymph nodes<br><b>constitutional part of</b>: Left superficial cervical lymphatic chain<br><b>preferred name</b>: ONARD_Instance_460005" ;
    a owl:Class ;
    rdfs:label "Set of left superficial cervical lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_224416 .

obo:FMA_224422
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of occipital lymph nodes<br><b>preferred name</b>: ONARD_Instance_460007<br><b>constitutional part of</b>: Right occipital lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of right occipital lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_71711 .

obo:FMA_224424
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of occipital lymph nodes<br><b>preferred name</b>: ONARD_Instance_460009<br><b>constitutional part of</b>: Left occipital lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of left occipital lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_71711 .

obo:FMA_224426
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of mastoid lymph nodes<br><b>preferred name</b>: ONARD_Instance_460011" ;
    a owl:Class ;
    rdfs:label "Set of right mastoid lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_71712 .

obo:FMA_224428
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of mastoid lymph nodes<br><b>preferred name</b>: ONARD_Instance_460013" ;
    a owl:Class ;
    rdfs:label "Set of left mastoid lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_71712 .

obo:FMA_224450
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of submandibular lymph nodes<br><b>preferred name</b>: ONARD_Instance_460035<br><b>constitutional part of</b>: Right submandibular lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of right submandibular lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_71721 .

obo:FMA_224452
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of submandibular lymph nodes<br><b>preferred name</b>: ONARD_Instance_460037<br><b>constitutional part of</b>: Left submandibular lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of left submandibular lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_71721 .

obo:FMA_224458
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of anterior cervical lymph nodes<br><b>preferred name</b>: ONARD_Instance_460043<br><b>constitutional part of</b>: Right anterior cervical lymphatic chain, Right jugular lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of right anterior cervical lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_71722 .

obo:FMA_224460
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of anterior cervical lymph nodes<br><b>preferred name</b>: ONARD_Instance_460045<br><b>constitutional part of</b>: Left anterior cervical lymphatic chain, Left jugular lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of left anterior cervical lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_71722 .

obo:FMA_224462
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of superficial anterior cervical lymph nodes<br><b>preferred name</b>: ONARD_Instance_460047<br><b>constitutional part of</b>: Right anterior superficial cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of right superficial anterior cervical lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_71724 .

obo:FMA_224464
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of superficial anterior cervical lymph nodes<br><b>preferred name</b>: ONARD_Instance_460049<br><b>constitutional part of</b>: Left anterior superficial cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of left superficial anterior cervical lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_71724 .

obo:FMA_224466
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of deep anterior cervical lymph nodes<br><b>preferred name</b>: ONARD_Instance_460051<br><b>constitutional part of</b>: Right anterior deep cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of right deep anterior cervical lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_71725 .

obo:FMA_224468
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of deep anterior cervical lymph nodes<br><b>preferred name</b>: ONARD_Instance_460053<br><b>constitutional part of</b>: Left anterior deep cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of left deep anterior cervical lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_71725 .

obo:FMA_224470
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of paratracheal lymph nodes<br><b>preferred name</b>: ONARD_Instance_460055<br><b>constitutional part of</b>: Right paratracheal lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of right paratracheal lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_71730 .

obo:FMA_224472
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of paratracheal lymph nodes<br><b>preferred name</b>: ONARD_Instance_460057<br><b>constitutional part of</b>: Left paratracheal lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of left paratracheal lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_71730 .

obo:FMA_224474
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of retropharyngeal lymph nodes<br><b>preferred name</b>: ONARD_Instance_460059<br><b>constitutional part of</b>: Right retropharyngeal lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of right retropharyngeal lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_71731 .

obo:FMA_224476
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of retropharyngeal lymph nodes<br><b>preferred name</b>: ONARD_Instance_460061<br><b>constitutional part of</b>: Left retropharyngeal lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of left retropharyngeal lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_71731 .

obo:FMA_224478
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of superficial lateral cervical lymph nodes<br><b>preferred name</b>: ONARD_Instance_460063" ;
    a owl:Class ;
    rdfs:label "Set of right superficial lateral cervical lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_71733 .

obo:FMA_224480
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of superficial lateral cervical lymph nodes<br><b>preferred name</b>: ONARD_Instance_460065" ;
    a owl:Class ;
    rdfs:label "Set of left superficial lateral cervical lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_71733 .

obo:FMA_224486
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of lateral cervical lymph nodes<br><b>preferred name</b>: ONARD_Instance_460071<br><b>constitutional part of</b>: Right lateral cervical lymphatic chain, Right jugular lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of right lateral cervical lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_71732 .

obo:FMA_224488
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of lateral cervical lymph nodes<br><b>preferred name</b>: ONARD_Instance_460073<br><b>constitutional part of</b>: Left lateral cervical lymphatic chain, Left jugular lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of left lateral cervical lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_71732 .

obo:FMA_224490
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of superior deep lateral cervical lymph nodes<br><b>preferred name</b>: ONARD_Instance_460075<br><b>constitutional part of</b>: Right superior lateral deep cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of right superior deep lateral cervical lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_71734 .

obo:FMA_224492
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of superior deep lateral cervical lymph nodes<br><b>preferred name</b>: ONARD_Instance_460077<br><b>constitutional part of</b>: Left superior lateral deep cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of left superior deep lateral cervical lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_71734 .

obo:FMA_224494
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of inferior deep lateral cervical lymph nodes<br><b>preferred name</b>: ONARD_Instance_460079" ;
    a owl:Class ;
    rdfs:label "Set of right inferior deep lateral cervical lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_71735 .

obo:FMA_224496
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of inferior deep lateral cervical lymph nodes<br><b>preferred name</b>: ONARD_Instance_460081" ;
    a owl:Class ;
    rdfs:label "Set of left inferior deep lateral cervical lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_71735 .

obo:FMA_224626
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Retropharyngeal lymph node<br><b>preferred name</b>: ONARD_Instance_460211" ;
    a owl:Class ;
    rdfs:label "Right retropharyngeal lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_61237 .

obo:FMA_224628
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Retropharyngeal lymph node<br><b>preferred name</b>: ONARD_Instance_460213" ;
    a owl:Class ;
    rdfs:label "Left retropharyngeal lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_61237 .

obo:FMA_224630
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Pretracheal lymph node<br><b>preferred name</b>: ONARD_Instance_460215" ;
    a owl:Class ;
    rdfs:label "Right pretracheal lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_61236 .

obo:FMA_224632
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Pretracheal lymph node<br><b>preferred name</b>: ONARD_Instance_460217" ;
    a owl:Class ;
    rdfs:label "Left pretracheal lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_61236 .

obo:FMA_224634
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Prelaryngeal lymph node<br><b>preferred name</b>: ONARD_Instance_460219" ;
    a owl:Class ;
    rdfs:label "Right prelaryngeal lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_61234 .

obo:FMA_224636
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Prelaryngeal lymph node<br><b>preferred name</b>: ONARD_Instance_460221" ;
    a owl:Class ;
    rdfs:label "Left prelaryngeal lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_61234 .

obo:FMA_224798
    obo:IAO_0000116 """type: class
is-a: Vasculature of organ
subclasses: Vasculature of vertebra, Vasculature of scapula, Vasculature of nasal bone, Vasculature of sternum, Vasculature of flat bone, Vasculature of patella, Vasculature of long bone, Vasculature of palatine bone, Vasculature of short bone, Vasculature of lacrimal bone, Vasculature of maxilla, Vasculature of vomer, Vasculature of hyoid bone, Vasculature of mandible, Vasculature of ethmoid, Vasculature of inferior nasal concha, Vasculature of zygomatic bone, Vasculature of sphenoid bone""" ;
    a owl:Class ;
    rdfs:label "Vasculature of bone organ" ;
    rdfs:subClassOf obo:FMA_74612 .

obo:FMA_224804
    obo:IAO_0000116 """type: class
is-a: Regular connective tissue
subclasses: Bone tissue of zone of scapula, Bone tissue of nasal bone, Bone of occipital bone, Bone of rib, Bone tissue of ethmoid, Bone of parietal bone, Bone tissue of zone of carpal bone, Bone tissue of lacrimal bone, Bone tissue of inferior nasal concha, Bone tissue of mandible, Bone tissue of zygomatic bone, Bone of stapes, Bone of incus, Bone of pubis, Bone of ischium, Bone of vertebra, Bone of coccyx, Bone of sacral vertebra, Bone of sacrum, Bone tissue of scapula, Bone tissue of long bone, Woven bone, Bone of frontal bone, Bone tissue of maxilla, Bone of fourth coccygeal segment, Bone of ilium, Bone tissue of vomer, Lamellar bone, Bone tissue of sphenoid bone, Bone tissue of short bone, Bone tissue of hyoid bone, Bone tissue of zone of long bone, Bone of sternum, Bone tissue of palatine bone, Bone of malleus, Bone tissue of hip bone
constitutional part of: Bony part of bone organ
homonym of: Bone""" ;
    a owl:Class ;
    rdfs:comment "Regular connective tissue, which consists of osteocytes and related cells,  the intercellular matrix of which is ossified. Examples: woven bone, lamellar bone." ;
    rdfs:label "Bone tissue" ;
    rdfs:subClassOf obo:FMA_20103 .

obo:FMA_228667
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Anatomical set<br><b>subclasses</b>: Set of organ components, Set of organ regions<br><b>preferred name</b>: ONARD_Instance_600031<br><b>:direct-template-slots</b>: contained in", """type: class
is-a: Anatomical set
subclasses: Set of organ components, Set of organ regions
:direct-template-slots: contained in""" ;
    a owl:Class ;
    rdfs:comment "Anatomical set which has as its direct members organ parts of same type." ;
    rdfs:label "Set of organ parts" ;
    rdfs:subClassOf obo:FMA_55652 .

obo:FMA_228927
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of left deep cervical lymph nodes, Set of right deep cervical lymph nodes<br><b>preferred name</b>: ONARD_Instance_620009<br><b>constitutional part of</b>: Deep cervical lymphatic chain<br><b>member</b>: Pretracheal lymph node, Retropharyngeal lymph node, Superior deep lateral cervical lymph node, Paratracheal lymph node, Thyroid lymph node, Prelaryngeal lymph node, Infrahyoid lymph node, Inferior deep lateral cervical lymph node, Jugulo-omohyoid lymph node, Jugulodigastric lymph node<br><b>:documentation</b>: Morris' 1966:878 From 15- 30 such nodes lie along the entire course of the carotid artery and the internal jugular vein." ;
    a owl:Class ;
    rdfs:label "Set of deep cervical lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid1153, _:genid1157, _:genid1159, _:genid1161, _:genid1163, _:genid1165, _:genid1167, _:genid1169, _:genid1171, _:genid1173, _:genid1175 .

obo:FMA_229072
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of head<br><b>subclasses</b>: Set of left parotid lymph nodes, Set of right parotid lymph nodes<br><b>preferred name</b>: ONARD_Instance_620013<br><b>member of</b>: Set of pericervical nodes<br><b>:documentation</b>: Morris 1966:873 It contains from 10-16 nodes.<br><b>constitutional part of</b>: Parotid lymphatic chain, Parotid lymphatic chain proper<br><b>member</b>: Anterior auricular lymph node, Infra-auricular lymph node, Intraglandular lymph node, Superficial parotid lymph node" ;
    a owl:Class ;
    rdfs:label "Set of parotid lymph nodes" ;
    rdfs:subClassOf obo:FMA_78570, _:genid1179, _:genid1183, _:genid1185, _:genid1187, _:genid1189 .

obo:FMA_231551
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of parotid lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_220041<br><b>constitutional part of</b>: Right parotid lymphatic chain, Right parotid lymphatic chain proper" ;
    a owl:Class ;
    rdfs:label "Set of right parotid lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_229072 .

obo:FMA_231553
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of parotid lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_220043<br><b>constitutional part of</b>: Left parotid lymphatic chain, Left parotid lymphatic chain proper" ;
    a owl:Class ;
    rdfs:label "Set of left parotid lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_229072 .

obo:FMA_232168
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>member</b>: Set of pericervical nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_230012" ;
    a owl:Class ;
    rdfs:label "Set of all lymph nodes of neck" ;
    rdfs:subClassOf obo:FMA_78571, _:genid1203 .

obo:FMA_232228
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of deep cervical lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_230064<br><b>constitutional part of</b>: Right deep cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of right deep cervical lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_228927 .

obo:FMA_232230
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of deep cervical lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_230066<br><b>constitutional part of</b>: Left deep cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of left deep cervical lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_228927 .

obo:FMA_232234
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of left superior deep cervical lymph nodes, Set of right superior deep cervical lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_240003" ;
    a owl:Class ;
    rdfs:label "Set of superior deep cervical lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid1217 .

obo:FMA_232236
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of left inferior deep cervical lymph nodes, Set of right inferior deep cervical lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_240005" ;
    a owl:Class ;
    rdfs:label "Set of inferior deep cervical lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid1223 .

obo:FMA_232238
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of superior deep cervical lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_240007" ;
    a owl:Class ;
    rdfs:label "Set of right superior deep cervical lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_232234 .

obo:FMA_232240
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of superior deep cervical lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_240009" ;
    a owl:Class ;
    rdfs:label "Set of left superior deep cervical lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_232234 .

obo:FMA_232242
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of inferior deep cervical lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_240011" ;
    a owl:Class ;
    rdfs:label "Set of right inferior deep cervical lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_232236 .

obo:FMA_232244
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of inferior deep cervical lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_240013" ;
    a owl:Class ;
    rdfs:label "Set of left inferior deep cervical lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_232236 .

obo:FMA_232258
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of infrahyoid lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_240027<br><b>constitutional part of</b>: Right infrahyoid lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of right infrahyoid lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_71726 .

obo:FMA_232260
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of infrahyoid lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_240029<br><b>constitutional part of</b>: Left infrahyoid lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of left infrahyoid lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_71726 .

obo:FMA_232262
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of prelaryngeal lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_240031<br><b>constitutional part of</b>: Right prelaryngeal lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of right prelaryngeal lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_71727 .

obo:FMA_232264
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of prelaryngeal lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_240033<br><b>constitutional part of</b>: Left prelaryngeal lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of left prelaryngeal lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_71727 .

obo:FMA_232266
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of thyroid lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_240035<br><b>constitutional part of</b>: Right thyroid lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of right thyroid lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_71728 .

obo:FMA_232268
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of thyroid lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_240037<br><b>constitutional part of</b>: Left thyroid lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of left thyroid lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_71728 .

obo:FMA_232270
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of pretracheal lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_240039<br><b>constitutional part of</b>: Right pretracheal lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of right pretracheal lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_71729 .

obo:FMA_232272
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of pretracheal lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_240041<br><b>constitutional part of</b>: Left pretracheal lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of left pretracheal lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_71729 .

obo:FMA_232351
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Deep lateral cervical lymph node<br><b>subclasses</b>: Left lateral superior deep cervical lymph node, Right lateral superior deep cervical lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_240092<br><b>non-English equivalent</b>: Nance FMA LIVE_Instance_240094" ;
    a owl:Class ;
    rdfs:label "Lateral superior deep cervical lymph node" ;
    rdfs:subClassOf obo:FMA_12770, _:genid1289 .

obo:FMA_232355
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Deep lateral cervical lymph node<br><b>subclasses</b>: Left anterior superior deep cervical lymph node, Right anterior superior deep cervical lymph node<br><b>non-English equivalent</b>: Nance FMA LIVE_Instance_240097<br><b>preferred name</b>: Nance FMA LIVE_Instance_240096" ;
    a owl:Class ;
    rdfs:label "Anterior superior deep cervical lymph node" ;
    rdfs:subClassOf obo:FMA_12770, _:genid1295 .

obo:FMA_232358
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Deep lateral cervical lymph node<br><b>subclasses</b>: Left lateral inferior deep cervical lymph node, Right lateral inferior deep cervical lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_240099<br><b>non-English equivalent</b>: Nance FMA LIVE_Instance_240100" ;
    a owl:Class ;
    rdfs:label "Lateral inferior deep cervical lymph node" ;
    rdfs:subClassOf obo:FMA_12770, _:genid1301 .

obo:FMA_232361
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Deep lateral cervical lymph node<br><b>subclasses</b>: Left anterior inferior deep cervical lymph node, Right anterior inferior deep cervical lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_240102" ;
    a owl:Class ;
    rdfs:label "Anterior inferior deep cervical lymph node" ;
    rdfs:subClassOf obo:FMA_12770, _:genid1307 .

obo:FMA_232364
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of left anterior inferior deep cervical lymph nodes, Set of right anterior inferior deep cervical lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_240105<br><b>constitutional part of</b>: Anterior inferior deep cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of anterior inferior deep cervical lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid1313 .

obo:FMA_232411
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of left deep lateral cervical lymph nodes, Set of right deep lateral cervical lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_240150<br><b>constitutional part of</b>: Lateral deep cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of deep lateral cervical lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid1319 .

obo:FMA_232413
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of deep lateral cervical lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_240152<br><b>constitutional part of</b>: Right lateral deep cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of right deep lateral cervical lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_232411 .

obo:FMA_232415
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of deep lateral cervical lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_240154<br><b>constitutional part of</b>: Left lateral deep cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of left deep lateral cervical lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_232411 .

obo:FMA_232453
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of left lateral superior deep cervical lymph nodes, Set of right lateral superior deep cervical lymph nodes<br><b>constitutional part of</b>: Lateral superior deep cervical lymphatic chain<br><b>preferred name</b>: Nance FMA LIVE_Instance_250007" ;
    a owl:Class ;
    rdfs:label "Set of lateral superior deep cervical lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid1335 .

obo:FMA_232455
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of lateral superior deep cervical lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_250009<br><b>constitutional part of</b>: Right lateral superior deep cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of right lateral superior deep cervical lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_232453 .

obo:FMA_232457
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of lateral superior deep cervical lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_250011<br><b>constitutional part of</b>: Left lateral superior deep cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of left lateral superior deep cervical lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_232453 .

obo:FMA_232465
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of left anterior superior deep cervical lymph nodes, Set of right anterior superior deep cervical lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_250019<br><b>constitutional part of</b>: Anterior superior deep cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of anterior superior deep cervical lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid1351 .

obo:FMA_232467
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of anterior superior deep cervical lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_250021<br><b>constitutional part of</b>: Right anterior superior deep cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of right anterior superior deep cervical lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_232465 .

obo:FMA_232469
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of anterior superior deep cervical lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_250023<br><b>constitutional part of</b>: Left anterior superior deep cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of left anterior superior deep cervical lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_232465 .

obo:FMA_232477
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of left lateral inferior deep cervical lymph nodes, Set of right lateral inferior deep cervical lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_250031<br><b>constitutional part of</b>: Lateral inferior deep cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of lateral inferior deep cervical lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid1367 .

obo:FMA_232479
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of lateral inferior deep cervical lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_250033<br><b>constitutional part of</b>: Right lateral inferior deep cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of right lateral inferior deep cervical lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_232477 .

obo:FMA_232481
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of lateral inferior deep cervical lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_250035<br><b>constitutional part of</b>: Left lateral inferior deep cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of left lateral inferior deep cervical lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_232477 .

obo:FMA_232483
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of anterior inferior deep cervical lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_250037<br><b>constitutional part of</b>: Right anterior inferior deep cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of right anterior inferior deep cervical lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_232364 .

obo:FMA_232485
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of anterior inferior deep cervical lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_250039<br><b>constitutional part of</b>: Left anterior inferior deep cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of left anterior inferior deep cervical lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_232364 .

obo:FMA_232505
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Jugulo-omohyoid lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250059<br><b>constitutional part of</b>: Right jugulo-omohyoid lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Right jugulo-omohyoid lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_61241 .

obo:FMA_232507
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Jugulo-omohyoid lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250061<br><b>constitutional part of</b>: Left jugulo-omohyoid lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Left jugulo-omohyoid lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_61241 .

obo:FMA_232509
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of left jugulodigastric lymph nodes, Set of right jugulodigastric lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_250063<br><b>constitutional part of</b>: Jugulodigastric lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of jugulodigastric lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid1403 .

obo:FMA_232511
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of jugulodigastric lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_250065<br><b>constitutional part of</b>: Right jugulodigastric lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of right jugulodigastric lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_232509 .

obo:FMA_232513
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of jugulodigastric lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_250067<br><b>constitutional part of</b>: Left jugulodigastric lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of left jugulodigastric lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_232509 .

obo:FMA_232552
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Occipital lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250069" ;
    a owl:Class ;
    rdfs:label "Right occipital lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_61214 .

obo:FMA_232554
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Occipital lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250071" ;
    a owl:Class ;
    rdfs:label "Left occipital lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_61214 .

obo:FMA_232640
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lingual lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250145" ;
    a owl:Class ;
    rdfs:label "Right lingual lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_61228 .

obo:FMA_232642
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lingual lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250147" ;
    a owl:Class ;
    rdfs:label "Left lingual lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_61228 .

obo:FMA_232644
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mastoid lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250149" ;
    a owl:Class ;
    rdfs:label "Right mastoid lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_61215 .

obo:FMA_232646
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mastoid lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250151" ;
    a owl:Class ;
    rdfs:label "Left mastoid lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_61215 .

obo:FMA_232648
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Buccinator lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250153" ;
    a owl:Class ;
    rdfs:label "Right buccinator lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_61223 .

obo:FMA_232651
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Buccinator lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250155" ;
    a owl:Class ;
    rdfs:label "Left buccinator lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_61223 .

obo:FMA_232654
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Nasolabial lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250157" ;
    a owl:Class ;
    rdfs:label "Right nasolabial lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_61225 .

obo:FMA_232656
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Nasolabial lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250159" ;
    a owl:Class ;
    rdfs:label "Left nasolabial lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_61225 .

obo:FMA_232658
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Malar lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250161" ;
    a owl:Class ;
    rdfs:label "Right malar lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_61226 .

obo:FMA_232660
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Malar lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250163" ;
    a owl:Class ;
    rdfs:label "Left malar lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_61226 .

obo:FMA_232664
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mandibular lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250165" ;
    a owl:Class ;
    rdfs:label "Right mandibular lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_61227 .

obo:FMA_232668
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mandibular lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250167" ;
    a owl:Class ;
    rdfs:label "Left mandibular lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_61227 .

obo:FMA_232673
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Submandibular lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250169" ;
    a owl:Class ;
    rdfs:label "Right submandibular lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_61224 .

obo:FMA_232676
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Submandibular lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250171" ;
    a owl:Class ;
    rdfs:label "Left submandibular lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_61224 .

obo:FMA_232680
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Superficial anterior cervical lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250173" ;
    a owl:Class ;
    rdfs:label "Right superficial anterior cervical lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_12776 .

obo:FMA_232683
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Superficial anterior cervical lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250175" ;
    a owl:Class ;
    rdfs:label "Left superficial anterior cervical lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_12776 .

obo:FMA_232687
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Infrahyoid lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250177" ;
    a owl:Class ;
    rdfs:label "Right infrahyoid lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_61233 .

obo:FMA_232689
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Infrahyoid lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250179" ;
    a owl:Class ;
    rdfs:label "Left infrahyoid lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_61233 .

obo:FMA_232691
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Thyroid lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250181" ;
    a owl:Class ;
    rdfs:label "Right thyroid lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_61235 .

obo:FMA_232693
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Thyroid lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250183" ;
    a owl:Class ;
    rdfs:label "Left thyroid lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_61235 .

obo:FMA_232695
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Superficial lateral cervical lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250185" ;
    a owl:Class ;
    rdfs:label "Right superficial lateral cervical lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_12769 .

obo:FMA_232697
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Superficial lateral cervical lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250187" ;
    a owl:Class ;
    rdfs:label "Left superficial lateral cervical lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_12769 .

obo:FMA_232699
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Jugulodigastric lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250189" ;
    a owl:Class ;
    rdfs:label "Right jugulodigastric lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_61240 .

obo:FMA_232701
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Jugulodigastric lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250191" ;
    a owl:Class ;
    rdfs:label "Left jugulodigastric lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_61240 .

obo:FMA_232703
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lateral superior deep cervical lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250193" ;
    a owl:Class ;
    rdfs:label "Right lateral superior deep cervical lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_232351 .

obo:FMA_232705
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lateral superior deep cervical lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250195" ;
    a owl:Class ;
    rdfs:label "Left lateral superior deep cervical lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_232351 .

obo:FMA_232707
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Anterior superior deep cervical lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250197" ;
    a owl:Class ;
    rdfs:label "Right anterior superior deep cervical lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_232355 .

obo:FMA_232709
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Anterior superior deep cervical lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250199" ;
    a owl:Class ;
    rdfs:label "Left anterior superior deep cervical lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_232355 .

obo:FMA_232711
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lateral inferior deep cervical lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250201" ;
    a owl:Class ;
    rdfs:label "Right lateral inferior deep cervical lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_232358 .

obo:FMA_232713
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lateral inferior deep cervical lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250203" ;
    a owl:Class ;
    rdfs:label "Left lateral inferior deep cervical lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_232358 .

obo:FMA_232715
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Anterior inferior deep cervical lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250205" ;
    a owl:Class ;
    rdfs:label "Right anterior inferior deep cervical lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_232361 .

obo:FMA_232717
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Anterior inferior deep cervical lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_250207" ;
    a owl:Class ;
    rdfs:label "Left anterior inferior deep cervical lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_232361 .

obo:FMA_232754
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of left jugulo-omohyoid lymph nodes, Set of right jugulo-omohyoid lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_260007" ;
    a owl:Class ;
    rdfs:label "Set of jugulo-omohyoid lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid1589 .

obo:FMA_232756
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of jugulo-omohyoid lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_260009" ;
    a owl:Class ;
    rdfs:label "Set of right jugulo-omohyoid lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_232754 .

obo:FMA_232758
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of jugulo-omohyoid lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_260011" ;
    a owl:Class ;
    rdfs:label "Set of left jugulo-omohyoid lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_232754 .

obo:FMA_232838
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of left jugular lymph nodes, Set of right jugular lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_260042" ;
    a owl:Class ;
    rdfs:label "Set of jugular lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid1605 .

obo:FMA_232840
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of jugular lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_260044" ;
    a owl:Class ;
    rdfs:label "Set of right jugular lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_232838 .

obo:FMA_232842
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of jugular lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_260046" ;
    a owl:Class ;
    rdfs:label "Set of left jugular lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_232838 .

obo:FMA_232894
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of left external jugular lymph nodes, Set of right external jugular lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_270007<br><b>constitutional part of</b>: External jugular lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of external jugular lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid1621 .

obo:FMA_232896
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of external jugular lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_270009<br><b>constitutional part of</b>: Right external jugular lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of right external jugular lymph nodes" ;
    rdfs:subClassOf example:right, obo:FMA_232894 .

obo:FMA_232898
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of external jugular lymph nodes<br><b>preferred name</b>: Nance FMA LIVE_Instance_270011<br><b>constitutional part of</b>: Left external jugular lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of left external jugular lymph nodes" ;
    rdfs:subClassOf example:left, obo:FMA_232894 .

obo:FMA_234376
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node of head<br><b>subclasses</b>: Left supramandibular lymph node, Right supramandibular lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_340163" ;
    a owl:Class ;
    rdfs:label "Supramandibular lymph node" ;
    rdfs:subClassOf obo:FMA_61212, _:genid1637 .

obo:FMA_234378
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Supramandibular lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_340165" ;
    a owl:Class ;
    rdfs:label "Right supramandibular lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_234376 .

obo:FMA_234380
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Supramandibular lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_340167" ;
    a owl:Class ;
    rdfs:label "Left supramandibular lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_234376 .

obo:FMA_24011
    obo:IAO_0000116 """type: class
is-a: Zone of bone organ
subclasses: Zone of mandible, Zone of ethmoid, Zone of palatine bone, Zone of lacrimal bone, Zone of hyoid bone, Zone of maxilla, Zone of sphenoid""" ;
    a owl:Class ;
    rdfs:label "Zone of irregular bone" ;
    rdfs:subClassOf obo:FMA_10483 .

obo:FMA_24034
    obo:IAO_0000116 """type: class
is-a: Anatomical cavity
subclasses: Cave of septum pellucidum, Lumen of venous trunk, Cavity of alveolar atrium, Subdivision of cavity of vestibular labyrinth, Cavity of vestibular labyrinth, Lumen of arteriole, Conjunctival crypt, Endolymphatic space, Vertebromediastinal recess, Lumen of venule, Lumen of artery, Subdivision of tympanic cavity, Lumen of sinusoid, Lumen of lymphatic duct subtree, Lumen of alveolus of lactiferous gland, Lumen of lactiferous duct tree, Lumen of lactiferous duct, Cavity of embryonic cardiac structure, Tooth socket, Lumen of prostatic duct, Lumen of prostatic sinus, Bone marrow cavity, Medullary cavity, Lumen of thyroid follicle, Lumen of gland of skin, Phrenicomediastinal recess, Lumen of vein, Cavity of cardiac chamber, Lumen of arterial trunk, Lumen of lymphatic vessel, Lumen of acinus of lactiferous gland, Cochlear recess, Lumen of supracollicular part of prostatic urethra, Lumen of zone of stomach, Cavity of left side of heart, Sinus tympani, Lumen of vascular tree (subdivision), Spherical recess, Lumen of subcollicular part of prostatic urethra, Saccular recess, Cavity of alveolar duct, Tympanic cavity, Cavity of right side of heart, Spiral sulcus, Lumen of cochlear duct of membranous labyrinth, Mastoid air cell, Medullary cavity of long bone, Mastoid antrum, Paranasal sinus, Lumen of prostatic acinus, Perilymphatic space
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
:direct-template-slots: surrounded by, systemic part of, constitutional part, custom partonomy of""" ;
    a owl:Class ;
    rdfs:comment "Anatomical cavity, which is surrounded by an organ part; is separated from the cavity or lumen of other organ parts of the same organ by anatomical structures. Examples: cavity of right atrium, cavity of alveolar sac, medullary cavity of long bone, bone marrow cavity of cancellous bone." ;
    rdfs:label "Cavity of organ part" ;
    rdfs:subClassOf obo:FMA_67552 .

obo:FMA_24041
    obo:IAO_0000116 """type: class
is-a: Membranous layer of organ wall
subclasses: Periosteum of nasal bone, Periosteum of frontal bone, Periosteum of zone of scapula, Periosteum of sternum, Periosteum of zone of long bone, Periosteum of long bone, Periosteum of coccyx, Periosteum of parietal bone, Periosteum of mandible, Periosteum of palatine bone, Periosteum of lacrimal bone, Periosteum of hyoid bone, Periosteum of scapula, Periosteum of sacrum, Periosteum of inferior nasal concha, Periosteum of vomer, Periosteum of vertebra, Periosteum of occipital bone, Periosteum of sphenoid bone, Periosteum of ethmoid, Periosteum of maxilla, Periosteum of zone of vertebra, Periosteum of fourth coccygeal segment, Periosteum of hip bone, Periosteum of ilium, Periosteum of ischium, Periosteum of short bone, Periosteum of pubis, Periosteum of patella, Periosteum of incus, Periosteum of malleus, Periosteum of stapes, Periosteum of zygomatic bone
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
constitutional part of: Bony part of bone organ
:documentation: Gray's 99:453 - The outer surface of bone is always lined by a fibrocellular layer, the periosteum and on the inner surface is a similar, though thinner, endosteum.
constitutional part: Capsular layer of periosteum, Cambial layer of periosteum""" ;
    a owl:Class ;
    rdfs:label "Periosteum" ;
    rdfs:subClassOf obo:FMA_82496 .

obo:FMA_241932
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group, Lymph node group of neck<br><b>member of</b>: Set of all lymph nodes of neck<br><b>member</b>: Set of submental lymph nodes, Set of occipital lymph nodes, Set of submandibular lymph nodes, Set of mastoid lymph nodes, Set of parotid lymph nodes<br><b>synonym</b>: ONARD_Instance_830003, ONARD_Instance_830002<br><b>preferred name</b>: ONARD_Instance_830001" ;
    a owl:Class ;
    rdfs:label "Set of pericervical nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid1653, _:genid1655, _:genid1657, _:genid1659, _:genid1661 .

obo:FMA_24218
    obo:IAO_0000118 "Head region" ;
    dc:source "Foundational Model of Anatomy (FMA)" ;
    a owl:Class ;
    rdfs:label "Subdivision of head" ;
    rdfs:subClassOf obo:FMA_67504 .

obo:FMA_25624
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Ligament organ<br><b>subclasses</b>: Deep posterior sacrococcygeal ligament, Superficial posterior sacrococcygeal ligament, Ligament of costotransverse joint, Ligament of pinna, Anterior tibiofibular ligament, Anterior sacrococcygeal ligament, Ligament of intervertebral syndesmosis, Abdominal extraperitoneal ligament, Ceratocricoid ligament, Sutural ligament, Posterior tibiofibular ligament, Ligament of vertebral column, Falciform process of sacrotuberous ligament, Lateral pubovesical ligament, Ligament of interchondral joint, Radiate sternocostal ligament, Pterygospinous ligament, Intra-articular ligament of head of rib, Periodontium, Lateral atlanto-occipital ligament, Ligament of auditory ossicle, Ligament of sternoclavicular joint, Osborne's ligament, Stylohyoid ligament, Calcaneal tendon, Costoxiphoid ligament, Radiate ligament of head of rib, Vertebropelvic ligament, Lumbocostal ligament, Intra-articular ligament of sternocostal joint, Coracoclavicular ligament, Ligament of limb, Ligament of pubic symphysis, Ligament of temporomandibular joint, Ligament of sacrococcygeal joint, Anterior atlanto-occipital ligament, Ligament of sacroiliac joint, Struthers's ligament, Trochlea of superior oblique<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_32243<br><b>:documentation</b>: 1.04.01 Definition is to be reviewed.", """type: class
is-a: Ligament organ
subclasses: Anterior ligament of proximal epiphysis of fibula, Deep posterior sacrococcygeal ligament, Superficial posterior sacrococcygeal ligament, Ligament of costotransverse joint, Ligament of pinna, Posterior ligament of proximal epiphysis of fibula, Anterior tibiofibular ligament, Anterior sacrococcygeal ligament, Ligament of intervertebral syndesmosis, Abdominal extraperitoneal ligament, Ceratocricoid ligament, Sutural ligament, Posterior tibiofibular ligament, Ligament of vertebral column, Falciform process of sacrotuberous ligament, Lateral pubovesical ligament, Anterior meniscofemoral ligament, Ligament of interchondral joint, Radiate sternocostal ligament, Pterygospinous ligament, Intra-articular ligament of head of rib, Periodontium, Lateral atlanto-occipital ligament, Ligament of auditory ossicle, Ligament of sternoclavicular joint, Osborne's ligament, Stylohyoid ligament, Calcaneal tendon, Costoxiphoid ligament, Radiate ligament of head of rib, Vertebropelvic ligament, Lumbocostal ligament, Intra-articular ligament of sternocostal joint, Coracoclavicular ligament, Ligament of limb, Ligament of pubic symphysis, Ligament of temporomandibular joint, Ligament of sacrococcygeal joint, Anterior atlanto-occipital ligament, Posterior meniscofemoral ligament, Transverse ligament of knee, Ligament of sacroiliac joint, Struthers's ligament, Trochlea of superior oblique
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
:documentation: 1.04.01 Definition is to be reviewed.""" ;
    a owl:Class ;
    rdfs:comment "Ligament organ that primarily consists of regular dense connective tissue aggregated into fasciculi; connects bone and cartilage organs. Examples: sutural ligament, ligament of pinna, tarsal ligament." ;
    rdfs:label "Skeletal ligament" ;
    rdfs:subClassOf obo:FMA_21496 .

obo:FMA_259729
    obo:IAO_0000116 """type: class
is-a: Bony part of bone organ
constitutional part: Bone tissue of mandible, Periosteum of mandible
constitutional part of: Mandible""" ;
    a owl:Class ;
    rdfs:label "Bony part of mandible" ;
    rdfs:subClassOf obo:FMA_83129, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_259769
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_259809
    ] .

obo:FMA_259759
    obo:IAO_0000116 """type: class
is-a: Bony part of bone organ
subclasses: Bony part of right maxilla, Bony part of left maxilla
constitutional part of: Maxilla
constitutional part: Periosteum of maxilla, Bone tissue of maxilla""" ;
    a owl:Class ;
    rdfs:label "Bony part of maxilla" ;
    rdfs:subClassOf obo:FMA_83129, _:genid1621, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_259771
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_259811
    ] .

obo:FMA_259761
    obo:IAO_0000116 """type: class
is-a: Bony part of maxilla
constitutional part: Periosteum of right maxilla, Bone tissue of right maxilla
constitutional part of: Right maxilla""" ;
    a owl:Class ;
    rdfs:label "Bony part of right maxilla" ;
    rdfs:subClassOf example:right, obo:FMA_259759, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_259773
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_259813
    ] .

obo:FMA_259763
    obo:IAO_0000116 """type: class
is-a: Bony part of maxilla
constitutional part of: Left maxilla
constitutional part: Bone tissue of left maxilla, Periosteum of left maxilla""" ;
    a owl:Class ;
    rdfs:label "Bony part of left maxilla" ;
    rdfs:subClassOf example:left, obo:FMA_259759, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_259775
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_259815
    ] .

obo:FMA_259769
    obo:IAO_0000116 """type: class
is-a: Bone tissue
constitutional part of: Bony part of mandible""" ;
    a owl:Class ;
    rdfs:label "Bone tissue of mandible" ;
    rdfs:subClassOf obo:FMA_224804 .

obo:FMA_259771
    obo:IAO_0000116 """type: class
is-a: Bone tissue
subclasses: Bone tissue of left maxilla, Bone tissue of right maxilla
constitutional part of: Bony part of maxilla""" ;
    a owl:Class ;
    rdfs:label "Bone tissue of maxilla" ;
    rdfs:subClassOf obo:FMA_224804, [
        a owl:Class ;
        owl:unionOf (obo:FMA_259773
            obo:FMA_259775
        )
    ] .

obo:FMA_259773
    obo:IAO_0000116 """type: class
is-a: Bone tissue of maxilla
constitutional part of: Bony part of right maxilla""" ;
    a owl:Class ;
    rdfs:label "Bone tissue of right maxilla" ;
    rdfs:subClassOf example:right, obo:FMA_259771 .

obo:FMA_259775
    obo:IAO_0000116 """type: class
is-a: Bone tissue of maxilla
constitutional part of: Bony part of left maxilla""" ;
    a owl:Class ;
    rdfs:label "Bone tissue of left maxilla" ;
    rdfs:subClassOf example:left, obo:FMA_259771 .

obo:FMA_259809
    obo:IAO_0000116 """type: class
is-a: Periosteum
constitutional part of: Bony part of mandible""" ;
    a owl:Class ;
    rdfs:label "Periosteum of mandible" ;
    rdfs:subClassOf obo:FMA_24041 .

obo:FMA_259811
    obo:IAO_0000116 """type: class
is-a: Periosteum
subclasses: Periosteum of left maxilla, Periosteum of right maxilla
constitutional part of: Bony part of maxilla""" ;
    a owl:Class ;
    rdfs:label "Periosteum of maxilla" ;
    rdfs:subClassOf obo:FMA_24041, [
        a owl:Class ;
        owl:unionOf (obo:FMA_259813
            obo:FMA_259815
        )
    ] .

obo:FMA_259813
    obo:IAO_0000116 """type: class
is-a: Periosteum of maxilla
constitutional part of: Bony part of right maxilla""" ;
    a owl:Class ;
    rdfs:label "Periosteum of right maxilla" ;
    rdfs:subClassOf example:right, obo:FMA_259811 .

obo:FMA_259815
    obo:IAO_0000116 """type: class
is-a: Periosteum of maxilla
constitutional part of: Bony part of left maxilla""" ;
    a owl:Class ;
    rdfs:label "Periosteum of left maxilla" ;
    rdfs:subClassOf example:left, obo:FMA_259811 .

obo:FMA_259848
    obo:IAO_0000116 """type: class
is-a: Vasculature of bone organ
constitutional part of: Mandible""" ;
    a owl:Class ;
    rdfs:label "Vasculature of mandible" ;
    rdfs:subClassOf obo:FMA_224798 .

obo:FMA_259850
    obo:IAO_0000116 """type: class
is-a: Vasculature of bone organ
subclasses: Vasculature of right maxilla, Vasculature of left maxilla
constitutional part of: Maxilla""" ;
    a owl:Class ;
    rdfs:label "Vasculature of maxilla" ;
    rdfs:subClassOf obo:FMA_224798, [
        a owl:Class ;
        owl:unionOf _:genid1637
    ] .

obo:FMA_259852
    obo:IAO_0000116 """type: class
is-a: Vasculature of maxilla
constitutional part of: Right maxilla""" ;
    a owl:Class ;
    rdfs:label "Vasculature of right maxilla" ;
    rdfs:subClassOf example:right, obo:FMA_259850 .

obo:FMA_259854
    obo:IAO_0000116 """type: class
is-a: Vasculature of maxilla
constitutional part of: Left maxilla""" ;
    a owl:Class ;
    rdfs:label "Vasculature of left maxilla" ;
    rdfs:subClassOf example:left, obo:FMA_259850 .

obo:FMA_260144
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Vasculature<br><b>subclasses</b>: Dorsal vascular complex, Vasculature of zone of tongue, Vasculature of white matter of subsegment of spinal cord, Vasculature of gray matter of segment of spinal cord, Vasculature of tongue, Vasculature of gray matter of subsegment of spinal cord, Vasculature of root of lung<br><b>preferred name</b>: ONARD_Instance_1470001" ;
    a owl:Class ;
    rdfs:label "Vasculature of anatomical cluster" ;
    rdfs:subClassOf obo:FMA_69050 .

obo:FMA_260146
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Vasculature of anatomical cluster<br><b>preferred name</b>: ONARD_Instance_1480003<br><b>constitutional part of</b>: Tongue" ;
    a owl:Class ;
    rdfs:label "Vasculature of tongue" ;
    rdfs:subClassOf obo:FMA_260144 .

obo:FMA_260154
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Neural network<br><b>subclasses</b>: Neural network of posterior abdominal wall, Neural network of root of lung, Neural network of posterior thoracic wall, Neural network of tongue, Neural network of thoracic wall, Neural network of anatomical compartment, Neural network of body compartment, Neural network of anterior thoracic wall<br><b>preferred name</b>: ONARD_Instance_1480011" ;
    a owl:Class ;
    rdfs:label "Neural network of anatomical cluster" ;
    rdfs:subClassOf obo:FMA_74616 .

obo:FMA_260156
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Neural network of anatomical cluster<br><b>constitutional part of</b>: Tongue<br><b>preferred name</b>: ONARD_Instance_1480013" ;
    a owl:Class ;
    rdfs:label "Neural network of tongue" ;
    rdfs:subClassOf obo:FMA_260154 .

obo:FMA_265152
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Stratified squamous epithelium<br><b>preferred name</b>: ONARD_Instance_1720021<br><b>synonym</b>: ONARD_Instance_1720022<br><b>constitutional part of</b>: Mucosa of mouth" ;
    a owl:Class ;
    rdfs:label "Epithelium of mucosa of mouth" ;
    rdfs:subClassOf obo:FMA_45563 .

obo:FMA_265155
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lamina propria<br><b>preferred name</b>: ONARD_Instance_1720024<br><b>constitutional part of</b>: Mucosa of mouth" ;
    a owl:Class ;
    rdfs:label "Lamina propria of mucosa of mouth" ;
    rdfs:subClassOf obo:FMA_62517 .

obo:FMA_269572
    obo:IAO_0000116 """type: class
is-a: Set of ligaments
member of: Mandibular dental arcade, Set of periodontia
member: Periodontium of right lower second premolar tooth, Periodontium of left lower first premolar tooth, Periodontium of left lower second premolar tooth, Periodontium of right lower first premolar tooth, Periodontium of right lower first molar tooth, Periodontium of left lower canine tooth, Periodontium of left lower first molar tooth, Periodontium of right lower canine tooth, Periodontium of right lower second molar tooth, Periodontium of left lower lateral incisor tooth, Periodontium of left lower second molar tooth, Periodontium of right lower lateral incisor tooth, Periodontium of right lower third molar tooth, Periodontium of left lower central incisor tooth, Periodontium of right lower central incisor tooth, Periodontium of left lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Set of mandibular periodontia" ;
    rdfs:subClassOf obo:FMA_70773, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56673
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56674
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56676
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56677
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56682
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56683
    ], _:genid1653, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56692
    ], _:genid1655, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56695
    ], _:genid1657, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56707
    ], _:genid1659, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56710
    ], _:genid1661, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56713
    ] .

obo:FMA_269577
    obo:IAO_0000116 """type: class
is-a: Set of ligaments
member of: Maxillary dental arcade, Set of periodontia
member: Periodontium of right upper second premolar tooth, Periodontium of left upper first premolar tooth, Periodontium of left upper second premolar tooth, Periodontium of right upper first premolar tooth, Periodontium of right upper first molar tooth, Periodontium of left upper canine tooth, Periodontium of left upper first molar tooth, Periodontium of right upper canine tooth, Periodontium of right upper second molar tooth, Periodontium of left upper lateral incisor tooth, Periodontium of left upper second molar tooth, Periodontium of right upper lateral incisor tooth, Periodontium of right upper third molar tooth, Periodontium of left upper central incisor tooth, Periodontium of right upper central incisor tooth, Periodontium of left upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Set of maxillary periodontia" ;
    rdfs:subClassOf obo:FMA_70773, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56667
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56668
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56670
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56671
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56679
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56680
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56685
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56686
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56688
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56689
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56697
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56698
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56700
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56701
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56703
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_56704
    ] .

obo:FMA_269582
    obo:IAO_0000116 """type: class
is-a: Dentition
subclasses: Secondary maxillary dentition, Primary maxillary dentition""" ;
    a owl:Class ;
    rdfs:label "Maxillary dentition" ;
    rdfs:subClassOf obo:FMA_75150 .

obo:FMA_269584
    obo:IAO_0000116 """type: class
is-a: Dentition
subclasses: Secondary mandibular dentition, Primary mandibular dentition""" ;
    a owl:Class ;
    rdfs:label "Mandibular dentition" ;
    rdfs:subClassOf obo:FMA_75150 .

obo:FMA_269586
    obo:IAO_0000116 """type: class
is-a: Alveolar part of maxilla
member of: Maxillary dental arcade
regional part: Set of interalveolar septa of right maxilla, Set of interradicular septa of right maxilla, Alveolar process proper of right maxilla
regional part of: Alveolar arch of maxilla""" ;
    a owl:Class ;
    rdfs:label "Alveolar part of right maxilla" ;
    rdfs:subClassOf example:right, obo:FMA_52897, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_269590
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_269594
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59488
    ] .

obo:FMA_269588
    obo:IAO_0000116 """type: class
is-a: Alveolar part of maxilla
member of: Maxillary dental arcade
regional part: Set of interalveolar septa of left maxilla, Set of interradicular septa of left maxilla, Alveolar process proper of left maxilla
regional part of: Alveolar arch of maxilla""" ;
    a owl:Class ;
    rdfs:label "Alveolar part of left maxilla" ;
    rdfs:subClassOf example:left, obo:FMA_52897, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_269592
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_269596
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59489
    ] .

obo:FMA_269590
    obo:IAO_0000116 """type: class
is-a: Set of interradicular septa of maxilla
regional part of: Alveolar part of right maxilla""" ;
    a owl:Class ;
    rdfs:label "Set of interradicular septa of right maxilla" ;
    rdfs:subClassOf example:right, obo:FMA_75774 .

obo:FMA_269592
    obo:IAO_0000116 """type: class
is-a: Set of interradicular septa of maxilla
regional part of: Alveolar part of left maxilla""" ;
    a owl:Class ;
    rdfs:label "Set of interradicular septa of left maxilla" ;
    rdfs:subClassOf example:left, obo:FMA_75774 .

obo:FMA_269594
    obo:IAO_0000116 """type: class
is-a: Set of interalveolar septa of maxilla
regional part of: Alveolar part of right maxilla""" ;
    a owl:Class ;
    rdfs:label "Set of interalveolar septa of right maxilla" ;
    rdfs:subClassOf example:right, obo:FMA_75773 .

obo:FMA_269596
    obo:IAO_0000116 """type: class
is-a: Set of interalveolar septa of maxilla
regional part of: Alveolar part of left maxilla""" ;
    a owl:Class ;
    rdfs:label "Set of interalveolar septa of left maxilla" ;
    rdfs:subClassOf example:left, obo:FMA_75773 .

obo:FMA_276103
    obo:IAO_0000116 """type: class
is-a: Set of organ regions
subclasses: Set of interalveolar septa of maxilla, Set of interradicular septa of maxilla, Set of alveolar yokes of maxilla, Set of alveolar yokes of mandible, Set of interradicular septa of mandible, Set of interalveolar septa of mandible""" ;
    a owl:Class ;
    rdfs:label "Set of region of organ component of bone" ;
    rdfs:subClassOf obo:FMA_78562 .

obo:FMA_276398
    obo:IAO_0000116 """type: slot
is-a: Standard FMA slot
:slot-value-type: Instance
:direct-domain: Immaterial anatomical entity""" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "inverse_of_2D part" ;
    rdfs:subPropertyOf obo:FMA_85997 .

obo:FMA_277252
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node<br><b>subclasses</b>: Lymph node of neck, Lymph node of trunk<br><b>preferred name</b>: ONARD_Instance_3180001" ;
    a owl:Class ;
    rdfs:label "Lymph node of body proper" ;
    rdfs:subClassOf obo:FMA_5034 .

obo:FMA_278572
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Organ component<br><b>subclasses</b>: Lymph node, Lymphatic vessel<br><b>preferred name</b>: ONARD_Instance_3400001" ;
    a owl:Class ;
    rdfs:label "Organ component of lymphatic tree organ" ;
    rdfs:subClassOf obo:FMA_14065 .

obo:FMA_27984
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Membrane organ component<br><b>subclasses</b>: Fibrous membrane of articular capsule of acromioclavicular joint, Fibrous membrane of articular capsule of interphalangeal joint, Fibrous membrane of articular capsule of ankle joint, Fibrous membrane of articular capsule of metatarsophalangeal joint, Fibrous membrane of articular capsule of wrist joint, Fibrous membrane of humeroradial part of articular capsule of elbow joint, Fibrous membrane of articular capsule of hip joint, Fibrous membrane of articular capsule of incudostapedial joint, Fibrous membrane of articular capsule of metacarpophalangeal joint, Fibrous membrane proper of knee joint, Fibrous membrane of articular capsule of glenohumeral joint, Fibrous membrane of articular capsule of vertebral arch joint, Fibrous membrane of articular capsule of elbow joint, Fibrous membrane of articular capsule of sternoclavicular joint, Fibrous membrane of articular capsule of incudomallear joint, Fibrous membrane of articular capsule of temporomandibular joint<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: ONARD_Instance_1320025<br><b>constitutional part of</b>: Articular capsule<br><b>synonym</b>: KB_INSTANCE_35222, KB_INSTANCE_35223, KB_INSTANCE_35224, ONARD_Instance_1320023, KB_INSTANCE_35221" ;
    a owl:Class ;
    rdfs:label "Fibrous membrane of articular capsule" ;
    rdfs:subClassOf obo:FMA_75445 .

obo:FMA_279957
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Anatomical cavity<br><b>subclasses</b>: Temporal fossa, Lower respiratory tract space, Upper respiratory tract space, Synovial cavity of joint<br><b>preferred name</b>: ONARD_Instance_3520144" ;
    a owl:Class ;
    rdfs:label "Anatomical cluster space" ;
    rdfs:subClassOf obo:FMA_67552 .

obo:FMA_280556
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Portion of body substance<br><b>subclasses</b>: Portion of body fluid suspension, Portion of gaseous body substance, Portion of body fluid solution<br><b>preferred name</b>: ONARD_Instance_3600003<br><b>synonym</b>: ONARD_Instance_3620003" ;
    a owl:Class ;
    rdfs:comment "Portion of body substance which has as its parts of a mixture of fluid, solutes and particles." ;
    rdfs:label "Portion of body fluid" ;
    rdfs:subClassOf obo:FMA_9669 .

obo:FMA_280564
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Portion of body fluid<br><b>subclasses</b>: Portion of tissue fluid, Portion of esophageal secretion, Portion of intestinal secretion, Portion of serous fluid, Portion of plasma, Portion of sebum, Portion of blood, Portion of semen, Portion of milk, Portion of mucus, Epithelial lining fluid, Portion of colloidal body substance, Portion of chyle, Portion of deferent duct fluid, Portion of rete testis fluid, Portion of seminiferous tubule fluid, Portion of epididymal duct fluid, Portion of cerebrospinal fluid, Portion of follicular fluid, Portion of lymph, Portion of chyme, Portion of pancreatic juice<br><b>preferred name</b>: ONARD_Instance_3600011<br><b>synonym</b>: ONARD_Instance_3620004" ;
    a owl:Class ;
    rdfs:comment "Portion of body fluid which has as its parts portion of body fluid solution and particles." ;
    rdfs:label "Portion of body fluid suspension" ;
    rdfs:subClassOf obo:FMA_280556 .

obo:FMA_281288
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of mucosa<br><b>preferred name</b>: ONARD_Instance_3800060<br><b>constitutional part of</b>: Posterior part of tongue<br><b>synonym</b>: ONARD_Instance_3800059" ;
    a owl:Class ;
    rdfs:label "Mucosa of base of tongue" ;
    rdfs:subClassOf obo:FMA_85358 .

obo:FMA_281290
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of submucosa<br><b>preferred name</b>: ONARD_Instance_3700010<br><b>constitutional part of</b>: Posterior part of tongue" ;
    a owl:Class ;
    rdfs:label "Submucosa of base of tongue" ;
    rdfs:subClassOf obo:FMA_85392 .

obo:FMA_281292
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lamina propria<br><b>preferred name</b>: ONARD_Instance_3700012<br><b>constitutional part of</b>: Posterior part of tongue" ;
    a owl:Class ;
    rdfs:label "Lamina propria of base of tongue" ;
    rdfs:subClassOf obo:FMA_62517 .

obo:FMA_281294
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Vasculature of anatomical cluster<br><b>subclasses</b>: Vasculature of apex of tongue, Vasculature of oral part of tongue, Vasculature of base of tongue, Vasculature of dorsum of tongue, Vasculature of body of tongue, Vasculature of root of tongue<br><b>preferred name</b>: ONARD_Instance_3700014" ;
    a owl:Class ;
    rdfs:label "Vasculature of zone of tongue" ;
    rdfs:subClassOf obo:FMA_260144 .

obo:FMA_281302
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Vasculature of zone of tongue<br><b>preferred name</b>: ONARD_Instance_3700022<br><b>constitutional part of</b>: Posterior part of tongue" ;
    a owl:Class ;
    rdfs:label "Vasculature of base of tongue" ;
    rdfs:subClassOf obo:FMA_281294 .

obo:FMA_281304
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Vasculature of zone of tongue<br><b>preferred name</b>: ONARD_Instance_3700024<br><b>constitutional part of</b>: Oral part of tongue" ;
    a owl:Class ;
    rdfs:label "Vasculature of oral part of tongue" ;
    rdfs:subClassOf obo:FMA_281294 .

obo:FMA_281306
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Vasculature of zone of tongue<br><b>preferred name</b>: ONARD_Instance_3700026<br><b>constitutional part of</b>: Apex of tongue" ;
    a owl:Class ;
    rdfs:label "Vasculature of apex of tongue" ;
    rdfs:subClassOf obo:FMA_281294 .

obo:FMA_281454
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of extrinsic muscles of tongue<br><b>member of</b>: Musculature of tongue<br><b>preferred name</b>: ONARD_Instance_3730007<br><b>member</b>: Set of right extrinsic muscles of tongue, Set of left extrinsic muscles of tongue" ;
    a owl:Class ;
    rdfs:label "Set of all extrinsic muscles of tongue" ;
    rdfs:subClassOf obo:FMA_54716, _:genid1758, _:genid1760 .

obo:FMA_281456
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of intrinsic muscles of tongue<br><b>preferred name</b>: ONARD_Instance_3730009<br><b>member</b>: Set of right intrinsic muscles of tongue, Set of left intrinsic muscles of tongue<br><b>member of</b>: Musculature of tongue" ;
    a owl:Class ;
    rdfs:label "Set of all intrinsic muscles of tongue" ;
    rdfs:subClassOf obo:FMA_54717, _:genid1764, _:genid1766 .

obo:FMA_281458
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Musculature of subdivision of face<br><b>preferred name</b>: ONARD_Instance_3730011<br><b>member</b>: Set of right intrinsic muscles of tongue, Set of right extrinsic muscles of tongue<br><b>regional part of</b>: Musculature of tongue" ;
    a owl:Class ;
    rdfs:label "Musculature of right side of tongue" ;
    rdfs:subClassOf obo:FMA_55600, _:genid1770, _:genid1772 .

obo:FMA_281460
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Musculature of subdivision of face<br><b>preferred name</b>: ONARD_Instance_3730013<br><b>member</b>: Set of left extrinsic muscles of tongue, Set of left intrinsic muscles of tongue<br><b>regional part of</b>: Musculature of tongue" ;
    a owl:Class ;
    rdfs:label "Musculature of left side of tongue" ;
    rdfs:subClassOf obo:FMA_55600, _:genid1776, _:genid1778 .

obo:FMA_281465
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of body of tongue<br><b>subclasses</b>: Ventral part of oral part of tongue, Dorsal part of oral part of tongue, Left half of oral part of tongue, Right half of oral part of tongue, Lateral part of oral part of tongue, Oral part proper of tongue<br><b>preferred name</b>: ONARD_Instance_3730018" ;
    a owl:Class ;
    rdfs:label "Zone of oral part of tongue" ;
    rdfs:subClassOf obo:FMA_54663 .

obo:FMA_281467
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of oral part of tongue<br><b>regional part of</b>: Oral part of tongue<br><b>preferred name</b>: ONARD_Instance_3730020" ;
    a owl:Class ;
    rdfs:label "Oral part proper of tongue" ;
    rdfs:subClassOf obo:FMA_281465 .

obo:FMA_281469
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of oral part of tongue<br><b>subclasses</b>: Left lateral part of oral part of tongue, Right lateral part of oral part of tongue<br><b>preferred name</b>: ONARD_Instance_3730022<br><b>synonym</b>: ONARD_Instance_3730029" ;
    a owl:Class ;
    rdfs:label "Lateral part of oral part of tongue" ;
    rdfs:subClassOf obo:FMA_281465, _:genid1786 .

obo:FMA_281471
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lateral part of oral part of tongue<br><b>preferred name</b>: ONARD_Instance_3730024<br><b>synonym</b>: ONARD_Instance_3730027<br><b>regional part of</b>: Oral part of tongue" ;
    a owl:Class ;
    rdfs:label "Right lateral part of oral part of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_281469 .

obo:FMA_281473
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lateral part of oral part of tongue<br><b>preferred name</b>: ONARD_Instance_3730026<br><b>synonym</b>: ONARD_Instance_3730028<br><b>regional part of</b>: Oral part of tongue" ;
    a owl:Class ;
    rdfs:label "Left lateral part of oral part of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_281469 .

obo:FMA_281500
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of oral part of tongue<br><b>lymphatic drainage</b>: Right marginal lingual lymphatic tree<br><b>preferred name</b>: ONARD_Instance_3800003<br><b>nerve supply</b>: Right lingual nerve, Right chorda tympani" ;
    a owl:Class ;
    rdfs:label "Right half of oral part of tongue" ;
    rdfs:subClassOf obo:FMA_281465 .

obo:FMA_281502
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of oral part of tongue<br><b>lymphatic drainage</b>: Left marginal lingual lymphatic tree<br><b>preferred name</b>: ONARD_Instance_3800005<br><b>nerve supply</b>: Left lingual nerve, Left chorda tympani" ;
    a owl:Class ;
    rdfs:label "Left half of oral part of tongue" ;
    rdfs:subClassOf obo:FMA_281465 .

obo:FMA_281506
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of oral part of tongue<br><b>preferred name</b>: ONARD_Instance_3800009<br><b>synonym</b>: ONARD_Instance_3800019, ONARD_Instance_3800020, ONARD_Instance_3800017, ONARD_Instance_3800016, ONARD_Instance_3800018, ONARD_Instance_3800015, ONARD_Instance_3800014" ;
    a owl:Class ;
    rdfs:label "Dorsal part of oral part of tongue" ;
    rdfs:subClassOf obo:FMA_281465 .

obo:FMA_281508
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of oral part of tongue<br><b>preferred name</b>: ONARD_Instance_3800011" ;
    a owl:Class ;
    rdfs:label "Ventral part of oral part of tongue" ;
    rdfs:subClassOf obo:FMA_281465 .

obo:FMA_281523
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of organ component<br><b>subclasses</b>: Mucosa of dorsum of phryngeal part of tongue, Mucosa of dorsum of oral part of tongue, Mucosa of pharyngeal part of tongue, Mucosa of oral part of tongue, Mucosa of dorsum of tongue<br><b>preferred name</b>: ONARD_Instance_3800026" ;
    a owl:Class ;
    rdfs:label "Region of mucosa of tongue" ;
    rdfs:subClassOf obo:FMA_86103 .

obo:FMA_281525
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of mucosa of tongue<br><b>preferred name</b>: ONARD_Instance_3800028<br><b>synonym</b>: ONARD_Instance_3800035, ONARD_Instance_3800029<br><b>constitutional part of</b>: Oral part of tongue<br><b>regional part of</b>: Mucosa of tongue" ;
    a owl:Class ;
    rdfs:label "Mucosa of oral part of tongue" ;
    rdfs:subClassOf obo:FMA_281523 .

obo:FMA_281528
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of mucosa of tongue<br><b>preferred name</b>: ONARD_Instance_3800031<br><b>synonym</b>: ONARD_Instance_3800033, ONARD_Instance_3800032, ONARD_Instance_3800034<br><b>regional part of</b>: Mucosa of tongue" ;
    a owl:Class ;
    rdfs:label "Mucosa of pharyngeal part of tongue" ;
    rdfs:subClassOf obo:FMA_281523 .

obo:FMA_281540
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of tongue<br><b>subclasses</b>: Left half of pharyngeal part of tongue, Right half of pharyngeal part of tongue, Posterior region of pharyngeal part of tongue, Left tonsillar region of pharyngeal part of tongue, Right tonsillar region of pharyngeal part of tongue, Base proper of tongue, Dorsal region of pharyngeal part of tongue, Tonsillar region of pharyngeal part of tongue<br><b>preferred name</b>: ONARD_Instance_3800043" ;
    a owl:Class ;
    rdfs:label "Zone of pharyngeal part of tongue" ;
    rdfs:subClassOf obo:FMA_54643 .

obo:FMA_281543
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of pharyngeal part of tongue<br><b>regional part of</b>: Posterior part of tongue<br><b>preferred name</b>: ONARD_Instance_3800046<br><b>synonym</b>: ONARD_Instance_3800047, ONARD_Instance_3800048<br><b>regional part</b>: Right tonsillar region of pharyngeal part of tongue, Left tonsillar region of pharyngeal part of tongue" ;
    a owl:Class ;
    rdfs:label "Tonsillar region of pharyngeal part of tongue" ;
    rdfs:subClassOf obo:FMA_281540, _:genid1818, _:genid1820 .

obo:FMA_281547
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of pharyngeal part of tongue<br><b>preferred name</b>: ONARD_Instance_3800050<br><b>regional part of</b>: Tonsillar region of pharyngeal part of tongue" ;
    a owl:Class ;
    rdfs:label "Right tonsillar region of pharyngeal part of tongue" ;
    rdfs:subClassOf obo:FMA_281540 .

obo:FMA_281549
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of pharyngeal part of tongue<br><b>preferred name</b>: ONARD_Instance_3800052<br><b>regional part of</b>: Tonsillar region of pharyngeal part of tongue" ;
    a owl:Class ;
    rdfs:label "Left tonsillar region of pharyngeal part of tongue" ;
    rdfs:subClassOf obo:FMA_281540 .

obo:FMA_281551
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of pharyngeal part of tongue<br><b>preferred name</b>: ONARD_Instance_3800054<br><b>synonym</b>: ONARD_Instance_3800055, ONARD_Instance_3800056<br><b>regional part of</b>: Posterior part of tongue" ;
    a owl:Class ;
    rdfs:label "Posterior region of pharyngeal part of tongue" ;
    rdfs:subClassOf obo:FMA_281540 .

obo:FMA_284654
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of muscle organ<br><b>subclasses</b>: Zone of digastric, Zone of buccinator, Zone of lateral pterygoid, Zone of medial pterygoid, Zone of temporalis, Zone of masseter, Zone of uvular muscle, Zone of styloglossus, Zone of hyoglossus, Zone of nasalis, Zone of orbicularis oris, Zone of orbicularis oculi, Zone of epicranius, Zone of levator palpebrae superioris, Zone of palatoglossus<br><b>preferred name</b>: ONARD_Instance_4020003<br><b>:direct-template-slots</b>: muscle origin, muscle insertion" ;
    a owl:Class ;
    rdfs:label "Zone of muscle of head" ;
    rdfs:subClassOf obo:FMA_10474 .

obo:FMA_284658
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Stratified squamous epithelium<br><b>subclasses</b>: Keratinized epithelium of tongue, Non-keratinized epithelium of tongue<br><b>synonym</b>: ONARD_Instance_6360026<br><b>preferred name</b>: ONARD_Instance_4030003<br><b>constitutional part of</b>: Mucosa of tongue" ;
    a owl:Class ;
    rdfs:label "Epithelium of tongue" ;
    rdfs:subClassOf obo:FMA_45563 .

obo:FMA_284660
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue<br><b>subclasses</b>: Skeletal muscle tissue of tensor tympani, Skeletal muscle tissue of stapedius, Skeletal muscle tissue of inferior tarsal muscle, Skeletal muscle tissue of superior tarsal muscle, Skeletal muscle tissue of pyramidal muscle of auricle, Skeletal muscle tissue of oblique muscle of auricle, Skeletal muscle tissue of transverse muscle of auricle, Skeletal muscle tissue of antitragicus, Skeletal muscle tissue of tragicus, Skeletal muscle tissue of helicis minor, Skeletal muscle tissue of helicis major, Skeletal muscle tissue of auricularis posterior, Skeletal muscle tissue of auricularis anterior, Skeletal muscle tissue of auricularis superior, Skeletal muscle tissue of vertical muscle of tongue, Skeletal muscle tissue of transverse muscle of tongue, Skeletal muscle tissue of inferior longitudinal muscle of tongue, Skeletal muscle tissue of superior longitudinal muscle of tongue, Skeletal muscle tissue of styloglossus, Skeletal muscle tissue of hyoglossus, Skeletal muscle tissue of genioglossus, Skeletal muscle tissue of palatoglossus, Skeletal muscle tissue of uvular muscle, Skeletal muscle tissue of incisivus labii inferioris, Skeletal muscle tissue of incisivus labii superioris, Skeletal muscle tissue of orbicularis oris, Skeletal muscle tissue of risorius, Skeletal muscle tissue of buccinator, Skeletal muscle tissue of mentalis, Skeletal muscle tissue of tranversus menti, Skeletal muscle tissue of depressor anguli oris, Skeletal muscle tissue of levator anguli oris, Skeletal muscle tissue of depressor labii inferioris, Skeletal muscle tissue of zygomaticus minor, Skeletal muscle tissue of zygomaticus major, Skeletal muscle tissue of levator labii superioris alaeque nasi, Skeletal muscle tissue of temporoparietalis, Skeletal muscle tissue of occipitalis, Skeletal muscle tissue of digastric, Skeletal muscle tissue of frontalis, Skeletal muscle tissue of nasalis, Skeletal muscle tissue of muscle of mouth, Skeletal muscle tissue of mylohyoid, Skeletal muscle tissue of left lateral pterygoid, Skeletal muscle tissue of right lateral pterygoid, Skeletal muscle tissue of left medial pterygoid, Skeletal muscle tissue of right medial pterygoid, Skeletal muscle tissue of left masseter, Skeletal muscle tissue of right masseter, Skeletal muscle tissue of left corrugator supercilii, Skeletal muscle tissue of right corrugator supercilii, Skeletal muscle tissue of left orbicularis oculi, Skeletal muscle tissue of right orbicularis oculi, Skeletal muscle tissue of left depressor supercilii, Skeletal muscle tissue of right depressor supercilii, Skeletal muscle tissue of left depressor septi nasi, Skeletal muscle tissue of right depressor septi nasi, Skeletal muscle tissue of procerus, Skeletal muscle tissue of left nasalis, Skeletal muscle tissue of right nasalis, Skeletal muscle tissue of epicranius, Skeletal muscle tissue of left procerus, Skeletal muscle tissue of right procerus, Skeletal muscle tissue of left levator palpebrae superioris, Skeletal muscle tissue of right levator palpebrae superioris, Skeletal muscle tissue of depressor septi nasi, Skeletal muscle tissue of left inferior oblique, Skeletal muscle tissue of right inferior oblique, Skeletal muscle tissue of inferior oblique, Skeletal muscle tissue of left superior oblique, Skeletal muscle tissue of corrugator supercilii, Skeletal muscle tissue of right superior oblique, Skeletal muscle tissue of superior oblique, Skeletal muscle tissue of left lateral rectus, Skeletal muscle tissue of orbicularis oculi, Skeletal muscle tissue of right lateral rectus, Skeletal muscle tissue of left medial rectus, Skeletal muscle tissue of right medial rectus, Skeletal muscle tissue of depressor supercilii, Skeletal muscle tissue of right temporalis, Skeletal muscle tissue of lateral pterygoid, Skeletal muscle tissue of temporalis, Skeletal muscle tissue of masseter, Skeletal muscle tissue of lateral rectus, Skeletal muscle tissue of inferior rectus, Skeletal muscle tissue of medial pterygoid, Skeletal muscle tissue of left inferior rectus, Skeletal muscle tissue of medial rectus, Skeletal muscle tissue of levator palpebrae superioris, Skeletal muscle tissue of left superior rectus, Skeletal muscle tissue of superior rectus, Skeletal muscle tissue of right superior rectus, Skeletal muscle tissue of right inferior rectus, Skeletal muscle tissue of left temporalis<br><b>preferred name</b>: ONARD_Instance_4030005" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of muscle of head" ;
    rdfs:subClassOf obo:FMA_14069 .

obo:FMA_286364
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of labial part of mouth<br><b>preferred name</b>: ONARD_Instance_4260003<br><b>constitutional part of</b>: Right upper lip proper<br><b>regional part of</b>: Mucosa of upper lip proper" ;
    a owl:Class ;
    rdfs:label "Mucosa of right upper lip proper" ;
    rdfs:subClassOf obo:FMA_60027 .

obo:FMA_286366
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of labial part of mouth<br><b>preferred name</b>: ONARD_Instance_4260005<br><b>constitutional part of</b>: Left upper lip proper<br><b>regional part of</b>: Mucosa of upper lip proper" ;
    a owl:Class ;
    rdfs:label "Mucosa of left upper lip proper" ;
    rdfs:subClassOf obo:FMA_60027 .

obo:FMA_286368
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of mouth<br><b>regional part of</b>: Mucosa of external part of mouth<br><b>constitutional part of</b>: Labial part of mouth<br><b>preferred name</b>: ONARD_Instance_4260007<br><b>regional part</b>: Mucosa of upper lip, Mucosa of lower lip" ;
    a owl:Class ;
    rdfs:label "Mucosa of labial part of mouth" ;
    rdfs:subClassOf obo:FMA_85381, _:genid1778, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59833
    ] .

obo:FMA_286390
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of labial part of mouth<br><b>preferred name</b>: ONARD_Instance_4260029<br><b>regional part</b>: Mucosa of philtrum proper, Frenulum of upper lip<br><b>bounded by</b>: Internal surface of philtrum<br><b>constitutional part of</b>: Philtrum<br><b>regional part of</b>: Mucosa of upper lip, Mucosa of upper lip proper" ;
    a owl:Class ;
    rdfs:label "Mucosa of philtrum" ;
    rdfs:subClassOf obo:FMA_60027, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_286392
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59821
    ] .

obo:FMA_286392
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of labial part of mouth<br><b>preferred name</b>: ONARD_Instance_4260031<br><b>regional part of</b>: Mucosa of philtrum" ;
    a owl:Class ;
    rdfs:label "Mucosa of philtrum proper" ;
    rdfs:subClassOf obo:FMA_60027 .

obo:FMA_289346
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Organ zone, Mucosa of region of mouth<br><b>subclasses</b>: Region of alveolar mucosa, Region of attached gingiva, Region of maxillary gingiva, Region of free gingiva, Attached gingiva, Region of mandibular gingiva, Free gingiva, Interdental gingiva<br><b>preferred name</b>: ONARD_Instance_4380001<br><b>synonym</b>: ONARD_Instance_4380051" ;
    a owl:Class ;
    rdfs:label "Region of gingiva" ;
    rdfs:subClassOf obo:FMA_55268, obo:FMA_85381 .

obo:FMA_289360
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of mouth<br><b>subclasses</b>: Mandibular alveolar mucosa, Maxillary alveolar mucosa, Right side of maxillary alveolar mucosa, Left side of maxillary alveolar mucosa, Region of maxillary alveolar mucosa<br><b>preferred name</b>: ONARD_Instance_4380015<br><b>constitutional part of</b>: Alveolar arch" ;
    a owl:Class ;
    rdfs:label "Alveolar mucosa" ;
    rdfs:subClassOf obo:FMA_85381 .

obo:FMA_289362
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of mouth, Alveolar mucosa<br><b>regional part</b>: Maxillary alveolar mucosa proper, Maxillary gingiva<br><b>regional part of</b>: Mucosa of internal part of mouth<br><b>preferred name</b>: ONARD_Instance_4380017<br><b>attributed part</b>: Left side of maxillary alveolar mucosa, Maxillary alveolar mucosa proper, Right side of maxillary alveolar mucosa, Maxillary gingiva<br><b>constitutional part of</b>: Maxillary alveolodental arch, Maxillary alveolar arch" ;
    a owl:Class ;
    rdfs:label "Maxillary alveolar mucosa" ;
    rdfs:subClassOf obo:FMA_289360, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85995 ;
        owl:someValuesFrom obo:FMA_313964
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85995 ;
        owl:someValuesFrom obo:FMA_313966
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85995 ;
        owl:someValuesFrom obo:FMA_313974
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85995 ;
        owl:someValuesFrom obo:FMA_59763
    ], _:genid1786, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59763
    ] .

obo:FMA_289381
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of gingiva<br><b>subclasses</b>: Palatal side of left maxillary gingiva, Palatal side of right maxillary gingiva, Lingual gingiva, Palatal side of maxillary gingiva, Buccal side of maxillary gingiva, Labial side of maxillary gingiva, Labial side of right maxillary gingiva, Left side of maxillary gingiva, Right side of maxillary gingiva, Labial side of left maxillary gingiva<br><b>synonym</b>: ONARD.03.26.14_Instance_230013<br><b>preferred name</b>: ONARD_Instance_4380036" ;
    a owl:Class ;
    rdfs:label "Region of maxillary gingiva" ;
    rdfs:subClassOf obo:FMA_289346 .

obo:FMA_289383
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of gingiva<br><b>subclasses</b>: Lingual gingiva, Buccal part of mandibular gingiva, Labial gingiva of lower jaw<br><b>preferred name</b>: ONARD_Instance_4380038<br><b>synonym</b>: ONARD_Instance_4380040" ;
    a owl:Class ;
    rdfs:label "Region of mandibular gingiva" ;
    rdfs:subClassOf obo:FMA_289346 .

obo:FMA_289387
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of maxillary gingiva<br><b>preferred name</b>: ONARD_Instance_4380042<br><b>synonym</b>: ONARD_Instance_4380046<br><b>regional part of</b>: Maxillary gingiva<br><b>regional part</b>: Labial side of right maxillary gingiva, Labial side of left maxillary gingiva" ;
    a owl:Class ;
    rdfs:label "Labial side of maxillary gingiva" ;
    rdfs:subClassOf obo:FMA_289381, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_313994
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_313997
    ] .

obo:FMA_289389
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of maxillary gingiva<br><b>subclasses</b>: Right buccal side of maxillary gingiva, Left buccal side of maxillary gingiva<br><b>preferred name</b>: ONARD_Instance_4380044<br><b>synonym</b>: ONARD_Instance_4380045" ;
    a owl:Class ;
    rdfs:label "Buccal side of maxillary gingiva" ;
    rdfs:subClassOf obo:FMA_289381, [
        a owl:Class ;
        owl:unionOf (obo:FMA_289404
            obo:FMA_289406
        )
    ] .

obo:FMA_289398
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of mandibular gingiva<br><b>preferred name</b>: ONARD_Instance_4380053<br><b>synonym</b>: ONARD_Instance_4380056<br><b>regional part of</b>: Mandibular gingiva" ;
    a owl:Class ;
    rdfs:label "Labial gingiva of lower jaw" ;
    rdfs:subClassOf obo:FMA_289383 .

obo:FMA_289400
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of mandibular gingiva<br><b>subclasses</b>: Buccal gingiva of left side of lower jaw, Buccal gingiva of right side of lower jaw<br><b>preferred name</b>: ONARD_Instance_4380055<br><b>synonym</b>: ONARD_Instance_4380057" ;
    a owl:Class ;
    rdfs:label "Buccal part of mandibular gingiva" ;
    rdfs:subClassOf obo:FMA_289383, [
        a owl:Class ;
        owl:unionOf (obo:FMA_289408
            obo:FMA_289410
        )
    ] .

obo:FMA_289404
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of mouth, Buccal side of maxillary gingiva<br><b>synonym</b>: ONARD.03.26.14_Instance_210041<br><b>preferred name</b>: ONARD_Instance_4380059<br><b>regional part of</b>: Maxillary gingiva" ;
    a owl:Class ;
    rdfs:label "Left buccal side of maxillary gingiva" ;
    rdfs:subClassOf example:left, obo:FMA_289389 .

obo:FMA_289406
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Buccal side of maxillary gingiva<br><b>synonym</b>: ONARD.03.26.14_Instance_210040<br><b>preferred name</b>: ONARD_Instance_4380061<br><b>regional part of</b>: Maxillary gingiva" ;
    a owl:Class ;
    rdfs:label "Right buccal side of maxillary gingiva" ;
    rdfs:subClassOf example:right, obo:FMA_289389 .

obo:FMA_289408
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Buccal part of mandibular gingiva<br><b>preferred name</b>: ONARD_Instance_4380063<br><b>regional part of</b>: Mandibular gingiva" ;
    a owl:Class ;
    rdfs:label "Buccal gingiva of right side of lower jaw" ;
    rdfs:subClassOf example:right, obo:FMA_289400 .

obo:FMA_289410
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Buccal part of mandibular gingiva<br><b>preferred name</b>: ONARD_Instance_4380065<br><b>regional part of</b>: Mandibular gingiva" ;
    a owl:Class ;
    rdfs:label "Buccal gingiva of left side of lower jaw" ;
    rdfs:subClassOf example:left, obo:FMA_289400 .

obo:FMA_289412
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of maxillary gingiva<br><b>preferred name</b>: ONARD_Instance_4380067<br><b>regional part of</b>: Maxillary gingiva<br><b>attributed part</b>: Left buccal side of maxillary gingiva, Right side of maxillary gingiva, Left side of maxillary gingiva, Right buccal side of maxillary gingiva, Labial side of maxillary gingiva, Palatal side of maxillary gingiva<br><b>regional part</b>: Palatal side of right maxillary gingiva, Palatal side of left maxillary gingiva" ;
    a owl:Class ;
    rdfs:label "Palatal side of maxillary gingiva" ;
    rdfs:subClassOf obo:FMA_289381, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85995 ;
        owl:someValuesFrom obo:FMA_289412
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_314032
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_314034
    ] .

obo:FMA_289414
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of mandibular gingiva, Region of maxillary gingiva<br><b>preferred name</b>: ONARD_Instance_4380069<br><b>synonym</b>: ONARD_Instance_4380070<br><b>regional part of</b>: Mandibular gingiva" ;
    a owl:Class ;
    rdfs:label "Lingual gingiva" ;
    rdfs:subClassOf obo:FMA_289381, obo:FMA_289383 .

obo:FMA_289446
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of gingiva, Mucosa of region of mouth<br><b>subclasses</b>: Right side of mandibular alveolar mucosa, Region of alveolar mucosa of lower jaw, Mucosa of tooth socket, Left side of mandibular alveolar mucosa, Alveolar mucosa proper, Region of alveolar mucosa of upper jaw<br><b>preferred name</b>: ONARD_Instance_4380101" ;
    a owl:Class ;
    rdfs:label "Region of alveolar mucosa" ;
    rdfs:subClassOf obo:FMA_289346 .

obo:FMA_289589
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of viscerocranial mucosa<br><b>subclasses</b>: Mucosa of nasal segment of soft palate, Mucosa of nasal segment of hard palate, Mucosa of oral segment of left side of soft palate, Mucosa of oral segment of right side of soft palate, Mucosa of oral segment of left side of hard palate, Mucosa of oral segment of right side of hard palate, Mucosa of oral segment of soft palate, Mucosa of oral segment of palate, Mucosa of nasal segment of palate, Mucosa of oral segment of hard palate<br><b>preferred name</b>: ONARD_Instance_4390007" ;
    a owl:Class ;
    rdfs:label "Mucosa of segment of palate" ;
    rdfs:subClassOf obo:FMA_85361 .

obo:FMA_289677
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of segment of palate<br><b>preferred name</b>: ONARD_Instance_4420001<br><b>regional part of</b>: Mucosa of oral segment of palate<br><b>regional part</b>: Mucosa of oral segment of right side of hard palate, Mucosa of oral segment of left side of hard palate" ;
    a owl:Class ;
    rdfs:label "Mucosa of oral segment of hard palate" ;
    rdfs:subClassOf obo:FMA_289589, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_289681
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_289683
    ] .

obo:FMA_289679
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of segment of palate<br><b>preferred name</b>: ONARD_Instance_4420003<br><b>regional part of</b>: Mucosa of oral segment of palate<br><b>regional part</b>: Mucosa of oral segment of right side of soft palate, Mucosa of oral segment of left side of soft palate" ;
    a owl:Class ;
    rdfs:label "Mucosa of oral segment of soft palate" ;
    rdfs:subClassOf obo:FMA_289589, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_289685
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_289687
    ] .

obo:FMA_289681
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of segment of palate<br><b>preferred name</b>: ONARD_Instance_4420005<br><b>regional part of</b>: Mucosa of oral segment of hard palate" ;
    a owl:Class ;
    rdfs:label "Mucosa of oral segment of right side of hard palate" ;
    rdfs:subClassOf obo:FMA_289589 .

obo:FMA_289683
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of segment of palate<br><b>preferred name</b>: ONARD_Instance_4420007<br><b>regional part of</b>: Mucosa of oral segment of hard palate" ;
    a owl:Class ;
    rdfs:label "Mucosa of oral segment of left side of hard palate" ;
    rdfs:subClassOf obo:FMA_289589 .

obo:FMA_289685
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of segment of palate<br><b>preferred name</b>: ONARD_Instance_4420009<br><b>regional part of</b>: Mucosa of oral segment of soft palate" ;
    a owl:Class ;
    rdfs:label "Mucosa of oral segment of right side of soft palate" ;
    rdfs:subClassOf obo:FMA_289589 .

obo:FMA_289687
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of segment of palate<br><b>preferred name</b>: ONARD_Instance_4420011<br><b>regional part of</b>: Mucosa of oral segment of soft palate" ;
    a owl:Class ;
    rdfs:label "Mucosa of oral segment of left side of soft palate" ;
    rdfs:subClassOf obo:FMA_289589 .

obo:FMA_292372
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of mouth<br><b>preferred name</b>: ONARD_Instance_4560010<br><b>regional part of</b>: Mucosa of faucial part of mouth" ;
    a owl:Class ;
    rdfs:label "Mucosa of glosso-epiglottic region" ;
    rdfs:subClassOf obo:FMA_85381 .

obo:FMA_292374
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of viscerocranial mucosa, Mucosa of region of mouth<br><b>constitutional part of</b>: Floor of mouth<br><b>preferred name</b>: ONARD_Instance_4560012<br><b>regional part of</b>: Mucosa of internal part of mouth" ;
    a owl:Class ;
    rdfs:label "Mucosa of floor of mouth" ;
    rdfs:subClassOf obo:FMA_85381 .

obo:FMA_297498
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Organ component<br><b>subclasses</b>: Skeletal muscle body, Myocardium<br><b>preferred name</b>: ONARD_Instance_5050018<br><b>synonym</b>: ONARD_Instance_5100022, ONARD_Instance_5050021, ONARD_Instance_5110140" ;
    a owl:Class ;
    rdfs:comment "Organ component which has as its parts the entirety of muscle fasciculi." ;
    rdfs:label "Muscle body" ;
    rdfs:subClassOf obo:FMA_14065 .

obo:FMA_297500
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body<br><b>subclasses</b>: Muscle body of soleus, Muscle body of popliteus, Muscle body of gastrocnemius, Muscle body of serratus posterior, Muscle body of vastus intermedius, Muscle body of vastus medialis, Muscle body of muscle of head, Muscle body of vastus lateralis, Muscle body of rectus femoris, Muscle body of serratus anterior, Muscle body of region of deltoid, Muscle body of extensor hallucis brevis, Muscle body of extensor digitorum brevis, Muscle body of extensor digitorum longus, Muscle body of extensor hallucis longus, Muscle body of tibialis posterior, Muscle body of tibialis anterior, Muscle body of adductor minimus, Muscle body of adductor magnus, Muscle body of adductor brevis, Muscle body of adductor longus, Muscle body of pectineus, Muscle body of gracilis, Muscle body of semimembranosus, Muscle body of semitendinosus, Muscle body of articularis genus, Muscle body of male external urethral sphincter, Muscle body of bulbospongiosus, Muscle body of ischiocavernosus, Muscle body of deep transverse perineal muscle, Muscle body of superficial transverse perineal muscle, Muscle body of coccygeus, Muscle body of iliococcygeus, Muscle body of puborectalis, Muscle body of pubococcygeus, Muscle body of levator ani, Muscle body of tensor fasciae latae, Muscle body of sartorius, Muscle body of biceps femoris, Muscle body of obturator internus, Muscle body of quadratus lumborum, Muscle body of transversus abdominis, Muscle body of rectus abdominis, Muscle body of internal oblique, Muscle body of external oblique, Muscle body of muscle of hand, Muscle body of muscle of forearm, Muscle body of muscle of arm, Muscle body of infraspinatus, Muscle body of supraspinatus, Muscle body of subscapularis, Muscle body of teres minor, Muscle body of teres major, Muscle body of rhomboid minor, Muscle body of rhomboid major, Muscle body of levator scapulae, Muscle body of latissimus dorsi, Muscle body of trapezius, Muscle body of subclavius, Muscle body of pectoralis minor, Muscle body of pectoralis major, Muscle body of deltoid, Muscle body of sternocleidomastoid, Muscle body of platysma<br><b>preferred name</b>: ONARD_Instance_5050020" ;
    a owl:Class ;
    rdfs:comment "Muscle body in skeletal muscle organ." ;
    rdfs:label "Skeletal muscle body" ;
    rdfs:subClassOf obo:FMA_297498 .

obo:FMA_298716
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of organ component<br><b>subclasses</b>: Region of part of muscle belly, Distal region of muscle body, Head region of muscle body, Muscle belly<br><b>preferred name</b>: ONARD_Instance_5100017" ;
    a owl:Class ;
    rdfs:comment "Region of organ component of muscle between head of muscle and distal region of muscle." ;
    rdfs:label "Region of skeletal muscle body" ;
    rdfs:subClassOf obo:FMA_86103 .

obo:FMA_298757
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Myotendinous region of muscle organ<br><b>subclasses</b>: Distal zone of muscle of head, Distal zone of pectineus, Distal zone of gracilis, Distal zone of latissimus dorsi, Distal zone of teres major, Distal zone of subscapularis, Distal zone of brachialis, Distal zone of coracobrachialis, Distal zone of infraspinatus, Distal zone of supraspinatus, Distal zone of pectoralis major, Distal zone of teres minor, Distal zone of part of deltoid<br><b>preferred name</b>: ONARD_Instance_5110001<br><b>synonym</b>: ONARD_Instance_5360037, ONARD_Instance_5110010, ONARD.03.26.14_Instance_580003" ;
    a owl:Class ;
    rdfs:comment "Myotendinous region of muscle organ at site of insertion." ;
    rdfs:label "Distal zone of muscle organ" ;
    rdfs:subClassOf obo:FMA_319211 .

obo:FMA_301793
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group<br><b>subclasses</b>: Lymph node group of neck, Lymph node group of trunk<br><b>preferred name</b>: ONARD_Instance_2730002" ;
    a owl:Class ;
    rdfs:label "Lymph node group of body proper" ;
    rdfs:subClassOf obo:FMA_70776 .

obo:FMA_302942
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of labial part of mouth<br><b>subclasses</b>: Mucosa of lower lip, Mucosa of upper lip<br><b>constitutional part of</b>: Lip<br><b>preferred name</b>: ONARD_Instance_5620001" ;
    a owl:Class ;
    rdfs:label "Mucosa of lip" ;
    rdfs:subClassOf obo:FMA_60027 .

obo:FMA_302944
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of labial part of mouth<br><b>subclasses</b>: Mucosa of lower lip proper, Mucosa of upper lip proper<br><b>preferred name</b>: ONARD_Instance_5620003" ;
    a owl:Class ;
    rdfs:label "Mucosa of lip proper" ;
    rdfs:subClassOf obo:FMA_60027 .

obo:FMA_302986
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Membrane organ<br><b>subclasses</b>: Obturator membrane, Sternal membrane, Interosseous membrane, Capsule of nonsynovial joint, Articular capsule, Atlanto-occipital membrane, Inferior synovial membrane of temporomandibular joint, Superior synovial membrane of temporomandibular joint<br><b>preferred name</b>: ONARD_Instance_5640006" ;
    a owl:Class ;
    rdfs:label "Skeletal membrane organ" ;
    rdfs:subClassOf obo:FMA_7145 .

obo:FMA_302988
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Cartilage organ<br><b>subclasses</b>: Costal cartilage, Acetabular labrum, Glenoid labrum of scapula, Articular disk of symphysis, Cartilage of pharyngotympanic tube, Articular disk of synovial joint, Cartilage of external ear, Nasal cartilage<br><b>preferred name</b>: ONARD_Instance_5640008" ;
    a owl:Class ;
    rdfs:comment "Cartilage organ of the skeletal system. Examples: nasal cartilage, intervertebral disk." ;
    rdfs:label "Skeletal cartilage organ" ;
    rdfs:subClassOf obo:FMA_55107 .

obo:FMA_305751
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Material anatomical entity<br><b>subclasses</b>: Developmental structure, Postnatal anatomical structure<br><b>:slot-templates</b>: physical state <i>minimum-cardinality</i>: 1, physical state <i>values</i>: Solid<br><b>preferred name</b>: ONARD_Instance_5840001<br><b>:direct-template-slots</b>: surrounded by, member of, orientation, contained in, attributed part, surrounds, constitutional part, venous drainage, lymphatic drainage, arterial supply, proximal to, regional part, inherent 3-D shape, nerve supply, regional part of, distal to, anterior to, posterior to, left lateral to, right lateral to, inferior to, superior to, has inherent 3-D shape, has anatomical landmark, lateral to, medial to, right medial to, left medial to" ;
    a owl:Class ;
    rdfs:label "Anatomical structure" ;
    rdfs:subClassOf obo:FMA_67165 .

obo:FMA_313912
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of mouth<br><b>subclasses</b>: Mucosa of left retromolar region, Mucosa of right retromolar region<br><b>preferred name</b>: ONARD.03.26.14_Instance_70002" ;
    a owl:Class ;
    rdfs:label "Mucosa of retromolar region" ;
    rdfs:subClassOf obo:FMA_85381, _:genid1818 .

obo:FMA_313914
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of retromolar region<br><b>preferred name</b>: ONARD.03.26.14_Instance_70004<br><b>synonym</b>: ONARD.03.26.14_Instance_120008<br><b>constitutional part of</b>: Right retromolar region<br><b>regional part of</b>: Mucosa of internal part of mouth" ;
    a owl:Class ;
    rdfs:label "Mucosa of right retromolar region" ;
    rdfs:subClassOf example:right, obo:FMA_313912 .

obo:FMA_313916
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of retromolar region<br><b>preferred name</b>: ONARD.03.26.14_Instance_70006<br><b>synonym</b>: ONARD.03.26.14_Instance_120007<br><b>constitutional part of</b>: Left retromolar region<br><b>regional part of</b>: Mucosa of internal part of mouth" ;
    a owl:Class ;
    rdfs:label "Mucosa of left retromolar region" ;
    rdfs:subClassOf example:left, obo:FMA_313912 .

obo:FMA_313947
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of mouth<br><b>regional part of</b>: Mucosa of internal part of mouth<br><b>preferred name</b>: ONARD.03.26.14_Instance_210028<br><b>synonym</b>: ONARD.03.26.14_Instance_210033" ;
    a owl:Class ;
    rdfs:label "Mucosa of oral part of palate" ;
    rdfs:subClassOf obo:FMA_85381 .

obo:FMA_313949
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of mouth<br><b>preferred name</b>: ONARD.03.26.14_Instance_210030<br><b>regional part of</b>: Mucosa of mouth<br><b>regional part</b>: Maxillary alveolar mucosa, Mandibular alveolar mucosa, Maxillary gingiva, Mucosa of faucial part of mouth, Mucosa of right retromolar region, Mucosa of left retromolar region, Mucosa of oral part of palate, Mucosa of floor of mouth" ;
    a owl:Class ;
    rdfs:label "Mucosa of internal part of mouth" ;
    rdfs:subClassOf obo:FMA_85381, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_289362
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_292374
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_313914
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_313916
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_313947
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_313962
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_60029
    ] .

obo:FMA_313951
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of mouth<br><b>preferred name</b>: ONARD.03.26.14_Instance_210032<br><b>regional part of</b>: Mucosa of mouth<br><b>regional part</b>: Mucosa of labial part of mouth, Right buccal mucosa, Left buccal mucosa" ;
    a owl:Class ;
    rdfs:label "Mucosa of external part of mouth" ;
    rdfs:subClassOf obo:FMA_85381, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_286368
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59786
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59787
    ] .

obo:FMA_313954
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of maxillary gingiva<br><b>regional part of</b>: Right side of maxillary alveolar mucosa<br><b>preferred name</b>: ONARD.03.26.14_Instance_210035" ;
    a owl:Class ;
    rdfs:label "Right side of maxillary gingiva" ;
    rdfs:subClassOf obo:FMA_289381 .

obo:FMA_313956
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of maxillary gingiva<br><b>regional part of</b>: Left side of maxillary alveolar mucosa<br><b>preferred name</b>: ONARD.03.26.14_Instance_210037" ;
    a owl:Class ;
    rdfs:label "Left side of maxillary gingiva" ;
    rdfs:subClassOf obo:FMA_289381 .

obo:FMA_313962
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Alveolar mucosa<br><b>regional part</b>: Mandibular alveolar mucosa proper, Mandibular gingiva<br><b>regional part of</b>: Mucosa of internal part of mouth<br><b>preferred name</b>: ONARD.03.26.14_Instance_210043<br><b>constitutional part of</b>: Mandibular alveolodental arch, Mandibular alveolar arch" ;
    a owl:Class ;
    rdfs:label "Mandibular alveolar mucosa" ;
    rdfs:subClassOf obo:FMA_289360, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_313980
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59764
    ] .

obo:FMA_313964
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Alveolar mucosa<br><b>constitutional part of</b>: Right side of maxillary alveolar arch<br><b>preferred name</b>: ONARD.03.26.14_Instance_210045<br><b>regional part</b>: Right side of maxillary gingiva, Right maxillary alveolar mucosa proper" ;
    a owl:Class ;
    rdfs:label "Right side of maxillary alveolar mucosa" ;
    rdfs:subClassOf obo:FMA_289360, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_313954
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_313976
    ] .

obo:FMA_313966
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Alveolar mucosa<br><b>preferred name</b>: ONARD.03.26.14_Instance_210047<br><b>constitutional part of</b>: Left side of maxillary alveolar arch<br><b>regional part</b>: Left maxillary alveolar mucosa proper, Left side of maxillary gingiva" ;
    a owl:Class ;
    rdfs:label "Left side of maxillary alveolar mucosa" ;
    rdfs:subClassOf obo:FMA_289360, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_313956
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_313978
    ] .

obo:FMA_313972
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of mouth, Region of alveolar mucosa<br><b>subclasses</b>: Region of mandibular alveolar mucosa proper, Left palatal side of maxillary alveolar mucosa proper, RIght palatal side of maxillary alveolar mucosa proper, Palatal side of maxillary alveolar mucosa proper, Buccal side of maxillary alveolar mucosa proper, Labial side of maxillary alveolar mucosa proper, Mandibular alveolar mucosa proper, Right maxillary alveolar mucosa proper, Left maxillary alveolar mucosa proper, Maxillary alveolar mucosa proper<br><b>preferred name</b>: ONARD.03.26.14_Instance_210053" ;
    a owl:Class ;
    rdfs:label "Alveolar mucosa proper" ;
    rdfs:subClassOf obo:FMA_289446 .

obo:FMA_313974
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Alveolar mucosa proper<br><b>regional part of</b>: Maxillary alveolar mucosa<br><b>preferred name</b>: ONARD.03.26.14_Instance_210055<br><b>regional part</b>: Palatal side of maxillary alveolar mucosa proper, Left buccal side of maxillary alveolar mucosa proper, Right buccal side of maxillary alveolar mucosa proper, Labial side of maxillary alveolar mucosa proper" ;
    a owl:Class ;
    rdfs:label "Maxillary alveolar mucosa proper" ;
    rdfs:subClassOf obo:FMA_313972, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_314040
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_314044
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_314046
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_314048
    ] .

obo:FMA_313976
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Alveolar mucosa proper<br><b>preferred name</b>: ONARD.03.26.14_Instance_210057<br><b>regional part of</b>: Right side of maxillary alveolar mucosa" ;
    a owl:Class ;
    rdfs:label "Right maxillary alveolar mucosa proper" ;
    rdfs:subClassOf obo:FMA_313972 .

obo:FMA_313978
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Alveolar mucosa proper<br><b>preferred name</b>: ONARD.03.26.14_Instance_210059<br><b>regional part of</b>: Left side of maxillary alveolar mucosa" ;
    a owl:Class ;
    rdfs:label "Left maxillary alveolar mucosa proper" ;
    rdfs:subClassOf obo:FMA_313972 .

obo:FMA_313980
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Alveolar mucosa proper<br><b>preferred name</b>: ONARD.03.26.14_Instance_210061<br><b>regional part of</b>: Mandibular alveolar mucosa<br><b>regional part</b>: Labial side of mandibular alveolar mucosa proper, Lingual side of mandibular alveolar mucosa proper, Right buccal side of mandibular alveolar mucosa proper, Left buccal side of mandibular alveolar mucosa proper" ;
    a owl:Class ;
    rdfs:label "Mandibular alveolar mucosa proper" ;
    rdfs:subClassOf obo:FMA_313972, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_314056
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_314058
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_314062
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_314064
    ] .

obo:FMA_313994
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of maxillary gingiva<br><b>preferred name</b>: ONARD.03.26.14_Instance_220013<br><b>synonym</b>: ONARD.03.26.14_Instance_220014<br><b>regional part of</b>: Labial side of maxillary gingiva" ;
    a owl:Class ;
    rdfs:label "Labial side of right maxillary gingiva" ;
    rdfs:subClassOf obo:FMA_289381 .

obo:FMA_313997
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of maxillary gingiva<br><b>preferred name</b>: ONARD.03.26.14_Instance_220016<br><b>synonym</b>: ONARD.03.26.14_Instance_220017<br><b>regional part of</b>: Labial side of maxillary gingiva" ;
    a owl:Class ;
    rdfs:label "Labial side of left maxillary gingiva" ;
    rdfs:subClassOf obo:FMA_289381 .

obo:FMA_314032
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of maxillary gingiva<br><b>preferred name</b>: ONARD.03.26.14_Instance_230033<br><b>regional part of</b>: Palatal side of maxillary gingiva" ;
    a owl:Class ;
    rdfs:label "Palatal side of right maxillary gingiva" ;
    rdfs:subClassOf obo:FMA_289381 .

obo:FMA_314034
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of maxillary gingiva<br><b>preferred name</b>: ONARD.03.26.14_Instance_230035<br><b>regional part of</b>: Palatal side of maxillary gingiva" ;
    a owl:Class ;
    rdfs:label "Palatal side of left maxillary gingiva" ;
    rdfs:subClassOf obo:FMA_289381 .

obo:FMA_314040
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Alveolar mucosa proper<br><b>preferred name</b>: ONARD.03.26.14_Instance_230041<br><b>regional part of</b>: Maxillary alveolar mucosa proper" ;
    a owl:Class ;
    rdfs:label "Labial side of maxillary alveolar mucosa proper" ;
    rdfs:subClassOf obo:FMA_313972 .

obo:FMA_314042
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Alveolar mucosa proper<br><b>subclasses</b>: Left buccal side of maxillary alveolar mucosa proper, Right buccal side of maxillary alveolar mucosa proper<br><b>preferred name</b>: ONARD.03.26.14_Instance_230043" ;
    a owl:Class ;
    rdfs:label "Buccal side of maxillary alveolar mucosa proper" ;
    rdfs:subClassOf obo:FMA_313972, [
        a owl:Class ;
        owl:unionOf (obo:FMA_314044
            obo:FMA_314046
        )
    ] .

obo:FMA_314044
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Buccal side of maxillary alveolar mucosa proper<br><b>preferred name</b>: ONARD.03.26.14_Instance_230045<br><b>regional part of</b>: Maxillary alveolar mucosa proper" ;
    a owl:Class ;
    rdfs:label "Right buccal side of maxillary alveolar mucosa proper" ;
    rdfs:subClassOf example:right, obo:FMA_314042 .

obo:FMA_314046
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Buccal side of maxillary alveolar mucosa proper<br><b>preferred name</b>: ONARD.03.26.14_Instance_230047<br><b>regional part of</b>: Maxillary alveolar mucosa proper" ;
    a owl:Class ;
    rdfs:label "Left buccal side of maxillary alveolar mucosa proper" ;
    rdfs:subClassOf example:left, obo:FMA_314042 .

obo:FMA_314048
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Alveolar mucosa proper<br><b>preferred name</b>: ONARD.03.26.14_Instance_230049<br><b>regional part</b>: RIght palatal side of maxillary alveolar mucosa proper, Left palatal side of maxillary alveolar mucosa proper<br><b>regional part of</b>: Maxillary alveolar mucosa proper" ;
    a owl:Class ;
    rdfs:label "Palatal side of maxillary alveolar mucosa proper" ;
    rdfs:subClassOf obo:FMA_313972, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_314050
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_314052
    ] .

obo:FMA_314050
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Alveolar mucosa proper<br><b>preferred name</b>: ONARD.03.26.14_Instance_230051<br><b>regional part of</b>: Palatal side of maxillary alveolar mucosa proper" ;
    a owl:Class ;
    rdfs:label "RIght palatal side of maxillary alveolar mucosa proper" ;
    rdfs:subClassOf obo:FMA_313972 .

obo:FMA_314052
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Alveolar mucosa proper<br><b>preferred name</b>: ONARD.03.26.14_Instance_230053<br><b>regional part of</b>: Palatal side of maxillary alveolar mucosa proper" ;
    a owl:Class ;
    rdfs:label "Left palatal side of maxillary alveolar mucosa proper" ;
    rdfs:subClassOf obo:FMA_313972 .

obo:FMA_314054
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Alveolar mucosa proper<br><b>subclasses</b>: Buccal side of mandibular alveolar mucosa proper, Lingual side of mandibular alveolar mucosa proper, Labial side of mandibular alveolar mucosa proper<br><b>preferred name</b>: ONARD.03.26.14_Instance_230055" ;
    a owl:Class ;
    rdfs:label "Region of mandibular alveolar mucosa proper" ;
    rdfs:subClassOf obo:FMA_313972 .

obo:FMA_314056
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of mandibular alveolar mucosa proper<br><b>preferred name</b>: ONARD.03.26.14_Instance_230057<br><b>regional part of</b>: Mandibular alveolar mucosa proper" ;
    a owl:Class ;
    rdfs:label "Labial side of mandibular alveolar mucosa proper" ;
    rdfs:subClassOf obo:FMA_314054 .

obo:FMA_314058
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of mandibular alveolar mucosa proper<br><b>preferred name</b>: ONARD.03.26.14_Instance_230059<br><b>regional part of</b>: Mandibular alveolar mucosa proper" ;
    a owl:Class ;
    rdfs:label "Lingual side of mandibular alveolar mucosa proper" ;
    rdfs:subClassOf obo:FMA_314054 .

obo:FMA_314060
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of mandibular alveolar mucosa proper<br><b>subclasses</b>: Left buccal side of mandibular alveolar mucosa proper, Right buccal side of mandibular alveolar mucosa proper<br><b>preferred name</b>: ONARD.03.26.14_Instance_230061" ;
    a owl:Class ;
    rdfs:label "Buccal side of mandibular alveolar mucosa proper" ;
    rdfs:subClassOf obo:FMA_314054, [
        a owl:Class ;
        owl:unionOf (obo:FMA_314062
            obo:FMA_314064
        )
    ] .

obo:FMA_314062
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Buccal side of mandibular alveolar mucosa proper<br><b>preferred name</b>: ONARD.03.26.14_Instance_230063<br><b>regional part of</b>: Mandibular alveolar mucosa proper" ;
    a owl:Class ;
    rdfs:label "Right buccal side of mandibular alveolar mucosa proper" ;
    rdfs:subClassOf example:right, obo:FMA_314060 .

obo:FMA_314064
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Buccal side of mandibular alveolar mucosa proper<br><b>preferred name</b>: ONARD.03.26.14_Instance_230065<br><b>regional part of</b>: Mandibular alveolar mucosa proper" ;
    a owl:Class ;
    rdfs:label "Left buccal side of mandibular alveolar mucosa proper" ;
    rdfs:subClassOf example:left, obo:FMA_314060 .

obo:FMA_314359
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of muscle of head<br><b>subclasses</b>: Muscle body of left palatoglossus, Muscle body of right palatoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_270145<br><b>constitutional part</b>: Skeletal muscle tissue of palatoglossus<br><b>constitutional part of</b>: Palatoglossus" ;
    a owl:Class ;
    rdfs:label "Muscle body of palatoglossus" ;
    rdfs:subClassOf obo:FMA_319788, _:genid1911, _:genid1915 .

obo:FMA_314361
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of palatoglossus, Muscle body of muscle of head<br><b>preferred name</b>: ONARD.03.26.14_Instance_270147<br><b>constitutional part of</b>: Right palatoglossus<br><b>constitutional part</b>: Skeletal muscle tissue of right palatoglossus" ;
    a owl:Class ;
    rdfs:label "Muscle body of right palatoglossus" ;
    rdfs:subClassOf example:right, obo:FMA_314359, _:genid1922 .

obo:FMA_314363
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of palatoglossus, Muscle body of muscle of head<br><b>preferred name</b>: ONARD.03.26.14_Instance_270149<br><b>constitutional part of</b>: Left palatoglossus<br><b>constitutional part</b>: Skeletal muscle tissue of left palatoglossus" ;
    a owl:Class ;
    rdfs:label "Muscle body of left palatoglossus" ;
    rdfs:subClassOf example:left, obo:FMA_314359, _:genid1929 .

obo:FMA_314365
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of muscle of head<br><b>subclasses</b>: Muscle body of left genioglossus, Muscle body of right genioglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_270151<br><b>constitutional part</b>: Skeletal muscle tissue of genioglossus<br><b>constitutional part of</b>: Genioglossus" ;
    a owl:Class ;
    rdfs:label "Muscle body of genioglossus" ;
    rdfs:subClassOf obo:FMA_319788, _:genid1933, _:genid1937 .

obo:FMA_314367
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of genioglossus, Muscle body of muscle of head<br><b>preferred name</b>: ONARD.03.26.14_Instance_270153<br><b>constitutional part of</b>: Right genioglossus<br><b>constitutional part</b>: Skeletal muscle tissue of right genioglossus" ;
    a owl:Class ;
    rdfs:label "Muscle body of right genioglossus" ;
    rdfs:subClassOf example:right, obo:FMA_314365, _:genid1944 .

obo:FMA_314369
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of genioglossus, Muscle body of muscle of head<br><b>preferred name</b>: ONARD.03.26.14_Instance_270155<br><b>constitutional part of</b>: Left genioglossus<br><b>constitutional part</b>: Skeletal muscle tissue of left genioglossus" ;
    a owl:Class ;
    rdfs:label "Muscle body of left genioglossus" ;
    rdfs:subClassOf example:left, obo:FMA_314365, _:genid1951 .

obo:FMA_314371
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of muscle of head<br><b>subclasses</b>: Muscle body of left hyoglossus, Muscle body of right hyoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_270157<br><b>constitutional part</b>: Skeletal muscle tissue of hyoglossus<br><b>constitutional part of</b>: Hyoglossus" ;
    a owl:Class ;
    rdfs:label "Muscle body of hyoglossus" ;
    rdfs:subClassOf obo:FMA_319788, _:genid1955, _:genid1959 .

obo:FMA_314373
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of hyoglossus, Muscle body of muscle of head<br><b>preferred name</b>: ONARD.03.26.14_Instance_270159<br><b>constitutional part</b>: Skeletal muscle tissue of right hyoglossus<br><b>constitutional part of</b>: Right hyoglossus" ;
    a owl:Class ;
    rdfs:label "Muscle body of right hyoglossus" ;
    rdfs:subClassOf example:right, obo:FMA_314371, _:genid1966 .

obo:FMA_314375
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of hyoglossus, Muscle body of muscle of head<br><b>preferred name</b>: ONARD.03.26.14_Instance_270161<br><b>constitutional part</b>: Skeletal muscle tissue of left hyoglossus<br><b>constitutional part of</b>: Left hyoglossus" ;
    a owl:Class ;
    rdfs:label "Muscle body of left hyoglossus" ;
    rdfs:subClassOf example:left, obo:FMA_314371, _:genid1973 .

obo:FMA_314377
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of muscle of head<br><b>subclasses</b>: Muscle body of left styloglossus, Muscle body of right styloglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_270163<br><b>constitutional part</b>: Skeletal muscle tissue of styloglossus<br><b>constitutional part of</b>: Styloglossus" ;
    a owl:Class ;
    rdfs:label "Muscle body of styloglossus" ;
    rdfs:subClassOf obo:FMA_319788, _:genid1977, _:genid1981 .

obo:FMA_314379
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of styloglossus, Muscle body of muscle of head<br><b>preferred name</b>: ONARD.03.26.14_Instance_270165<br><b>constitutional part</b>: Skeletal muscle tissue of right styloglossus<br><b>constitutional part of</b>: Right styloglossus" ;
    a owl:Class ;
    rdfs:label "Muscle body of right styloglossus" ;
    rdfs:subClassOf example:right, obo:FMA_314377, _:genid1988 .

obo:FMA_314381
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of styloglossus, Muscle body of muscle of head<br><b>preferred name</b>: ONARD.03.26.14_Instance_270167<br><b>constitutional part</b>: Skeletal muscle tissue of left styloglossus<br><b>constitutional part of</b>: Left styloglossus" ;
    a owl:Class ;
    rdfs:label "Muscle body of left styloglossus" ;
    rdfs:subClassOf example:left, obo:FMA_314377, _:genid1995 .

obo:FMA_314383
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of muscle of head<br><b>subclasses</b>: Muscle body of left superior longitudinal muscle of tongue, Muscle body of right superior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_270169<br><b>constitutional part</b>: Skeletal muscle tissue of superior longitudinal muscle of tongue<br><b>constitutional part of</b>: Superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Muscle body of superior longitudinal muscle of tongue" ;
    rdfs:subClassOf obo:FMA_319788, _:genid1999, _:genid2003 .

obo:FMA_314385
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of superior longitudinal muscle of tongue, Muscle body of muscle of head<br><b>preferred name</b>: ONARD.03.26.14_Instance_270171<br><b>constitutional part of</b>: Right superior longitudinal muscle of tongue<br><b>constitutional part</b>: Skeletal muscle tissue of right superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Muscle body of right superior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_314383, _:genid2010 .

obo:FMA_314387
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of superior longitudinal muscle of tongue, Muscle body of muscle of head<br><b>preferred name</b>: ONARD.03.26.14_Instance_270173<br><b>constitutional part of</b>: Left superior longitudinal muscle of tongue<br><b>constitutional part</b>: Skeletal muscle tissue of left superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Muscle body of left superior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_314383, _:genid2017 .

obo:FMA_314389
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of muscle of head<br><b>subclasses</b>: Muscle body of left inferior longitudinal muscle of tongue, Muscle body of right inferior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_270175<br><b>constitutional part</b>: Skeletal muscle tissue of inferior longitudinal muscle of tongue<br><b>constitutional part of</b>: Inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Muscle body of inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf obo:FMA_319788, _:genid2021, _:genid2025 .

obo:FMA_314391
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of inferior longitudinal muscle of tongue, Muscle body of muscle of head<br><b>preferred name</b>: ONARD.03.26.14_Instance_270177<br><b>constitutional part of</b>: Right inferior longitudinal muscle of tongue<br><b>constitutional part</b>: Skeletal muscle tissue of right inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Muscle body of right inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_314389, _:genid2032 .

obo:FMA_314393
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of inferior longitudinal muscle of tongue, Muscle body of muscle of head<br><b>preferred name</b>: ONARD.03.26.14_Instance_270179<br><b>constitutional part of</b>: Left inferior longitudinal muscle of tongue<br><b>constitutional part</b>: Skeletal muscle tissue of left inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Muscle body of left inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_314389, _:genid2039 .

obo:FMA_314395
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of muscle of head<br><b>subclasses</b>: Muscle body of left transverse muscle of tongue, Muscle body of right transverse muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_270181<br><b>constitutional part</b>: Skeletal muscle tissue of transverse muscle of tongue<br><b>constitutional part of</b>: Transverse muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Muscle body of transverse muscle of tongue" ;
    rdfs:subClassOf obo:FMA_319788, _:genid2043, _:genid2047 .

obo:FMA_314397
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of transverse muscle of tongue, Muscle body of muscle of head<br><b>preferred name</b>: ONARD.03.26.14_Instance_270183<br><b>constitutional part of</b>: Right transverse muscle of tongue<br><b>constitutional part</b>: Skeletal muscle tissue of right transverse muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Muscle body of right transverse muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_314395, _:genid2054 .

obo:FMA_314399
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of transverse muscle of tongue, Muscle body of muscle of head<br><b>preferred name</b>: ONARD.03.26.14_Instance_270185<br><b>constitutional part of</b>: Left transverse muscle of tongue<br><b>constitutional part</b>: Skeletal muscle tissue of left transverse muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Muscle body of left transverse muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_314395, _:genid2061 .

obo:FMA_314401
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of muscle of head<br><b>subclasses</b>: Muscle body of left vertical muscle of tongue, Muscle body of right vertical muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_270187<br><b>constitutional part</b>: Skeletal muscle tissue of vertical muscle of tongue<br><b>constitutional part of</b>: Vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Muscle body of vertical muscle of tongue" ;
    rdfs:subClassOf obo:FMA_319788, _:genid2065, _:genid2069 .

obo:FMA_314403
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of vertical muscle of tongue, Muscle body of muscle of head<br><b>preferred name</b>: ONARD.03.26.14_Instance_270189<br><b>constitutional part</b>: Skeletal muscle tissue of right vertical muscle of tongue<br><b>constitutional part of</b>: Right vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Muscle body of right vertical muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_314401, _:genid2076 .

obo:FMA_314405
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle body of vertical muscle of tongue, Muscle body of muscle of head<br><b>preferred name</b>: ONARD.03.26.14_Instance_270191<br><b>constitutional part</b>: Skeletal muscle tissue of left vertical muscle of tongue<br><b>constitutional part of</b>: Left vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Muscle body of left vertical muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_314401, _:genid2083 .

obo:FMA_318474
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of muscle of head<br><b>subclasses</b>: Skeletal muscle tissue of left palatoglossus, Skeletal muscle tissue of right palatoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_510119<br><b>constitutional part of</b>: Muscle body of palatoglossus" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of palatoglossus" ;
    rdfs:subClassOf obo:FMA_284660, _:genid2087 .

obo:FMA_318476
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of palatoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_510121<br><b>constitutional part of</b>: Muscle body of right palatoglossus" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of right palatoglossus" ;
    rdfs:subClassOf example:right, obo:FMA_318474 .

obo:FMA_318478
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of palatoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_510123<br><b>constitutional part of</b>: Muscle body of left palatoglossus" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of left palatoglossus" ;
    rdfs:subClassOf example:left, obo:FMA_318474 .

obo:FMA_318480
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of muscle of head<br><b>subclasses</b>: Skeletal muscle tissue of left genioglossus, Skeletal muscle tissue of right genioglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_560001<br><b>constitutional part of</b>: Muscle body of genioglossus" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of genioglossus" ;
    rdfs:subClassOf obo:FMA_284660, _:genid2103 .

obo:FMA_318482
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of genioglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_560003<br><b>constitutional part of</b>: Muscle body of right genioglossus" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of right genioglossus" ;
    rdfs:subClassOf example:right, obo:FMA_318480 .

obo:FMA_318484
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of genioglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_560005<br><b>constitutional part of</b>: Muscle body of left genioglossus" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of left genioglossus" ;
    rdfs:subClassOf example:left, obo:FMA_318480 .

obo:FMA_318486
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of muscle of head<br><b>subclasses</b>: Skeletal muscle tissue of left hyoglossus, Skeletal muscle tissue of right hyoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_560007<br><b>constitutional part of</b>: Muscle body of hyoglossus" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of hyoglossus" ;
    rdfs:subClassOf obo:FMA_284660, _:genid2119 .

obo:FMA_318488
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of hyoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_560009<br><b>constitutional part of</b>: Muscle body of right hyoglossus" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of right hyoglossus" ;
    rdfs:subClassOf example:right, obo:FMA_318486 .

obo:FMA_318490
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of hyoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_560011<br><b>constitutional part of</b>: Muscle body of left hyoglossus" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of left hyoglossus" ;
    rdfs:subClassOf example:left, obo:FMA_318486 .

obo:FMA_318492
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of muscle of head<br><b>subclasses</b>: Skeletal muscle tissue of left styloglossus, Skeletal muscle tissue of right styloglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_560013<br><b>constitutional part of</b>: Muscle body of styloglossus" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of styloglossus" ;
    rdfs:subClassOf obo:FMA_284660, _:genid2135 .

obo:FMA_318494
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of styloglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_560015<br><b>constitutional part of</b>: Muscle body of right styloglossus" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of right styloglossus" ;
    rdfs:subClassOf example:right, obo:FMA_318492 .

obo:FMA_318496
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of styloglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_560017<br><b>constitutional part of</b>: Muscle body of left styloglossus" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of left styloglossus" ;
    rdfs:subClassOf example:left, obo:FMA_318492 .

obo:FMA_318498
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of muscle of head<br><b>subclasses</b>: Skeletal muscle tissue of left superior longitudinal muscle of tongue, Skeletal muscle tissue of right superior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_560019<br><b>constitutional part of</b>: Muscle body of superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of superior longitudinal muscle of tongue" ;
    rdfs:subClassOf obo:FMA_284660, _:genid2151 .

obo:FMA_318500
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of superior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_560021<br><b>constitutional part of</b>: Muscle body of right superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of right superior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_318498 .

obo:FMA_318502
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of superior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_560023<br><b>constitutional part of</b>: Muscle body of left superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of left superior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_318498 .

obo:FMA_318504
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of muscle of head<br><b>subclasses</b>: Skeletal muscle tissue of left inferior longitudinal muscle of tongue, Skeletal muscle tissue of right inferior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_560025<br><b>constitutional part of</b>: Muscle body of inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf obo:FMA_284660, _:genid2167 .

obo:FMA_318506
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of inferior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_560027<br><b>constitutional part of</b>: Muscle body of right inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of right inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_318504 .

obo:FMA_318508
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of inferior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_560029<br><b>constitutional part of</b>: Muscle body of left inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of left inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_318504 .

obo:FMA_318510
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of muscle of head<br><b>subclasses</b>: Skeletal muscle tissue of left transverse muscle of tongue, Skeletal muscle tissue of right transverse muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_560031<br><b>constitutional part of</b>: Muscle body of transverse muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of transverse muscle of tongue" ;
    rdfs:subClassOf obo:FMA_284660, _:genid2183 .

obo:FMA_318512
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of transverse muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_560033<br><b>constitutional part of</b>: Muscle body of right transverse muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of right transverse muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_318510 .

obo:FMA_318514
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of transverse muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_560035<br><b>constitutional part of</b>: Muscle body of left transverse muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of left transverse muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_318510 .

obo:FMA_318516
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of muscle of head<br><b>subclasses</b>: Skeletal muscle tissue of left vertical muscle of tongue, Skeletal muscle tissue of right vertical muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_560037<br><b>constitutional part of</b>: Muscle body of vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of vertical muscle of tongue" ;
    rdfs:subClassOf obo:FMA_284660, _:genid2199 .

obo:FMA_318518
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of vertical muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_560039<br><b>constitutional part of</b>: Muscle body of right vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of right vertical muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_318516 .

obo:FMA_318520
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle tissue of vertical muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_560041<br><b>constitutional part of</b>: Muscle body of left vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Skeletal muscle tissue of left vertical muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_318516 .

obo:FMA_318738
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon<br><b>subclasses</b>: Tendon of geniohyoid, Tendon of depressor supercilii, Tendon of digastric, Tendon of oblique muscle of auricle, Tendon of antitragicus, Tendon of tragicus, Tendon of helicis minor, Tendon of helicis major, Tendon of vertical muscle of tongue, Tendon of transverse muscle of tongue, Tendon of inferior longitudinal muscle of tongue, Tendon of superior longitudinal muscle of tongue, Tendon of styloglossus, Tendon of hyoglossus, Tendon of palatoglossus, Tendon of uvular muscle, Tendon of incisivus labii superioris, Tendon of incisivus labii inferioris, Tendon of orbicularis oris, Tendon of risorius, Tendon of buccinator, Tendon of mentalis, Tendon of transversus menti, Tendon of depressor anguli oris, Tendon of levator anguli oris, Tendon of depressor labii inferioris, Tendon of zygomaticus minor, Tendon of zygomaticus major, Tendon of levator labii superioris alaeque nasi, Tendon of temporoparietalis, Tendon of occipitalis, Tendon of frontalis, Tendon of masseter, Tendon of corrugator supercilli, Tendon of orbicularis oculi, Tendon of inferior oblique, Tendon of stapedius, Tendon of tensor tympani, Tendon of temporalis, Tendon of depressor supercilli, Tendon of procerus, Tendon of auricularis posterior, Tendon of nasalis, Tendon of medial pterygoid, Tendon of transverse muscle of auricle, Tendon of lateral pterygoid, Tendon of levator palpebrae superioris, Tendon of superior rectus, Tendon of medial rectus, Tendon of auricularis superior, Tendon of tensor veli palatini, Tendon of obliquus capitis superior, Tendon of stylohyoid, Tendon of levator veli palatini, Tendon of genioglossus, Tendon of lateral rectus, Tendon of depressor septi nasi, Tendon of auricularis anterior, Tendon of superior oblique, Tendon of inferior rectus<br><b>preferred name</b>: ONARD.03.26.14_Instance_560259" ;
    a owl:Class ;
    rdfs:label "Tendon of muscle of head" ;
    rdfs:subClassOf obo:FMA_9721 .

obo:FMA_318782
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of muscle of head<br><b>subclasses</b>: Distal tendon of palatoglossus, Proximal tendon of palatoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_560303" ;
    a owl:Class ;
    rdfs:label "Tendon of palatoglossus" ;
    rdfs:subClassOf obo:FMA_318738 .

obo:FMA_318784
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of muscle of head<br><b>subclasses</b>: Distal tendon of hyoglossus, Proximal tendon of hyoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_560305" ;
    a owl:Class ;
    rdfs:label "Tendon of hyoglossus" ;
    rdfs:subClassOf obo:FMA_318738 .

obo:FMA_318786
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of muscle of head<br><b>subclasses</b>: Distal tendon of styloglossus, Proximal tendon of styloglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_560307" ;
    a owl:Class ;
    rdfs:label "Tendon of styloglossus" ;
    rdfs:subClassOf obo:FMA_318738 .

obo:FMA_318788
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of muscle of head<br><b>subclasses</b>: Distal tendon of superior longitudinal muscle of tongue, Proximal tendon of superior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_560309" ;
    a owl:Class ;
    rdfs:label "Tendon of superior longitudinal muscle of tongue" ;
    rdfs:subClassOf obo:FMA_318738 .

obo:FMA_318790
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of muscle of head<br><b>subclasses</b>: Distal tendon of inferior longitudinal muscle of tongue, Proximal tendon of inferior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_560311" ;
    a owl:Class ;
    rdfs:label "Tendon of inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf obo:FMA_318738 .

obo:FMA_318792
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of muscle of head<br><b>subclasses</b>: Distal tendon of transverse muscle of tongue, Proximal tendon of transverse muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_560313" ;
    a owl:Class ;
    rdfs:label "Tendon of transverse muscle of tongue" ;
    rdfs:subClassOf obo:FMA_318738 .

obo:FMA_318794
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of muscle of head<br><b>subclasses</b>: Distal tendon of vertical muscle of tongue, Proximal tendon of vertical muscle of tongue, Tendon of auricularis anterior<br><b>preferred name</b>: ONARD.03.26.14_Instance_560315" ;
    a owl:Class ;
    rdfs:label "Tendon of vertical muscle of tongue" ;
    rdfs:subClassOf obo:FMA_318738 .

obo:FMA_319211
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of muscle organ<br><b>subclasses</b>: Proximal zone of muscle organ, Distal zone of muscle organ<br><b>preferred name</b>: ONARD.03.26.14_Instance_580001" ;
    a owl:Class ;
    rdfs:comment "Zone of muscle organ where fascial sheath of muscle tissue forms tendon." ;
    rdfs:label "Myotendinous region of muscle organ" ;
    rdfs:subClassOf obo:FMA_10474 .

obo:FMA_319596
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of palatoglossus<br><b>subclasses</b>: Proximal tendon of left palatoglossus, Proximal tendon of right palatoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_590230<br><b>constitutional part of</b>: Palatoglossus" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of palatoglossus" ;
    rdfs:subClassOf obo:FMA_318782, _:genid2233 .

obo:FMA_319598
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal tendon of palatoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_590232<br><b>constitutional part of</b>: Right palatoglossus" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of right palatoglossus" ;
    rdfs:subClassOf example:right, obo:FMA_319596 .

obo:FMA_319600
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal tendon of palatoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_590234<br><b>constitutional part of</b>: Left palatoglossus" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of left palatoglossus" ;
    rdfs:subClassOf example:left, obo:FMA_319596 .

obo:FMA_319602
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of palatoglossus<br><b>subclasses</b>: Distal tendon of left palatoglossus, Distal tendon of right palatoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_590236<br><b>constitutional part of</b>: Palatoglossus" ;
    a owl:Class ;
    rdfs:label "Distal tendon of palatoglossus" ;
    rdfs:subClassOf obo:FMA_318782, _:genid2249 .

obo:FMA_319604
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal tendon of palatoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_590238<br><b>constitutional part of</b>: Right palatoglossus" ;
    a owl:Class ;
    rdfs:label "Distal tendon of right palatoglossus" ;
    rdfs:subClassOf example:right, obo:FMA_319602 .

obo:FMA_319606
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal tendon of palatoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_590240<br><b>constitutional part of</b>: Left palatoglossus" ;
    a owl:Class ;
    rdfs:label "Distal tendon of left palatoglossus" ;
    rdfs:subClassOf example:left, obo:FMA_319602 .

obo:FMA_319620
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of hyoglossus<br><b>subclasses</b>: Proximal tendon of left hyoglossus, Proximal tendon of right hyoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_590254<br><b>constitutional part of</b>: Hyoglossus" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of hyoglossus" ;
    rdfs:subClassOf obo:FMA_318784, _:genid2265 .

obo:FMA_319622
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal tendon of hyoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_590256<br><b>constitutional part of</b>: Right hyoglossus" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of right hyoglossus" ;
    rdfs:subClassOf example:right, obo:FMA_319620 .

obo:FMA_319624
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal tendon of hyoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_590258<br><b>constitutional part of</b>: Left hyoglossus" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of left hyoglossus" ;
    rdfs:subClassOf example:left, obo:FMA_319620 .

obo:FMA_319626
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of hyoglossus<br><b>subclasses</b>: Distal tendon of left hyoglossus, Distal tendon of right hyoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_590260<br><b>constitutional part of</b>: Hyoglossus" ;
    a owl:Class ;
    rdfs:label "Distal tendon of hyoglossus" ;
    rdfs:subClassOf obo:FMA_318784, _:genid2281 .

obo:FMA_319628
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal tendon of hyoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_590262<br><b>constitutional part of</b>: Right hyoglossus" ;
    a owl:Class ;
    rdfs:label "Distal tendon of right hyoglossus" ;
    rdfs:subClassOf example:right, obo:FMA_319626 .

obo:FMA_319630
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal tendon of hyoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_590264<br><b>constitutional part of</b>: Left hyoglossus" ;
    a owl:Class ;
    rdfs:label "Distal tendon of left hyoglossus" ;
    rdfs:subClassOf example:left, obo:FMA_319626 .

obo:FMA_319632
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of styloglossus<br><b>subclasses</b>: Proximal tendon of left styloglossus, Proximal tendon of right styloglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_590266<br><b>constitutional part of</b>: Styloglossus" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of styloglossus" ;
    rdfs:subClassOf obo:FMA_318786, _:genid2297 .

obo:FMA_319634
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal tendon of styloglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_590268<br><b>constitutional part of</b>: Right styloglossus" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of right styloglossus" ;
    rdfs:subClassOf example:right, obo:FMA_319632 .

obo:FMA_319636
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal tendon of styloglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_590270<br><b>constitutional part of</b>: Left styloglossus" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of left styloglossus" ;
    rdfs:subClassOf example:left, obo:FMA_319632 .

obo:FMA_319638
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of styloglossus<br><b>subclasses</b>: Distal tendon of left styloglossus, Distal tendon of right styloglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_590272<br><b>constitutional part of</b>: Styloglossus" ;
    a owl:Class ;
    rdfs:label "Distal tendon of styloglossus" ;
    rdfs:subClassOf obo:FMA_318786, _:genid2313 .

obo:FMA_319640
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal tendon of styloglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_590274<br><b>constitutional part of</b>: Right styloglossus" ;
    a owl:Class ;
    rdfs:label "Distal tendon of right styloglossus" ;
    rdfs:subClassOf example:right, obo:FMA_319638 .

obo:FMA_319642
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal tendon of styloglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_590276<br><b>constitutional part of</b>: Left styloglossus" ;
    a owl:Class ;
    rdfs:label "Distal tendon of left styloglossus" ;
    rdfs:subClassOf example:left, obo:FMA_319638 .

obo:FMA_319788
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal muscle body<br><b>subclasses</b>: Muscle body of posterior part of digastric, Muscle body of anterior part of digastric, Muscle body of corrugator supercilii, Muscle body of left orbitalis, Muscle body of right orbitalis, Muscle body of left tensor tympani, Muscle body of right tensor tympani, Muscle body of left stapedius, Muscle body of right stapedius, Muscle body of left inferior tarsal muscle, Muscle body of right inferior tarsal muscle, Muscle body of left superior tarsal muscle, Muscle body of right superior tarsal muscle, Muscle body of left levator palpebrae superioris, Muscle body of right levator palpebrae superioris, Muscle body of left inferior oblique, Muscle body of right inferior oblique, Muscle body of left superior oblique, Muscle body of right superior oblique, Muscle body of orbitalis, Muscle body of left lateral rectus, Muscle body of procerus, Muscle body of right lateral rectus, Muscle body of left medial rectus, Muscle body of levator labii superioris alaeque nasi, Muscle body of right medial rectus, Muscle body of left inferior rectus, Muscle body of right inferior rectus, Muscle body of left superior rectus, Muscle body of right superior rectus, Muscle body of inferior rectus, Muscle body of pyramidal muscle of left auricle, Muscle body of pyramidal muscle of right auricle, Muscle body of oblique muscle of left auricle, Muscle body of nasal muscle, Muscle body of oblique muscle of right auricle, Muscle body of transverse muscle of left auricle, Muscle body of depressor supercilii, Muscle body of transverse muscle of right auricle, Muscle body of left antitragicus, Muscle body of right antitragicus, Muscle body of left tragicus, Muscle body of right tragicus, Muscle body of left helicis minor, Muscle body of right helicis minor, Muscle body of left helicis major, Muscle body of right helicis major, Muscle body of left auricularis posterior, Muscle body of right auricularis posterior, Muscle body of left auricularis anterior, Muscle body of right auricularis anterior, Muscle body of left auricularis superior, Muscle body of right auricularis superior, Muscle body of left temporoparietalis, Muscle body of right temporoparietalis, Muscle body of left occipitalis, Muscle body of right occipitalis, Muscle body of left frontalis, Muscle body of left temporalis, Muscle body of right temporalis, Muscle body of left vertical muscle of tongue, Muscle body of right vertical muscle of tongue, Muscle body of left transverse muscle of tongue, Muscle body of right transverse muscle of tongue, Muscle body of left inferior longitudinal muscle of tongue, Muscle body of right inferior longitudinal muscle of tongue, Muscle body of left superior longitudinal muscle of tongue, Muscle body of right superior longitudinal muscle of tongue, Muscle body of left styloglossus, Muscle body of right styloglossus, Muscle body of left hyoglossus, Muscle body of oblique muscle of auricle, Muscle body of right hyoglossus, Muscle body of left genioglossus, Muscle body of right genioglossus, Muscle body of left palatoglossus, Muscle body of right palatoglossus, Muscle body of left uvular muscle, Muscle body of right uvular muscle, Muscle body of left tensor veli palatini, Muscle body of right tensor veli palatini, Muscle body of left levator veli palatini, Muscle body of styloglossus, Muscle body of right levator veli palatini, Muscle body of levator veli palatini, Muscle body of left lateral pterygoid, Muscle body of hyoglossus, Muscle body of right lateral pterygoid, Muscle body of lateral pterygoid, Muscle body of left medial pterygoid, Muscle body of genioglossus, Muscle body of right medial pterygoid, Muscle body of left masseter, Muscle body of right masseter, Muscle body of left incisivus labii inferioris, Muscle body of right incisivus labii inferioris, Muscle body of left incisivus labii superioris, Muscle body of right incisivus labii superioris, Muscle body of left risorius, Muscle body of superior longitudinal muscle of tongue, Muscle body of right risorius, Muscle body of left buccinator, Muscle body of right buccinator, Muscle body of left mentalis, Muscle body of right mentalis, Muscle body of left transversus menti, Muscle body of right transversus menti, Muscle body of left depressor anguli oris, Muscle body of right depressor anguli oris, Muscle body of left levator anguli oris, Muscle body of mentalis, Muscle body of right levator anguli oris, Muscle body of levator anguli oris, Muscle body of left depressor labii inferioris, Muscle body of buccinator, Muscle body of right depressor labii inferioris, Muscle body of depressor labii inferioris, Muscle body of left zygomaticus minor, Muscle body of right zygomaticus minor, Muscle body of zygomaticus minor, Muscle body of left zygomaticus major, Muscle body of orbicularis oris, Muscle body of right zygomaticus major, Muscle body of zygomaticus major, Muscle body of left levator labii superioris, Muscle body of risorius, Muscle body of right levator labii superioris, Muscle body of levator labii superioris, Muscle body of left levator labii superioris alaeque nasi, Muscle body of left depressor supercilii, Muscle body of palatoglossus, Muscle body of right levator labii superioris alaeque nasi, Muscle body of left depressor septi nasi, Muscle body of right depressor septi nasi, Muscle body of nasalis, Muscle body of left procerus, Muscle body of depressor septi nasi, Muscle body of left nasalis, Muscle body of right nasalis, Muscle body of right procerus, Muscle body of right depressor supercilii, Muscle body of transversus menti, Muscle body of uvular muscle, Muscle body of depressor anguli oris, Muscle body of tensor veli palatini, Muscle body of medial pterygoid, Muscle body of masseter, Muscle body of incisivus labii superioris, Muscle body of auricularis superior, Muscle body of incisivus labii inferioris, Muscle body of temporoparietalis, Muscle body of inferior longitudinal muscle of tongue, Muscle body of transverse muscle of tongue, Muscle body of vertical muscle of tongue, Muscle body of temporalis, Muscle body of frontalis, Muscle body of occipitalis, Muscle body of auricularis anterior, Muscle body of transverse muscle of auricle, Muscle body of helicis major, Muscle body of auricularis posterior, Muscle body of helicis minor, Muscle body of antitragicus, Muscle body of tragicus, Muscle body of pyramidal muscle of auricle, Muscle body of superior rectus, Muscle body of superior tarsal muscle, Muscle body of stapedius, Muscle body of medial rectus, Muscle body of inferior tarsal muscle, Muscle body of tensor tympani, Muscle body of lateral rectus, Muscle body of superior oblique, Muscle body of inferior oblique, Muscle body of levator palpebrae superioris, Muscle body of right frontalis, Muscle body of orbicularis oculi<br><b>preferred name</b>: ONARD.03.26.14_Instance_600013" ;
    a owl:Class ;
    rdfs:label "Muscle body of muscle of head" ;
    rdfs:subClassOf obo:FMA_297500 .

obo:FMA_319795
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle belly<br><b>subclasses</b>: Belly of depressor anguli oris, Belly of risorius, Belly of mylohyoid, Belly of tensor tympani, Belly of stapedius, Belly of inferior tarsal muscle, Belly of superior tarsal muscle, Belly of pyramidal muscle of auricle, Belly of oblique muscle of auricle, Belly of transverse muscle of auricle, Belly of antitragicus, Belly of tragicus, Belly of helicis minor, Belly of helicis major, Belly of auricularis posterior, Belly of auricularis anterior, Belly of auricularis superior, Belly of vertical muscle of tongue, Belly of transverse muscle of tongue, Belly of inferior longitudinal muscle of tongue, Belly of superior longitudinal muscle of tongue, Belly of styloglossus, Belly of hyoglossus, Belly of genioglossus, Belly of palatoglossus, Belly of uvular muscle, Belly of incisivus labii inferioris, Belly of incisivus labii superioris, Belly of transversus menti, Belly of depressor labii inferioris, Belly of zygomaticus minor, Belly of zygomaticus major, Belly of levator labii superioris alaeque nasi, Belly of temporoparietalis, Belly of occipitalis, Belly of frontalis, Belly of corrugator supercilii, Belly of orbicularis oculi, Belly of depressor supercilii, Belly of inferior oblique, Belly of superior oblique, Belly of lateral rectus, Belly of medial rectus, Belly of inferior rectus, Belly of superior rectus, Belly of levator palpebrae superioris, Belly of temporalis, Belly of nasalis, Belly of procerus, Belly of depressor septi nasi, Belly of mentalis, Belly of masseter, Belly of buccinator, Belly of platysma, Belly of medial pterygoid, Belly of lateral pterygoid<br><b>preferred name</b>: ONARD.03.26.14_Instance_620001" ;
    a owl:Class ;
    rdfs:label "Belly of muscle of head" ;
    rdfs:subClassOf obo:FMA_9719 .

obo:FMA_319939
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of muscle of head<br><b>subclasses</b>: Belly of left palatoglossus, Belly of right palatoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_620145<br><b>regional part of</b>: Palatoglossus" ;
    a owl:Class ;
    rdfs:label "Belly of palatoglossus" ;
    rdfs:subClassOf obo:FMA_319795, _:genid2333 .

obo:FMA_319941
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of palatoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_620147<br><b>regional part of</b>: Right palatoglossus" ;
    a owl:Class ;
    rdfs:label "Belly of right palatoglossus" ;
    rdfs:subClassOf example:right, obo:FMA_319939 .

obo:FMA_319943
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of palatoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_620149<br><b>regional part of</b>: Left palatoglossus" ;
    a owl:Class ;
    rdfs:label "Belly of left palatoglossus" ;
    rdfs:subClassOf example:left, obo:FMA_319939 .

obo:FMA_319945
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of muscle of head<br><b>subclasses</b>: Belly of left genioglossus, Belly of right genioglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_620151<br><b>regional part of</b>: Genioglossus" ;
    a owl:Class ;
    rdfs:label "Belly of genioglossus" ;
    rdfs:subClassOf obo:FMA_319795, _:genid2349 .

obo:FMA_319947
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of genioglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_620153<br><b>regional part of</b>: Right genioglossus" ;
    a owl:Class ;
    rdfs:label "Belly of right genioglossus" ;
    rdfs:subClassOf example:right, obo:FMA_319945 .

obo:FMA_319949
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of genioglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_620155<br><b>regional part of</b>: Left genioglossus" ;
    a owl:Class ;
    rdfs:label "Belly of left genioglossus" ;
    rdfs:subClassOf example:left, obo:FMA_319945 .

obo:FMA_319951
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of muscle of head<br><b>subclasses</b>: Belly of left hyoglossus, Belly of right hyoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_620157<br><b>regional part of</b>: Hyoglossus" ;
    a owl:Class ;
    rdfs:label "Belly of hyoglossus" ;
    rdfs:subClassOf obo:FMA_319795, _:genid2365 .

obo:FMA_319953
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of hyoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_620159<br><b>regional part of</b>: Right hyoglossus" ;
    a owl:Class ;
    rdfs:label "Belly of right hyoglossus" ;
    rdfs:subClassOf example:right, obo:FMA_319951 .

obo:FMA_319955
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of hyoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_620161<br><b>regional part of</b>: Left hyoglossus" ;
    a owl:Class ;
    rdfs:label "Belly of left hyoglossus" ;
    rdfs:subClassOf example:left, obo:FMA_319951 .

obo:FMA_319957
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of muscle of head<br><b>subclasses</b>: Belly of left styloglossus, Belly of right styloglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_620163<br><b>regional part of</b>: Styloglossus" ;
    a owl:Class ;
    rdfs:label "Belly of styloglossus" ;
    rdfs:subClassOf obo:FMA_319795, _:genid2381 .

obo:FMA_319959
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of styloglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_620165<br><b>regional part of</b>: Right styloglossus" ;
    a owl:Class ;
    rdfs:label "Belly of right styloglossus" ;
    rdfs:subClassOf example:right, obo:FMA_319957 .

obo:FMA_319961
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of styloglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_620167<br><b>regional part of</b>: Left styloglossus" ;
    a owl:Class ;
    rdfs:label "Belly of left styloglossus" ;
    rdfs:subClassOf example:left, obo:FMA_319957 .

obo:FMA_319963
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of muscle of head<br><b>subclasses</b>: Belly of left superior longitudinal muscle of tongue, Belly of right superior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_620169<br><b>regional part of</b>: Superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Belly of superior longitudinal muscle of tongue" ;
    rdfs:subClassOf obo:FMA_319795, _:genid2397 .

obo:FMA_319965
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of superior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_620171<br><b>regional part of</b>: Right superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Belly of right superior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_319963 .

obo:FMA_319967
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of superior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_620173<br><b>regional part of</b>: Left superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Belly of left superior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_319963 .

obo:FMA_319969
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of muscle of head<br><b>subclasses</b>: Belly of left inferior longitudinal muscle of tongue, Belly of right inferior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_620175<br><b>regional part of</b>: Inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Belly of inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf obo:FMA_319795, _:genid2413 .

obo:FMA_319971
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of inferior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_620177<br><b>regional part of</b>: Right inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Belly of right inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_319969 .

obo:FMA_319973
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of inferior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_620179<br><b>regional part of</b>: Left inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Belly of left inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_319969 .

obo:FMA_319975
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of muscle of head<br><b>subclasses</b>: Belly of left transverse muscle of tongue, Belly of right transverse muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_620181<br><b>regional part of</b>: Transverse muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Belly of transverse muscle of tongue" ;
    rdfs:subClassOf obo:FMA_319795, _:genid2429 .

obo:FMA_319977
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of transverse muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_620183<br><b>regional part of</b>: Right transverse muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Belly of right transverse muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_319975 .

obo:FMA_319979
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of transverse muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_620185<br><b>regional part of</b>: Left transverse muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Belly of left transverse muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_319975 .

obo:FMA_319981
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of muscle of head<br><b>subclasses</b>: Belly of left vertical muscle of tongue, Belly of right vertical muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_620187<br><b>regional part of</b>: Vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Belly of vertical muscle of tongue" ;
    rdfs:subClassOf obo:FMA_319795, _:genid2445 .

obo:FMA_319983
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of vertical muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_620189<br><b>regional part of</b>: Right vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Belly of right vertical muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_319981 .

obo:FMA_319985
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Belly of vertical muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_620191<br><b>regional part of</b>: Left vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Belly of left vertical muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_319981 .

obo:FMA_320081
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal zone of muscle organ<br><b>subclasses</b>: Head of oblique muscle of auricle, Head of antitragicus, Head of tragicus, Head of auricularis anterior, Head of auricularis superior, Head of transverse muscle of tongue, Head of inferior longitudinal muscle of tongue, Head of superior longitudinal muscle of tongue, Head of vertical muscle of tongue, Head of hyoglossus, Head of posterior part of digastric, Head of anterior part of digastric, Head of palatoglossus, Head of genioglossus, Head of transversus menti, Head of depressor anguli oris, Head of levator anguli oris, Head of depressor labii inferioris, Head of zygomaticus minor, Head of zygomaticus major, Head of auricularis posterior, Head of levator labii superioris alaeque nasi, Head of levator labii superioris, Head of corrugator supercilii, Head of depressor supercilii, Head of risorius, Proximal zone of procerus, Proximal zone of depressor septi nasi, Head of mentalis, Head of lateral rectus, Head of medial rectus, Head of inferior rectus, Head of superior rectus, Head of nasalis, Head of styloglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_620287" ;
    a owl:Class ;
    rdfs:label "Proximal zone of muscle of head" ;
    rdfs:subClassOf obo:FMA_85453 .

obo:FMA_320114
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of muscle organ<br><b>subclasses</b>: Distal zone of oblique muscle of auricle, Distal zone of antitragicus, Distal zone of tragicus, Distal zone of auricularis anterior, Distal zone of auricularis superior, Distal zone of transverse muscle of tongue, Distal zone of inferior longitudinal muscle of tongue, Distal zone of superior longitudinal muscle of tongue, Distal zone of vertical muscle of tongue, Distal zone of hyoglossus, Distal zone of styloglossus, Distal zone of anterior part of digastric, Distal zone of posterior part of digastric, Distal zone of genioglossus, Distal zone of palatoglossus, Distal zone of transversus menti, Distal zone of depressor anguli oris, Distal zone of levator anguli oris, Distal zone of depressor labii inferioris, Distal zone of zygomaticus minor, Distal zone of zygomaticus major, Distal zone of auricularis posterior, Distal zone of levator labii superioris alaeque nasi, Distal zone of levator labii superioris, Distal zone of corrugator supercilii, Distal zone of depressor supercilii, Distal zone of procerus, Distal zone of depressor septi nasi, Distal zone of mentalis, Distal zone of lateral rectus, Distal zone of medial rectus, Distal zone of inferior rectus, Distal zone of superior rectus, Distal zone of nasalis, Distal zone of risorius<br><b>preferred name</b>: ONARD.03.26.14_Instance_620320" ;
    a owl:Class ;
    rdfs:label "Distal zone of muscle of head" ;
    rdfs:subClassOf obo:FMA_298757 .

obo:FMA_320545
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of muscle of head<br><b>subclasses</b>: Distal zone of left palatoglossus, Distal zone of right palatoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660001<br><b>regional part of</b>: Palatoglossus" ;
    a owl:Class ;
    rdfs:label "Distal zone of palatoglossus" ;
    rdfs:subClassOf obo:FMA_320114, _:genid2465 .

obo:FMA_320547
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of palatoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660003<br><b>regional part of</b>: Right palatoglossus" ;
    a owl:Class ;
    rdfs:label "Distal zone of right palatoglossus" ;
    rdfs:subClassOf example:right, obo:FMA_320545 .

obo:FMA_320549
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of palatoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660005<br><b>regional part of</b>: Left palatoglossus" ;
    a owl:Class ;
    rdfs:label "Distal zone of left palatoglossus" ;
    rdfs:subClassOf example:left, obo:FMA_320545 .

obo:FMA_320551
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of muscle of head<br><b>subclasses</b>: Distal zone of left genioglossus, Distal zone of right genioglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660007<br><b>regional part of</b>: Genioglossus" ;
    a owl:Class ;
    rdfs:label "Distal zone of genioglossus" ;
    rdfs:subClassOf obo:FMA_320114, _:genid2481 .

obo:FMA_320553
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of genioglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660009<br><b>regional part of</b>: Right genioglossus" ;
    a owl:Class ;
    rdfs:label "Distal zone of right genioglossus" ;
    rdfs:subClassOf example:right, obo:FMA_320551 .

obo:FMA_320555
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of genioglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660011<br><b>regional part of</b>: Left genioglossus" ;
    a owl:Class ;
    rdfs:label "Distal zone of left genioglossus" ;
    rdfs:subClassOf example:left, obo:FMA_320551 .

obo:FMA_320557
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal zone of muscle of head<br><b>subclasses</b>: Head of left genioglossus, Head of right genioglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660013<br><b>synonym</b>: ONARD.03.26.14_Instance_660014<br><b>regional part of</b>: Genioglossus" ;
    a owl:Class ;
    rdfs:label "Head of genioglossus" ;
    rdfs:subClassOf obo:FMA_320081, _:genid2497 .

obo:FMA_320560
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Head of genioglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660016<br><b>regional part of</b>: Right genioglossus" ;
    a owl:Class ;
    rdfs:label "Head of right genioglossus" ;
    rdfs:subClassOf example:right, obo:FMA_320557 .

obo:FMA_320562
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Head of genioglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660018<br><b>regional part of</b>: Left genioglossus" ;
    a owl:Class ;
    rdfs:label "Head of left genioglossus" ;
    rdfs:subClassOf example:left, obo:FMA_320557 .

obo:FMA_320675
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of genioglossus<br><b>subclasses</b>: Proximal tendon of left genioglossus, Proximal tendon of right genioglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660131<br><b>constitutional part of</b>: Genioglossus<br><b>attaches to</b>: Superior mental spine" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of genioglossus" ;
    rdfs:subClassOf obo:FMA_47545, _:genid2513 .

obo:FMA_320677
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal tendon of genioglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660133<br><b>constitutional part of</b>: Right genioglossus<br><b>attaches to</b>: Right superior mental spine" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of right genioglossus" ;
    rdfs:subClassOf example:right, obo:FMA_320675 .

obo:FMA_320679
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal tendon of genioglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660135<br><b>constitutional part of</b>: Left genioglossus<br><b>attaches to</b>: Left superior mental spine" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of left genioglossus" ;
    rdfs:subClassOf example:left, obo:FMA_320675 .

obo:FMA_320681
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of genioglossus<br><b>subclasses</b>: Distal tendon of left genioglossus, Distal tendon of right genioglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660137<br><b>constitutional part of</b>: Genioglossus" ;
    a owl:Class ;
    rdfs:label "Distal tendon of genioglossus" ;
    rdfs:subClassOf obo:FMA_47545, _:genid2529 .

obo:FMA_320683
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal tendon of genioglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660139<br><b>constitutional part of</b>: Right genioglossus" ;
    a owl:Class ;
    rdfs:label "Distal tendon of right genioglossus" ;
    rdfs:subClassOf example:right, obo:FMA_320681 .

obo:FMA_320685
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal tendon of genioglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660141<br><b>constitutional part of</b>: Left genioglossus" ;
    a owl:Class ;
    rdfs:label "Distal tendon of left genioglossus" ;
    rdfs:subClassOf example:left, obo:FMA_320681 .

obo:FMA_320702
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of superior longitudinal muscle of tongue<br><b>subclasses</b>: Proximal tendon of left superior longitudinal muscle of tongue, Proximal tendon of right superior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660158<br><b>constitutional part of</b>: Superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of superior longitudinal muscle of tongue" ;
    rdfs:subClassOf obo:FMA_318788, _:genid2545 .

obo:FMA_320704
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal tendon of superior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660160<br><b>constitutional part of</b>: Right superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of right superior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_320702 .

obo:FMA_320706
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal tendon of superior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660162<br><b>constitutional part of</b>: Left superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of left superior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_320702 .

obo:FMA_320708
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of superior longitudinal muscle of tongue<br><b>subclasses</b>: Distal tendon of left superior longitudinal muscle of tongue, Distal tendon of right superior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660164<br><b>constitutional part of</b>: Superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Distal tendon of superior longitudinal muscle of tongue" ;
    rdfs:subClassOf obo:FMA_318788, _:genid2561 .

obo:FMA_320710
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal tendon of superior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660166<br><b>constitutional part of</b>: Right superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Distal tendon of right superior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_320708 .

obo:FMA_320712
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal tendon of superior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660168<br><b>constitutional part of</b>: Left superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Distal tendon of left superior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_320708 .

obo:FMA_320714
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of inferior longitudinal muscle of tongue<br><b>subclasses</b>: Proximal tendon of left inferior longitudinal muscle of tongue, Proximal tendon of right inferior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660170<br><b>constitutional part of</b>: Inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf obo:FMA_318790, _:genid2577 .

obo:FMA_320716
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal tendon of inferior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660172<br><b>constitutional part of</b>: Right inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of right inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_320714 .

obo:FMA_320718
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal tendon of inferior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660174<br><b>constitutional part of</b>: Left inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of left inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_320714 .

obo:FMA_320720
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of inferior longitudinal muscle of tongue<br><b>subclasses</b>: Distal tendon of left inferior longitudinal muscle of tongue, Distal tendon of right inferior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660176<br><b>constitutional part of</b>: Inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Distal tendon of inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf obo:FMA_318790, _:genid2593 .

obo:FMA_320722
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal tendon of inferior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660178<br><b>constitutional part of</b>: Right inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Distal tendon of right inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_320720 .

obo:FMA_320724
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal tendon of inferior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660180<br><b>constitutional part of</b>: Left inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Distal tendon of left inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_320720 .

obo:FMA_320726
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of transverse muscle of tongue<br><b>subclasses</b>: Proximal tendon of left transverse muscle of tongue, Proximal tendon of right transverse muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660182<br><b>constitutional part of</b>: Transverse muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of transverse muscle of tongue" ;
    rdfs:subClassOf obo:FMA_318792, _:genid2609 .

obo:FMA_320728
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal tendon of transverse muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660184<br><b>constitutional part of</b>: Right transverse muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of right transverse muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_320726 .

obo:FMA_320730
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal tendon of transverse muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660186<br><b>constitutional part of</b>: Left transverse muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of left transverse muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_320726 .

obo:FMA_320732
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of transverse muscle of tongue<br><b>subclasses</b>: Distal tendon of left transverse muscle of tongue, Distal tendon of right transverse muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660188<br><b>constitutional part of</b>: Transverse muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Distal tendon of transverse muscle of tongue" ;
    rdfs:subClassOf obo:FMA_318792, _:genid2625 .

obo:FMA_320734
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal tendon of transverse muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660190<br><b>constitutional part of</b>: Right transverse muscle of tongue, Right vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Distal tendon of right transverse muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_320732 .

obo:FMA_320736
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal tendon of transverse muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660192<br><b>constitutional part of</b>: Left transverse muscle of tongue, Left vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Distal tendon of left transverse muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_320732 .

obo:FMA_320738
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of vertical muscle of tongue<br><b>subclasses</b>: Proximal tendon of left vertical muscle of tongue, Proximal tendon of right vertical muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660194<br><b>constitutional part of</b>: Vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of vertical muscle of tongue" ;
    rdfs:subClassOf obo:FMA_318794, _:genid2641 .

obo:FMA_320740
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal tendon of vertical muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660196<br><b>constitutional part of</b>: Right vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of right vertical muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_320738 .

obo:FMA_320742
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal tendon of vertical muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660198<br><b>constitutional part of</b>: Left vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Proximal tendon of left vertical muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_320738 .

obo:FMA_320744
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon of vertical muscle of tongue<br><b>subclasses</b>: Distal tendon of left vertical muscle of tongue, Distal tendon of right vertical muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660200<br><b>constitutional part of</b>: Vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Distal tendon of vertical muscle of tongue" ;
    rdfs:subClassOf obo:FMA_318794, _:genid2657 .

obo:FMA_320746
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal tendon of vertical muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660202" ;
    a owl:Class ;
    rdfs:label "Distal tendon of right vertical muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_320744 .

obo:FMA_320748
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal tendon of vertical muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660204" ;
    a owl:Class ;
    rdfs:label "Distal tendon of left vertical muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_320744 .

obo:FMA_320756
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal zone of muscle of head<br><b>subclasses</b>: Head of left styloglossus, Head of right styloglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660212<br><b>synonym</b>: ONARD.03.26.14_Instance_660217<br><b>regional part of</b>: Styloglossus" ;
    a owl:Class ;
    rdfs:label "Head of styloglossus" ;
    rdfs:subClassOf obo:FMA_320081, _:genid2673 .

obo:FMA_320758
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Head of styloglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660214<br><b>regional part of</b>: Right styloglossus" ;
    a owl:Class ;
    rdfs:label "Head of right styloglossus" ;
    rdfs:subClassOf example:right, obo:FMA_320756 .

obo:FMA_320760
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Head of styloglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660216<br><b>regional part of</b>: Left styloglossus" ;
    a owl:Class ;
    rdfs:label "Head of left styloglossus" ;
    rdfs:subClassOf example:left, obo:FMA_320756 .

obo:FMA_320763
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of muscle of head<br><b>subclasses</b>: Distal zone of left styloglossus, Distal zone of right styloglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660219<br><b>regional part of</b>: Styloglossus" ;
    a owl:Class ;
    rdfs:label "Distal zone of styloglossus" ;
    rdfs:subClassOf obo:FMA_320114, _:genid2689 .

obo:FMA_320765
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of styloglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660221<br><b>regional part of</b>: Right styloglossus" ;
    a owl:Class ;
    rdfs:label "Distal zone of right styloglossus" ;
    rdfs:subClassOf example:right, obo:FMA_320763 .

obo:FMA_320767
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of styloglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660223<br><b>regional part of</b>: Left styloglossus" ;
    a owl:Class ;
    rdfs:label "Distal zone of left styloglossus" ;
    rdfs:subClassOf example:left, obo:FMA_320763 .

obo:FMA_320769
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of muscle of head<br><b>subclasses</b>: Distal zone of left hyoglossus, Distal zone of right hyoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660225<br><b>regional part of</b>: Hyoglossus" ;
    a owl:Class ;
    rdfs:label "Distal zone of hyoglossus" ;
    rdfs:subClassOf obo:FMA_320114, _:genid2705 .

obo:FMA_320771
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of hyoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660227<br><b>regional part of</b>: Right hyoglossus" ;
    a owl:Class ;
    rdfs:label "Distal zone of right hyoglossus" ;
    rdfs:subClassOf example:right, obo:FMA_320769 .

obo:FMA_320773
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of hyoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660229<br><b>regional part of</b>: Left hyoglossus" ;
    a owl:Class ;
    rdfs:label "Distal zone of left hyoglossus" ;
    rdfs:subClassOf example:left, obo:FMA_320769 .

obo:FMA_320775
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal zone of muscle of head<br><b>subclasses</b>: Head of left hyoglossus, Head of right hyoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660231<br><b>synonym</b>: ONARD.03.26.14_Instance_660232<br><b>regional part of</b>: Hyoglossus" ;
    a owl:Class ;
    rdfs:label "Head of hyoglossus" ;
    rdfs:subClassOf obo:FMA_320081, _:genid2721 .

obo:FMA_320778
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Head of hyoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660234<br><b>regional part of</b>: Right hyoglossus" ;
    a owl:Class ;
    rdfs:label "Head of right hyoglossus" ;
    rdfs:subClassOf example:right, obo:FMA_320775 .

obo:FMA_320780
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Head of hyoglossus<br><b>preferred name</b>: ONARD.03.26.14_Instance_660236<br><b>regional part of</b>: Left hyoglossus" ;
    a owl:Class ;
    rdfs:label "Head of left hyoglossus" ;
    rdfs:subClassOf example:left, obo:FMA_320775 .

obo:FMA_320782
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal zone of muscle of head<br><b>subclasses</b>: Head of left vertical muscle of tongue, Head of right vertical muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660238<br><b>synonym</b>: ONARD.03.26.14_Instance_660243<br><b>regional part of</b>: Vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Head of vertical muscle of tongue" ;
    rdfs:subClassOf obo:FMA_320081, _:genid2737 .

obo:FMA_320784
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Head of vertical muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660240<br><b>regional part of</b>: Right vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Head of right vertical muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_320782 .

obo:FMA_320786
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Head of vertical muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660242<br><b>regional part of</b>: Left vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Head of left vertical muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_320782 .

obo:FMA_320789
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of muscle of head<br><b>subclasses</b>: Distal zone of left vertical muscle of tongue, Distal zone of right vertical muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660245<br><b>regional part of</b>: Vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Distal zone of vertical muscle of tongue" ;
    rdfs:subClassOf obo:FMA_320114, _:genid2753 .

obo:FMA_320791
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of vertical muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660247<br><b>regional part of</b>: Right vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Distal zone of right vertical muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_320789 .

obo:FMA_320793
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of vertical muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660249<br><b>regional part of</b>: Left vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Distal zone of left vertical muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_320789 .

obo:FMA_320795
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal zone of muscle of head<br><b>subclasses</b>: Head of left superior longitudinal muscle of tongue, Head of right superior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660251<br><b>synonym</b>: ONARD.03.26.14_Instance_660252<br><b>regional part of</b>: Superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Head of superior longitudinal muscle of tongue" ;
    rdfs:subClassOf obo:FMA_320081, _:genid2769 .

obo:FMA_320798
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Head of superior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660254<br><b>regional part of</b>: Right superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Head of right superior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_320795 .

obo:FMA_320800
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Head of superior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660256<br><b>regional part of</b>: Left superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Head of left superior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_320795 .

obo:FMA_320802
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of muscle of head<br><b>subclasses</b>: Distal zone of left superior longitudinal muscle of tongue, Distal zone of right superior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660258<br><b>regional part of</b>: Superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Distal zone of superior longitudinal muscle of tongue" ;
    rdfs:subClassOf obo:FMA_320114, _:genid2785 .

obo:FMA_320804
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of superior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660260<br><b>regional part of</b>: Right superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Distal zone of right superior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_320802 .

obo:FMA_320806
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of superior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660262<br><b>regional part of</b>: Left superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Distal zone of left superior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_320802 .

obo:FMA_320808
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal zone of muscle of head<br><b>subclasses</b>: Head of left inferior longitudinal muscle of tongue, Head of right inferior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660264<br><b>synonym</b>: ONARD.03.26.14_Instance_660265<br><b>regional part of</b>: Inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Head of inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf obo:FMA_320081, _:genid2801 .

obo:FMA_320811
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Head of inferior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660267<br><b>regional part of</b>: Right inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Head of right inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_320808 .

obo:FMA_320813
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Head of inferior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660269<br><b>regional part of</b>: Left inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Head of left inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_320808 .

obo:FMA_320815
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of muscle of head<br><b>subclasses</b>: Distal zone of left inferior longitudinal muscle of tongue, Distal zone of right inferior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660271<br><b>regional part of</b>: Inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Distal zone of inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf obo:FMA_320114, _:genid2817 .

obo:FMA_320817
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of inferior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660273<br><b>regional part of</b>: Right inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Distal zone of right inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_320815 .

obo:FMA_320819
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of inferior longitudinal muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660275<br><b>regional part of</b>: Left inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Distal zone of left inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_320815 .

obo:FMA_320821
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of muscle of head<br><b>subclasses</b>: Distal zone of left transverse muscle of tongue, Distal zone of right transverse muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660277<br><b>regional part of</b>: Transverse muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Distal zone of transverse muscle of tongue" ;
    rdfs:subClassOf obo:FMA_320114, _:genid2833 .

obo:FMA_320823
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of transverse muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660279<br><b>regional part of</b>: Right transverse muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Distal zone of right transverse muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_320821 .

obo:FMA_320825
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Distal zone of transverse muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660281<br><b>regional part of</b>: Left transverse muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Distal zone of left transverse muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_320821 .

obo:FMA_320827
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Proximal zone of muscle of head<br><b>subclasses</b>: Head of left transverse muscle of tongue, Head of right transverse muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660283<br><b>synonym</b>: ONARD.03.26.14_Instance_660284<br><b>regional part of</b>: Transverse muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Head of transverse muscle of tongue" ;
    rdfs:subClassOf obo:FMA_320081, _:genid2849 .

obo:FMA_320830
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Head of transverse muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660286<br><b>regional part of</b>: Right transverse muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Head of right transverse muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_320827 .

obo:FMA_320832
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Head of transverse muscle of tongue<br><b>preferred name</b>: ONARD.03.26.14_Instance_660288<br><b>regional part of</b>: Left transverse muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Head of left transverse muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_320827 .

obo:FMA_32558
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of heterogeneous anatomical structures<br><b>subclasses</b>: Musculature of auriculotemporal part of head, Musculature of abdominal segment of trunk, Musculature of pharynx, Musculature of larynx, Musculature of all limbs, Set of anterior cervical intertransversarii, Erector spinae muscle group, Set of constrictor muscles of pharynx, Musculature of head, Musculature of neck, Set of trigonal muscles, Musculature of face, Rotatores muscle group, Set of Muller's muscles, Musculature of head proper, Set of ventral parts of intertransversarii laterales lumborum, Transversospinales muscle group, Intertransverse muscle group, Set of pharyngeal muscles, Set of anorectoperineal muscles, Set of laryngeal muscles, Set of muscles of urogenital triangle, Musculature of thoracic segment of trunk, Set of cervical intertransversarii, Guthrie's muscle, Set of puboperineales, Set of hamstring muscles, Set of dorsal parts of intertransversarii laterales lumborum, Set of superficial muscles of neck, Set of anterolateral muscles of neck, Set of intertransversarii, Set of auricular muscles, Set of santorini's muscles, Entire musculature, Set of rotator cuff muscles, Musculature of trunk, Set of medial posterior cervical intertransversarii, Set of infrahyoid muscles, Set of suprahyoid muscles, Set of scalene muscles, Set of muscles of vertebral column, Musculature of front of neck, Set of posterior cervical intertransversarii, Musculature of body proper, Musculature of limb, Musculature of subdivision of lower limb, Musculature of subdivision of trunk, Musculature of subdivision of upper limb, Musculature of back of neck, Musculature of subdivision of face<br><b>preferred name</b>: ONARD_Instance_600000<br><b>non-English equivalent</b>: su_incus_38591<br><b>synonym</b>: FM_live_03990, fm_live_11907, KB_AUTO-INSERT2_9057, KB_INSTANCE_40152" ;
    a owl:Class ;
    rdfs:comment "Anatomical set consisting of muscle organs and/or zones of muscles." ;
    rdfs:label "Musculature" ;
    rdfs:subClassOf obo:FMA_78590 .

obo:FMA_34836
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal membrane organ<br><b>subclasses</b>: Articular capsule of sacroiliac joint, Capsule of sternocostal joint, Articular capsule of metacarpophalangeal joint, Articular capsule of incudomallear joint, Articular capsule of sternoclavicular joint, Articular capsule of crico-arytenoid joint, Articular capsule of temporomandibular joint, Articular capsule of hip joint, Articular capsule of vertebral arch joint, Articular capsule of knee joint, Articular capsule of pisotriquetral joint, Articular capsule of incudostapedial joint, Articular capsule of glenohumeral joint, Articular capsule of elbow joint, Articular capsule of joint of head of rib, Capsule of interchondral joint, Articular capsule of wrist joint, Articular capsule of distal radio-ulnar joint, Articular capsule of metatarsophalangeal joint, Articular capsule of ankle joint, Articular capsule of interphalangeal joint, Articular capsule of acromioclavicular joint, Articular capsule of atlanto-occipital joint, Capsule of costotransverse joint, Articular capsule of lateral atlanto-axial joint, Articular capsule of cricothyroid joint<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>constitutional part</b>: Fibrous membrane of articular capsule, Synovial membrane of articular capsule of synovial joint<br><b>preferred name</b>: KB_INSTANCE_44334<br><b>synonym</b>: fm-live_02325<br><b>non-English equivalent</b>: KB_AUTO-INSERT(3)_715, su_incus_35553, ONARD_Instance_580057" ;
    a owl:Class ;
    rdfs:label "Articular capsule" ;
    rdfs:subClassOf obo:FMA_302986 .

obo:FMA_34838
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal cartilage organ<br><b>subclasses</b>: Articular disk of knee joint, Articular disk of distal radio-ulnar joint, Articular disk of sternoclavicular joint, Articular disk of acromioclavicular joint, Articular disk of temporomandibular joint<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_44336" ;
    a owl:Class ;
    rdfs:label "Articular disk of synovial joint" ;
    rdfs:subClassOf obo:FMA_302988 .

obo:FMA_37377
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Regular connective tissue<br><b>subclasses</b>: Cartilage of pharyngotympanic tube, Elastic cartilage, Cartilage of bone, Hyaline cartilage of bone, Fibrocartilage, Hyaline cartilage<br><b>preferred name</b>: KB_INSTANCE_48027<br><b>synonym</b>: KB_INSTANCE_48028, ONARD_Instance_5280001", """type: class
is-a: Regular connective tissue
subclasses: Elastic cartilage, Cartilage of bone, Hyaline cartilage of bone, Fibrocartilage, Hyaline cartilage""" ;
    a owl:Class ;
    rdfs:comment "Regular connective tissue, which consists of chondrocytes and related cells, the intercellular matrix of which is chondrified. Examples: hyaline cartilage, fibrocartilage, elastic cartilage." ;
    rdfs:label "Cartilage tissue" ;
    rdfs:subClassOf obo:FMA_20103 .

obo:FMA_45562
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Portion of epithelium<br><b>subclasses</b>: Stratified columnar epithelium, Stratified cuboidal epithelium, Stratified squamous epithelium, Mixed stratified cuboidal and columnar epithelium, Transitional epithelium<br><b>preferred name</b>: fm-live_01229<br><b>synonym</b>: KB_INSTANCE_57827" ;
    a owl:Class ;
    rdfs:comment "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." ;
    rdfs:label "Multilaminar epithelium" ;
    rdfs:subClassOf obo:FMA_9639 .

obo:FMA_45563
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Multilaminar epithelium<br><b>subclasses</b>: Epithelium of tongue, Epithelium of mucosa of mouth, Keratinized stratified squamous epithelium, Nonkeratinizing stratified squamous epithelium<br><b>preferred name</b>: KB_INSTANCE_57828<br><b>synonym</b>: fm-live_01238" ;
    a owl:Class ;
    rdfs:comment "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." ;
    rdfs:label "Stratified squamous epithelium" ;
    rdfs:subClassOf obo:FMA_45562 .

obo:FMA_45568
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Stratified squamous epithelium<br><b>subclasses</b>: Portion of epidermis, Epidermis of lip proper, Epidermis of philtrum, Epidermis of left upper lip proper, Epidermis of right upper lip proper, Epithelium of oral segment of viscerocranium, Epithelium of skin of external nose, Gingival epithelium, Keratinized epithelium of tongue, Epidermis proper, Epidermis, Epidermis of lip<br><b>preferred name</b>: KB_INSTANCE_57833<br><b>synonym</b>: fm-live_01246" ;
    a owl:Class ;
    rdfs:comment "Keratinized stratified squamous epithelium is a stratified squamous epithelium, the cells of which synthesize and accumulate keratin." ;
    rdfs:label "Keratinized stratified squamous epithelium" ;
    rdfs:subClassOf obo:FMA_45563 .

obo:FMA_45733
    obo:IAO_0000116 """type: class
is-a: Organ zone
subclasses: Surgical neck of humerus, Neck of mandible, Neck of femur, Neck of scapula, Cervix of uterus, Anatomical neck of humerus, Neck of malleus, Neck of talus, Neck of fibula, Neck of rib, Neck of radius, Neck of urinary bladder, Surgical neck of scapula""" ;
    a owl:Class ;
    rdfs:label "Neck of organ" ;
    rdfs:subClassOf obo:FMA_55268 .

obo:FMA_45734
    obo:IAO_0000116 """type: class
is-a: Organ zone
subclasses: Body of talus, Body of vertebra, Body of hyoid bone, Body of mandible, Body of maxilla, Central part of sacrum, Body of arytenoid cartilage, Body of incus, Body of rib, Body of scapula, Body of sternum""" ;
    a owl:Class ;
    rdfs:label "Body of organ" ;
    rdfs:subClassOf obo:FMA_55268 .

obo:FMA_46619
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle of neck<br><b>subclasses</b>: Constrictor muscle of pharynx, Palatopharyngeus, Salpingopharyngeus, Stylopharyngeus<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_59145<br><b>synonym</b>: FM_live_07087" ;
    a owl:Class ;
    rdfs:label "Muscle of pharynx" ;
    rdfs:subClassOf obo:FMA_9617 .

obo:FMA_46666
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle of pharynx<br><b>subclasses</b>: Left palatopharyngeus, Right palatopharyngeus<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to palatopharyngeus<br><b>preferred name</b>: KB_INSTANCE_59290<br><b>regional part of</b>: Muscular layer of pharynx<br><b>regional part</b>: Anterior fascicle of palatopharyngeus, Posterior fascicle of palatopharyngeus, Palatine part of palatopharyngeus, Faucial part of palatopharyngeus<br><b>non-English equivalent</b>: su_incus_35357, KB_AUTO-INSERT(3)_1615<br><b>synonym</b>: ONARD_Instance_4800092" ;
    a owl:Class ;
    rdfs:label "Palatopharyngeus" ;
    rdfs:subClassOf obo:FMA_46619, _:genid2878, _:genid2882, _:genid2884, _:genid2886, _:genid2888 .

obo:FMA_46671
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Palatopharyngeus<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to right palatopharyngeus<br><b>preferred name</b>: KB_INSTANCE_59302<br><b>member of</b>: Musculature of pharynx, Set of right extrinsic muscles of tongue, Musculature of palatofaucial region, Set of pharyngeal muscles<br><b>regional part</b>: Faucial part of right palatopharyngeus, Palatine part of right palatopharyngeus<br><b>synonym</b>: ONARD_Instance_4800093" ;
    a owl:Class ;
    rdfs:label "Right palatopharyngeus" ;
    rdfs:subClassOf example:right, obo:FMA_46666, _:genid2895, _:genid2897 .

obo:FMA_46672
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Palatopharyngeus<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to left palatopharyngeus<br><b>preferred name</b>: KB_INSTANCE_59304<br><b>regional part</b>: Palatine part of left palatopharyngeus, Faucial part of left palatopharyngeus<br><b>member of</b>: Set of left extrinsic muscles of tongue, Musculature of palatofaucial region, Set of pharyngeal muscles, Musculature of pharynx<br><b>synonym</b>: ONARD_Instance_4800094" ;
    a owl:Class ;
    rdfs:label "Left palatopharyngeus" ;
    rdfs:subClassOf example:left, obo:FMA_46666, _:genid2904, _:genid2906 .

obo:FMA_46682
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of muscle organ<br><b>subclasses</b>: Anterior fascicle of palatopharyngeus, Posterior fascicle of palatopharyngeus, Faucial part of palatopharyngeus, Palatine part of palatopharyngeus<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_59318<br><b>synonym</b>: KB_AUTO-INSERT2_7151" ;
    a owl:Class ;
    rdfs:label "Zone of palatopharyngeus" ;
    rdfs:subClassOf obo:FMA_10474 .

obo:FMA_46683
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of palatopharyngeus<br><b>preferred name</b>: KB_INSTANCE_59320<br><b>synonym</b>: KB_INSTANCE_59322<br><b>non-English equivalent</b>: su_incus_37544<br><b>regional part of</b>: Palatopharyngeus" ;
    a owl:Class ;
    rdfs:label "Anterior fascicle of palatopharyngeus" ;
    rdfs:subClassOf obo:FMA_46682 .

obo:FMA_46684
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of palatopharyngeus<br><b>preferred name</b>: KB_INSTANCE_59323<br><b>synonym</b>: KB_INSTANCE_59324, su_incus_24645<br><b>non-English equivalent</b>: su_incus_37545, su_incus_37546<br><b>regional part of</b>: Palatopharyngeus" ;
    a owl:Class ;
    rdfs:label "Posterior fascicle of palatopharyngeus" ;
    rdfs:subClassOf obo:FMA_46682 .

obo:FMA_46689
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle of head<br><b>subclasses</b>: Intrinsic muscle of tongue, Extrinsic muscle of tongue<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_59334<br><b>synonym</b>: KB_AUTO-INSERT2_148<br><b>non-English equivalent</b>: ONARD_Instance_580475" ;
    a owl:Class ;
    rdfs:label "Muscle of tongue" ;
    rdfs:subClassOf obo:FMA_9616 .

obo:FMA_46690
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Extrinsic muscle of tongue<br><b>subclasses</b>: Right genioglossus, Left genioglossus<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to genioglossus<br><b>preferred name</b>: KB_INSTANCE_59335<br><b>member of</b>: Set of extrinsic muscles of tongue<br><b>non-English equivalent</b>: KB_INSTANCE_59337, KB_AUTO-INSERT(3)_1595<br><b>synonym</b>: ONARD_Instance_2390000<br><b>regional part</b>: Belly of genioglossus, Head of genioglossus, Distal zone of genioglossus<br><b>constitutional part</b>: Proximal tendon of genioglossus, Distal tendon of genioglossus, Muscle body of genioglossus" ;
    a owl:Class ;
    rdfs:label "Genioglossus" ;
    rdfs:subClassOf obo:FMA_46699, _:genid2918, _:genid2922, _:genid2924, _:genid2926, _:genid2928, _:genid2930, _:genid2932 .

obo:FMA_46691
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Extrinsic muscle of tongue<br><b>subclasses</b>: Left hyoglossus, Right hyoglossus<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to hyoglossus<br><b>preferred name</b>: KB_INSTANCE_59338<br><b>member of</b>: Set of extrinsic muscles of tongue<br><b>non-English equivalent</b>: KB_INSTANCE_59340, KB_AUTO-INSERT(3)_1596<br><b>contained in</b>: Submandibular triangle<br><b>synonym</b>: ONARD_Instance_4790001<br><b>regional part</b>: Chondroglossus, Hyoglossus proper, Ceratoglossus, Belly of hyoglossus, Head of hyoglossus, Distal zone of hyoglossus<br><b>constitutional part</b>: Distal tendon of hyoglossus, Proximal tendon of hyoglossus, Muscle body of hyoglossus" ;
    a owl:Class ;
    rdfs:label "Hyoglossus" ;
    rdfs:subClassOf obo:FMA_46699, _:genid2936, _:genid2940, _:genid2942, _:genid2944, _:genid2946, _:genid2948, _:genid2950, _:genid2952, _:genid2954, _:genid2956 .

obo:FMA_46692
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Extrinsic muscle of tongue<br><b>subclasses</b>: Left styloglossus, Right styloglossus<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to styloglossus<br><b>preferred name</b>: KB_INSTANCE_59341<br><b>member of</b>: Set of extrinsic muscles of tongue<br><b>non-English equivalent</b>: KB_INSTANCE_59342, KB_AUTO-INSERT(3)_1599<br><b>synonym</b>: ONARD_Instance_4790002<br><b>regional part</b>: Longitudinal part of styloglossus, Oblique part of styloglossus, Belly of styloglossus, Head of styloglossus, Distal zone of styloglossus<br><b>constitutional part</b>: Distal tendon of styloglossus, Proximal tendon of styloglossus, Muscle body of styloglossus" ;
    a owl:Class ;
    rdfs:label "Styloglossus" ;
    rdfs:subClassOf obo:FMA_46699, _:genid2960, _:genid2964, _:genid2966, _:genid2968, _:genid2970, _:genid2972, _:genid2974, _:genid2976, _:genid2978 .

obo:FMA_46693
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Intrinsic muscle of tongue<br><b>subclasses</b>: Left superior longitudinal muscle of tongue, Right superior longitudinal muscle of tongue<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to superior longitudinal muscle of tongue<br><b>preferred name</b>: KB_INSTANCE_59344<br><b>member of</b>: Set of intrinsic muscles of tongue<br><b>synonym</b>: KB_INSTANCE_59345<br><b>non-English equivalent</b>: su_incus_35335<br><b>constitutional part</b>: Proximal tendon of superior longitudinal muscle of tongue, Distal tendon of superior longitudinal muscle of tongue, Muscle body of superior longitudinal muscle of tongue<br><b>regional part</b>: Belly of superior longitudinal muscle of tongue, Distal zone of superior longitudinal muscle of tongue, Head of superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Superior longitudinal muscle of tongue" ;
    rdfs:subClassOf obo:FMA_46701, _:genid2982, _:genid2986, _:genid2988, _:genid2990, _:genid2992, _:genid2994, _:genid2996 .

obo:FMA_46694
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Intrinsic muscle of tongue<br><b>subclasses</b>: Right inferior longitudinal muscle of tongue, Left inferior longitudinal muscle of tongue<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to inferior longitudinal muscle of tongue<br><b>preferred name</b>: KB_INSTANCE_59346<br><b>member of</b>: Set of intrinsic muscles of tongue<br><b>synonym</b>: KB_INSTANCE_59347<br><b>non-English equivalent</b>: su_incus_35336<br><b>constitutional part</b>: Proximal tendon of inferior longitudinal muscle of tongue, Distal tendon of inferior longitudinal muscle of tongue, Muscle body of inferior longitudinal muscle of tongue<br><b>regional part</b>: Head of inferior longitudinal muscle of tongue, Distal zone of inferior longitudinal muscle of tongue, Belly of inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf obo:FMA_46701, _:genid3000, _:genid3004, _:genid3006, _:genid3008, _:genid3010, _:genid3012, _:genid3014 .

obo:FMA_46695
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Intrinsic muscle of tongue<br><b>subclasses</b>: Left transverse muscle of tongue, Right transverse muscle of tongue<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to transverse muscle of tongue<br><b>preferred name</b>: KB_INSTANCE_59348<br><b>member of</b>: Set of intrinsic muscles of tongue<br><b>synonym</b>: KB_INSTANCE_59350<br><b>non-English equivalent</b>: KB_INSTANCE_59349<br><b>constitutional part</b>: Proximal tendon of transverse muscle of tongue, Distal tendon of transverse muscle of tongue, Muscle body of transverse muscle of tongue<br><b>regional part</b>: Belly of transverse muscle of tongue, Head of transverse muscle of tongue, Distal zone of transverse muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Transverse muscle of tongue" ;
    rdfs:subClassOf obo:FMA_46701, _:genid3018, _:genid3022, _:genid3024, _:genid3026, _:genid3028, _:genid3030, _:genid3032 .

obo:FMA_46696
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Intrinsic muscle of tongue<br><b>subclasses</b>: Left vertical muscle of tongue, Right vertical muscle of tongue<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to vertical muscle of tongue<br><b>preferred name</b>: KB_INSTANCE_59351<br><b>member of</b>: Set of intrinsic muscles of tongue<br><b>synonym</b>: KB_INSTANCE_59353<br><b>non-English equivalent</b>: KB_INSTANCE_59352<br><b>constitutional part</b>: Proximal tendon of vertical muscle of tongue, Muscle body of vertical muscle of tongue, Distal tendon of vertical muscle of tongue<br><b>regional part</b>: Belly of vertical muscle of tongue, Distal zone of vertical muscle of tongue, Head of vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Vertical muscle of tongue" ;
    rdfs:subClassOf obo:FMA_46701, _:genid3036, _:genid3040, _:genid3042, _:genid3044, _:genid3046, _:genid3048, _:genid3050 .

obo:FMA_46697
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle of palate<br><b>subclasses</b>: Left palatoglossus, Right palatoglossus<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to palatoglossus<br><b>preferred name</b>: KB_INSTANCE_59354<br><b>:documentation</b>: Gray's 99:1691 - Except for tensor veli palatini, which is innervated by the mandibular nerve, all the palatine muscles are supplied by nerve fibers which leave the medulla in the cranial parto fthe accessory nerve and reach the pharyngeal nerve plexus via the vagus nerve.<br><b>non-English equivalent</b>: KB_INSTANCE_59355, KB_AUTO-INSERT(3)_1600<br><b>regional part of</b>: Set of extrinsic muscles of tongue<br><b>synonym</b>: ONARD_Instance_4790420<br><b>constitutional part</b>: Proximal tendon of palatoglossus, Distal tendon of palatoglossus, Muscle body of palatoglossus<br><b>regional part</b>: Palatine part of palatoglossus, Faucial part of palatoglossus, Belly of palatoglossus, Distal zone of palatoglossus" ;
    a owl:Class ;
    rdfs:label "Palatoglossus" ;
    rdfs:subClassOf obo:FMA_46726, _:genid3054, _:genid3058, _:genid3060, _:genid3062, _:genid3064, _:genid3066, _:genid3068, _:genid3070 .

obo:FMA_46698
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Genioglossus<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to right genioglossus<br><b>preferred name</b>: KB_INSTANCE_59358<br><b>member of</b>: Set of right extrinsic muscles of tongue<br><b>synonym</b>: ONARD_Instance_4790003<br><b>regional part</b>: Belly of right genioglossus, Head of right genioglossus, Distal zone of right genioglossus<br><b>constitutional part</b>: Muscle body of right genioglossus, Distal tendon of right genioglossus, Proximal tendon of right genioglossus" ;
    a owl:Class ;
    rdfs:label "Right genioglossus" ;
    rdfs:subClassOf example:right, obo:FMA_46690, _:genid3077, _:genid3079, _:genid3081, _:genid3083, _:genid3085, _:genid3087 .

obo:FMA_46699
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle of tongue<br><b>subclasses</b>: Styloglossus, Hyoglossus, Genioglossus<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_59360<br><b>synonym</b>: ONARD_Instance_6390002" ;
    a owl:Class ;
    rdfs:label "Extrinsic muscle of tongue" ;
    rdfs:subClassOf obo:FMA_46689 .

obo:FMA_46700
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of hyoglossus<br><b>subclasses</b>: Left chondroglossus, Right chondroglossus<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_59361<br><b>synonym</b>: KB_INSTANCE_59362<br><b>regional part of</b>: Hyoglossus<br><b>non-English equivalent</b>: KB_INSTANCE_59364, KB_AUTO-INSERT(3)_1597" ;
    a owl:Class ;
    rdfs:label "Chondroglossus" ;
    rdfs:subClassOf obo:FMA_46719, _:genid3093 .

obo:FMA_46701
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle of tongue<br><b>subclasses</b>: Superior longitudinal muscle of tongue, Transverse muscle of tongue, Inferior longitudinal muscle of tongue, Vertical muscle of tongue<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_59365<br><b>synonym</b>: KB_INSTANCE_59366, ONARD_Instance_6380040" ;
    a owl:Class ;
    rdfs:label "Intrinsic muscle of tongue" ;
    rdfs:subClassOf obo:FMA_46689 .

obo:FMA_46702
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Genioglossus<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to left genioglossus<br><b>preferred name</b>: KB_INSTANCE_59367<br><b>member of</b>: Set of left extrinsic muscles of tongue<br><b>synonym</b>: ONARD_Instance_4790004<br><b>regional part</b>: Belly of left genioglossus, Head of left genioglossus, Distal zone of left genioglossus<br><b>constitutional part</b>: Muscle body of left genioglossus, Distal tendon of left genioglossus, Proximal tendon of left genioglossus" ;
    a owl:Class ;
    rdfs:label "Left genioglossus" ;
    rdfs:subClassOf example:left, obo:FMA_46690, _:genid3104, _:genid3106, _:genid3108, _:genid3110, _:genid3112, _:genid3114 .

obo:FMA_46703
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Hyoglossus<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to right hyoglossus<br><b>preferred name</b>: KB_INSTANCE_59369<br><b>member of</b>: Set of right extrinsic muscles of tongue<br><b>contained in</b>: Right submandibular triangle<br><b>synonym</b>: ONARD_Instance_4790005<br><b>regional part</b>: Right chondroglossus, Right hyoglossus proper, Right ceratoglossus, Belly of right hyoglossus, Head of right hyoglossus, Distal zone of right hyoglossus<br><b>constitutional part</b>: Proximal tendon of right hyoglossus, Muscle body of right hyoglossus, Distal tendon of right hyoglossus" ;
    a owl:Class ;
    rdfs:label "Right hyoglossus" ;
    rdfs:subClassOf example:right, obo:FMA_46691, _:genid3121, _:genid3123, _:genid3125, _:genid3127, _:genid3129, _:genid3131, _:genid3133, _:genid3135, _:genid3137 .

obo:FMA_46704
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Hyoglossus<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to left hyoglossus<br><b>preferred name</b>: KB_INSTANCE_59371<br><b>member of</b>: Set of left extrinsic muscles of tongue<br><b>contained in</b>: Left submandibular triangle<br><b>synonym</b>: ONARD_Instance_4790006<br><b>regional part</b>: Left chondroglossus, Left hyoglossus proper, Left ceratoglossus, Belly of left hyoglossus, Head of left hyoglossus, Distal zone of left hyoglossus<br><b>constitutional part</b>: Proximal tendon of left hyoglossus, Muscle body of left hyoglossus, Distal tendon of left hyoglossus" ;
    a owl:Class ;
    rdfs:label "Left hyoglossus" ;
    rdfs:subClassOf example:left, obo:FMA_46691, _:genid3144, _:genid3146, _:genid3148, _:genid3150, _:genid3152, _:genid3154, _:genid3156, _:genid3158, _:genid3160 .

obo:FMA_46705
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Styloglossus<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to right styloglossus<br><b>preferred name</b>: KB_INSTANCE_59373<br><b>member of</b>: Set of right extrinsic muscles of tongue<br><b>synonym</b>: ONARD_Instance_4800007<br><b>regional part</b>: Longitudinal part of right styloglossus, Oblique part of right styloglossus, Belly of right styloglossus, Head of right styloglossus, Distal zone of right styloglossus<br><b>constitutional part</b>: Proximal tendon of right styloglossus, Muscle body of right styloglossus, Distal tendon of right styloglossus" ;
    a owl:Class ;
    rdfs:label "Right styloglossus" ;
    rdfs:subClassOf example:right, obo:FMA_46692, _:genid3167, _:genid3169, _:genid3171, _:genid3173, _:genid3175, _:genid3177, _:genid3179, _:genid3181 .

obo:FMA_46706
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Styloglossus<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to left styloglossus<br><b>preferred name</b>: KB_INSTANCE_59375<br><b>member of</b>: Set of left extrinsic muscles of tongue<br><b>synonym</b>: ONARD_Instance_4800008<br><b>regional part</b>: Longitudinal part of left styloglossus, Oblique part of left styloglossus, Belly of left styloglossus, Head of left styloglossus, Distal zone of left styloglossus<br><b>constitutional part</b>: Proximal tendon of left styloglossus, Muscle body of left styloglossus, Distal tendon of left styloglossus" ;
    a owl:Class ;
    rdfs:label "Left styloglossus" ;
    rdfs:subClassOf example:left, obo:FMA_46692, _:genid3188, _:genid3190, _:genid3192, _:genid3194, _:genid3196, _:genid3198, _:genid3200, _:genid3202 .

obo:FMA_46707
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Chondroglossus<br><b>preferred name</b>: KB_INSTANCE_59377<br><b>regional part of</b>: Right hyoglossus" ;
    a owl:Class ;
    rdfs:label "Right chondroglossus" ;
    rdfs:subClassOf example:right, obo:FMA_46700 .

obo:FMA_46708
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Chondroglossus<br><b>preferred name</b>: KB_INSTANCE_59379<br><b>regional part of</b>: Left hyoglossus" ;
    a owl:Class ;
    rdfs:label "Left chondroglossus" ;
    rdfs:subClassOf example:left, obo:FMA_46700 .

obo:FMA_46709
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Palatoglossus<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to right palatoglossus<br><b>preferred name</b>: KB_INSTANCE_59381<br><b>member of</b>: Set of right extrinsic muscles of tongue, Musculature of palatofaucial region<br><b>synonym</b>: ONARD_Instance_4790425<br><b>constitutional part</b>: Muscle body of right palatoglossus, Distal tendon of right palatoglossus, Proximal tendon of right palatoglossus<br><b>regional part</b>: Palatine part of right palatoglossus, Faucial part of right palatoglossus, Belly of right palatoglossus, Distal zone of right palatoglossus" ;
    a owl:Class ;
    rdfs:label "Right palatoglossus" ;
    rdfs:subClassOf example:right, obo:FMA_46697, _:genid3219, _:genid3221, _:genid3223, _:genid3225, _:genid3227, _:genid3229, _:genid3231 .

obo:FMA_46710
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Palatoglossus<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to left palatoglossus<br><b>preferred name</b>: KB_INSTANCE_59383<br><b>member of</b>: Set of left extrinsic muscles of tongue, Musculature of palatofaucial region<br><b>synonym</b>: ONARD_Instance_4790426<br><b>constitutional part</b>: Muscle body of left palatoglossus, Distal tendon of left palatoglossus, Proximal tendon of left palatoglossus<br><b>regional part</b>: Palatine part of left palatoglossus, Faucial part of left palatoglossus, Belly of left palatoglossus, Distal zone of left palatoglossus" ;
    a owl:Class ;
    rdfs:label "Left palatoglossus" ;
    rdfs:subClassOf example:left, obo:FMA_46697, _:genid3238, _:genid3240, _:genid3242, _:genid3244, _:genid3246, _:genid3248, _:genid3250 .

obo:FMA_46711
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Superior longitudinal muscle of tongue<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to right superior longitudinal muscle of tongue<br><b>preferred name</b>: KB_INSTANCE_59385<br><b>member of</b>: Set of right intrinsic muscles of tongue<br><b>constitutional part</b>: Muscle body of right superior longitudinal muscle of tongue, Distal tendon of right superior longitudinal muscle of tongue, Proximal tendon of right superior longitudinal muscle of tongue<br><b>regional part</b>: Belly of right superior longitudinal muscle of tongue, Distal zone of right superior longitudinal muscle of tongue, Head of right superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Right superior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_46693, _:genid3257, _:genid3259, _:genid3261, _:genid3263, _:genid3265, _:genid3267 .

obo:FMA_46712
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Superior longitudinal muscle of tongue<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to left superior longitudinal muscle of tongue<br><b>preferred name</b>: KB_INSTANCE_59386<br><b>member of</b>: Set of left intrinsic muscles of tongue<br><b>constitutional part</b>: Muscle body of left superior longitudinal muscle of tongue, Distal tendon of left superior longitudinal muscle of tongue, Proximal tendon of left superior longitudinal muscle of tongue<br><b>regional part</b>: Belly of left superior longitudinal muscle of tongue, Distal zone of left superior longitudinal muscle of tongue, Head of left superior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Left superior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_46693, _:genid3274, _:genid3276, _:genid3278, _:genid3280, _:genid3282, _:genid3284 .

obo:FMA_46713
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Inferior longitudinal muscle of tongue<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to right inferior longitudinal muscle of tongue<br><b>preferred name</b>: KB_INSTANCE_59387<br><b>member of</b>: Set of right intrinsic muscles of tongue<br><b>constitutional part</b>: Muscle body of right inferior longitudinal muscle of tongue, Distal tendon of right inferior longitudinal muscle of tongue, Proximal tendon of right inferior longitudinal muscle of tongue<br><b>regional part</b>: Head of right inferior longitudinal muscle of tongue, Distal zone of right inferior longitudinal muscle of tongue, Belly of right inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Right inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_46694, _:genid3291, _:genid3293, _:genid3295, _:genid3297, _:genid3299, _:genid3301 .

obo:FMA_46714
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Inferior longitudinal muscle of tongue<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to left inferior longitudinal muscle of tongue<br><b>preferred name</b>: KB_INSTANCE_59388<br><b>member of</b>: Set of left intrinsic muscles of tongue<br><b>constitutional part</b>: Muscle body of left inferior longitudinal muscle of tongue, Distal tendon of left inferior longitudinal muscle of tongue, Proximal tendon of left inferior longitudinal muscle of tongue<br><b>regional part</b>: Head of left inferior longitudinal muscle of tongue, Distal zone of left inferior longitudinal muscle of tongue, Belly of left inferior longitudinal muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Left inferior longitudinal muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_46694, _:genid3308, _:genid3310, _:genid3312, _:genid3314, _:genid3316, _:genid3318 .

obo:FMA_46715
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Transverse muscle of tongue<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to right transverse muscle of tongue<br><b>preferred name</b>: KB_INSTANCE_59389<br><b>member of</b>: Set of right intrinsic muscles of tongue<br><b>synonym</b>: KB_INSTANCE_59390<br><b>constitutional part</b>: Muscle body of right transverse muscle of tongue, Distal tendon of right transverse muscle of tongue, Proximal tendon of right transverse muscle of tongue<br><b>regional part</b>: Belly of right transverse muscle of tongue, Head of right transverse muscle of tongue, Distal zone of right transverse muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Right transverse muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_46695, _:genid3325, _:genid3327, _:genid3329, _:genid3331, _:genid3333, _:genid3335 .

obo:FMA_46716
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Transverse muscle of tongue<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to left transverse muscle of tongue<br><b>preferred name</b>: KB_INSTANCE_59391<br><b>member of</b>: Set of left intrinsic muscles of tongue<br><b>synonym</b>: KB_INSTANCE_59392<br><b>constitutional part</b>: Muscle body of left transverse muscle of tongue, Distal tendon of left transverse muscle of tongue, Proximal tendon of left transverse muscle of tongue<br><b>regional part</b>: Belly of left transverse muscle of tongue, Head of left transverse muscle of tongue, Distal zone of left transverse muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Left transverse muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_46695, _:genid3342, _:genid3344, _:genid3346, _:genid3348, _:genid3350, _:genid3352 .

obo:FMA_46717
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Vertical muscle of tongue<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to right vertical muscle fo tongue<br><b>preferred name</b>: KB_INSTANCE_59393<br><b>member of</b>: Set of right intrinsic muscles of tongue<br><b>synonym</b>: KB_INSTANCE_59394<br><b>constitutional part</b>: Proximal tendon of right vertical muscle of tongue, Muscle body of right vertical muscle of tongue, Distal tendon of right transverse muscle of tongue<br><b>regional part</b>: Belly of right vertical muscle of tongue, Distal zone of right vertical muscle of tongue, Head of right vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Right vertical muscle of tongue" ;
    rdfs:subClassOf example:right, obo:FMA_46696, _:genid3359, _:genid3361, _:genid3363, _:genid3365, _:genid3367, _:genid3369 .

obo:FMA_46718
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Vertical muscle of tongue<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>nerve supply</b>: Nerve to left vertical muscle fo tongue<br><b>preferred name</b>: KB_INSTANCE_59395<br><b>member of</b>: Set of left intrinsic muscles of tongue<br><b>synonym</b>: KB_INSTANCE_59396<br><b>constitutional part</b>: Proximal tendon of left vertical muscle of tongue, Muscle body of left vertical muscle of tongue, Distal tendon of left transverse muscle of tongue<br><b>regional part</b>: Belly of left vertical muscle of tongue, Distal zone of left vertical muscle of tongue, Head of left vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Left vertical muscle of tongue" ;
    rdfs:subClassOf example:left, obo:FMA_46696, _:genid3376, _:genid3378, _:genid3380, _:genid3382, _:genid3384, _:genid3386 .

obo:FMA_46719
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of muscle of head<br><b>subclasses</b>: Ceratoglossus, Hyoglossus proper, Chondroglossus<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_59397<br><b>synonym</b>: KB_AUTO-INSERT2_7146" ;
    a owl:Class ;
    rdfs:label "Zone of hyoglossus" ;
    rdfs:subClassOf obo:FMA_284654 .

obo:FMA_46720
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of hyoglossus<br><b>subclasses</b>: Left ceratoglossus, Right ceratoglossus<br><b>preferred name</b>: KB_INSTANCE_59399<br><b>regional part of</b>: Hyoglossus<br><b>non-English equivalent</b>: KB_INSTANCE_59401, KB_AUTO-INSERT(3)_1598" ;
    a owl:Class ;
    rdfs:label "Ceratoglossus" ;
    rdfs:subClassOf obo:FMA_46719, _:genid3392 .

obo:FMA_46721
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Ceratoglossus<br><b>preferred name</b>: KB_INSTANCE_59402<br><b>regional part of</b>: Right hyoglossus" ;
    a owl:Class ;
    rdfs:label "Right ceratoglossus" ;
    rdfs:subClassOf example:right, obo:FMA_46720 .

obo:FMA_46722
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Ceratoglossus<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_59404<br><b>regional part of</b>: Left hyoglossus" ;
    a owl:Class ;
    rdfs:label "Left ceratoglossus" ;
    rdfs:subClassOf example:left, obo:FMA_46720 .

obo:FMA_46723
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of hyoglossus<br><b>subclasses</b>: Left hyoglossus proper, Right hyoglossus proper<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_59406<br><b>synonym</b>: KB_INSTANCE_59407<br><b>regional part of</b>: Hyoglossus" ;
    a owl:Class ;
    rdfs:label "Hyoglossus proper" ;
    rdfs:subClassOf obo:FMA_46719, _:genid3408 .

obo:FMA_46724
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Hyoglossus proper<br><b>preferred name</b>: KB_INSTANCE_59408<br><b>regional part of</b>: Right hyoglossus" ;
    a owl:Class ;
    rdfs:label "Right hyoglossus proper" ;
    rdfs:subClassOf example:right, obo:FMA_46723 .

obo:FMA_46725
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Hyoglossus proper<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_59409<br><b>regional part of</b>: Left hyoglossus" ;
    a owl:Class ;
    rdfs:label "Left hyoglossus proper" ;
    rdfs:subClassOf example:left, obo:FMA_46723 .

obo:FMA_46726
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle of head<br><b>subclasses</b>: Uvular muscle, Tensor veli palatini, Palatoglossus, Levator veli palatini<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_59410<br><b>:documentation</b>: Gray's 99:1691 - Except for tensor veli palatini, which is innervated by the mandibular nerve, all the palatine muscles are supplied by nerve fibers which leave the medulla in the cranial parto fthe accessory nerve and reach the pharyngeal nerve plexus via the vagus nerve.<br><b>synonym</b>: FM_live_15540, KB_INSTANCE_59411, KB_AUTO-INSERT2_147" ;
    a owl:Class ;
    rdfs:label "Muscle of palate" ;
    rdfs:subClassOf obo:FMA_9616 .

obo:FMA_47545
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Tendon, Tendon of muscle of head<br><b>subclasses</b>: Distal tendon of genioglossus, Proximal tendon of genioglossus, Tendon of left genioglossus, Tendon of right genioglossus<br><b>preferred name</b>: KB_INSTANCE_60369<br><b>synonym</b>: KB_AUTO-INSERT2_4267, ONARD_Instance_5150139" ;
    a owl:Class ;
    rdfs:label "Tendon of genioglossus" ;
    rdfs:subClassOf obo:FMA_318738 .

obo:FMA_49184
    obo:IAO_0000118 "Oral region" ;
    dc:source "Foundational Model of Anatomy (FMA)" ;
    a owl:Class ;
    rdfs:label "Mouth" ;
    rdfs:subClassOf obo:FMA_54393 .

obo:FMA_49436
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of muscle of head<br><b>subclasses</b>: Longitudinal part of styloglossus, Oblique part of styloglossus<br><b>preferred name</b>: KB_INSTANCE_62366<br><b>synonym</b>: KB_AUTO-INSERT2_7147" ;
    a owl:Class ;
    rdfs:label "Zone of styloglossus" ;
    rdfs:subClassOf obo:FMA_284654 .

obo:FMA_49437
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of styloglossus<br><b>subclasses</b>: Longitudinal part of right styloglossus, Longitudinal part of left styloglossus<br><b>preferred name</b>: KB_INSTANCE_62367<br><b>regional part of</b>: Styloglossus" ;
    a owl:Class ;
    rdfs:label "Longitudinal part of styloglossus" ;
    rdfs:subClassOf obo:FMA_49436, _:genid3430 .

obo:FMA_49438
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of styloglossus<br><b>subclasses</b>: Oblique part of left styloglossus, Oblique part of right styloglossus<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_62368<br><b>regional part of</b>: Styloglossus" ;
    a owl:Class ;
    rdfs:label "Oblique part of styloglossus" ;
    rdfs:subClassOf obo:FMA_49436, _:genid3436 .

obo:FMA_49439
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Longitudinal part of styloglossus<br><b>preferred name</b>: KB_INSTANCE_62369<br><b>regional part of</b>: Right styloglossus" ;
    a owl:Class ;
    rdfs:label "Longitudinal part of right styloglossus" ;
    rdfs:subClassOf example:right, obo:FMA_49437 .

obo:FMA_49440
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Longitudinal part of styloglossus<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_62370<br><b>regional part of</b>: Left styloglossus" ;
    a owl:Class ;
    rdfs:label "Longitudinal part of left styloglossus" ;
    rdfs:subClassOf example:left, obo:FMA_49437 .

obo:FMA_49441
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Oblique part of styloglossus<br><b>preferred name</b>: KB_INSTANCE_62371<br><b>regional part of</b>: Right styloglossus" ;
    a owl:Class ;
    rdfs:label "Oblique part of right styloglossus" ;
    rdfs:subClassOf example:right, obo:FMA_49438 .

obo:FMA_49442
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Oblique part of styloglossus<br><b>preferred name</b>: KB_INSTANCE_62372<br><b>regional part of</b>: Left styloglossus" ;
    a owl:Class ;
    rdfs:label "Oblique part of left styloglossus" ;
    rdfs:subClassOf example:left, obo:FMA_49438 .

obo:FMA_49443
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Postnatal anatomical structure<br><b>subclasses</b>: Craniocervical region, Organ system cluster, Tissue cluster, Anatomical compartment wall, Anatomical conduit, Organ cluster, Cardinal body part subdivision cluster, Heterogeneous anatomical cluster, Anatomical compartment, Compartment subdivision, Organ part cluster, Cell part cluster, Cell cluster, Anatomical junction<br><b>:slot-templates</b>: location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_62373<br><b>:documentation</b>: CROM 1.02.01reviewed.n1.04.01 CROM completed review of all subclasses.n1.08.02: Include in the definition the spaces that they enclose.<br><b>non-English equivalent</b>: ONARD_Instance_1480016, ONARD_Instance_580727, ONARD_Instance_580748, ONARD_Instance_580704<br><b>:direct-template-slots</b>: segmental supply, receives input from, sends output to, sends output to", """type: class
is-a: Anatomical structure
subclasses: Craniocervical region, Vestigial embryonic structure, Anatomical conduit, Organ cluster, Anatomical compartment, Body part subdivision cluster, Heterogeneous cluster, Compartment subdivision, Tissue cluster, Organ part cluster, Cell part cluster, Organ system cluster, Gestational structure, Cell cluster, Anatomical junction
:slot-templates: location value-type: Has_anatomical_coordinate relation, location value-type: Instance
:documentation: CROM 1.02.01reviewed.n1.04.01 CROM completed review of all subclasses.n1.08.02: Include in the definition the spaces that they enclose.
:direct-template-slots: segmental supply, receives input from, sends output to, sends output to, lymphatic drainage""" ;
    a owl:Class ;
    rdfs:comment "Anatomical structure, which has as its parts a heterogeneous collection of  organs, organ parts, cells, cell parts or body part subdivisions that are adjacent to, or continuous with one another; does not constitute a cell part, cell,  tissue,  organ, organ system or organ system subdivision, cardinal body part, body part subdivision or anatomical junction. Examples: joint, adnexa of uterus, root of lung, renal pedicle, back.", "Anatomical structure, which has as its parts a heterogeneous collection of organs, organ parts, cells, cell parts or body part subdivisions and associated spaces that are connected to one another; does not constitute a cell part, cell, tissue, organ, organ system or organ system subdivision, cardinal body part, or body part subdivision. Examples: joint, adnexa of uterus, root of lung, renal pedicle, back." ;
    rdfs:label "Anatomical cluster" ;
    rdfs:subClassOf obo:FMA_67135 .

obo:FMA_5018
    obo:IAO_0000116 """type: class
is-a: Organ with cavitated organ parts
subclasses: Flat bone, Irregular bone, Long bone, Short bone
:slot-templates: receives attachment value-type: Membrane organ, receives attachment value-type: Cartilage organ, receives attachment value-type: Ligament organ, receives attachment value-type: Muscle organ, receives attachment value-type: Class, location value-type: Organ anatomical coordinate adjacency, location value-type: Instance, attributed continuous with value-type: Instance
:direct-template-slots: articulates with, receives attachment
physical state: Solid
homonym of: Bone""" ;
    a owl:Class ;
    rdfs:comment "Organ with cavitated organ parts, which primarily consists of compact (cortical) and cancellous bone, which surround bone marrow cavities; together with other bones, cartilages and joints, it constitutes the skeletal system.  Examples: femur, sternum, maxilla, vertebra, talus." ;
    rdfs:label "Bone organ" ;
    rdfs:subClassOf obo:FMA_55673 .

obo:FMA_5022
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Nonparenchymatous organ<br><b>subclasses</b>: Muscle of head, Muscle of neck, Muscle of lower limb, Muscle of upper limb, Masseter, Medial pterygoid, Lateral pterygoid, Muscle of trunk<br><b>:slot-templates</b>: nerve supply <i>value-type</i>: Peripheral nerve, nerve supply <i>value-type</i>: Nerve plexus, nerve supply <i>value-type</i>: Class, nerve supply <i>value-type</i>: Neural tree organ, nerve supply <i>value-type</i>: Segment of neural tree organ, nerve supply <i>value-type</i>: Subdivision of nervous system, nerve supply <i>value-type</i>: Nerve, location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance, attributed part <i>value-type</i>: Organ part_of relationship value, attributed part <i>value-type</i>: Muscle (organ) part_of relationship value, attributed part <i>value-type</i>: Instance, muscle attachment <i>value-type</i>: Muscle (organ) attachment relation, muscle attachment <i>value-type</i>: Instance, nerve supply <i>value-type</i>: Variant anatomical structure, nerve supply <i>value-type</i>: Set of nerves, nerve supply <i>value-type</i>: Nerve trunk<br><b>attributed part</b>: Epimysium, Striated muscle fasciculus<br><b>preferred name</b>: KB_INSTANCE_01365<br><b>:documentation</b>: the spatial arrangement of the fasciculi determines the shape of a muscle and the forces it is capable of exerting.<br><b>:direct-template-slots</b>: muscle attachment, muscle attachment, fascicular architecture, primary segmental supply, secondary segmental supply, muscle origin, muscle insertion<br><b>regional part</b>: Aponeurosis, Distal tendon, Proximal tendon, Muscle belly<br><b>non-English equivalent</b>: ONARD_Instance_580472, ONARD_Instance_580048, ONARD_Instance_580763<br><b>constitutional part</b>: Fascia of muscle, Skeletal muscle tissue<br><b>synonym</b>: ONARD_Instance_2680000, ONARD.03.26.14_Instance_490005" ;
    a owl:Class ;
    rdfs:comment "Nonparenchymatous organ that primarily consists of skeletal muscle tissue aggregated into macroscopic fasciculi by connective tissue; together with other muscles, it constitutes the muscular system. Examples: biceps, diaphragm, masseter, right third external intercostal muscle, external oblique, levator ani, serratus anterior." ;
    rdfs:label "Muscle organ" ;
    rdfs:subClassOf obo:FMA_55665 .

obo:FMA_5034
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Organ component of lymphatic tree organ<br><b>subclasses</b>: Parietal lymph node of abdomen, Visceral lymph node of abdomen, Lymph node of body proper, Deep lymph node, Superficial lymph node, Lymph node of head, Lymph node of upper limb, Lymph node of lower limb<br><b>preferred name</b>: KB_INSTANCE_01384<br><b>non-English equivalent</b>: ONARD_Instance_580114, KB_AUTO-INSERT(3)_4662, su_incus_37388, KB_INSTANCE_01385, ONARD_Instance_580577, su_incus_37387, ONARD_Instance_270000<br><b>constitutional part</b>: Hilum of lymph node, Stroma of lymph node, Capsule of lymph node<br><b>:direct-template-slots</b>: efferent to, drains into<br><b>regional part</b>: Medulla of lymph node, Cortex of lymph node" ;
    a owl:Class ;
    rdfs:comment "Organ component of lymphatic tree organ which has as direct regional parts cortex and medulla." ;
    rdfs:label "Lymph node" ;
    rdfs:subClassOf obo:FMA_278572 .

obo:FMA_52748
    obo:IAO_0000116 """type: class
is-a: Irregular bone
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance
regional part: Body of mandible, Right ramus of mandible, Left ramus of mandible
constitutional part: Articular cartilage of right head of mandible, Articular cartilage of left head of mandible, Bony part of mandible, Vasculature of mandible
constitutional part of: Lower jaw, Viscerocranium, Skeleton of mouth
systemic part of: Skeleton of head
regional part of: Skeleton of head
member of: Skeleton of head, Set of bones of skull
articulates with: Left temporal bone, Right temporal bone""" ;
    a owl:Class ;
    rdfs:label "Mandible" ;
    rdfs:subClassOf obo:FMA_7477, _:genid3146, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_259848
    ], _:genid3148, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_57095
    ], _:genid3150, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_52829
    ], _:genid3152 .

obo:FMA_52826
    obo:IAO_0000116 """type: class
is-a: Zone of irregular bone
subclasses: Ramus of mandible, Zone of body of mandible, Socket of mandible, Zone of ramus of mandible""" ;
    a owl:Class ;
    rdfs:label "Zone of mandible" ;
    rdfs:subClassOf obo:FMA_24011 .

obo:FMA_52827
    obo:IAO_0000116 """type: class
is-a: Body of organ
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part: Alveolar part of mandible, Base of mandible
regional part of: Mandible""" ;
    a owl:Class ;
    rdfs:label "Body of mandible" ;
    rdfs:subClassOf obo:FMA_45734, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_52831
    ], _:genid3154 .

obo:FMA_52828
    obo:IAO_0000116 """type: class
is-a: Zone of mandible
subclasses: Right ramus of mandible, Left ramus of mandible""" ;
    a owl:Class ;
    rdfs:label "Ramus of mandible" ;
    rdfs:subClassOf obo:FMA_52826, [
        a owl:Class ;
        owl:unionOf _:genid3156
    ] .

obo:FMA_52829
    obo:IAO_0000116 """type: class
is-a: Ramus of mandible
regional part: Right ramus proper of mandible, Right condylar process of mandible, Right coronoid process of mandible, Right temporal crest of mandible
regional part of: Mandible""" ;
    a owl:Class ;
    rdfs:label "Right ramus of mandible" ;
    rdfs:subClassOf example:right, obo:FMA_52828, _:genid3158, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_52838
    ], _:genid3160, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59485
    ] .

obo:FMA_52830
    obo:IAO_0000116 """type: class
is-a: Ramus of mandible
regional part: Left ramus proper of mandible, Left condylar process of mandible, Left coronoid process of mandible, Left temporal crest of mandible
regional part of: Mandible""" ;
    a owl:Class ;
    rdfs:label "Left ramus of mandible" ;
    rdfs:subClassOf example:left, obo:FMA_52828, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_52835
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_52840
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_53663
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59486
    ] .

obo:FMA_52831
    obo:IAO_0000116 """type: class
is-a: Zone of bone organ
regional part: Base proper of mandible, Mental part of base of mandible, Superior mental spine, Inferior mental spine
regional part of: Body of mandible""" ;
    a owl:Class ;
    rdfs:label "Base of mandible" ;
    rdfs:subClassOf obo:FMA_10483, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59431
    ], _:genid3167, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59433
    ], _:genid3169 .

obo:FMA_52832
    obo:IAO_0000116 """type: class
is-a: Process of organ
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Body of mandible
member of: Mandibular dental arcade
regional part: Alveolar part proper of mandible, Interalveolar septum of mandible, Set of interalveolar septa of mandible""" ;
    a owl:Class ;
    rdfs:label "Alveolar part of mandible" ;
    rdfs:subClassOf obo:FMA_67601, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59447
    ], _:genid3171, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_75781
    ] .

obo:FMA_52833
    obo:IAO_0000116 """type: class
is-a: Process of organ
subclasses: Left coronoid process of mandible, Right coronoid process of mandible""" ;
    a owl:Class ;
    rdfs:label "Coronoid process of mandible" ;
    rdfs:subClassOf obo:FMA_67601, _:genid3173 .

obo:FMA_52834
    obo:IAO_0000116 """type: class
is-a: Coronoid process of mandible
regional part of: Right ramus of mandible""" ;
    a owl:Class ;
    rdfs:label "Right coronoid process of mandible" ;
    rdfs:subClassOf example:right, obo:FMA_52833 .

obo:FMA_52835
    obo:IAO_0000116 """type: class
is-a: Coronoid process of mandible
regional part of: Left ramus of mandible""" ;
    a owl:Class ;
    rdfs:label "Left coronoid process of mandible" ;
    rdfs:subClassOf example:left, obo:FMA_52833 .

obo:FMA_52836
    obo:IAO_0000116 """type: class
is-a: Process of organ
subclasses: Left condylar process of mandible, Right condylar process of mandible""" ;
    a owl:Class ;
    rdfs:label "Condylar process of mandible" ;
    rdfs:subClassOf obo:FMA_67601, [
        a owl:Class ;
        owl:unionOf _:genid3177
    ] .

obo:FMA_52838
    obo:IAO_0000116 """type: class
is-a: Condylar process of mandible
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part: Right head of mandible, Right neck of mandible
regional part of: Right ramus of mandible""" ;
    a owl:Class ;
    rdfs:label "Right condylar process of mandible" ;
    rdfs:subClassOf example:right, obo:FMA_52836, _:genid3179, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59476
    ] .

obo:FMA_52840
    obo:IAO_0000116 """type: class
is-a: Condylar process of mandible
regional part: Left head of mandible, Left neck of mandible
regional part of: Left ramus of mandible""" ;
    a owl:Class ;
    rdfs:label "Left condylar process of mandible" ;
    rdfs:subClassOf example:left, obo:FMA_52836, _:genid3181, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59477
    ] .

obo:FMA_52845
    obo:IAO_0000116 """type: class
is-a: Zone of irregular bone
subclasses: Nasal part of frontal process of maxilla, Body proper of maxilla, Right side of anterior nasal spine, Infratemporal part of maxilla, Zone of alveolar process of maxilla, Orbital part of maxilla, Left side of anterior nasal spine, Frontal process proper of maxilla, Palatine process proper of maxilla, Socket of maxilla, Palatine spine, Anterior nasal spine of maxilla""" ;
    a owl:Class ;
    rdfs:label "Zone of maxilla" ;
    rdfs:subClassOf obo:FMA_24011 .

obo:FMA_52846
    obo:IAO_0000116 """type: class
is-a: Body of organ
subclasses: Body of left maxilla, Body of right maxilla
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Body of maxilla" ;
    rdfs:subClassOf obo:FMA_45734, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57684
            obo:FMA_57685
        )
    ] .

obo:FMA_52894
    obo:IAO_0000116 """type: class
is-a: Process of organ
subclasses: Frontal process of left maxilla, Frontal process of right maxilla""" ;
    a owl:Class ;
    rdfs:label "Frontal process of maxilla" ;
    rdfs:subClassOf obo:FMA_67601, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57686
            obo:FMA_57687
        )
    ] .

obo:FMA_52895
    obo:IAO_0000116 """type: class
is-a: Process of organ
subclasses: Zygomatic process of right maxilla, Zygomatic process of left maxilla
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Zygomatic process of maxilla" ;
    rdfs:subClassOf obo:FMA_67601, [
        a owl:Class ;
        owl:unionOf _:genid3190
    ] .

obo:FMA_52896
    obo:IAO_0000116 """type: class
is-a: Process of organ
subclasses: Palatine process of left maxilla, Palatine process of right maxilla""" ;
    a owl:Class ;
    rdfs:label "Palatine process of maxilla" ;
    rdfs:subClassOf obo:FMA_67601, _:genid3192 .

obo:FMA_52897
    obo:IAO_0000116 """type: class
is-a: Process of organ
subclasses: Alveolar part of left maxilla, Alveolar part of right maxilla
regional part: Alveolar process proper of maxilla, Set of interalveolar septa of maxilla
regional part of: Maxilla""" ;
    a owl:Class ;
    rdfs:label "Alveolar part of maxilla" ;
    rdfs:subClassOf obo:FMA_67601, [
        a owl:Class ;
        owl:unionOf _:genid3196
    ], _:genid3198, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_75773
    ] .

obo:FMA_53165
    obo:IAO_0000116 """type: class
is-a: Anatomical conduit space
subclasses: Lingual canal of mandible, Lingual foramen, Inferior alveolar canal, Osseous cochlear canal, Vas prominens of cochlear duct, Cochlear aqueduct, Vestibular aqueduct, Fundus of internal acoustic meatus, Petrosal fossula, Geniculum of facial canal, Mental foramen, Mandibular canal, Incisive canal, Maxillary hiatus, Alveolar canal, Infra-orbital foramen, Mastoid foramen, Posterior nasal aperture, Frontal foramen, Lesser palatine foramen, Nasopharyngeal meatus, Zygomaticotemporal foramen, Zygomaticofacial foramen, Zygomatico-orbital foramen, Alveolar foramina of maxilla, Stylomastoid foramen, Cochlear canaliculus, Tympanic canaliculus, Mastoid canaliculus, Nasal foramina, Vestibular canaliculus, Canal for auditory tube, Canal for tensor tympani, Musculotubal canal, Carotid canal, Caroticotympanic canaliculus, Canaliculus for chorda tympani, Pterygoid canal, Jugular foramen, Carotid sulcus, Sulcus tubae, Foramen lacerum, Infra-orbital canal, Inferior orbital fissure, Superior orbital fissure, Foramen petrosum, Sphenoidal emissary foramen, Foramen spinosum, Palatovaginal canal, Foramen ovale, Foramen rotundum, Sphenopalatine foramen, Posterior ethmoidal foramen, Facial canal, Foramen caecum, Anterior ethmoidal foramen, Parietal foramen, Supraorbital foramen, Optic canal, Incisive foramina, Caroticoclinoid foramen, Internal acoustic meatus, Greater palatine foramen, Mandibular foramen, Emissary sphenoidal foramen, Greater palatine canal""" ;
    a owl:Class ;
    rdfs:label "Cranial conduit" ;
    rdfs:subClassOf obo:FMA_9338 .

obo:FMA_53174
    obo:IAO_0000116 """type: class
is-a: Cranial conduit
subclasses: Posterior incisive foramina, Anterior incisive foramina""" ;
    a owl:Class ;
    rdfs:label "Incisive foramina" ;
    rdfs:subClassOf obo:FMA_53165 .

obo:FMA_53649
    obo:IAO_0000116 """type: class
is-a: Maxilla
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance
constitutional part of: Viscerocranium
regional part: Body of right maxilla, Frontal process of right maxilla, Right infra-orbital canal, Zygomatic process of right maxilla, Palatine process of right maxilla
constitutional part: Bony part of right maxilla, Vasculature of right maxilla
systemic part of: Skeleton of head
regional part of: Skeleton of head
member of: Skeleton of head, Set of bones of skull
articulates with: Ethmoid, Right zygomatic bone, Right nasal bone, Right palatine bone, Right lacrimal bone, Right inferior nasal concha, Vomer, Left maxilla, Frontal bone""" ;
    a owl:Class ;
    rdfs:label "Right maxilla" ;
    rdfs:subClassOf example:right, obo:FMA_9711, _:genid3200, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_259852
    ], _:genid3202, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57686
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57688
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57690
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59049
    ] .

obo:FMA_53650
    obo:IAO_0000116 """type: class
is-a: Maxilla
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Body of left maxilla, Frontal process of left maxilla, Left infra-orbital canal, Palatine process of left maxilla, Zygomatic process of left maxilla
constitutional part of: Viscerocranium
constitutional part: Bony part of left maxilla, Vasculature of left maxilla
systemic part of: Skeleton of head
regional part of: Skeleton of head
member of: Skeleton of head, Set of bones of skull
articulates with: Left zygomatic bone, Left lacrimal bone, Left nasal bone, Left palatine bone, Left inferior nasal concha, Vomer, Right maxilla, Ethmoid, Frontal bone, Right maxilla""" ;
    a owl:Class ;
    rdfs:label "Left maxilla" ;
    rdfs:subClassOf example:left, obo:FMA_9711, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_259763
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_259854
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57685
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57687
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57689
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57691
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59050
    ] .

obo:FMA_53661
    obo:IAO_0000116 """type: class
is-a: Zone of ramus of mandible
subclasses: Left ramus proper of mandible, Right ramus proper of mandible""" ;
    a owl:Class ;
    rdfs:label "Ramus proper of mandible" ;
    rdfs:subClassOf obo:FMA_59469, [
        a owl:Class ;
        owl:unionOf (obo:FMA_53662
            obo:FMA_53663
        )
    ] .

obo:FMA_53662
    obo:IAO_0000116 """type: class
is-a: Ramus proper of mandible
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Right ramus of mandible""" ;
    a owl:Class ;
    rdfs:label "Right ramus proper of mandible" ;
    rdfs:subClassOf example:right, obo:FMA_53661 .

obo:FMA_53663
    obo:IAO_0000116 """type: class
is-a: Ramus proper of mandible
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Left ramus of mandible""" ;
    a owl:Class ;
    rdfs:label "Left ramus proper of mandible" ;
    rdfs:subClassOf example:left, obo:FMA_53661 .

obo:FMA_54393
    obo:IAO_0000118 "Facial region" ;
    dc:source "Foundational Model of Anatomy (FMA)" ;
    a owl:Class ;
    rdfs:label "Subdivision of face" ;
    rdfs:subClassOf obo:FMA_24218 .

obo:FMA_54396
    obo:IAO_0000116 """type: class
is-a: Organ subdivision cluster
subclasses: Upper jaw, Lower jaw""" ;
    a owl:Class ;
    rdfs:label "Jaw" ;
    rdfs:subClassOf obo:FMA_14462 .

obo:FMA_54397
    obo:IAO_0000116 """type: class
is-a: Jaw
constitutional part: Alveolar arch of maxilla, Gingiva of upper jaw, Maxillary dental arcade
regional part: Right side of upper jaw, Left side of upper jaw
constitutional part of: Maxillary part of mouth""" ;
    a owl:Class ;
    rdfs:label "Upper jaw" ;
    rdfs:subClassOf obo:FMA_54396, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55634
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55640
    ], _:genid3219, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_54553
    ], _:genid3221 .

obo:FMA_54398
    obo:IAO_0000116 """type: class
is-a: Jaw
constitutional part: Mandible, Mandibular dental arcade, Gingiva of lower jaw
regional part: Right side of lower jaw, Left side of lower jaw
constitutional part of: Mandibular part of mouth""" ;
    a owl:Class ;
    rdfs:label "Lower jaw" ;
    rdfs:subClassOf obo:FMA_54396, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_52748
    ], _:genid3223, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_59764
    ], _:genid3225, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_54556
    ] .

obo:FMA_54553
    obo:IAO_0000116 """type: class
is-a: Organ subdivision cluster
regional part of: Upper jaw
homonym of: Right side of jaw
part: Right upper canine socket, Right upper lateral incisor socket, Right upper central incisor socket, Right upper third molar socket, Right upper second molar socket, Right upper first molar socket, Right upper first premolar socket, Right upper second premolar socket""" ;
    a owl:Class ;
    rdfs:label "Right side of upper jaw" ;
    rdfs:subClassOf obo:FMA_14462, _:genid3227, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_57996
    ], _:genid3229, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_58023
    ], _:genid3231, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_58050
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_58052
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_58054
    ] .

obo:FMA_54554
    obo:IAO_0000116 """type: class
is-a: Organ subdivision cluster
regional part of: Upper jaw
homonym of: Left side of jaw
part: Left upper canine socket, Left upper lateral incisor socket, Left upper central incisor socket, Left upper third molar socket, Left upper second molar socket, Left upper first molar socket, Left upper first premolar socket, Left upper second premolar socket""" ;
    a owl:Class ;
    rdfs:label "Left side of upper jaw" ;
    rdfs:subClassOf obo:FMA_14462, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_57995
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_57997
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_58012
    ], _:genid3238, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_58027
    ], _:genid3240, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_58053
    ], _:genid3242 .

obo:FMA_54555
    obo:IAO_0000116 """type: class
is-a: Organ subdivision cluster
regional part of: Lower jaw
homonym of: Right side of jaw
part: Right lower canine socket, Right lower lateral incisor socket, Right lower central incisor socket, Right lower third molar socket, Right lower second molar socket, Right lower first molar socket, Right lower second premolar socket, Right lower first premolar socket""" ;
    a owl:Class ;
    rdfs:label "Right side of lower jaw" ;
    rdfs:subClassOf obo:FMA_14462, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_58001
    ], _:genid3244, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_58009
    ], _:genid3246, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_58021
    ], _:genid3248, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_58043
    ], _:genid3250 .

obo:FMA_54556
    obo:IAO_0000116 """type: class
is-a: Organ subdivision cluster
regional part of: Lower jaw
homonym of: Left side of jaw
part: Left lower canine socket, Left lower lateral incisor socket, Left lower central incisor socket, Left lower third molar socket, Left lower second molar socket, Left lower first molar socket, Left lower second premolar socket, Left lower first premolar socket""" ;
    a owl:Class ;
    rdfs:label "Left side of lower jaw" ;
    rdfs:subClassOf obo:FMA_14462, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_58002
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_58004
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_58010
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_58020
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_58022
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_58042
    ], _:genid3257, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_58046
    ] .

obo:FMA_54640
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Heterogeneous anatomical cluster<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>arterial supply</b>: Right lingual artery, Left lingual artery, Right ascending palatine artery, Left ascending palatine artery, Right tonsillar artery, Left tonsillar artery<br><b>location</b>: Palatine process of right maxilla(Superior), Palatine process of left maxilla(Superior)<br><b>preferred name</b>: KB_INSTANCE_69420<br><b>inherent 3-D shape</b>: Semi-cone<br><b>nerve supply</b>: Right lingual nerve, Left lingual nerve, Right hypoglossal nerve, Left hypoglossal nerve<br><b>bounded by</b>: Superior surface of tongue, Inferior surface of tongue<br><b>orientation</b>: Apex of tongue(Anterior), Dorsum of tongue(Superior), NIL(Posterior), Ventrum of tongue(Inferior)<br><b>lymphatic drainage</b>: Jugulodigastric lymphatic chain<br><b>non-English equivalent</b>: ONARD_Instance_580061, ONARD_Instance_580490, KB_AUTO-INSERT(3)_1573, ONARD_Instance_580765, su_incus_35605, ONARD_Instance_610027<br><b>venous drainage</b>: Left dorsal lingual vein, Right deep lingual vein, Left deep lingual vein, Right dorsal lingual vein<br><b>constitutional part</b>: Neural network of tongue, Vasculature of tongue, Musculature of tongue, Mucosa of tongue<br><b>attributed part</b>: Oral part of tongue, Posterior part of tongue<br><b>constitutional part of</b>: Floor of mouth<br><b>regional part</b>: Oral part of tongue, Posterior part of tongue, Region of tongue<br><b>part</b>: Hyoglossal membrane, Papilla of tongue" ;
    a owl:Class ;
    rdfs:label "Tongue" ;
    rdfs:subClassOf obo:FMA_64989, _:genid3580, _:genid3582, _:genid3584, _:genid3586, _:genid3588, _:genid3590, _:genid3592, _:genid3594, _:genid3596, _:genid3598, _:genid3600, _:genid3602, _:genid3604, _:genid3606, _:genid3608, _:genid3610, _:genid3612, _:genid3614 .

obo:FMA_54643
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Organ zone<br><b>subclasses</b>: Zone of pharyngeal part of tongue, Oral part of tongue, Posterior part of tongue, Dorsum of tongue, Zone of body of tongue, Retromolar region<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_69426<br><b>synonym</b>: KB_AUTO-INSERT2_7023" ;
    a owl:Class ;
    rdfs:label "Zone of tongue" ;
    rdfs:subClassOf obo:FMA_55268 .

obo:FMA_54644
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of tongue<br><b>preferred name</b>: KB_INSTANCE_69429<br><b>regional part of</b>: Tongue<br><b>synonym</b>: ONARD_Instance_3800024, ONARD_Instance_3800023, ONARD_Instance_3800044<br><b>regional part</b>: Right lateral part of oral part of tongue, Oral part proper of tongue, Apex of tongue, Left lateral part of oral part of tongue<br><b>attributed part</b>: Dorsal part of oral part of tongue, Left half of oral part of tongue, Right half of oral part of tongue, Ventral part of oral part of tongue<br><b>nerve supply</b>: Chorda tympani<br><b>lymphatic drainage</b>: Central lingual lymphatic tree<br><b>non-English equivalent</b>: ONARD_Instance_3800021, su_incus_37836, su_incus_37837, ONARD_Instance_3800022<br><b>constitutional part</b>: Vasculature of oral part of tongue, Mucosa of oral part of tongue" ;
    a owl:Class ;
    rdfs:label "Oral part of tongue" ;
    rdfs:subClassOf obo:FMA_54643, _:genid3620, _:genid3622, _:genid3624, _:genid3626, _:genid3628, _:genid3630, _:genid3632, _:genid3634, _:genid3636, _:genid3638 .

obo:FMA_54645
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of tongue<br><b>preferred name</b>: KB_INSTANCE_69438<br><b>constitutional part</b>: Mucosa of base of tongue, Submucosa of base of tongue, Lamina propria of base of tongue, Vasculature of base of tongue<br><b>nerve supply</b>: Lingual branch of glossopharyngeal nerve to postsulcal part of tongue<br><b>regional part</b>: Tonsillar region of pharyngeal part of tongue, Base proper of tongue, Posterior region of pharyngeal part of tongue<br><b>regional part of</b>: Tongue<br><b>non-English equivalent</b>: ONARD_Instance_3800061, ONARD_Instance_3800064, ONARD_Instance_3800062, su_incus_37838, ONARD_Instance_3800063, su_incus_37839<br><b>synonym</b>: ONARD_Instance_3800076, ONARD_Instance_3700006, ONARD_Instance_3800075, ONARD_Instance_3800085, KB_INSTANCE_69436" ;
    a owl:Class ;
    rdfs:label "Posterior part of tongue" ;
    rdfs:subClassOf obo:FMA_54643, _:genid3642, _:genid3644, _:genid3646, _:genid3648, _:genid3650, _:genid3652, _:genid3654 .

obo:FMA_54649
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of body of tongue<br><b>preferred name</b>: KB_INSTANCE_69445<br><b>synonym</b>: KB_AUTO-INSERT2_11182, ONARD_Instance_450006, KB_INSTANCE_69447<br><b>non-English equivalent</b>: KB_AUTO-INSERT(3)_1580, ONARD_Instance_580187, KB_INSTANCE_69446, ONARD_Instance_580850<br><b>lymphatic drainage</b>: Submental lymphatic chain, Jugulo-omohyoid lymphatic chain, Apical lingual lymphatic tree<br><b>constitutional part</b>: Vasculature of apex of tongue<br><b>regional part of</b>: Oral part of tongue" ;
    a owl:Class ;
    rdfs:label "Apex of tongue" ;
    rdfs:subClassOf obo:FMA_54663, _:genid3658 .

obo:FMA_54663
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of tongue<br><b>subclasses</b>: Zone of oral part of tongue, Apex of tongue, Zone of ventrum of tongue, Ventrum of tongue<br><b>preferred name</b>: KB_INSTANCE_69471<br><b>non-English equivalent</b>: ONARD_Instance_580849" ;
    a owl:Class ;
    rdfs:label "Zone of body of tongue" ;
    rdfs:subClassOf obo:FMA_54643 .

obo:FMA_54664
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of pharyngeal part of tongue<br><b>preferred name</b>: KB_INSTANCE_69472<br><b>regional part of</b>: Posterior part of tongue<br><b>synonym</b>: ONARD_Instance_3800057" ;
    a owl:Class ;
    rdfs:label "Base proper of tongue" ;
    rdfs:subClassOf obo:FMA_281540 .

obo:FMA_54671
    obo:IAO_0000116 """type: class
is-a: Zone of maxilla
subclasses: Orbital part of right maxilla, Orbital part of left maxilla""" ;
    a owl:Class ;
    rdfs:label "Orbital part of maxilla" ;
    rdfs:subClassOf obo:FMA_52845, [
        a owl:Class ;
        owl:unionOf _:genid3310
    ] .

obo:FMA_54672
    obo:IAO_0000116 """type: class
is-a: Orbital part of maxilla
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Body of right maxilla, Right orbit
systemic part of: Right orbit""" ;
    a owl:Class ;
    rdfs:label "Orbital part of right maxilla" ;
    rdfs:subClassOf example:right, obo:FMA_54671 .

obo:FMA_54673
    obo:IAO_0000116 """type: class
is-a: Orbital part of maxilla
regional part of: Body of left maxilla, Left orbit
systemic part of: Left orbit""" ;
    a owl:Class ;
    rdfs:label "Orbital part of left maxilla" ;
    rdfs:subClassOf example:left, obo:FMA_54671 .

obo:FMA_54712
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of extrinsic muscles of tongue<br><b>synonym</b>: KB_INSTANCE_69536<br><b>preferred name</b>: FM_live_04030<br><b>member</b>: Right genioglossus, Right hyoglossus, Right styloglossus, Right palatoglossus, Right palatopharyngeus<br><b>member of</b>: Set of all extrinsic muscles of tongue, Musculature of right side of tongue" ;
    a owl:Class ;
    rdfs:label "Set of right extrinsic muscles of tongue" ;
    rdfs:subClassOf obo:FMA_54716, _:genid3669, _:genid3671, _:genid3673, _:genid3675, _:genid3677 .

obo:FMA_54713
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of extrinsic muscles of tongue<br><b>synonym</b>: KB_INSTANCE_69537<br><b>preferred name</b>: FM_live_04031<br><b>member</b>: Left genioglossus, Left hyoglossus, Left styloglossus, Left palatoglossus, Left palatopharyngeus<br><b>member of</b>: Set of all extrinsic muscles of tongue, Musculature of left side of tongue" ;
    a owl:Class ;
    rdfs:label "Set of left extrinsic muscles of tongue" ;
    rdfs:subClassOf obo:FMA_54716, _:genid3681, _:genid3683, _:genid3685, _:genid3687, _:genid3689 .

obo:FMA_54714
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of intrinsic muscles of tongue<br><b>synonym</b>: KB_INSTANCE_69538<br><b>preferred name</b>: FM_live_04032<br><b>member</b>: Right superior longitudinal muscle of tongue, Right transverse muscle of tongue, Right inferior longitudinal muscle of tongue, Right vertical muscle of tongue<br><b>member of</b>: Set of all intrinsic muscles of tongue, Musculature of right side of tongue" ;
    a owl:Class ;
    rdfs:label "Set of right intrinsic muscles of tongue" ;
    rdfs:subClassOf obo:FMA_54717, _:genid3693, _:genid3695, _:genid3697, _:genid3699 .

obo:FMA_54715
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of intrinsic muscles of tongue<br><b>synonym</b>: KB_INSTANCE_69539<br><b>preferred name</b>: FM_live_04033<br><b>member</b>: Left inferior longitudinal muscle of tongue, Left vertical muscle of tongue, Left transverse muscle of tongue, Left superior longitudinal muscle of tongue<br><b>member of</b>: Set of all intrinsic muscles of tongue, Musculature of left side of tongue" ;
    a owl:Class ;
    rdfs:label "Set of left intrinsic muscles of tongue" ;
    rdfs:subClassOf obo:FMA_54717, _:genid3703, _:genid3705, _:genid3707, _:genid3709 .

obo:FMA_54716
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Musculature of subdivision of face<br><b>subclasses</b>: Set of all extrinsic muscles of tongue, Set of left extrinsic muscles of tongue, Set of right extrinsic muscles of tongue<br><b>regional part</b>: Palatoglossus<br><b>synonym</b>: KB_INSTANCE_69540<br><b>preferred name</b>: FM_live_06369<br><b>member</b>: Hyoglossus, Genioglossus, Styloglossus" ;
    a owl:Class ;
    rdfs:label "Set of extrinsic muscles of tongue" ;
    rdfs:subClassOf obo:FMA_55600, _:genid3713, _:genid3715, _:genid3717, _:genid3719 .

obo:FMA_54717
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Musculature of subdivision of face<br><b>subclasses</b>: Set of all intrinsic muscles of tongue, Set of right intrinsic muscles of tongue, Set of left intrinsic muscles of tongue<br><b>synonym</b>: KB_INSTANCE_69541<br><b>preferred name</b>: FM_live_06370<br><b>member</b>: Superior longitudinal muscle of tongue, Inferior longitudinal muscle of tongue, Transverse muscle of tongue, Vertical muscle of tongue" ;
    a owl:Class ;
    rdfs:label "Set of intrinsic muscles of tongue" ;
    rdfs:subClassOf obo:FMA_55600, _:genid3723, _:genid3725, _:genid3727, _:genid3729 .

obo:FMA_54806
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of organ component<br><b>subclasses</b>: Hyoglossal membrane, Papilla of tongue<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_69649<br><b>synonym</b>: KB_AUTO-INSERT2_4953<br><b>non-English equivalent</b>: ONARD_Instance_580120, ONARD_Instance_580634<br><b>regional part of</b>: Tongue" ;
    a owl:Class ;
    rdfs:label "Region of tongue" ;
    rdfs:subClassOf obo:FMA_86103 .

obo:FMA_54807
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa<br><b>preferred name</b>: FM_live_02413<br><b>:documentation</b>: Gray's 99:1724 - The mucosa of the inferior surface is thin, smooth and similar to the rest of the oral cavity.  The mucosa of the postsulcal part of the dorsum contains many lymphoid follicles.  In the presulcal part, the dorsal mucosa is thicker, adherent to muscular tissue covered by numerous papillae; consists of connective tissue and stratified squamous epithelium.<br><b>synonym</b>: KB_INSTANCE_69650, FM_live_02414, KB_AUTO-INSERT2_2257<br><b>non-English equivalent</b>: KB_INSTANCE_69651, KB_AUTO-INSERT(3)_1581<br><b>constitutional part of</b>: Tongue<br><b>regional part</b>: Mucosa of oral part of tongue, Mucosa of pharyngeal part of tongue<br><b>constitutional part</b>: Lamina propria of tongue, Epithelium of tongue" ;
    a owl:Class ;
    rdfs:label "Mucosa of tongue" ;
    rdfs:subClassOf obo:FMA_85355, _:genid3735, _:genid3737, _:genid3739, _:genid3741, _:genid3743 .

obo:FMA_54817
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of tongue<br><b>preferred name</b>: KB_INSTANCE_69664<br><b>part of</b>: Tongue" ;
    a owl:Class ;
    rdfs:label "Hyoglossal membrane" ;
    rdfs:subClassOf obo:FMA_54806 .

obo:FMA_54819
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of tongue<br><b>subclasses</b>: Foliate papilla of tongue, Vallate papilla of tongue, Fungiform papilla of tongue, Filiform papilla of tongue<br><b>preferred name</b>: KB_INSTANCE_69667<br><b>:documentation</b>: Gray's 38th ed:1722 - Projections of mucosa from the dorsum of the tongue; numerous but limited to the presulcal part of the dorsum, producing its charactreistic roughness.<br><b>synonym</b>: KB_INSTANCE_69668, KB_AUTO-INSERT2_5155<br><b>part of</b>: Tongue" ;
    a owl:Class ;
    rdfs:label "Papilla of tongue" ;
    rdfs:subClassOf obo:FMA_54806 .

obo:FMA_54820
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Papilla of tongue<br><b>preferred name</b>: KB_INSTANCE_69669<br><b>:documentation</b>: Gray's 38th ed:1723 - Covering most of the presulcal dorsal area; minute, conical or cylindrical and arranged in diagonal rows; have irregular cores of connective tissue; with keratinized epithelium." ;
    a owl:Class ;
    rdfs:label "Filiform papilla of tongue" ;
    rdfs:subClassOf obo:FMA_54819 .

obo:FMA_54821
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Papilla of tongue<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_69670<br><b>:documentation</b>: Gray's 38th ed:1723 - Occur mainly on the lingual margin, also on the dorsum; larger in size than filiform papilla, rounded in shape and deep red in color; usually bears one or more taste buds on its apical surface.<br><b>synonym</b>: ONARD_Instance_6380011" ;
    a owl:Class ;
    rdfs:label "Fungiform papilla of tongue" ;
    rdfs:subClassOf obo:FMA_54819 .

obo:FMA_54822
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Papilla of tongue<br><b>preferred name</b>: KB_INSTANCE_69671<br><b>:documentation</b>: Gray's 38th ed:1723 - Large cylindrical structures on the dorsum of the tongue; forms a v-shaped row immediately in front of the sulcus terminalis; narrower at its base than its apex; entire structure is covered by stratified squamous epithelium; taste buds abound in both walls of the sulcus.<br><b>synonym</b>: fm-live_15714" ;
    a owl:Class ;
    rdfs:label "Vallate papilla of tongue" ;
    rdfs:subClassOf obo:FMA_54819 .

obo:FMA_54823
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Papilla of tongue<br><b>preferred name</b>: KB_INSTANCE_69672<br><b>:documentation</b>: Gray's 38th ed:1723 - Lying bilaterally; two zones; each formed by a series of red, leaf-like mucosal ridges at the sides of the tongue near the sulcus terminalis; bear numerous taste buds." ;
    a owl:Class ;
    rdfs:label "Foliate papilla of tongue" ;
    rdfs:subClassOf obo:FMA_54819 .

obo:FMA_54831
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Synovial joint<br><b>subclasses</b>: Atlanto-occipital joint, Temporomandibular joint, Atlanto-axial joint, Joint of auditory ossicles<br><b>preferred name</b>: KB_INSTANCE_69685<br><b>synonym</b>: fm-live_02691" ;
    a owl:Class ;
    rdfs:label "Cranial synovial joint" ;
    rdfs:subClassOf obo:FMA_7501 .

obo:FMA_54832
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Cranial synovial joint<br><b>subclasses</b>: Right temporomandibular joint, Left temporomandibular joint<br><b>preferred name</b>: KB_INSTANCE_69686<br><b>non-English equivalent</b>: KB_INSTANCE_69687, KB_AUTO-INSERT(3)_790<br><b>constitutional part</b>: Stylomandibular ligament, Lateral ligament of temporomandibular joint, Synovial cavity of temporomandibular joint, Articular disk of temporomandibular joint, Articular capsule of temporomandibular joint, Articular cartilage of head of mandible, Sphenomandibular ligament, Articular cartilage of posterior part of zygomatic process of temporal bone, Medial ligament of temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Temporomandibular joint" ;
    rdfs:subClassOf obo:FMA_54831, _:genid3761, _:genid3765, _:genid3767, _:genid3769, _:genid3771, _:genid3773, _:genid3775, _:genid3777, _:genid3779, _:genid3781 .

obo:FMA_54833
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Temporomandibular joint<br><b>preferred name</b>: KB_INSTANCE_69688<br><b>member of</b>: Set of cranial synovial joints<br><b>constitutional part</b>: Medial ligament of right temporomandibular joint, Synovial cavity of right temporomandibular joint, Articular cartilage of posterior part of zygomatic process of right temporal bone, Lateral ligament of right temporomandibular joint, Articular disk of right temporomandibular joint, Right sphenomandibular ligament, Articular capsule of right temporomandibular joint, Right stylomandibular ligament, Articular cartilage of right head of mandible<br><b>constitutional part of</b>: Viscerocranium, Skeletal system of mouth" ;
    a owl:Class ;
    rdfs:label "Right temporomandibular joint" ;
    rdfs:subClassOf example:right, obo:FMA_54832, _:genid3788, _:genid3790, _:genid3792, _:genid3794, _:genid3796, _:genid3798, _:genid3800, _:genid3802, _:genid3804 .

obo:FMA_54834
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Temporomandibular joint<br><b>preferred name</b>: KB_INSTANCE_69689<br><b>member of</b>: Set of cranial synovial joints<br><b>constitutional part</b>: Left stylomandibular ligament, Articular capsule of left temporomandibular joint, Articular disk of left temporomandibular joint, Articular cartilage of left head of mandible, Articular cartilage of posterior part of zygomatic process of left temporal bone, Synovial cavity of left temporomandibular joint, Lateral ligament of left temporomandibular joint, Medial ligament of left temporomandibular joint, Left sphenomandibular ligament<br><b>constitutional part of</b>: Viscerocranium, Skeletal system of mouth" ;
    a owl:Class ;
    rdfs:label "Left temporomandibular joint" ;
    rdfs:subClassOf example:left, obo:FMA_54832, _:genid3811, _:genid3813, _:genid3815, _:genid3817, _:genid3819, _:genid3821, _:genid3823, _:genid3825, _:genid3827 .

obo:FMA_55107
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Nonparenchymatous organ<br><b>subclasses</b>: Skeletal cartilage organ, Laryngeal cartilage<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_70152<br><b>:documentation</b>: Cartilage organ consists not only of cartilage tissue but also of other components such as perichondrium.<br><b>non-English equivalent</b>: ONARD_Instance_580482, ONARD_Instance_580050, ONARD_Instance_580766" ;
    a owl:Class ;
    rdfs:label "Cartilage organ" ;
    rdfs:subClassOf obo:FMA_55665 .

obo:FMA_55268
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Organ region<br><b>subclasses</b>: Zone of skeletal ligament, Zone of glenoid labrum, Region of gingiva, Surface layer of organ, Zone of pericardial sac, Zone of arterial trunk, Zone of gallbladder, Zone of testis, Zone of superficial fascia, Zone of kidney, Zone of parotid gland, Zone of appendix, Head of organ, Zone of lung, Protuberance, Zone of posterior longitudinal ligament, Zone of right ventricle, Eminence, Zone of ligament of hip joint, Zone of costal cartilage, Zone of small intestine, Zone of visceral serous pericardium, Zone of cartilage organ, Body of organ, Zone of neurohypophysis, Zone of anterior longitudinal ligament, Zone of large intestine, Zone of cricoid cartilage, Mammelon, Zone of internal fascia, Zone of fibrous sheath, Gingiva, Zone of adenohypophysis, Organ crest, Zone of spleen, Zone of liver, Ascending part of trapezius, Zone of heart, Zone of fascia of perineum, Zone of skin, Trochanter, Zone of ulnar collateral ligament of elbow, Zone of pancreas, Zone of perineal membrane, Zone of investing fascia, Semilunar fold of large intestine, Zone of viscerocranial mucosa, Zone of muscle organ, Bone spine, Intermediate zone of lung viewed clinically, Descending part of trapezius, Zone of lesser sac, Zone of vein, Zone of ligament of ankle joint, Constriction zone of esophagus, Zone of submandibular gland, Zone of vagina, Neck of organ, Zone of urinary bladder, Zone of lacrimal gland, Laryngeal prominence, Zone of uterus, Zone of eyeball, Zone of epididymis, Zone of lens, Zone of uterine tube, Deep part of organ, Superficial part of organ, Zone of perineal fascia, Zone of internal spermatic fascia, Zone of thyroid gland, Radiological lung zone, Posterior part of capsule of manubriosternal joint, Zone of cavernous organ, Zone of parietal serous pericardium, Zone of lactiferous duct, Zone of prostate, Zone of fibrous pericardium, Zone of cartilage of external ear, Zone of lacrimal sac, Zone of anal canal viewed anatomically, Anterior part of capsule of manubriosternal joint, Zone of tympanic membrane, Zone of prostatic urethra, Zone of artery, Organ hemivolume, Organ portion, Pseudolobe, Zone of bone organ, Zone of arytenoid cartilage, Zone of nerve, Zone of ovary, Zone of tongue, Zone of stomach<br><b>:slot-templates</b>: location <i>value-type</i>: Organ part anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_70389<br><b>:documentation</b>: 9.27.01: OM suggests alternative definition- Arbitrary morphological organ part in which one or more of its boundaries are virtual planes.nNote: Organ can have virtual planes as one or two of its boundaries.<br><b>synonym</b>: ONARD_Instance_110001, August_Instance_960001, fm-live_10955", """type: class
is-a: Organ region
subclasses: Zone of pericardial sac, Zone of gallbladder, Zone of superficial fascia, Zone of kidney, Zone of parotid gland, Head of organ, Zone of artery, Zone of viscerocranial mucosa, Zone of appendix, Ascending part of trapezius, Zone of pancreas, Protuberance, Zone of posterior longitudinal ligament, Zone of right ventricle, Eminence, Zone of small intestine, Zone of visceral serous pericardium, Zone of prostate, Body of organ, Zone of neurohypophysis, Zone of anterior longitudinal ligament, Zone of testis, Zone of cricoid cartilage, Laryngeal prominence, Mamelon, Zone of internal fascia, Zone of fibrous sheath, Organ crest, Zone of adenohypophysis, Zone of lung, Zone of vertebra, Zone of spleen, Zone of liver, Zone of tympanic membrane, Zone of vagina, Gingiva, Zone of heart, Zone of fascia of perineum, Trochanter, Zone of perineal membrane, Zone of investing fascia, Semilunar fold of large intestine, Tubercle, Zone of ulnar collateral ligament of elbow, Zone of muscle organ, Bone spine, Intermediate zone of lung viewed clinically, Zone of arterial trunk, Zone of lesser sac, Zone of vein, Constriction zone of esophagus, Zone of submandibular gland, Zone of ligament of hip joint, Neck of organ, Zone of urinary bladder, Zone of lacrimal gland, Zone of costal cartilage, Zone of uterus, Zone of eyeball, Zone of epididymis, Zone of lens, Descending part of trapezius, Gingiva proper, Deep part of organ, Superficial part of organ, Zone of perineal fascia, Zone of internal spermatic fascia, Zone of thyroid gland, Radiological lung zone, Posterior part of capsule of manubriosternal joint, Zone of skin, Zone of cavernous organ, Zone of parietal serous pericardium, Zone of lactiferous duct, Zone of fibrous pericardium, Zone of cartilage of external ear, Zone of lacrimal sac, Zone of anal canal viewed anatomically, Anterior part of capsule of manubriosternal joint, Zone of ligament of ankle joint, Zone of uterine tube, Zone of prostatic urethra, Organ hemivolume, Organ portion, Pseudolobe, Zone of bone organ, Zone of arytenoid cartilage, Zone of nerve, Zone of large intestine, Zone of ovary, Zone of tongue, Zone of stomach
:slot-templates: location value-type: Organ part anatomical coordinate adjacency, location value-type: Instance
:documentation: 9.27.01: OM suggests alternative definition- Arbitrary morphological organ part in which one or more of its boundaries are virtual planes.nNote: Organ can have virtual planes as one or two of its boundaries.""" ;
    a owl:Class ;
    rdfs:comment "Organ region with one or more floating fiat boundaries. Examples: apical zone of lung, superior pole of kidney, gingiva, apex of prostate, ascending colon proper." ;
    rdfs:label "Organ zone" ;
    rdfs:subClassOf obo:FMA_67619 .

obo:FMA_55600
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Musculature<br><b>subclasses</b>: Set of extra-ocular muscles, Set of circumorbital muscles, Musculature of mouth, Set of muscles of auditory ossicles, Set of intrinsic auricular muscles, Set of nasal muscles, Set of extrinsic auricular muscles, Musculature of left side of face, Set of muscles of external ear, Musculature of subdivision of mouth, Musculature of tongue, Musculature of right side of tongue, Musculature of left side of tongue, Set of extrinsic muscles of tongue, Set of intrinsic muscles of tongue, Set of masticatory muscles, Musculature of palatofaucial region, Set of suboccipital muscles, Musculature of right side of face<br><b>preferred name</b>: ONARD_Instance_1490282<br><b>synonym</b>: FM_live_03994, KB_INSTANCE_70826" ;
    a owl:Class ;
    rdfs:label "Musculature of subdivision of face" ;
    rdfs:subClassOf obo:FMA_32558 .

obo:FMA_55622
    obo:IAO_0000116 """type: class
is-a: Organ segment
subclasses: Neck of tooth, Root of tooth, Crown of tooth, Clinical root of tooth, Clinical crown of tooth""" ;
    a owl:Class ;
    rdfs:label "Segment of tooth" ;
    rdfs:subClassOf obo:FMA_86140 .

obo:FMA_55623
    obo:IAO_0000116 """type: class
is-a: Segment of tooth
subclasses: Crown of premolar tooth, Crown of molar tooth, Crown of canine tooth, Crown of incisor tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Tooth
:documentation: Part of tooth covered with enamel.
regional part: Cusp of tooth, Crown proper of tooth, Cingulum of tooth, Tubercle of tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of tooth" ;
    rdfs:subClassOf obo:FMA_55622 .

obo:FMA_55624
    obo:IAO_0000116 """type: class
is-a: Segment of tooth
subclasses: Accessory root of tooth, Mesiolingual root of tooth, Mesiobuccal root of tooth, Distal root of tooth, Root of premolar tooth, Mesial root of tooth, Root of incisor tooth, Buccal root of tooth, Root of molar tooth, Palatal root of tooth, Root of canine tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Tooth""" ;
    a owl:Class ;
    rdfs:label "Root of tooth" ;
    rdfs:subClassOf obo:FMA_55622 .

obo:FMA_55628
    obo:IAO_0000116 """type: class
is-a: Acellular anatomical structure
subclasses: Dentine of upper third secondary molar tooth, Dentine of upper second secondary premolar tooth, Dentine of lower central secondary incisor tooth, Dentine of upper central secondary incisor tooth, Dentine of upper second secondary molar tooth, Dentine of upper first secondary premolar tooth, Dentine of lower lateral secondary incisor tooth, Dentine of lower third secondary molar tooth, Dentine of upper first secondary molar tooth, Dentine of upper secondary canine tooth, Dentine of lower secondary canine tooth, Dentine of lower second secondary premolar tooth, Dentine of lower second secondary molar tooth, Dentine of lower first secondary molar tooth, Dentine of upper lateral secondary incisor tooth, Dentine of lower first secondary premolar tooth
:documentation: Bloom &#x0026; Fawcett 94:579 - Semitranslucent, slightly yellow in color, similar to bone in chemical composition.nnGray's 99:1707 - Yellowish avascular tissue, with regular pattern of microscopic dentinal tubules.""" ;
    a owl:Class ;
    rdfs:comment "Substance of tooth produced by odontoblasts; surrounds the pulp of the tooth and is subjacent to enamel and cement." ;
    rdfs:label "Dentine" ;
    rdfs:subClassOf obo:FMA_63863 .

obo:FMA_55629
    obo:IAO_0000116 """type: class
is-a: Acellular anatomical structure
subclasses: Contact surface of tooth, Surface of tooth, Surface enamel of tooth, Enamel of upper third secondary molar tooth, Enamel of upper central secondary incisor tooth, Enamel of upper second secondary premolar tooth, Enamel of upper lateral secondary incisor tooth, Enamel of lower central secondary incisor tooth, Enamel of upper first secondary premolar tooth, Enamel of lower lateral secondary incisor tooth, Enamel of upper second secondary molar tooth, Enamel of upper first secondary molar tooth, Enamel of lower third secondary molar tooth, Enamel of lower second secondary molar tooth, Enamel of lower second secondary premolar tooth, Enamel of upper secondary canine tooth, Enamel of lower secondary canine tooth, Enamel of lower first secondary molar tooth, Enamel of lower first secondary premolar tooth
:documentation: Bloom and Fawcett 1975, pp625-628.  References to ameloblasts on page 633 and see figures 25-19 and 25-21 which show location of the ameloblasts;np.581, 99% hydroxyapatite and &#x003C;1% organic mass.""" ;
    a owl:Class ;
    rdfs:label "Enamel" ;
    rdfs:subClassOf obo:FMA_63863 .

obo:FMA_55630
    obo:IAO_0000116 """type: class
is-a: Acellular anatomical structure
subclasses: Cement of upper second secondary premolar tooth, Cement of upper third secondary molar tooth, Cement of lower central secondary incisor tooth, Cement of lower third secondary molar tooth, Cement of upper central secondary incisor tooth, Cement of lower secondary canine tooth, Cement of upper lateral secondary incisor tooth, Cement of upper first secondary premolar tooth, Cement of upper first secondary molar tooth, Cement of lower second secondary premolar tooth, Cement of lower second secondary molar tooth, Cement of upper secondary canine tooth, Cellular cement, Acellular cement, Cement of upper second secondary molar tooth, Cement of lower first secondary premolar tooth, Cement of lower first secondary molar tooth, Cement of lower lateral secondary incisor tooth
:documentation: Bloom &#x0026; Fawcett 94:585 - Consists of calcified matrix of collagen fibers, glycoprotein, and mucopolysaccharides.nnGray's 99:1711 - Bone-like tissue covering the dental roots, consists of hydroxyapatite and amorphous calcium phosphates.""" ;
    a owl:Class ;
    rdfs:comment "Substance of tooth produced by cementoblasts; surrounds the dentine of the root of the tooth." ;
    rdfs:label "Cement" ;
    rdfs:subClassOf obo:FMA_63863 .

obo:FMA_55631
    obo:IAO_0000116 """type: class
is-a: Loose connective tissue
subclasses: Dental pulp of lower third molar tooth, Dental pulp of lower second molar tooth, Dental pulp of upper second molar tooth, Dental pulp of upper first molar tooth, Dental pulp of lower second premolar tooth, Dental pulp of upper second premolar tooth, Dental pulp of upper first premolar tooth, Dental pulp of lower canine tooth, Dental pulp of upper canine tooth, Dental pulp of lower central incisor tooth, Dental pulp of upper lateral incisor tooth, Dental pulp of upper central incisor tooth, Root pulp, Crown pulp, Dental pulp of upper third molar tooth, Dental pulp of lower first premolar tooth, Dental pulp of lower lateral incisor tooth, Dental pulp of lower first molar tooth
:documentation: Gray's 99:1708 - Well-vascularized volume of loose connective tissue, enclosed by dentine; continuous with the periodontium (periodontal ligament ) via the apical and accessory foramina.""" ;
    a owl:Class ;
    rdfs:label "Dental pulp" ;
    rdfs:subClassOf obo:FMA_19783 .

obo:FMA_55634
    obo:IAO_0000116 """type: class
is-a: Set of heterogeneous clusters
:documentation: Proposed definition: Maxillary dental arcade is a set of heterogenous clusters which consists of the set of teeth and the alveoli of the maxillary part of the of the mouth.
constitutional part of: Upper jaw
member: Alveolar part of left maxilla, Alveolar part of right maxilla, Set of maxillary periodontia, Primary maxillary dentition, Secondary maxillary dentition""" ;
    a owl:Class ;
    rdfs:label "Maxillary dental arcade" ;
    rdfs:subClassOf obo:FMA_78590, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_269577
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_269586
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_269588
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_maxillary_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_maxillary_dentition
    ] .

obo:FMA_55635
    obo:IAO_0000116 """type: class
is-a: Set of heterogeneous clusters
constitutional part of: Lower jaw
:documentation: Proposed definition: Mandibular dental arcade is a set of heterogenous clusters which consists of the set of teeth and the alveoli of the mandibular part of the of the mouth.
member: Alveolar part of mandible, Set of mandibular periodontia, Primary mandibular dentition, Secondary mandibular dentition""" ;
    a owl:Class ;
    rdfs:label "Mandibular dental arcade" ;
    rdfs:subClassOf obo:FMA_78590, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_269572
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_52832
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_mandibular_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85879 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_mandibular_dentition
    ] .

obo:FMA_55636
    obo:IAO_0000116 """type: class
is-a: Tooth
subclasses: Secondary canine tooth, Primary canine tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Canine tooth" ;
    rdfs:subClassOf obo:OHD_0000307 .

obo:FMA_55637
    obo:IAO_0000116 """type: class
is-a: Tooth
subclasses: Upper secondary premolar tooth, Lower secondary premolar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Premolar tooth" ;
    rdfs:subClassOf obo:OHD_0000308 .

obo:FMA_55638
    obo:IAO_0000116 """type: class
is-a: Tooth
subclasses: Primary molar tooth, Secondary molar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Molar tooth" ;
    rdfs:subClassOf obo:OHD_0000308 .

obo:FMA_55640
    obo:IAO_0000116 """type: class
is-a: Alveolar arch
constitutional part of: Skeleton of mouth, Upper jaw
regional part: Alveolar part of right maxilla, Alveolar part of left maxilla""" ;
    a owl:Class ;
    rdfs:label "Alveolar arch of maxilla" ;
    rdfs:subClassOf obo:FMA_57771, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_269586
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_269588
    ] .

obo:FMA_55642
    obo:IAO_0000116 """type: class
is-a: Enamel
subclasses: Surface of canine tooth, Surface of molar tooth, Surface of premolar tooth, Surface of incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of tooth" ;
    rdfs:subClassOf obo:FMA_55629 .

obo:FMA_55652
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Material anatomical entity<br><b>subclasses</b>: Set of tissues, Anatomical set of acellular structures, Neural crest cell group, Set of nasal placodes, Set of pharyngeal arches, Rhombencephalic neural crest cell group, Mesencephalic neural crest cell group, Prosencephalic neural crest cell group, Set of developmental entities, Genome, Set of cell parts, Set of parts of human body, Set of organs, Set of organ parts, Set of cells, Set of heterogeneous anatomical structures, Set of subdivisions of cardinal body part, Set of recesses, Set of organ system subdivisions<br><b>preferred name</b>: KB_INSTANCE_70927<br><b>non-English equivalent</b>: ONARD_Instance_580732, ONARD_Instance_580735<br><b>:direct-template-slots</b>: cardinality, member, member of<br><b>:documentation</b>: OM def (1.2.2007): material anatomical entity which has as its members the maximal number of anatomical structures of the same type.nn10.04.01: While some of anatomical sets could be regarded as an organ system subvision, e.g set of lumbar nerves, others do not satisfy one or two defining attributes of organ system subdivision. E.g. thoracic viscera consists of organs but not belonging to one organ system, dental arcade consists of similar organs but they are not connected.<br><b>synonym</b>: ONARD_Instance_2150000", """type: class
is-a: Material anatomical entity
subclasses: Genome, Set of cell parts, Set of parts of human body, Set of organs, Set of organ parts, Set of cells, Set of heterogeneous clusters, Set of subdivisions of cardinal body part, Set of recesses, Set of organ system subdivisions
:direct-template-slots: cardinality, member, member of
:documentation: OM def (1.2.2007): material anatomical entity which has as its members the maximal number of anatomical structures of the same type.nn10.04.01: While some of anatomical sets could be regarded as an organ system subvision, e.g set of lumbar nerves, others do not satisfy one or two defining attributes of organ system subdivision. E.g. thoracic viscera consists of organs but not belonging to one organ system, dental arcade consists of similar organs but they are not connected.""" ;
    a owl:Class ;
    rdfs:comment "Material anatomical entity which consists of the maximum number of discontinuous members of the same class. Examples: set of cranial nerves, ventral branches of aorta, set of mammary arteries, set of thoracic viscera, dentition.", "Material anatomical entity which consists of the maximum number of discontinuous members of the same class. Examples: set of cranial nerves, ventral branches of aorta, set of mammary arteries, thoracic viscera, dental arcade." ;
    rdfs:label "Anatomical set" ;
    rdfs:subClassOf obo:FMA_67165 .

obo:FMA_55660
    obo:IAO_0000116 """type: class
is-a: Organ cavity
subclasses: Cavity of molar tooth, Cavity of incisor tooth, Cavity of deciduous tooth, Cavity of permanent tooth, Cavity of canine tooth, Cavity of premolar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of tooth" ;
    rdfs:subClassOf obo:FMA_12237 .

obo:FMA_55665
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Solid organ<br><b>subclasses</b>: Muscle organ, Ligament organ, Membrane organ, Neural tree organ, Fascia organ, Skin, Viscerocranial mucosa, Cartilage organ<br><b>:slot-templates</b>: nerve supply <i>value-type</i>: Peripheral nerve, nerve supply <i>value-type</i>: Neural tree organ, nerve supply <i>value-type</i>: Class, nerve supply <i>value-type</i>: Nerve plexus, nerve supply <i>value-type</i>: Segment of neural tree organ, nerve supply <i>value-type</i>: Subdivision of nervous system, nerve supply <i>value-type</i>: Variant anatomical structure, nerve supply <i>value-type</i>: Set of nerves, nerve supply <i>value-type</i>: Nerve trunk, nerve supply <i>value-type</i>: Nerve, location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_70945<br><b>:direct-template-slots</b>: attaches to", """type: class
is-a: Solid organ
subclasses: Muscle organ, Ligament organ, Membrane organ, Neural tree organ, Fascia organ, Skin, Viscerocranial mucosa, Cartilage organ
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance
:direct-template-slots: attaches to""" ;
    a owl:Class ;
    rdfs:comment "Solid organ which consists of organ parts that are arranged as fascicles or sheets. Examples: muscle (organ), ligament (organ), membrane (organ), skin, viscerocranial mucosa.", "Solid organ which consists of organ parts that are arranged as fascicles or sheets. Examples: muscle organ, ligament organ, membrane organ, skin, viscerocranial mucosa." ;
    rdfs:label "Nonparenchymatous organ" ;
    rdfs:subClassOf obo:FMA_55670 .

obo:FMA_55670
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Organ<br><b>subclasses</b>: Parenchymatous organ, Nonparenchymatous organ<br><b>:slot-templates</b>: bounded by <i>value-type</i>: Region of surface of muscle organ, bounded by <i>value-type</i>: Surface of organ, bounded by <i>value-type</i>: Class, attributed continuous with <i>value-type</i>: Continuous_with relation, attributed continuous with <i>value-type</i>: Instance, location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_70952<br><b>:documentation</b>: 2.13.01nThe shared parts of a solid organ which contain spaces are blood vessels, lymphatic vessels, ducts and bronchi.nnOLD definition: Solid organ is an organ which consists of shared and unshared organ parts; only its shared parts (subdivisions of hollow tree organs) contain anatomical spaces;<br><b>:direct-template-slots</b>: sends output to, receives input from<br><b>non-English equivalent</b>: KB_AUTO-INSERT(3)_4633, ONARD_Instance_580755", """type: class
is-a: Organ
subclasses: Parenchymatous organ, Nonparenchymatous organ
:slot-templates: bounded by value-type: Region of surface of muscle organ, bounded by value-type: Surface of organ, bounded by value-type: Class, attributed continuous with value-type: Continuous_with relation, attributed continuous with value-type: Instance, location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
:documentation: 2.13.01nThe shared parts of a solid organ which contain spaces are blood vessels, lymphatic vessels, ducts and bronchi.nnOLD definition: Solid organ is an organ which consists of shared and unshared organ parts; only its shared parts (subdivisions of hollow tree organs) contain anatomical spaces;
:direct-template-slots: sends output to, receives input from
physical state: Solid""" ;
    a owl:Class ;
    rdfs:comment "Organ the unshared parts of which do not surround macroscopic anatomical spaces; only its shared parts (subdivisions of hollow tree organs) contain anatomical spaces. Examples: lung, liver, thymus, ovary, muscle (organ), meninx, superficial fascia, skin.", "Organ the unshared parts of which do not surround macroscopic anatomical spaces; only its shared parts (subdivisions of hollow tree organs) contain anatomical spaces. Examples: lung, liver, thymus, ovary, muscle organ, superficial fascia, skin." ;
    rdfs:label "Solid organ" ;
    rdfs:subClassOf obo:FMA_67498 .

obo:FMA_55671
    obo:IAO_0000116 """type: class
is-a: Organ
subclasses: Organ with cavitated organ parts, Organ with organ cavity
:slot-templates: attributed part value-type: Part_of relationship value, attributed part value-type: Instance, attributed part value-type: Organ part_of relationship value, attributed part value-type: Organ subdivision part_of relationship value, attributed continuous with value-type: Instance, location value-type: Organ anatomical coordinate adjacency, location value-type: Instance, attributed part value-type: Organ component part_of relationship value, attributed continuous with value-type: Continuous_with relation, attributed continuous with value-type: Connected_to relation
:documentation: OLD definition: Cavitated organ is an organ which consists of organ parts and anatomical spaces; one or more of the anatomical spaces is surrounded by the unshared parts of the organ.
:direct-template-slots: adjacent to
physical state: Solid""" ;
    a owl:Class ;
    rdfs:comment "Organ the unshared parts of which surround one or more macroscopic anatomical spaces. Examples: neuraxis, tooth, esophagus, heart, long bone, corpus spongiosum of penis." ;
    rdfs:label "Cavitated organ" ;
    rdfs:subClassOf obo:FMA_67498 .

obo:FMA_55672
    obo:IAO_0000116 """type: class
is-a: Cavitated organ
subclasses: Stomach, Uterine tube, Ureter, Urethra, Membranous labyrinth, Gallbladder, Anal canal, Appendix, Large intestine, Small intestine, Hollow tree organ, Vagina, Male genital duct, Neuraxis, Leptomeningeal sac, Esophagus, Tooth, Eyeball, Pharyngotympanic tube, Serous sac, Urinary bladder, Lacrimal duct, Uterus
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance, physical state minimum-cardinality: 1, attributed part value-type: Organ component part_of relationship value, attributed part value-type: Organ subdivision part_of relationship value, attributed part value-type: Organ part_of relationship value, attributed part value-type: Instance, nerve supply value-type: Nerve, nerve supply value-type: Anatomical junction, nerve supply value-type: Subdivision of nervous system, nerve supply value-type: Segment of neural tree organ, nerve supply value-type: Neural tree organ, nerve supply value-type: Class
:direct-template-slots: clinical part, clinical part of, continuous with distally, continuous with proximally""" ;
    a owl:Class ;
    rdfs:comment "Cavitated organ in which its unshared parts surround one continuous anatomical space. Examples: stomach, urinary bladder, esophagus, uterine tube." ;
    rdfs:label "Organ with organ cavity" ;
    rdfs:subClassOf obo:FMA_55671 .

obo:FMA_55673
    obo:IAO_0000116 """type: class
is-a: Cavitated organ
subclasses: Bone organ, Cavernous organ, Heart
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance
:direct-template-slots: attaches to""" ;
    a owl:Class ;
    rdfs:comment "Cavitated organ in which its unshared parts surround two or more macroscopic anatomical spaces. Examples: heart, long bone, corpus spongiosum of penis, bulb of vestibule." ;
    rdfs:label "Organ with cavitated organ parts" ;
    rdfs:subClassOf obo:FMA_55671 .

obo:FMA_55680
    obo:IAO_0000116 """type: class
is-a: Upper lateral secondary incisor tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance
regional part: Crown of right upper lateral incisor tooth, Root of right upper lateral incisor tooth
constitutional part: Dentine of right upper lateral secondary incisor tooth, Dental pulp of right upper lateral incisor tooth, Cavity of right upper lateral incisor tooth, Periodontium of right upper lateral incisor tooth, Cement of right upper lateral secondary incisor tooth, Enamel of right upper lateral secondary incisor tooth
member of: Secondary dentition, Secondary maxillary dentition""" ;
    obo:OHD_0000065 "Tooth 7" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Right upper lateral secondary incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55724, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_maxillary_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55740
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55746
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55748
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55794
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56113
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56670
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56546
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56548
    ] .

obo:FMA_55681
    obo:IAO_0000116 """type: class
is-a: Upper central secondary incisor tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance
regional part: Root of right upper central incisor tooth, Crown of right upper central incisor tooth
constitutional part: Periodontium of right upper central incisor tooth, Dental pulp of right upper central incisor tooth, Cement of right upper central secondary incisor tooth, Cavity of right upper central incisor tooth, Dentine of right upper central secondary incisor tooth, Enamel of right upper central secondary incisor tooth
member of: Secondary dentition, Secondary maxillary dentition""" ;
    obo:OHD_0000065 "Tooth 8" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Right upper central secondary incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55722, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_maxillary_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55796
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55818
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55820
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55822
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56111
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56667
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56552
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56554
    ] .

obo:FMA_55682
    obo:IAO_0000116 """type: class
is-a: Upper central secondary incisor tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance
regional part: Crown of left upper central incisor tooth, Root of left upper central incisor tooth
constitutional part: Dentine of left upper central secondary incisor tooth, Periodontium of left upper central incisor tooth, Cement of left upper central secondary incisor tooth, Enamel of left upper central secondary incisor tooth, Cavity of left upper central incisor tooth, Dental pulp of left upper central incisor tooth
member of: Secondary dentition, Secondary maxillary dentition""" ;
    obo:OHD_0000065 "Tooth 9" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Left upper central secondary incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55722, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_maxillary_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55797
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55819
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55821
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55823
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56112
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56668
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56553
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56555
    ] .

obo:FMA_55683
    obo:IAO_0000116 """type: class
is-a: Upper lateral secondary incisor tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Crown of left upper lateral incisor tooth, Root of left upper lateral incisor tooth
constitutional part: Dentine of left upper lateral secondary incisor tooth, Dental pulp of left upper lateral incisor tooth, Cavity of left upper lateral incisor tooth, Periodontium of left upper lateral incisor tooth, Cement of left upper lateral secondary incisor tooth, Enamel of left upper lateral secondary incisor tooth
member of: Secondary dentition, Secondary maxillary dentition""" ;
    obo:OHD_0000065 "Tooth 10" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Left upper lateral secondary incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55724, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_maxillary_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55741
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55747
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55749
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55795
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56114
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56671
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56547
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56549
    ] .

obo:FMA_55686
    obo:IAO_0000116 """type: class
is-a: Lower secondary canine tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Crown of right lower canine tooth, Root of right lower canine tooth
constitutional part: Dentine of right lower secondary canine tooth, Dental pulp of right lower canine tooth, Cavity of right lower canine tooth, Periodontium of right lower canine tooth, Cement of right lower secondary canine tooth, Enamel of right lower secondary canine tooth
member of: Secondary mandibular dentition""" ;
    obo:OHD_0000065 "Tooth 27" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Right lower secondary canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55715, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_mandibular_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55854
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55862
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55864
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55866
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56123
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56682
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56520
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56522
    ] .

obo:FMA_55687
    obo:IAO_0000116 """type: class
is-a: Lower secondary canine tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Crown of left lower canine tooth, Root of left lower canine tooth
constitutional part: Dentine of left lower secondary canine tooth, Dental pulp of left lower canine tooth, Cavity of left lower canine tooth, Periodontium of left lower canine tooth, Cement of left lower secondary canine tooth, Enamel of left lower secondary canine tooth
member of: Secondary mandibular dentition""" ;
    obo:OHD_0000065 "Tooth 22" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Left lower secondary canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55715, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_mandibular_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55855
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55863
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55865
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55867
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56124
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56683
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56521
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56523
    ] .

obo:FMA_55688
    obo:IAO_0000116 """type: class
is-a: Upper second secondary premolar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Crown of right upper second premolar tooth, Root of right upper second premolar tooth
constitutional part: Dentine of right upper second secondary premolar tooth, Dental pulp of right upper second premolar tooth, Cavity of right upper second premolar tooth, Periodontium of right upper second premolar tooth, Cement of right upper second secondary premolar tooth, Enamel of right upper second secondary premolar tooth
member of: Secondary dentition, Secondary maxillary dentition""" ;
    obo:OHD_0000065 "Tooth 4" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Right upper second secondary premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55802, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_maxillary_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55894
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55902
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55904
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55906
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56135
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56688
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56574
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56576
    ] .

obo:FMA_55689
    obo:IAO_0000116 """type: class
is-a: Upper first secondary premolar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Crown of right upper first premolar tooth, Buccal root of right upper first premolar tooth, Lingual root of right upper first premolar tooth
constitutional part: Dental pulp of right upper first premolar tooth, Dentine of right upper first secondary premolar tooth, Cavity of right upper first premolar tooth, Periodontium of right upper first premolar tooth, Cement of right upper first secondary premolar tooth, Enamel of right upper first secondary premolar tooth
member of: Secondary dentition, Secondary maxillary dentition""" ;
    obo:OHD_0000065 "Tooth 5" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Right upper first secondary premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55801, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_maxillary_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55876
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55884
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55886
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55888
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56137
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56685
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56583
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56603
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56605
    ] .

obo:FMA_55690
    obo:IAO_0000116 """type: class
is-a: Upper first secondary premolar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Crown of left upper first premolar tooth, Buccal root of left upper first premolar tooth, Lingual root of left upper first premolar tooth
constitutional part: Dentine of left upper first secondary premolar tooth, Dental pulp of left upper first premolar tooth, Cavity of left upper first premolar tooth, Periodontium of left upper first premolar tooth, Cement of left upper first secondary premolar tooth, Enamel of left upper first secondary premolar tooth
member of: Secondary dentition, Secondary maxillary dentition""" ;
    obo:OHD_0000065 "Tooth 12" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Left upper first secondary premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55801, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_maxillary_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55877
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55885
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55887
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55889
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56138
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56686
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56584
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56604
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56606
    ] .

obo:FMA_55691
    obo:IAO_0000116 """type: class
is-a: Upper second secondary premolar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Crown of left upper second premolar tooth, Root of left upper second premolar tooth
constitutional part: Dentine of left upper second secondary premolar tooth, Dental pulp of left upper second premolar tooth, Cavity of left upper second premolar tooth, Periodontium of left upper second premolar tooth, Cement of left upper second secondary premolar tooth, Enamel of left upper second secondary premolar tooth
member of: Secondary dentition, Secondary maxillary dentition""" ;
    obo:OHD_0000065 "Tooth 13" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Left upper second secondary premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55802, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_maxillary_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55895
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55903
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55905
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55907
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56136
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56689
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56575
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56577
    ] .

obo:FMA_55692
    obo:IAO_0000116 """type: class
is-a: Lower second secondary premolar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance
regional part: Crown of left lower second premolar tooth, Root of left lower second premolar tooth
constitutional part: Dentine of left lower second secondary premolar tooth, Dental pulp of left lower second premolar tooth, Cavity of left lower second premolar tooth, Periodontium of left lower second premolar tooth, Cement of left lower second secondary premolar tooth, Enamel of left lower second secondary premolar tooth
member of: Secondary mandibular dentition""" ;
    obo:OHD_0000065 "Tooth 20" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Left lower second secondary premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55804, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_mandibular_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55933
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55942
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55944
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55948
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56132
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56695
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56561
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56563
    ] .

obo:FMA_55693
    obo:IAO_0000116 """type: class
is-a: Lower first secondary premolar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance
regional part: Crown of left lower first premolar tooth, Root of left lower first premolar tooth
constitutional part: Dental pulp of left lower first premolar tooth, Dentine of left lower first secondary premolar tooth, Cavity of left lower first premolar tooth, Periodontium of left lower first premolar tooth, Cement of left lower first secondary premolar tooth, Enamel of left lower first secondary premolar tooth
member of: Secondary mandibular dentition""" ;
    obo:OHD_0000065 "Tooth 21" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Left lower first secondary premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55803, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_mandibular_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55915
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55923
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55925
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55927
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56134
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56692
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56567
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56569
    ] .

obo:FMA_55694
    obo:IAO_0000116 """type: class
is-a: Lower first secondary premolar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance
regional part: Crown of right lower first premolar tooth, Root of right lower first premolar tooth
constitutional part: Dentine of right lower first secondary premolar tooth, Dental pulp of right lower first premolar tooth, Cavity of right lower first premolar tooth, Periodontium of right lower first premolar tooth, Cement of right lower first secondary premolar tooth, Enamel of right lower first secondary premolar tooth
member of: Secondary mandibular dentition""" ;
    obo:OHD_0000065 "Tooth 28" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Right lower first secondary premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55803, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_mandibular_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55914
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55922
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55924
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55926
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56133
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56691
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56566
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56568
    ] .

obo:FMA_55695
    obo:IAO_0000116 """type: class
is-a: Lower second secondary premolar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Crown of right lower second premolar tooth, Root of right lower second premolar tooth
constitutional part: Dentine of right lower second secondary premolar tooth, Dental pulp of right lower second premolar tooth, Cavity of right lower second premolar tooth, Periodontium of right lower second premolar tooth, Cement of right lower second secondary premolar tooth, Enamel of right lower second secondary premolar tooth
member of: Secondary mandibular dentition""" ;
    obo:OHD_0000065 "Tooth 29" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Right lower second secondary premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55804, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_mandibular_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55932
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55941
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55943
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55947
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56131
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56694
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56560
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56562
    ] .

obo:FMA_55696
    obo:IAO_0000116 """type: class
is-a: Upper third secondary molar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Crown of right upper third molar tooth, Mesiobuccal root of right upper third molar tooth, Distobuccal root of right upper third molar tooth, Lingual root of right upper third molar tooth
constitutional part: Dental pulp of right upper third molar tooth, Dentine of right upper third secondary molar tooth, Periodontium of right upper third molar tooth, Cement of right upper third secondary molar tooth, Cavity of right upper third molar tooth, Enamel of right upper third secondary molar tooth
member of: Secondary dentition, Secondary maxillary dentition""" ;
    obo:OHD_0000065 "Tooth 1" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Right upper third secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55813, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_maxillary_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56017
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56025
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56027
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56029
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56703
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_57152
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56626
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56628
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56630
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57146
    ] .

obo:FMA_55697
    obo:IAO_0000116 """type: class
is-a: Upper second secondary molar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Crown of right upper second molar tooth, Mesiobuccal root of right upper second molar tooth, Distobuccal root of right upper second molar tooth, Lingual root of right upper second molar tooth
constitutional part: Dental pulp of right upper second molar tooth, Dentine of right upper second secondary molar tooth, Periodontium of right upper second molar tooth, Cement of right upper second secondary molar tooth, Cavity of right upper second molar tooth, Enamel of right upper second secondary molar tooth
member of: Secondary dentition, Secondary maxillary dentition""" ;
    obo:OHD_0000065 "Tooth 2" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Right upper second secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55812, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_maxillary_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55990
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55999
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56009
    ], _:genid3580, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56700
    ], _:genid3582, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56632
    ], _:genid3584, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56636
    ], _:genid3586 .

obo:FMA_55698
    obo:IAO_0000116 """type: class
is-a: Upper first secondary molar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance
regional part: Crown of right upper first molar tooth, Mesiobuccal root of right upper first molar tooth, Distobuccal root of right upper first molar tooth, Lingual root of right upper first molar tooth
constitutional part: Dentine of right upper first secondary molar tooth, Dental pulp of right upper first molar tooth, Periodontium of right upper first molar tooth, Cement of right upper first secondary molar tooth, Cavity of right upper first molar tooth, Enamel of right upper first secondary molar tooth
part: Distolingual cusp of right upper first molar tooth
member of: Secondary dentition, Secondary maxillary dentition""" ;
    obo:OHD_0000065 "Tooth 3" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Right upper first secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55811, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_56833
    ], _:genid3588, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55964
    ], _:genid3590, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55978
    ], _:genid3592, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56697
    ], _:genid3594, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56609
    ], _:genid3596, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56616
    ], _:genid3598 .

obo:FMA_55699
    obo:IAO_0000116 """type: class
is-a: Upper first secondary molar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Crown of left upper first molar tooth, Mesiobuccal root of left upper first molar tooth, Distobuccal root of left upper first molar tooth, Lingual root of left upper first molar tooth
constitutional part: Dental pulp of left upper first molar tooth, Dentine of left upper first secondary molar tooth, Periodontium of left upper first molar tooth, Cement of left upper first secondary molar tooth, Cavity of left upper first molar tooth, Enamel of left upper first secondary molar tooth
part: Crown proper of left upper first molar tooth
member of: Secondary dentition, Secondary maxillary dentition""" ;
    obo:OHD_0000065 "Tooth 14" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Left upper first secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55811, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_57529
    ], _:genid3600, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55965
    ], _:genid3602, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55979
    ], _:genid3604, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56698
    ], _:genid3606, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56610
    ], _:genid3608, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56617
    ], _:genid3610 .

obo:FMA_55700
    obo:IAO_0000116 """type: class
is-a: Upper second secondary molar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Crown of left upper second molar tooth, Mesiobuccal root of left upper second molar tooth, Distobuccal root of left upper second molar tooth, Lingual root of left upper second molar tooth
constitutional part: Dental pulp of left upper second molar tooth, Dentine of left upper second secondary molar tooth, Periodontium of left upper second molar tooth, Cement of left upper second secondary molar tooth, Cavity of left upper second molar tooth, Enamel of left upper second secondary molar tooth
member of: Secondary dentition, Secondary maxillary dentition""" ;
    obo:OHD_0000065 "Tooth 15" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Left upper second secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55812, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_maxillary_dentition
    ], _:genid3612, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56000
    ], _:genid3614, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56012
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56701
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_57155
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56633
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56635
    ], _:genid3620, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57151
    ] .

obo:FMA_55701
    obo:IAO_0000116 """type: class
is-a: Upper third secondary molar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Crown of left upper third molar tooth, Mesiobuccal root of left upper third molar tooth, Distobuccal root of left upper third molar tooth, Lingual root of left upper third molar tooth
constitutional part: Dental pulp of left upper third molar tooth, Dentine of left upper third secondary molar tooth, Periodontium of left upper third molar tooth, Cement of left upper third secondary molar tooth, Cavity of left upper third molar tooth, Enamel of left upper third secondary molar tooth
member of: Secondary dentition, Secondary maxillary dentition""" ;
    obo:OHD_0000065 "Tooth 16" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Left upper third secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55813, _:genid3622, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56018
    ], _:genid3624, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56028
    ], _:genid3626, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56704
    ], _:genid3628, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56627
    ], _:genid3630, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56631
    ], _:genid3632 .

obo:FMA_55702
    obo:IAO_0000116 """type: class
is-a: Lower third secondary molar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Crown of left lower third molar tooth, Mesial root of left lower third molar tooth, Distal root of left lower third molar tooth
constitutional part: Dentine of left lower third secondary molar tooth, Dental pulp of left lower third molar tooth, Cavity of left lower third molar tooth, Periodontium of left lower third molar tooth, Cement of left lower third secondary molar tooth, Enamel of left lower third secondary molar tooth
member of: Secondary mandibular dentition""" ;
    obo:OHD_0000065 "Tooth 17" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Left lower third secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55817, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_mandibular_dentition
    ], _:genid3634, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56080
    ], _:genid3636, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56084
    ], _:genid3638, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56713
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56596
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56639
    ], _:genid3642 .

obo:FMA_55703
    obo:IAO_0000116 """type: class
is-a: Lower second secondary molar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Crown of left lower second molar tooth, Mesial root of left lower second molar tooth, Distal root of left lower second molar tooth
constitutional part: Dentine of left lower second secondary molar tooth, Cavity of left lower second molar tooth, Dental pulp of left lower second molar tooth, Periodontium of left lower second molar tooth, Cement of left lower second secondary molar tooth, Enamel of left lower second secondary molar tooth
member of: Secondary mandibular dentition""" ;
    obo:OHD_0000065 "Tooth 18" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Left lower second secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55815, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_mandibular_dentition
    ], _:genid3644, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56062
    ], _:genid3646, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56066
    ], _:genid3648, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56710
    ], _:genid3650, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56643
    ], _:genid3652 .

obo:FMA_55704
    obo:IAO_0000116 """type: class
is-a: Lower first secondary molar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Crown of left lower first molar tooth, Mesial root of left lower first molar tooth, Distal root of left lower first molar tooth
constitutional part: Dentine of left lower first secondary molar tooth, Dental pulp of left lower first molar tooth, Cavity of left lower first molar tooth, Periodontium of left lower first molar tooth, Cement of left lower first secondary molar tooth, Enamel of left lower first secondary molar tooth
member of: Secondary mandibular dentition""" ;
    obo:OHD_0000065 "Tooth 19" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Left lower first secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55814, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_mandibular_dentition
    ], _:genid3654, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56044
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56046
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56048
    ], _:genid3658, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56707
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56649
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56653
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56655
    ] .

obo:FMA_55705
    obo:IAO_0000116 """type: class
is-a: Lower first secondary molar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance
regional part: Crown of right lower first molar tooth, Mesial root of right lower first molar tooth, Distal root of right lower first molar tooth
constitutional part: Dental pulp of right lower first molar tooth, Dentine of right lower first secondary molar tooth, Cavity of right lower first molar tooth, Periodontium of right lower first molar tooth, Cement of right lower first secondary molar tooth, Enamel of right lower first secondary molar tooth
member of: Secondary mandibular dentition""" ;
    obo:OHD_0000065 "Tooth 30" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Right lower first secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55814, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_mandibular_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56035
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56043
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56045
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56047
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56153
    ], _:genid3669, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56648
    ], _:genid3671, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56654
    ] .

obo:FMA_55706
    obo:IAO_0000116 """type: class
is-a: Lower second secondary molar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Distal root of right lower second molar tooth, Mesial root of right lower second molar tooth, Crown of right lower second molar tooth
constitutional part: Enamel of right lower second secondary molar tooth, Dental pulp of right lower second molar tooth, Cement of right lower second secondary molar tooth, Cavity of right lower second molar tooth, Dentine of right lower second secondary molar tooth
member of: Secondary mandibular dentition""" ;
    obo:OHD_0000065 "Tooth 31" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Right lower second secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55815, _:genid3673, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56053
    ], _:genid3675, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56063
    ], _:genid3677, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56149
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56601
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56642
    ], _:genid3681 .

obo:FMA_55707
    obo:IAO_0000116 """type: class
is-a: Lower third secondary molar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance
regional part: Crown of right lower third molar tooth, Mesial root of right lower third molar tooth, Distal root of right lower third molar tooth
constitutional part: Dentine of right lower third secondary molar tooth, Dental pulp of right lower third molar tooth, Cavity of right lower third molar tooth, Periodontium of right lower third molar tooth, Cement of right lower third secondary molar tooth, Enamel of right lower third secondary molar tooth
member of: Secondary mandibular dentition""" ;
    obo:OHD_0000065 "Tooth 32" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Right lower third secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55817, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_mandibular_dentition
    ], _:genid3683, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56079
    ], _:genid3685, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56083
    ], _:genid3687, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56712
    ], _:genid3689, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56638
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56640
    ] .

obo:FMA_55712
    obo:IAO_0000116 """type: class
is-a: Secondary incisor tooth
subclasses: Upper lateral secondary incisor tooth, Upper central secondary incisor tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Upper secondary incisor tooth" ;
    rdfs:subClassOf obo:FMA_84201 .

obo:FMA_55713
    obo:IAO_0000116 """type: class
is-a: Secondary incisor tooth
subclasses: Lower lateral secondary incisor tooth, Lower central secondary incisor tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Lower secondary incisor tooth" ;
    rdfs:subClassOf obo:FMA_84201 .

obo:FMA_55714
    obo:IAO_0000116 """type: class
is-a: Secondary canine tooth
subclasses: Right upper secondary canine tooth, Left upper secondary canine tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Upper secondary canine tooth" ;
    rdfs:subClassOf obo:FMA_84203, [
        a owl:Class ;
        owl:unionOf _:genid3693
    ] .

obo:FMA_55715
    obo:IAO_0000116 """type: class
is-a: Secondary canine tooth
subclasses: Left lower secondary canine tooth, Right lower secondary canine tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Lower secondary canine tooth" ;
    rdfs:subClassOf obo:FMA_84203, _:genid3695 .

obo:FMA_55716
    obo:IAO_0000116 """type: class
is-a: Premolar tooth
subclasses: Upper first secondary premolar tooth, Upper second secondary premolar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Upper secondary premolar tooth" ;
    rdfs:subClassOf obo:FMA_55637 .

obo:FMA_55717
    obo:IAO_0000116 """type: class
is-a: Premolar tooth
subclasses: Lower second secondary premolar tooth, Lower first secondary premolar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Lower secondary premolar tooth" ;
    rdfs:subClassOf obo:FMA_55637 .

obo:FMA_55720
    obo:IAO_0000116 """type: class
is-a: Secondary molar tooth
subclasses: Upper second secondary molar tooth, Upper first secondary molar tooth, Upper third secondary molar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Upper secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_84207 .

obo:FMA_55721
    obo:IAO_0000116 """type: class
is-a: Secondary molar tooth
subclasses: Lower third secondary molar tooth, Lower first secondary molar tooth, Lower second secondary molar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Lower secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_84207 .

obo:FMA_55722
    obo:IAO_0000116 """type: class
is-a: Upper secondary incisor tooth
subclasses: Left upper central secondary incisor tooth, Right upper central secondary incisor tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance
physical state: Solid""" ;
    a owl:Class ;
    rdfs:label "Upper central secondary incisor tooth" ;
    rdfs:subClassOf obo:FMA_55712, [
        a owl:Class ;
        owl:unionOf _:genid3699
    ] .

obo:FMA_55723
    obo:IAO_0000116 """type: class
is-a: Lower secondary incisor tooth
subclasses: Left lower central secondary incisor tooth, Right lower central secondary incisor tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Lower central secondary incisor tooth" ;
    rdfs:subClassOf obo:FMA_55713, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57142
            obo:FMA_57143
        )
    ] .

obo:FMA_55724
    obo:IAO_0000116 """type: class
is-a: Upper secondary incisor tooth
subclasses: Left upper lateral secondary incisor tooth, Right upper lateral secondary incisor tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Upper lateral secondary incisor tooth" ;
    rdfs:subClassOf obo:FMA_55712, [
        a owl:Class ;
        owl:unionOf _:genid3705
    ] .

obo:FMA_55725
    obo:IAO_0000116 """type: class
is-a: Lower secondary incisor tooth
subclasses: Left lower lateral secondary incisor tooth, Right lower lateral secondary incisor tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Lower lateral secondary incisor tooth" ;
    rdfs:subClassOf obo:FMA_55713, _:genid3707 .

obo:FMA_55734
    obo:IAO_0000116 """type: class
is-a: Dentine
subclasses: Dentine of left upper lateral secondary incisor tooth, Dentine of right upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of upper lateral secondary incisor tooth" ;
    rdfs:subClassOf obo:FMA_55628, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55740
            obo:FMA_55741
        )
    ] .

obo:FMA_55735
    obo:IAO_0000116 """type: class
is-a: Enamel
subclasses: Enamel of right upper lateral secondary incisor tooth, Enamel of left upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of upper lateral secondary incisor tooth" ;
    rdfs:subClassOf obo:FMA_55629, _:genid3713 .

obo:FMA_55736
    obo:IAO_0000116 """type: class
is-a: Cement
subclasses: Cement of right upper lateral secondary incisor tooth, Cement of left upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of upper lateral secondary incisor tooth" ;
    rdfs:subClassOf obo:FMA_55630, [
        a owl:Class ;
        owl:unionOf _:genid3717
    ] .

obo:FMA_55737
    obo:IAO_0000116 """type: class
is-a: Dental pulp
subclasses: Root pulp of upper lateral incisor tooth, Dental pulp of left upper lateral incisor tooth, Dental pulp of right upper lateral incisor tooth, Crown pulp of upper lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of upper lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_55631 .

obo:FMA_55738
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper lateral incisor tooth
subclasses: Crown pulp of left upper lateral incisor tooth, Crown pulp of right upper lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of upper lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_55737, _:genid3719 .

obo:FMA_55739
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper lateral incisor tooth
subclasses: Root pulp of right upper lateral incisor tooth, Root pulp of left upper lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of upper lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_55737, [
        a owl:Class ;
        owl:unionOf _:genid3723
    ] .

obo:FMA_55740
    obo:IAO_0000116 """type: class
is-a: Dentine of upper lateral secondary incisor tooth
constitutional part of: Right upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of right upper lateral secondary incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55734 .

obo:FMA_55741
    obo:IAO_0000116 """type: class
is-a: Dentine of upper lateral secondary incisor tooth
constitutional part of: Left upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of left upper lateral secondary incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55734 .

obo:FMA_55742
    obo:IAO_0000116 """type: class
is-a: Root pulp of upper lateral incisor tooth
regional part of: Dental pulp of right upper lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of right upper lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55739 .

obo:FMA_55743
    obo:IAO_0000116 """type: class
is-a: Root pulp of upper lateral incisor tooth
regional part of: Dental pulp of left upper lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of left upper lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55739 .

obo:FMA_55744
    obo:IAO_0000116 """type: class
is-a: Crown pulp of upper lateral incisor tooth
regional part of: Dental pulp of right upper lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of right upper lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55738 .

obo:FMA_55745
    obo:IAO_0000116 """type: class
is-a: Crown pulp of upper lateral incisor tooth
regional part of: Dental pulp of left upper lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of left upper lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55738 .

obo:FMA_55746
    obo:IAO_0000116 """type: class
is-a: Cement of upper lateral secondary incisor tooth
constitutional part of: Right upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of right upper lateral secondary incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55736 .

obo:FMA_55747
    obo:IAO_0000116 """type: class
is-a: Cement of upper lateral secondary incisor tooth
constitutional part of: Left upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of left upper lateral secondary incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55736 .

obo:FMA_55748
    obo:IAO_0000116 """type: class
is-a: Enamel of upper lateral secondary incisor tooth
constitutional part of: Right upper lateral secondary incisor tooth
regional part: Mesial surface of right upper lateral incisor tooth, Distal contact surface of right upper lateral incisor tooth, Mesial contact surface of right upper lateral incisor tooth, Incisal surface of right upper lateral incisor tooth, Lingual surface of right upper lateral incisor tooth, Labial surface of right upper lateral incisor tooth, Distal surface of right upper lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of right upper lateral secondary incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55735, _:genid3725, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56184
    ], _:genid3727, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56196
    ], _:genid3729, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56938
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56942
    ] .

obo:FMA_55749
    obo:IAO_0000116 """type: class
is-a: Enamel of upper lateral secondary incisor tooth
constitutional part of: Left upper lateral secondary incisor tooth
regional part: Mesial surface of left upper lateral incisor tooth, Distal contact surface of left upper lateral incisor tooth, Mesial contact surface of left upper lateral incisor tooth, Lingual surface of left upper lateral incisor tooth, Incisal surface of left upper lateral incisor tooth, Labial surface of left upper lateral incisor tooth, Distal surface of left upper lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of left upper lateral secondary incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55735, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56179
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56185
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56191
    ], _:genid3735, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56203
    ], _:genid3737, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56943
    ] .

obo:FMA_55750
    obo:IAO_0000116 """type: class
is-a: Dentine
subclasses: Dentine of left upper central secondary incisor tooth, Dentine of right upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of upper central secondary incisor tooth" ;
    rdfs:subClassOf obo:FMA_55628, _:genid3739 .

obo:FMA_55751
    obo:IAO_0000116 """type: class
is-a: Enamel
subclasses: Enamel of left upper central secondary incisor tooth, Enamel of right upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of upper central secondary incisor tooth" ;
    rdfs:subClassOf obo:FMA_55629, [
        a owl:Class ;
        owl:unionOf _:genid3743
    ] .

obo:FMA_55752
    obo:IAO_0000116 """type: class
is-a: Cement
subclasses: Cement of left upper central secondary incisor tooth, Cement of right upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of upper central secondary incisor tooth" ;
    rdfs:subClassOf obo:FMA_55630, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55822
            obo:FMA_55823
        )
    ] .

obo:FMA_55753
    obo:IAO_0000116 """type: class
is-a: Dental pulp
subclasses: Root pulp of upper central incisor tooth, Crown pulp of upper central incisor tooth, Dental pulp of left upper central incisor tooth, Dental pulp of right upper central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of upper central incisor tooth" ;
    rdfs:subClassOf obo:FMA_55631 .

obo:FMA_55754
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper central incisor tooth
subclasses: Crown pulp of left upper central incisor tooth, Crown pulp of right upper central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of upper central incisor tooth" ;
    rdfs:subClassOf obo:FMA_55753, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55824
            obo:FMA_55825
        )
    ] .

obo:FMA_55755
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper central incisor tooth
subclasses: Root pulp of right upper central incisor tooth, Root pulp of left upper central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of upper central incisor tooth" ;
    rdfs:subClassOf obo:FMA_55753, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55826
            obo:FMA_55827
        )
    ] .

obo:FMA_55758
    obo:IAO_0000116 """type: class
is-a: Dentine
subclasses: Dentine of right lower central secondary incisor tooth, Dentine of left lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of lower central secondary incisor tooth" ;
    rdfs:subClassOf obo:FMA_55628, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55772
            obo:FMA_55773
        )
    ] .

obo:FMA_55759
    obo:IAO_0000116 """type: class
is-a: Enamel
subclasses: Enamel of right lower central secondary incisor tooth, Enamel of left lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of lower central secondary incisor tooth" ;
    rdfs:subClassOf obo:FMA_55629, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55770
            obo:FMA_55771
        )
    ] .

obo:FMA_55760
    obo:IAO_0000116 """type: class
is-a: Cement
subclasses: Cement of left lower central secondary incisor tooth, Cement of right lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of lower central secondary incisor tooth" ;
    rdfs:subClassOf obo:FMA_55630, [
        a owl:Class ;
        owl:unionOf _:genid3761
    ] .

obo:FMA_55761
    obo:IAO_0000116 """type: class
is-a: Dental pulp
subclasses: Dental pulp of left lower central incisor tooth, Dental pulp of right lower central incisor tooth, Crown pulp of lower central incisor tooth, Root pulp of lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of lower central incisor tooth" ;
    rdfs:subClassOf obo:FMA_55631 .

obo:FMA_55762
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower central incisor tooth
subclasses: Crown pulp of left lower central incisor tooth, Crown pulp of right lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of lower central incisor tooth" ;
    rdfs:subClassOf obo:FMA_55761, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55766
            obo:FMA_55767
        )
    ] .

obo:FMA_55763
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower central incisor tooth
subclasses: Root pulp of right lower central incisor tooth, Root pulp of left lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of lower central incisor tooth" ;
    rdfs:subClassOf obo:FMA_55761, [
        a owl:Class ;
        owl:unionOf _:genid3767
    ] .

obo:FMA_55764
    obo:IAO_0000116 """type: class
is-a: Root pulp of lower central incisor tooth
regional part of: Dental pulp of right lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of right lower central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55763 .

obo:FMA_55765
    obo:IAO_0000116 """type: class
is-a: Root pulp of lower central incisor tooth
regional part of: Dental pulp of left lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of left lower central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55763 .

obo:FMA_55766
    obo:IAO_0000116 """type: class
is-a: Crown pulp of lower central incisor tooth
regional part of: Dental pulp of right lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of right lower central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55762 .

obo:FMA_55767
    obo:IAO_0000116 """type: class
is-a: Crown pulp of lower central incisor tooth
regional part of: Dental pulp of left lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of left lower central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55762 .

obo:FMA_55768
    obo:IAO_0000116 """type: class
is-a: Cement of lower central secondary incisor tooth
constitutional part of: Right lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of right lower central secondary incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55760 .

obo:FMA_55769
    obo:IAO_0000116 """type: class
is-a: Cement of lower central secondary incisor tooth
constitutional part of: Left lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of left lower central secondary incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55760 .

obo:FMA_55770
    obo:IAO_0000116 """type: class
is-a: Enamel of lower central secondary incisor tooth
constitutional part of: Right lower central secondary incisor tooth
regional part: Mesial surface of right lower central incisor tooth, Distal contact surface of right lower central incisor tooth, Mesial contact surface of right lower central incisor tooth, Incisal surface of right lower central incisor tooth, Lingual surface of right lower central incisor tooth, Labial surface of right lower central incisor tooth, Distal surface of right lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of right lower central secondary incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55759, _:genid3769, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56221
    ], _:genid3771, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56233
    ], _:genid3773, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56954
    ], _:genid3775 .

obo:FMA_55771
    obo:IAO_0000116 """type: class
is-a: Enamel of lower central secondary incisor tooth
constitutional part of: Left lower central secondary incisor tooth
regional part: Mesial surface of left lower central incisor tooth, Distal contact surface of left lower central incisor tooth, Mesial contact surface of left lower central incisor tooth, Incisal surface of left lower central incisor tooth, Lingual surface of left lower central incisor tooth, Labial surface of left lower central incisor tooth, Distal surface of left lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of left lower central secondary incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55759, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56216
    ], _:genid3777, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56228
    ], _:genid3779, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56240
    ], _:genid3781, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56957
    ] .

obo:FMA_55772
    obo:IAO_0000116 """type: class
is-a: Dentine of lower central secondary incisor tooth
constitutional part of: Right lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of right lower central secondary incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55758 .

obo:FMA_55773
    obo:IAO_0000116 """type: class
is-a: Dentine of lower central secondary incisor tooth
constitutional part of: Left lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of left lower central secondary incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55758 .

obo:FMA_55774
    obo:IAO_0000116 """type: class
is-a: Dentine
subclasses: Dentine of left lower lateral secondary incisor tooth, Dentine of right lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of lower lateral secondary incisor tooth" ;
    rdfs:subClassOf obo:FMA_55628, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55790
            obo:FMA_55791
        )
    ] .

obo:FMA_55775
    obo:IAO_0000116 """type: class
is-a: Enamel
subclasses: Enamel of right lower lateral secondary incisor tooth, Enamel of left lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of lower lateral secondary incisor tooth" ;
    rdfs:subClassOf obo:FMA_55629, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55788
            obo:FMA_55789
        )
    ] .

obo:FMA_55776
    obo:IAO_0000116 """type: class
is-a: Cement
subclasses: Cement of left lower lateral secondary incisor tooth, Cement of right lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of lower lateral secondary incisor tooth" ;
    rdfs:subClassOf obo:FMA_55630, [
        a owl:Class ;
        owl:unionOf _:genid3790
    ] .

obo:FMA_55777
    obo:IAO_0000116 """type: class
is-a: Dental pulp
subclasses: Crown pulp of lower lateral incisor tooth, Dental pulp of left lower lateral incisor tooth, Dental pulp of right lower lateral incisor tooth, Root pulp of lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of lower lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_55631 .

obo:FMA_55778
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower lateral incisor tooth
subclasses: Crown pulp of left lower lateral incisor tooth, Crown pulp of right lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of lower lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_55777, _:genid3792 .

obo:FMA_55779
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower lateral incisor tooth
subclasses: Root pulp of left lower lateral incisor tooth, Root pulp of right lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of lower lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_55777, [
        a owl:Class ;
        owl:unionOf _:genid3796
    ] .

obo:FMA_55780
    obo:IAO_0000116 """type: class
is-a: Root pulp of lower lateral incisor tooth
regional part of: Dental pulp of right lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of right lower lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55779 .

obo:FMA_55781
    obo:IAO_0000116 """type: class
is-a: Root pulp of lower lateral incisor tooth
regional part of: Dental pulp of left lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of left lower lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55779 .

obo:FMA_55782
    obo:IAO_0000116 """type: class
is-a: Crown pulp of lower lateral incisor tooth
regional part of: Dental pulp of right lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of right lower lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55778 .

obo:FMA_55783
    obo:IAO_0000116 """type: class
is-a: Crown pulp of lower lateral incisor tooth
regional part of: Dental pulp of left lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of left lower lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55778 .

obo:FMA_55784
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower lateral incisor tooth
constitutional part of: Right lower lateral secondary incisor tooth
regional part: Crown pulp of right lower lateral incisor tooth, Root pulp of right lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of right lower lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_55777, _:genid3798, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55782
    ] .

obo:FMA_55785
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower lateral incisor tooth
regional part: Crown pulp of left lower lateral incisor tooth, Root pulp of left lower lateral incisor tooth
constitutional part of: Left lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of left lower lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_55777, _:genid3800, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55783
    ] .

obo:FMA_55786
    obo:IAO_0000116 """type: class
is-a: Cement of lower lateral secondary incisor tooth
constitutional part of: Right lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of right lower lateral secondary incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55776 .

obo:FMA_55787
    obo:IAO_0000116 """type: class
is-a: Cement of lower lateral secondary incisor tooth
constitutional part of: Left lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of left lower lateral secondary incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55776 .

obo:FMA_55788
    obo:IAO_0000116 """type: class
is-a: Enamel of lower lateral secondary incisor tooth
constitutional part of: Right lower lateral secondary incisor tooth
regional part: Mesial surface of right lower lateral incisor tooth, Distal contact surface of right lower lateral incisor tooth, Mesial contact surface of right lower lateral incisor tooth, Incisal surface of right lower lateral incisor tooth, Lingual surface of right lower lateral incisor tooth, Labial surface of right lower lateral incisor tooth, Distal surface of right lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of right lower lateral secondary incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55775, _:genid3802, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56219
    ], _:genid3804, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56231
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56237
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56948
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56950
    ] .

obo:FMA_55789
    obo:IAO_0000116 """type: class
is-a: Enamel of lower lateral secondary incisor tooth
constitutional part of: Left lower lateral secondary incisor tooth
regional part: Mesial surface of left lower lateral incisor tooth, Distal contact surface of left lower lateral incisor tooth, Mesial contact surface of left lower lateral incisor tooth, Incisal surface of left lower lateral incisor tooth, Lingual surface of left lower lateral incisor tooth, Labial surface of left lower lateral incisor tooth, Distal surface of left lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of left lower lateral secondary incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55775, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56214
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56220
    ], _:genid3811, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56232
    ], _:genid3813, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56949
    ], _:genid3815 .

obo:FMA_55790
    obo:IAO_0000116 """type: class
is-a: Dentine of lower lateral secondary incisor tooth
constitutional part of: Right lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of right lower lateral secondary incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55774 .

obo:FMA_55791
    obo:IAO_0000116 """type: class
is-a: Dentine of lower lateral secondary incisor tooth
constitutional part of: Left lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of left lower lateral secondary incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55774 .

obo:FMA_55792
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower central incisor tooth
constitutional part of: Right lower central secondary incisor tooth
regional part: Crown pulp of right lower central incisor tooth, Root pulp of right lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of right lower central incisor tooth" ;
    rdfs:subClassOf obo:FMA_55761, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55764
    ], _:genid3817 .

obo:FMA_55793
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower central incisor tooth
constitutional part of: Left lower central secondary incisor tooth
regional part: Crown pulp of left lower central incisor tooth, Root pulp of left lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of left lower central incisor tooth" ;
    rdfs:subClassOf obo:FMA_55761, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55765
    ], _:genid3819 .

obo:FMA_55794
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper lateral incisor tooth
constitutional part of: Right upper lateral secondary incisor tooth
regional part: Crown pulp of right upper lateral incisor tooth, Root pulp of right upper lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of right upper lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_55737, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55742
    ], _:genid3821 .

obo:FMA_55795
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper lateral incisor tooth
constitutional part of: Left upper lateral secondary incisor tooth
regional part: Crown pulp of left upper lateral incisor tooth, Root pulp of left upper lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of left upper lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_55737, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55743
    ], _:genid3823 .

obo:FMA_55796
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper central incisor tooth
regional part: Crown pulp of right upper central incisor tooth, Root pulp of right upper central incisor tooth
constitutional part of: Right upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of right upper central incisor tooth" ;
    rdfs:subClassOf obo:FMA_55753, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55824
    ], _:genid3825 .

obo:FMA_55797
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper central incisor tooth
constitutional part of: Left upper central secondary incisor tooth
regional part: Crown pulp of left upper central incisor tooth, Root pulp of left upper central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of left upper central incisor tooth" ;
    rdfs:subClassOf obo:FMA_55753, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55825
    ], _:genid3827 .

obo:FMA_55798
    obo:IAO_0000116 """type: class
is-a: Upper secondary canine tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Crown of right upper canine tooth, Root of right upper canine tooth
constitutional part: Dentine of right upper secondary canine tooth, Cavity of right upper canine tooth, Dental pulp of right upper canine tooth, Periodontium of right upper canine tooth, Cement of right upper secondary canine tooth, Enamel of right upper secondary canine tooth
member of: Secondary dentition, Secondary maxillary dentition""" ;
    obo:OHD_0000065 "Tooth 6" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Right upper secondary canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55714, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_maxillary_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55840
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55846
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55848
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55850
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56121
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56679
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56524
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56526
    ] .

obo:FMA_55799
    obo:IAO_0000116 """type: class
is-a: Upper secondary canine tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Crown of left upper canine tooth, Root of left upper canine tooth
constitutional part: Dental pulp of left upper canine tooth, Dentine of left upper secondary canine tooth, Cavity of left upper canine tooth, Periodontium of left upper canine tooth, Cement of left upper secondary canine tooth, Enamel of left upper secondary canine tooth
member of: Secondary dentition, Secondary maxillary dentition""" ;
    obo:OHD_0000065 "Tooth 11" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Left upper secondary canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55714, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_maxillary_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55841
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55847
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55849
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55851
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56122
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56680
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56525
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56527
    ] .

obo:FMA_55801
    obo:IAO_0000116 """type: class
is-a: Upper secondary premolar tooth
subclasses: Left upper first secondary premolar tooth, Right upper first secondary premolar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Upper first secondary premolar tooth" ;
    rdfs:subClassOf obo:FMA_55716, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55689
            obo:FMA_55690
        )
    ] .

obo:FMA_55802
    obo:IAO_0000116 """type: class
is-a: Upper secondary premolar tooth
subclasses: Left upper second secondary premolar tooth, Right upper second secondary premolar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Upper second secondary premolar tooth" ;
    rdfs:subClassOf obo:FMA_55716, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55688
            obo:FMA_55691
        )
    ] .

obo:FMA_55803
    obo:IAO_0000116 """type: class
is-a: Lower secondary premolar tooth
subclasses: Left lower first secondary premolar tooth, Right lower first secondary premolar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Lower first secondary premolar tooth" ;
    rdfs:subClassOf obo:FMA_55717, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55693
            obo:FMA_55694
        )
    ] .

obo:FMA_55804
    obo:IAO_0000116 """type: class
is-a: Lower secondary premolar tooth
subclasses: Right lower second secondary premolar tooth, Left lower second secondary premolar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Lower second secondary premolar tooth" ;
    rdfs:subClassOf obo:FMA_55717, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55692
            obo:FMA_55695
        )
    ] .

obo:FMA_55811
    obo:IAO_0000116 """type: class
is-a: Upper secondary molar tooth
subclasses: Left upper first secondary molar tooth, Right upper first secondary molar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Upper first secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55720, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55698
            obo:FMA_55699
        )
    ] .

obo:FMA_55812
    obo:IAO_0000116 """type: class
is-a: Upper secondary molar tooth
subclasses: Right upper second secondary molar tooth, Left upper second secondary molar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Upper second secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55720, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55697
            obo:FMA_55700
        )
    ] .

obo:FMA_55813
    obo:IAO_0000116 """type: class
is-a: Upper secondary molar tooth
subclasses: Left upper third secondary molar tooth, Right upper third secondary molar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Upper third secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55720, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55696
            obo:FMA_55701
        )
    ] .

obo:FMA_55814
    obo:IAO_0000116 """type: class
is-a: Lower secondary molar tooth
subclasses: Left lower first secondary molar tooth, Right lower first secondary molar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Lower first secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55721, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55704
            obo:FMA_55705
        )
    ] .

obo:FMA_55815
    obo:IAO_0000116 """type: class
is-a: Lower secondary molar tooth
subclasses: Left lower second secondary molar tooth, Right lower second secondary molar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Lower second secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55721, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55703
            obo:FMA_55706
        )
    ] .

obo:FMA_55817
    obo:IAO_0000116 """type: class
is-a: Lower secondary molar tooth
subclasses: Right lower third secondary molar tooth, Left lower third secondary molar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Lower third secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55721, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55702
            obo:FMA_55707
        )
    ] .

obo:FMA_55818
    obo:IAO_0000116 """type: class
is-a: Dentine of upper central secondary incisor tooth
constitutional part of: Right upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of right upper central secondary incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55750 .

obo:FMA_55819
    obo:IAO_0000116 """type: class
is-a: Dentine of upper central secondary incisor tooth
constitutional part of: Left upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of left upper central secondary incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55750 .

obo:FMA_55820
    obo:IAO_0000116 """type: class
is-a: Enamel of upper central secondary incisor tooth
constitutional part of: Right upper central secondary incisor tooth
regional part: Mesial surface of right upper central incisor tooth, Distal contact surface of right upper central incisor tooth, Mesial contact surface of right upper central incisor tooth, Incisal surface of right upper central incisor tooth, Lingual surface of right upper central incisor tooth, Labial surface of right upper central incisor tooth, Distal surface of right upper central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of right upper central secondary incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55751, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56180
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56186
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56192
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56198
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56204
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56931
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56934
    ] .

obo:FMA_55821
    obo:IAO_0000116 """type: class
is-a: Enamel of upper central secondary incisor tooth
constitutional part of: Left upper central secondary incisor tooth
regional part: Mesial surface of left upper central incisor tooth, Distal contact surface of left upper central incisor tooth, Mesial contact surface of left upper central incisor tooth, Incisal surface of left upper central incisor tooth, Distal surface of left upper central incisor tooth, Lingual surface of left upper central incisor tooth, Labial surface of left upper central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of left upper central secondary incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55751, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56181
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56187
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56193
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56199
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56205
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56933
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56935
    ] .

obo:FMA_55822
    obo:IAO_0000116 """type: class
is-a: Cement of upper central secondary incisor tooth
constitutional part of: Right upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of right upper central secondary incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55752 .

obo:FMA_55823
    obo:IAO_0000116 """type: class
is-a: Cement of upper central secondary incisor tooth
constitutional part of: Left upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of left upper central secondary incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55752 .

obo:FMA_55824
    obo:IAO_0000116 """type: class
is-a: Crown pulp of upper central incisor tooth
regional part of: Dental pulp of right upper central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of right upper central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55754 .

obo:FMA_55825
    obo:IAO_0000116 """type: class
is-a: Crown pulp of upper central incisor tooth
regional part of: Dental pulp of left upper central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of left upper central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55754 .

obo:FMA_55826
    obo:IAO_0000116 """type: class
is-a: Root pulp of upper central incisor tooth
regional part of: Dental pulp of right upper central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of right upper central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55755 .

obo:FMA_55827
    obo:IAO_0000116 """type: class
is-a: Root pulp of upper central incisor tooth
regional part of: Dental pulp of left upper central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of left upper central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55755 .

obo:FMA_55832
    obo:IAO_0000116 """type: class
is-a: Enamel
subclasses: Enamel of left upper secondary canine tooth, Enamel of right upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of upper secondary canine tooth" ;
    rdfs:subClassOf obo:FMA_55629, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55848
            obo:FMA_55849
        )
    ] .

obo:FMA_55833
    obo:IAO_0000116 """type: class
is-a: Cement
subclasses: Cement of left upper secondary canine tooth, Cement of right upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of upper secondary canine tooth" ;
    rdfs:subClassOf obo:FMA_55630, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55846
            obo:FMA_55847
        )
    ] .

obo:FMA_55834
    obo:IAO_0000116 """type: class
is-a: Dentine
subclasses: Dentine of left lower secondary canine tooth, Dentine of right lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of lower secondary canine tooth" ;
    rdfs:subClassOf obo:FMA_55628, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55866
            obo:FMA_55867
        )
    ] .

obo:FMA_55835
    obo:IAO_0000116 """type: class
is-a: Enamel
subclasses: Enamel of left lower secondary canine tooth, Enamel of right lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of lower secondary canine tooth" ;
    rdfs:subClassOf obo:FMA_55629, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55864
            obo:FMA_55865
        )
    ] .

obo:FMA_55836
    obo:IAO_0000116 """type: class
is-a: Dentine
subclasses: Dentine of right upper secondary canine tooth, Dentine of left upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of upper secondary canine tooth" ;
    rdfs:subClassOf obo:FMA_55628, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55850
            obo:FMA_55851
        )
    ] .

obo:FMA_55837
    obo:IAO_0000116 """type: class
is-a: Dental pulp
subclasses: Root pulp of upper canine tooth, Crown pulp of upper canine tooth, Dental pulp of left upper canine tooth, Dental pulp of right upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of upper canine tooth" ;
    rdfs:subClassOf obo:FMA_55631 .

obo:FMA_55838
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper canine tooth
subclasses: Crown pulp of left upper canine tooth, Crown pulp of right upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of upper canine tooth" ;
    rdfs:subClassOf obo:FMA_55837, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55844
            obo:FMA_55845
        )
    ] .

obo:FMA_55839
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper canine tooth
subclasses: Root pulp of left upper canine tooth, Root pulp of right upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of upper canine tooth" ;
    rdfs:subClassOf obo:FMA_55837, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55842
            obo:FMA_55843
        )
    ] .

obo:FMA_55840
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper canine tooth
constitutional part of: Right upper secondary canine tooth
regional part: Crown pulp of right upper canine tooth, Root pulp of right upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of right upper canine tooth" ;
    rdfs:subClassOf obo:FMA_55837, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55842
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55844
    ] .

obo:FMA_55841
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper canine tooth
constitutional part of: Left upper secondary canine tooth
regional part: Crown pulp of left upper canine tooth, Root pulp of left upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of left upper canine tooth" ;
    rdfs:subClassOf obo:FMA_55837, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55843
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55845
    ] .

obo:FMA_55842
    obo:IAO_0000116 """type: class
is-a: Root pulp of upper canine tooth
regional part of: Dental pulp of right upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of right upper canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55839 .

obo:FMA_55843
    obo:IAO_0000116 """type: class
is-a: Root pulp of upper canine tooth
regional part of: Dental pulp of left upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of left upper canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55839 .

obo:FMA_55844
    obo:IAO_0000116 """type: class
is-a: Crown pulp of upper canine tooth
regional part of: Dental pulp of right upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of right upper canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55838 .

obo:FMA_55845
    obo:IAO_0000116 """type: class
is-a: Crown pulp of upper canine tooth
regional part of: Dental pulp of left upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of left upper canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55838 .

obo:FMA_55846
    obo:IAO_0000116 """type: class
is-a: Cement of upper secondary canine tooth
constitutional part of: Right upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of right upper secondary canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55833 .

obo:FMA_55847
    obo:IAO_0000116 """type: class
is-a: Cement of upper secondary canine tooth
constitutional part of: Left upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of left upper secondary canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55833 .

obo:FMA_55848
    obo:IAO_0000116 """type: class
is-a: Enamel of upper secondary canine tooth
constitutional part of: Right upper secondary canine tooth
regional part: Incisal surface of right upper canine tooth, Labial surface of right upper canine tooth, Distal contact surface of right upper canine tooth, Mesial contact surface of right upper canine tooth, Distal surface of right upper canine tooth, Mesial surface of right upper canine tooth, Lingual surface of right upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of right upper secondary canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55832, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56969
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56971
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57663
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57665
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57667
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57669
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57671
    ] .

obo:FMA_55849
    obo:IAO_0000116 """type: class
is-a: Enamel of upper secondary canine tooth
constitutional part of: Left upper secondary canine tooth
regional part: Labial surface of left upper canine tooth, Distal contact surface of left upper canine tooth, Mesial contact surface of left upper canine tooth, Incisal surface of left upper canine tooth, Distal surface of left upper canine tooth, Mesial surface of left upper canine tooth, Lingual surface of left upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of left upper secondary canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55832, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56970
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56972
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57664
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57666
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57668
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57670
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57672
    ] .

obo:FMA_55850
    obo:IAO_0000116 """type: class
is-a: Dentine of upper secondary canine tooth
constitutional part of: Right upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of right upper secondary canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55836 .

obo:FMA_55851
    obo:IAO_0000116 """type: class
is-a: Dentine of upper secondary canine tooth
constitutional part of: Left upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of left upper secondary canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55836 .

obo:FMA_55852
    obo:IAO_0000116 """type: class
is-a: Cement
subclasses: Cement of right lower secondary canine tooth, Cement of left lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of lower secondary canine tooth" ;
    rdfs:subClassOf obo:FMA_55630, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55862
            obo:FMA_55863
        )
    ] .

obo:FMA_55853
    obo:IAO_0000116 """type: class
is-a: Dental pulp
subclasses: Root pulp of lower canine tooth, Crown pulp of lower canine tooth, Dental pulp of right lower canine tooth, Dental pulp of left lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of lower canine tooth" ;
    rdfs:subClassOf obo:FMA_55631 .

obo:FMA_55854
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower canine tooth
constitutional part of: Right lower secondary canine tooth
regional part: Crown pulp of right lower canine tooth, Root pulp of right lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of right lower canine tooth" ;
    rdfs:subClassOf obo:FMA_55853, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55858
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55860
    ] .

obo:FMA_55855
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower canine tooth
constitutional part of: Left lower secondary canine tooth
regional part: Crown pulp of left lower canine tooth, Root pulp of left lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of left lower canine tooth" ;
    rdfs:subClassOf obo:FMA_55853, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55859
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55861
    ] .

obo:FMA_55856
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower canine tooth
subclasses: Crown pulp of right lower canine tooth, Crown pulp of left lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of lower canine tooth" ;
    rdfs:subClassOf obo:FMA_55853, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55860
            obo:FMA_55861
        )
    ] .

obo:FMA_55857
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower canine tooth
subclasses: Root pulp of right lower canine tooth, Root pulp of left lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of lower canine tooth" ;
    rdfs:subClassOf obo:FMA_55853, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55858
            obo:FMA_55859
        )
    ] .

obo:FMA_55858
    obo:IAO_0000116 """type: class
is-a: Root pulp of lower canine tooth
regional part of: Dental pulp of right lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of right lower canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55857 .

obo:FMA_55859
    obo:IAO_0000116 """type: class
is-a: Root pulp of lower canine tooth
regional part of: Dental pulp of left lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of left lower canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55857 .

obo:FMA_55860
    obo:IAO_0000116 """type: class
is-a: Crown pulp of lower canine tooth
regional part of: Dental pulp of right lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of right lower canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55856 .

obo:FMA_55861
    obo:IAO_0000116 """type: class
is-a: Crown pulp of lower canine tooth
regional part of: Dental pulp of left lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of left lower canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55856 .

obo:FMA_55862
    obo:IAO_0000116 """type: class
is-a: Cement of lower secondary canine tooth
constitutional part of: Right lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of right lower secondary canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55852 .

obo:FMA_55863
    obo:IAO_0000116 """type: class
is-a: Cement of lower secondary canine tooth
constitutional part of: Left lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of left lower secondary canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55852 .

obo:FMA_55864
    obo:IAO_0000116 """type: class
is-a: Enamel of lower secondary canine tooth
constitutional part of: Right lower secondary canine tooth
regional part: Mesial surface of right lower canine tooth, Distal contact surface of right lower canine tooth, Mesial contact surface of right lower canine tooth, Incisal surface of right lower canine tooth, Lingual surface of right lower canine tooth, Labial surface of right lower canine tooth, Distal surface of right lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of right lower secondary canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55835, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56251
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56253
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56255
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56257
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56259
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56963
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56965
    ] .

obo:FMA_55865
    obo:IAO_0000116 """type: class
is-a: Enamel of lower secondary canine tooth
constitutional part of: Left lower secondary canine tooth
regional part: Mesial surface of left lower canine tooth, Distal contact surface of left lower canine tooth, Mesial contact surface of left lower canine tooth, Incisal surface of left lower canine tooth, Lingual surface of left lower canine tooth, Labial surface of left lower canine tooth, Distal surface of left lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of left lower secondary canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55835, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56252
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56254
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56256
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56258
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56260
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56964
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56966
    ] .

obo:FMA_55866
    obo:IAO_0000116 """type: class
is-a: Dentine of lower secondary canine tooth
constitutional part of: Right lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of right lower secondary canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55834 .

obo:FMA_55867
    obo:IAO_0000116 """type: class
is-a: Dentine of lower secondary canine tooth
constitutional part of: Left lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of left lower secondary canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55834 .

obo:FMA_55872
    obo:IAO_0000116 """type: class
is-a: Dentine
subclasses: Dentine of right upper first secondary premolar tooth, Dentine of left upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of upper first secondary premolar tooth" ;
    rdfs:subClassOf obo:FMA_55628, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55888
            obo:FMA_55889
        )
    ] .

obo:FMA_55873
    obo:IAO_0000116 """type: class
is-a: Enamel
subclasses: Enamel of right upper first secondary premolar tooth, Enamel of left upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of upper first secondary premolar tooth" ;
    rdfs:subClassOf obo:FMA_55629, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55886
            obo:FMA_55887
        )
    ] .

obo:FMA_55874
    obo:IAO_0000116 """type: class
is-a: Cement
subclasses: Cement of left upper first secondary premolar tooth, Cement of right upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of upper first secondary premolar tooth" ;
    rdfs:subClassOf obo:FMA_55630, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55884
            obo:FMA_55885
        )
    ] .

obo:FMA_55875
    obo:IAO_0000116 """type: class
is-a: Dental pulp
subclasses: Root pulp of upper first premolar tooth, Crown pulp of upper first premolar tooth, Dental pulp of left upper first premolar tooth, Dental pulp of right upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_55631 .

obo:FMA_55876
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper first premolar tooth
regional part: Crown pulp of right upper first premolar tooth, Root pulp of right upper first premolar tooth
constitutional part of: Right upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of right upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_55875, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55880
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55882
    ] .

obo:FMA_55877
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper first premolar tooth
constitutional part of: Left upper first secondary premolar tooth
regional part: Crown pulp of left upper first premolar tooth, Root pulp of left upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of left upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_55875, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55881
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55883
    ] .

obo:FMA_55878
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper first premolar tooth
subclasses: Crown pulp of right upper first premolar tooth, Crown pulp of left upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_55875, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55882
            obo:FMA_55883
        )
    ] .

obo:FMA_55879
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper first premolar tooth
subclasses: Root pulp of left upper first premolar tooth, Root pulp of right upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_55875, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55880
            obo:FMA_55881
        )
    ] .

obo:FMA_55880
    obo:IAO_0000116 """type: class
is-a: Root pulp of upper first premolar tooth
regional part of: Dental pulp of right upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of right upper first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55879 .

obo:FMA_55881
    obo:IAO_0000116 """type: class
is-a: Root pulp of upper first premolar tooth
regional part of: Dental pulp of left upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of left upper first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55879 .

obo:FMA_55882
    obo:IAO_0000116 """type: class
is-a: Crown pulp of upper first premolar tooth
regional part of: Dental pulp of right upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of right upper first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55878 .

obo:FMA_55883
    obo:IAO_0000116 """type: class
is-a: Crown pulp of upper first premolar tooth
regional part of: Dental pulp of left upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of left upper first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55878 .

obo:FMA_55884
    obo:IAO_0000116 """type: class
is-a: Cement of upper first secondary premolar tooth
constitutional part of: Right upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of right upper first secondary premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55874 .

obo:FMA_55885
    obo:IAO_0000116 """type: class
is-a: Cement of upper first secondary premolar tooth
constitutional part of: Left upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of left upper first secondary premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55874 .

obo:FMA_55886
    obo:IAO_0000116 """type: class
is-a: Enamel of upper first secondary premolar tooth
constitutional part of: Right upper first secondary premolar tooth
regional part: Mesial surface of right upper first premolar tooth, Distal contact surface of right upper first premolar tooth, Mesial contact surface of right upper first premolar tooth, Occlusal surface of right upper first premolar tooth, Lingual surface of right upper first premolar tooth, Buccal surface of right upper first premolar tooth, Distal surface of right upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of right upper first secondary premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55873, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56283
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56285
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56287
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56289
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56291
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57658
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57660
    ] .

obo:FMA_55887
    obo:IAO_0000116 """type: class
is-a: Enamel of upper first secondary premolar tooth
constitutional part of: Left upper first secondary premolar tooth
regional part: Buccal surface of left upper first premolar tooth, Distal contact surface of left upper first premolar tooth, Mesial contact surface of left upper first premolar tooth, Occlusal surface of left upper first premolar tooth, Distal surface of left upper first premolar tooth, Mesial surface of left upper first premolar tooth, Lingual surface of left upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of left upper first secondary premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55873, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56284
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56286
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56288
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56290
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56292
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57659
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57661
    ] .

obo:FMA_55888
    obo:IAO_0000116 """type: class
is-a: Dentine of upper first secondary premolar tooth
constitutional part of: Right upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of right upper first secondary premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55872 .

obo:FMA_55889
    obo:IAO_0000116 """type: class
is-a: Dentine of upper first secondary premolar tooth
constitutional part of: Left upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of left upper first secondary premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55872 .

obo:FMA_55890
    obo:IAO_0000116 """type: class
is-a: Dentine
subclasses: Dentine of left upper second secondary premolar tooth, Dentine of right upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of upper second secondary premolar tooth" ;
    rdfs:subClassOf obo:FMA_55628, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55906
            obo:FMA_55907
        )
    ] .

obo:FMA_55891
    obo:IAO_0000116 """type: class
is-a: Enamel
subclasses: Enamel of right upper second secondary premolar tooth, Enamel of left upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of upper second secondary premolar tooth" ;
    rdfs:subClassOf obo:FMA_55629, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55904
            obo:FMA_55905
        )
    ] .

obo:FMA_55892
    obo:IAO_0000116 """type: class
is-a: Cement
subclasses: Cement of left upper second secondary premolar tooth, Cement of right upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of upper second secondary premolar tooth" ;
    rdfs:subClassOf obo:FMA_55630, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55902
            obo:FMA_55903
        )
    ] .

obo:FMA_55893
    obo:IAO_0000116 """type: class
is-a: Dental pulp
subclasses: Dental pulp of right upper second premolar tooth, Dental pulp of left upper second premolar tooth, Crown pulp of upper second premolar tooth, Root pulp of upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of upper second premolar tooth" ;
    rdfs:subClassOf obo:FMA_55631 .

obo:FMA_55894
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper second premolar tooth
constitutional part of: Right upper second secondary premolar tooth
regional part: Crown pulp of right upper second premolar tooth, Root pulp of right upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of right upper second premolar tooth" ;
    rdfs:subClassOf obo:FMA_55893, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55898
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55900
    ] .

obo:FMA_55895
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper second premolar tooth
constitutional part of: Left upper second secondary premolar tooth
regional part: Crown pulp of left upper second premolar tooth, Root pulp of left upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of left upper second premolar tooth" ;
    rdfs:subClassOf obo:FMA_55893, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55899
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55901
    ] .

obo:FMA_55896
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper second premolar tooth
subclasses: Crown pulp of left upper second premolar tooth, Crown pulp of right upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of upper second premolar tooth" ;
    rdfs:subClassOf obo:FMA_55893, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55900
            obo:FMA_55901
        )
    ] .

obo:FMA_55897
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper second premolar tooth
subclasses: Root pulp of left upper second premolar tooth, Root pulp of right upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of upper second premolar tooth" ;
    rdfs:subClassOf obo:FMA_55893, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55898
            obo:FMA_55899
        )
    ] .

obo:FMA_55898
    obo:IAO_0000116 """type: class
is-a: Root pulp of upper second premolar tooth
regional part of: Dental pulp of right upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of right upper second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55897 .

obo:FMA_55899
    obo:IAO_0000116 """type: class
is-a: Root pulp of upper second premolar tooth
regional part of: Dental pulp of left upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of left upper second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55897 .

obo:FMA_55900
    obo:IAO_0000116 """type: class
is-a: Crown pulp of upper second premolar tooth
regional part of: Dental pulp of right upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of right upper second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55896 .

obo:FMA_55901
    obo:IAO_0000116 """type: class
is-a: Crown pulp of upper second premolar tooth
regional part of: Dental pulp of left upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of left upper second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55896 .

obo:FMA_55902
    obo:IAO_0000116 """type: class
is-a: Cement of upper second secondary premolar tooth
constitutional part of: Right upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of right upper second secondary premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55892 .

obo:FMA_55903
    obo:IAO_0000116 """type: class
is-a: Cement of upper second secondary premolar tooth
constitutional part of: Left upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of left upper second secondary premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55892 .

obo:FMA_55904
    obo:IAO_0000116 """type: class
is-a: Enamel of upper second secondary premolar tooth
constitutional part of: Right upper second secondary premolar tooth
regional part: Buccal surface of right upper second premolar tooth, Distal contact surface of right upper second premolar tooth, Mesial contact surface of right upper second premolar tooth, Occlusal surface of right upper second premolar tooth, Lingual surface of right upper second premolar tooth, Mesial surface of right upper second premolar tooth, Distal surface of right upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of right upper second secondary premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55891, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56273
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56275
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56277
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56279
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56281
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56991
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56993
    ] .

obo:FMA_55905
    obo:IAO_0000116 """type: class
is-a: Enamel of upper second secondary premolar tooth
constitutional part of: Left upper second secondary premolar tooth
regional part: Buccal surface of left upper second premolar tooth, Distal contact surface of left upper second premolar tooth, Mesial contact surface of left upper second premolar tooth, Occlusal surface of left upper second premolar tooth, Distal surface of left upper second premolar tooth, Mesial surface of left upper second premolar tooth, Lingual surface of left upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of left upper second secondary premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55891, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56274
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56276
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56278
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56280
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56282
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56992
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56994
    ] .

obo:FMA_55906
    obo:IAO_0000116 """type: class
is-a: Dentine of upper second secondary premolar tooth
constitutional part of: Right upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of right upper second secondary premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55890 .

obo:FMA_55907
    obo:IAO_0000116 """type: class
is-a: Dentine of upper second secondary premolar tooth
constitutional part of: Left upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of left upper second secondary premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55890 .

obo:FMA_55910
    obo:IAO_0000116 """type: class
is-a: Dentine
subclasses: Dentine of left lower first secondary premolar tooth, Dentine of right lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of lower first secondary premolar tooth" ;
    rdfs:subClassOf obo:FMA_55628, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55926
            obo:FMA_55927
        )
    ] .

obo:FMA_55911
    obo:IAO_0000116 """type: class
is-a: Enamel
subclasses: Enamel of left lower first secondary premolar tooth, Enamel of right lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of lower first secondary premolar tooth" ;
    rdfs:subClassOf obo:FMA_55629, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55924
            obo:FMA_55925
        )
    ] .

obo:FMA_55912
    obo:IAO_0000116 """type: class
is-a: Cement
subclasses: Cement of right lower first secondary premolar tooth, Cement of left lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of lower first secondary premolar tooth" ;
    rdfs:subClassOf obo:FMA_55630, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55922
            obo:FMA_55923
        )
    ] .

obo:FMA_55913
    obo:IAO_0000116 """type: class
is-a: Dental pulp
subclasses: Root pulp of lower first premolar tooth, Crown pulp of lower first premolar tooth, Dental pulp of left lower first premolar tooth, Dental pulp of right lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of lower first premolar tooth" ;
    rdfs:subClassOf obo:FMA_55631 .

obo:FMA_55914
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower first premolar tooth
constitutional part of: Right lower first secondary premolar tooth
regional part: Crown pulp of right lower first premolar tooth, Root pulp of right lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of right lower first premolar tooth" ;
    rdfs:subClassOf obo:FMA_55913, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55918
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55920
    ] .

obo:FMA_55915
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower first premolar tooth
constitutional part of: Left lower first secondary premolar tooth
regional part: Crown pulp of left lower first premolar tooth, Root pulp of left lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of left lower first premolar tooth" ;
    rdfs:subClassOf obo:FMA_55913, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55919
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55921
    ] .

obo:FMA_55916
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower first premolar tooth
subclasses: Crown pulp of right lower first premolar tooth, Crown pulp of left lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of lower first premolar tooth" ;
    rdfs:subClassOf obo:FMA_55913, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55920
            obo:FMA_55921
        )
    ] .

obo:FMA_55917
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower first premolar tooth
subclasses: Root pulp of right lower first premolar tooth, Root pulp of left lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of lower first premolar tooth" ;
    rdfs:subClassOf obo:FMA_55913, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55918
            obo:FMA_55919
        )
    ] .

obo:FMA_55918
    obo:IAO_0000116 """type: class
is-a: Root pulp of lower first premolar tooth
regional part of: Dental pulp of right lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of right lower first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55917 .

obo:FMA_55919
    obo:IAO_0000116 """type: class
is-a: Root pulp of lower first premolar tooth
regional part of: Dental pulp of left lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of left lower first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55917 .

obo:FMA_55920
    obo:IAO_0000116 """type: class
is-a: Crown pulp of lower first premolar tooth
regional part of: Dental pulp of right lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of right lower first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55916 .

obo:FMA_55921
    obo:IAO_0000116 """type: class
is-a: Crown pulp of lower first premolar tooth
regional part of: Dental pulp of left lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of left lower first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55916 .

obo:FMA_55922
    obo:IAO_0000116 """type: class
is-a: Cement of lower first secondary premolar tooth
constitutional part of: Right lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of right lower first secondary premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55912 .

obo:FMA_55923
    obo:IAO_0000116 """type: class
is-a: Cement of lower first secondary premolar tooth
constitutional part of: Left lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of left lower first secondary premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55912 .

obo:FMA_55924
    obo:IAO_0000116 """type: class
is-a: Enamel of lower first secondary premolar tooth
constitutional part of: Right lower first secondary premolar tooth
regional part: Mesial surface of right lower first premolar tooth, Distal contact surface of right lower first premolar tooth, Mesial contact surface of right lower first premolar tooth, Occlusal surface of right lower first premolar tooth, Lingual surface of right lower first premolar tooth, Buccal surface of right lower first premolar tooth, Distal surface of right lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of right lower first secondary premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55911, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56300
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56302
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56304
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56306
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56308
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56985
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56987
    ] .

obo:FMA_55925
    obo:IAO_0000116 """type: class
is-a: Enamel of lower first secondary premolar tooth
constitutional part of: Left lower first secondary premolar tooth
regional part: Mesial surface of left lower first premolar tooth, Distal contact surface of left lower first premolar tooth, Mesial contact surface of left lower first premolar tooth, Occlusal surface of left lower first premolar tooth, Lingual surface of left lower first premolar tooth, Buccal surface of left lower first premolar tooth, Distal surface of left lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of left lower first secondary premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55911, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56301
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56303
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56305
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56307
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56309
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56986
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56988
    ] .

obo:FMA_55926
    obo:IAO_0000116 """type: class
is-a: Dentine of lower first secondary premolar tooth
constitutional part of: Right lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of right lower first secondary premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55910 .

obo:FMA_55927
    obo:IAO_0000116 """type: class
is-a: Dentine of lower first secondary premolar tooth
constitutional part of: Left lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of left lower first secondary premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55910 .

obo:FMA_55928
    obo:IAO_0000116 """type: class
is-a: Dentine
subclasses: Dentine of left lower second secondary premolar tooth, Dentine of right lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of lower second secondary premolar tooth" ;
    rdfs:subClassOf obo:FMA_55628, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55947
            obo:FMA_55948
        )
    ] .

obo:FMA_55929
    obo:IAO_0000116 """type: class
is-a: Enamel
subclasses: Enamel of right lower second secondary premolar tooth, Enamel of left lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of lower second secondary premolar tooth" ;
    rdfs:subClassOf obo:FMA_55629, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55943
            obo:FMA_55944
        )
    ] .

obo:FMA_55930
    obo:IAO_0000116 """type: class
is-a: Cement
subclasses: Cement of left lower second secondary premolar tooth, Cement of right lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of lower second secondary premolar tooth" ;
    rdfs:subClassOf obo:FMA_55630, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55941
            obo:FMA_55942
        )
    ] .

obo:FMA_55931
    obo:IAO_0000116 """type: class
is-a: Dental pulp
subclasses: Dental pulp of left lower second premolar tooth, Root pulp of lower second premolar tooth, Crown pulp of lower second premolar tooth, Dental pulp of right lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of lower second premolar tooth" ;
    rdfs:subClassOf obo:FMA_55631 .

obo:FMA_55932
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower second premolar tooth
regional part: Crown pulp of right lower second premolar tooth, Root pulp of right lower second premolar tooth
constitutional part of: Right lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of right lower second premolar tooth" ;
    rdfs:subClassOf obo:FMA_55931, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55936
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55938
    ] .

obo:FMA_55933
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower second premolar tooth
regional part: Crown pulp of left lower second premolar tooth, Root pulp of left lower second premolar tooth
constitutional part of: Left lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of left lower second premolar tooth" ;
    rdfs:subClassOf obo:FMA_55931, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55937
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55940
    ] .

obo:FMA_55934
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower second premolar tooth
subclasses: Crown pulp of left lower second premolar tooth, Crown pulp of right lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of lower second premolar tooth" ;
    rdfs:subClassOf obo:FMA_55931, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55938
            obo:FMA_55940
        )
    ] .

obo:FMA_55935
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower second premolar tooth
subclasses: Root pulp of left lower second premolar tooth, Root pulp of right lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of lower second premolar tooth" ;
    rdfs:subClassOf obo:FMA_55931, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55936
            obo:FMA_55937
        )
    ] .

obo:FMA_55936
    obo:IAO_0000116 """type: class
is-a: Root pulp of lower second premolar tooth
regional part of: Dental pulp of right lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of right lower second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55935 .

obo:FMA_55937
    obo:IAO_0000116 """type: class
is-a: Root pulp of lower second premolar tooth
regional part of: Dental pulp of left lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of left lower second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55935 .

obo:FMA_55938
    obo:IAO_0000116 """type: class
is-a: Crown pulp of lower second premolar tooth
regional part of: Dental pulp of right lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of right lower second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55934 .

obo:FMA_55940
    obo:IAO_0000116 """type: class
is-a: Crown pulp of lower second premolar tooth
regional part of: Dental pulp of left lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of left lower second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55934 .

obo:FMA_55941
    obo:IAO_0000116 """type: class
is-a: Cement of lower second secondary premolar tooth
constitutional part of: Right lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of right lower second secondary premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55930 .

obo:FMA_55942
    obo:IAO_0000116 """type: class
is-a: Cement of lower second secondary premolar tooth
constitutional part of: Left lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of left lower second secondary premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55930 .

obo:FMA_55943
    obo:IAO_0000116 """type: class
is-a: Enamel of lower second secondary premolar tooth
constitutional part of: Right lower second secondary premolar tooth
regional part: Distal surface of right lower second premolar tooth, Mesial surface of right lower second premolar tooth, Mesial contact surface of right lower second premolar tooth, Occlusal surface of right lower second premolar tooth, Lingual surface of right lower second premolar tooth, Buccal surface of right lower second premolar tooth, Distal contact surface of right lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of right lower second secondary premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55929, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56315
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56317
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56319
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56321
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56323
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56979
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56981
    ] .

obo:FMA_55944
    obo:IAO_0000116 """type: class
is-a: Enamel of lower second secondary premolar tooth
constitutional part of: Left lower second secondary premolar tooth
regional part: Mesial surface of left lower second premolar tooth, Distal contact surface of left lower second premolar tooth, Mesial contact surface of left lower second premolar tooth, Occlusal surface of left lower second premolar tooth, Lingual surface of left lower second premolar tooth, Buccal surface of left lower second premolar tooth, Distal surface of left lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of left lower second secondary premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55929, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56316
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56318
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56320
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56322
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56324
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56980
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56982
    ] .

obo:FMA_55947
    obo:IAO_0000116 """type: class
is-a: Dentine of lower second secondary premolar tooth
constitutional part of: Right lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of right lower second secondary premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55928 .

obo:FMA_55948
    obo:IAO_0000116 """type: class
is-a: Dentine of lower second secondary premolar tooth
constitutional part of: Left lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of left lower second secondary premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55928 .

obo:FMA_55960
    obo:IAO_0000116 """type: class
is-a: Dentine
subclasses: Dentine of left upper first secondary molar tooth, Dentine of right upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of upper first secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55628, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55980
            obo:FMA_55981
        )
    ] .

obo:FMA_55961
    obo:IAO_0000116 """type: class
is-a: Enamel
subclasses: Enamel of left upper first secondary molar tooth, Enamel of right upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of upper first secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55629, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55978
            obo:FMA_55979
        )
    ] .

obo:FMA_55962
    obo:IAO_0000116 """type: class
is-a: Cement
subclasses: Cement of left upper first secondary molar tooth, Cement of right upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of upper first secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55630, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55975
            obo:FMA_55976
        )
    ] .

obo:FMA_55963
    obo:IAO_0000116 """type: class
is-a: Dental pulp
subclasses: Root pulp of upper first molar tooth, Crown pulp of upper first molar tooth, Dental pulp of left upper first molar tooth, Dental pulp of right upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_55631 .

obo:FMA_55964
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper first molar tooth
constitutional part of: Right upper first secondary molar tooth
regional part: Crown pulp of right upper first molar tooth, Root pulp of right upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of right upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_55963, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55969
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55973
    ] .

obo:FMA_55965
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper first molar tooth
constitutional part of: Left upper first secondary molar tooth
regional part: Crown pulp of left upper first molar tooth, Root pulp of left upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of left upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_55963, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55970
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55974
    ] .

obo:FMA_55967
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper first molar tooth
subclasses: Crown pulp of left upper first molar tooth, Crown pulp of right upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_55963, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55973
            obo:FMA_55974
        )
    ] .

obo:FMA_55968
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper first molar tooth
subclasses: Root pulp of right upper first molar tooth, Root pulp of left upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_55963, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55969
            obo:FMA_55970
        )
    ] .

obo:FMA_55969
    obo:IAO_0000116 """type: class
is-a: Root pulp of upper first molar tooth
regional part of: Dental pulp of right upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of right upper first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55968 .

obo:FMA_55970
    obo:IAO_0000116 """type: class
is-a: Root pulp of upper first molar tooth
regional part of: Dental pulp of left upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of left upper first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55968 .

obo:FMA_55973
    obo:IAO_0000116 """type: class
is-a: Crown pulp of upper first molar tooth
regional part of: Dental pulp of right upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of right upper first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55967 .

obo:FMA_55974
    obo:IAO_0000116 """type: class
is-a: Crown pulp of upper first molar tooth
regional part of: Dental pulp of left upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of left upper first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55967 .

obo:FMA_55975
    obo:IAO_0000116 """type: class
is-a: Cement of upper first secondary molar tooth
constitutional part of: Right upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of right upper first secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55962 .

obo:FMA_55976
    obo:IAO_0000116 """type: class
is-a: Cement of upper first secondary molar tooth
constitutional part of: Left upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of left upper first secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55962 .

obo:FMA_55978
    obo:IAO_0000116 """type: class
is-a: Enamel of upper first secondary molar tooth
constitutional part of: Right upper first secondary molar tooth
regional part: Mesial surface of right upper first molar tooth, Distal contact surface of right upper first molar tooth, Mesial contact surface of right upper first molar tooth, Occlusal surface of right upper first molar tooth, Lingual surface of right upper first molar tooth, Buccal surface of right upper first molar tooth, Distal surface of right upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of right upper first secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55961, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56408
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56410
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56412
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56414
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56416
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57041
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57043
    ] .

obo:FMA_55979
    obo:IAO_0000116 """type: class
is-a: Enamel of upper first secondary molar tooth
constitutional part of: Left upper first secondary molar tooth
regional part: Mesial surface of left upper first molar tooth, Distal contact surface of left upper first molar tooth, Mesial contact surface of left upper first molar tooth, Occlusal surface of left upper first molar tooth, Lingual surface of left upper first molar tooth, Buccal surface of left upper first molar tooth, Distal surface of left upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of left upper first secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55961, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56409
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56411
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56413
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56415
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56417
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57042
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57044
    ] .

obo:FMA_55980
    obo:IAO_0000116 """type: class
is-a: Dentine of upper first secondary molar tooth
constitutional part of: Right upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of right upper first secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55960 .

obo:FMA_55981
    obo:IAO_0000116 """type: class
is-a: Dentine of upper first secondary molar tooth
constitutional part of: Left upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of left upper first secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55960 .

obo:FMA_55983
    obo:IAO_0000116 """type: class
is-a: Dentine
subclasses: Dentine of right upper second secondary molar tooth, Dentine of left upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of upper second secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55628, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56011
            obo:FMA_56012
        )
    ] .

obo:FMA_55985
    obo:IAO_0000116 """type: class
is-a: Enamel
subclasses: Enamel of right upper second secondary molar tooth, Enamel of left upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of upper second secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55629, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56009
            obo:FMA_56010
        )
    ] .

obo:FMA_55986
    obo:IAO_0000116 """type: class
is-a: Cement
subclasses: Cement of left upper second secondary molar tooth, Cement of right upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of upper second secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55630, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55999
            obo:FMA_56000
        )
    ] .

obo:FMA_55987
    obo:IAO_0000116 """type: class
is-a: Dental pulp
subclasses: Dental pulp of right upper second molar tooth, Root pulp of upper second molar tooth, Dental pulp of left upper second molar tooth, Crown pulp of upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_55631 .

obo:FMA_55990
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper second molar tooth
regional part: Crown pulp of right upper second molar tooth, Root pulp of right upper second molar tooth
constitutional part of: Right upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of right upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_55987, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55995
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55997
    ] .

obo:FMA_55992
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper second molar tooth
constitutional part of: Left upper second secondary molar tooth
regional part: Crown pulp of left upper second molar tooth, Root pulp of left upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of left upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_55987, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55996
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_55998
    ] .

obo:FMA_55993
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper second molar tooth
subclasses: Crown pulp of left upper second molar tooth, Crown pulp of right upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_55987, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55997
            obo:FMA_55998
        )
    ] .

obo:FMA_55994
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper second molar tooth
subclasses: Root pulp of right upper second molar tooth, Root pulp of left upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_55987, [
        a owl:Class ;
        owl:unionOf (obo:FMA_55995
            obo:FMA_55996
        )
    ] .

obo:FMA_55995
    obo:IAO_0000116 """type: class
is-a: Root pulp of upper second molar tooth
regional part of: Dental pulp of right upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of right upper second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55994 .

obo:FMA_55996
    obo:IAO_0000116 """type: class
is-a: Root pulp of upper second molar tooth
regional part of: Dental pulp of left upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of left upper second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55994 .

obo:FMA_55997
    obo:IAO_0000116 """type: class
is-a: Crown pulp of upper second molar tooth
regional part of: Dental pulp of right upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of right upper second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55993 .

obo:FMA_55998
    obo:IAO_0000116 """type: class
is-a: Crown pulp of upper second molar tooth
regional part of: Dental pulp of left upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of left upper second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55993 .

obo:FMA_55999
    obo:IAO_0000116 """type: class
is-a: Cement of upper second secondary molar tooth
constitutional part of: Right upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of right upper second secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55986 .

obo:FMA_56000
    obo:IAO_0000116 """type: class
is-a: Cement of upper second secondary molar tooth
constitutional part of: Left upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of left upper second secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55986 .

obo:FMA_56009
    obo:IAO_0000116 """type: class
is-a: Enamel of upper second secondary molar tooth
constitutional part of: Right upper second secondary molar tooth
regional part: Mesial surface of right upper second molar tooth, Distal contact surface of right upper second molar tooth, Mesial contact surface of right upper second molar tooth, Occlusal surface of right upper second molar tooth, Lingual surface of right upper second molar tooth, Buccal surface of right upper second molar tooth, Distal surface of right upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of right upper second secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55985, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56393
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56395
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56397
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56399
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56401
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57034
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57037
    ] .

obo:FMA_56010
    obo:IAO_0000116 """type: class
is-a: Enamel of upper second secondary molar tooth
constitutional part of: Left upper second secondary molar tooth
regional part: Lingual surface of left upper second molar tooth, Mesial surface of left upper second molar tooth, Distal contact surface of left upper second molar tooth, Mesial contact surface of left upper second molar tooth, Occlusal surface of left upper second molar tooth, Buccal surface of left upper second molar tooth, Distal surface of left upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of left upper second secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55985, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56394
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56396
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56398
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56400
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56402
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57035
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57038
    ] .

obo:FMA_56011
    obo:IAO_0000116 """type: class
is-a: Dentine of upper second secondary molar tooth
constitutional part of: Right upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of right upper second secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55983 .

obo:FMA_56012
    obo:IAO_0000116 """type: class
is-a: Dentine of upper second secondary molar tooth
constitutional part of: Left upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of left upper second secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55983 .

obo:FMA_56013
    obo:IAO_0000116 """type: class
is-a: Enamel
subclasses: Enamel of left upper third secondary molar tooth, Enamel of right upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of upper third secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55629, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56027
            obo:FMA_56028
        )
    ] .

obo:FMA_56014
    obo:IAO_0000116 """type: class
is-a: Dentine
subclasses: Dentine of left upper third secondary molar tooth, Dentine of right upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of upper third secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55628, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56029
            obo:FMA_56030
        )
    ] .

obo:FMA_56015
    obo:IAO_0000116 """type: class
is-a: Cement
subclasses: Cement of left upper third secondary molar tooth, Cement of right upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of upper third secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55630, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56025
            obo:FMA_56026
        )
    ] .

obo:FMA_56016
    obo:IAO_0000116 """type: class
is-a: Dental pulp
subclasses: Dental pulp of left upper third molar tooth, Dental pulp of right upper third molar tooth, Crown pulp of upper third molar tooth, Root pulp of upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_55631 .

obo:FMA_56017
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper third molar tooth
regional part: Crown pulp of right upper third molar tooth, Root pulp of right upper third molar tooth
constitutional part of: Right upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of right upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_56016, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56021
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56023
    ] .

obo:FMA_56018
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper third molar tooth
constitutional part of: Left upper third secondary molar tooth
regional part: Crown pulp of left upper third molar tooth, Root pulp of left upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of left upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_56016, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56022
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56024
    ] .

obo:FMA_56019
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper third molar tooth
subclasses: Crown pulp of left upper third molar tooth, Crown pulp of right upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_56016, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56023
            obo:FMA_56024
        )
    ] .

obo:FMA_56020
    obo:IAO_0000116 """type: class
is-a: Dental pulp of upper third molar tooth
subclasses: Root pulp of left upper third molar tooth, Root pulp of right upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_56016, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56021
            obo:FMA_56022
        )
    ] .

obo:FMA_56021
    obo:IAO_0000116 """type: class
is-a: Root pulp of upper third molar tooth
regional part of: Dental pulp of right upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of right upper third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56020 .

obo:FMA_56022
    obo:IAO_0000116 """type: class
is-a: Root pulp of upper third molar tooth
regional part of: Dental pulp of left upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of left upper third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56020 .

obo:FMA_56023
    obo:IAO_0000116 """type: class
is-a: Crown pulp of upper third molar tooth
regional part of: Dental pulp of right upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of right upper third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56019 .

obo:FMA_56024
    obo:IAO_0000116 """type: class
is-a: Crown pulp of upper third molar tooth
regional part of: Dental pulp of left upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of left upper third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56019 .

obo:FMA_56025
    obo:IAO_0000116 """type: class
is-a: Cement of upper third secondary molar tooth
constitutional part of: Right upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of right upper third secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56015 .

obo:FMA_56026
    obo:IAO_0000116 """type: class
is-a: Cement of upper third secondary molar tooth
constitutional part of: Left upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of left upper third secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56015 .

obo:FMA_56027
    obo:IAO_0000116 """type: class
is-a: Enamel of upper third secondary molar tooth
constitutional part of: Right upper third secondary molar tooth
regional part: Mesial surface of right upper third molar tooth, Buccal surface of right upper third molar tooth, Mesial contact surface of right upper third molar tooth, Distal surface of right upper third molar tooth, Occlusal surface of right upper third molar tooth, Lingual surface of right upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of right upper third secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56013, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56378
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56380
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56382
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56384
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56386
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57029
    ] .

obo:FMA_56028
    obo:IAO_0000116 """type: class
is-a: Enamel of upper third secondary molar tooth
constitutional part of: Left upper third secondary molar tooth
regional part: Buccal surface of left upper third molar tooth, Mesial contact surface of left upper third molar tooth, Occlusal surface of left upper third molar tooth, Distal surface of left upper third molar tooth, Mesial surface of left upper third molar tooth, Lingual surface of left upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of left upper third secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56013, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56379
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56381
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56383
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56385
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56387
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57030
    ] .

obo:FMA_56029
    obo:IAO_0000116 """type: class
is-a: Dentine of upper third secondary molar tooth
constitutional part of: Right upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of right upper third secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56014 .

obo:FMA_56030
    obo:IAO_0000116 """type: class
is-a: Dentine of upper third secondary molar tooth
constitutional part of: Left upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of left upper third secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56014 .

obo:FMA_56031
    obo:IAO_0000116 """type: class
is-a: Dentine
subclasses: Dentine of left lower first secondary molar tooth, Dentine of right lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of lower first secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55628, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56047
            obo:FMA_56048
        )
    ] .

obo:FMA_56032
    obo:IAO_0000116 """type: class
is-a: Enamel
subclasses: Enamel of left lower first secondary molar tooth, Enamel of right lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of lower first secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55629, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56045
            obo:FMA_56046
        )
    ] .

obo:FMA_56033
    obo:IAO_0000116 """type: class
is-a: Cement
subclasses: Cement of left lower first secondary molar tooth, Cement of right lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of lower first secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55630, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56043
            obo:FMA_56044
        )
    ] .

obo:FMA_56034
    obo:IAO_0000116 """type: class
is-a: Dental pulp
subclasses: Root pulp of lower first molar tooth, Crown pulp of lower first molar tooth, Dental pulp of left lower first molar tooth, Dental pulp of right lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_55631 .

obo:FMA_56035
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower first molar tooth
regional part: Crown pulp of right lower first molar tooth, Root pulp of right lower first molar tooth
constitutional part of: Right lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of right lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56034, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56039
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56041
    ] .

obo:FMA_56036
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower first molar tooth
regional part: Crown pulp of left lower first molar tooth, Root pulp of left lower first molar tooth
constitutional part of: Left lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of left lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56034, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56040
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56042
    ] .

obo:FMA_56037
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower first molar tooth
subclasses: Crown pulp of right lower first molar tooth, Crown pulp of left lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56034, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56041
            obo:FMA_56042
        )
    ] .

obo:FMA_56038
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower first molar tooth
subclasses: Root pulp of left lower first molar tooth, Root pulp of right lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56034, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56039
            obo:FMA_56040
        )
    ] .

obo:FMA_56039
    obo:IAO_0000116 """type: class
is-a: Root pulp of lower first molar tooth
regional part of: Dental pulp of right lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of right lower first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56038 .

obo:FMA_56040
    obo:IAO_0000116 """type: class
is-a: Root pulp of lower first molar tooth
regional part of: Dental pulp of left lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of left lower first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56038 .

obo:FMA_56041
    obo:IAO_0000116 """type: class
is-a: Crown pulp of lower first molar tooth
regional part of: Dental pulp of right lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of right lower first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56037 .

obo:FMA_56042
    obo:IAO_0000116 """type: class
is-a: Crown pulp of lower first molar tooth
regional part of: Dental pulp of left lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of left lower first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56037 .

obo:FMA_56043
    obo:IAO_0000116 """type: class
is-a: Cement of lower first secondary molar tooth
constitutional part of: Right lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of right lower first secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56033 .

obo:FMA_56044
    obo:IAO_0000116 """type: class
is-a: Cement of lower first secondary molar tooth
constitutional part of: Left lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of left lower first secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56033 .

obo:FMA_56045
    obo:IAO_0000116 """type: class
is-a: Enamel of lower first secondary molar tooth
constitutional part of: Right lower first secondary molar tooth
regional part: Mesial surface of right lower first molar tooth, Distal contact surface of right lower first molar tooth, Occlusal surface of right lower first molar tooth, Mesial contact surface of right lower first molar tooth, Lingual surface of right lower first molar tooth, Buccal surface of right lower first molar tooth, Distal surface of right lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of right lower first secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56032, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56363
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56365
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56367
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56369
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56371
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57023
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57025
    ] .

obo:FMA_56046
    obo:IAO_0000116 """type: class
is-a: Enamel of lower first secondary molar tooth
constitutional part of: Left lower first secondary molar tooth
regional part: Occlusal surface of left lower first molar tooth, Mesial surface of left lower first molar tooth, Distal contact surface of left lower first molar tooth, Mesial contact surface of left lower first molar tooth, Lingual surface of left lower first molar tooth, Buccal surface of left lower first molar tooth, Distal surface of left lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of left lower first secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56032, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56364
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56366
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56368
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56370
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56372
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57024
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57026
    ] .

obo:FMA_56047
    obo:IAO_0000116 """type: class
is-a: Dentine of lower first secondary molar tooth
constitutional part of: Right lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of right lower first secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56031 .

obo:FMA_56048
    obo:IAO_0000116 """type: class
is-a: Dentine of lower first secondary molar tooth
constitutional part of: Left lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of left lower first secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56031 .

obo:FMA_56049
    obo:IAO_0000116 """type: class
is-a: Dentine
subclasses: Dentine of left lower second secondary molar tooth, Dentine of right lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of lower second secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55628, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56065
            obo:FMA_56066
        )
    ] .

obo:FMA_56050
    obo:IAO_0000116 """type: class
is-a: Enamel
subclasses: Enamel of left lower second secondary molar tooth, Enamel of right lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of lower second secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55629, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56063
            obo:FMA_56064
        )
    ] .

obo:FMA_56051
    obo:IAO_0000116 """type: class
is-a: Cement
subclasses: Cement of left lower second secondary molar tooth, Cement of right lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of lower second secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55630, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56061
            obo:FMA_56062
        )
    ] .

obo:FMA_56052
    obo:IAO_0000116 """type: class
is-a: Dental pulp
subclasses: Root pulp of lower second molar tooth, Dental pulp of right lower second molar tooth, Dental pulp of left lower second molar tooth, Crown pulp of lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_55631 .

obo:FMA_56053
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower second molar tooth
regional part: Crown pulp of right lower second molar tooth, Root pulp of right lower second molar tooth
constitutional part of: Right lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of right lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_56052, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56057
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56059
    ] .

obo:FMA_56054
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower second molar tooth
constitutional part of: Left lower second secondary molar tooth
regional part: Crown pulp of left lower second molar tooth, Root pulp of left lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of left lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_56052, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56058
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56060
    ] .

obo:FMA_56055
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower second molar tooth
subclasses: Crown pulp of left lower second molar tooth, Crown pulp of right lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_56052, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56059
            obo:FMA_56060
        )
    ] .

obo:FMA_56056
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower second molar tooth
subclasses: Root pulp of right lower second molar tooth, Root pulp of left lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_56052, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56057
            obo:FMA_56058
        )
    ] .

obo:FMA_56057
    obo:IAO_0000116 """type: class
is-a: Root pulp of lower second molar tooth
regional part of: Dental pulp of right lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of right lower second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56056 .

obo:FMA_56058
    obo:IAO_0000116 """type: class
is-a: Root pulp of lower second molar tooth
regional part of: Dental pulp of left lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of left lower second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56056 .

obo:FMA_56059
    obo:IAO_0000116 """type: class
is-a: Crown pulp of lower second molar tooth
regional part of: Dental pulp of right lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of right lower second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56055 .

obo:FMA_56060
    obo:IAO_0000116 """type: class
is-a: Crown pulp of lower second molar tooth
regional part of: Dental pulp of left lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of left lower second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56055 .

obo:FMA_56061
    obo:IAO_0000116 """type: class
is-a: Cement of lower second secondary molar tooth
constitutional part of: Right lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of right lower second secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56051 .

obo:FMA_56062
    obo:IAO_0000116 """type: class
is-a: Cement of lower second secondary molar tooth
constitutional part of: Left lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of left lower second secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56051 .

obo:FMA_56063
    obo:IAO_0000116 """type: class
is-a: Enamel of lower second secondary molar tooth
constitutional part of: Right lower second secondary molar tooth
regional part: Mesial surface of right lower second molar tooth, Distal contact surface of right lower second molar tooth, Mesial contact surface of right lower second molar tooth, Occlusal surface of right lower second molar tooth, Lingual surface of right lower second molar tooth, Buccal surface of right lower second molar tooth, Distal surface of right lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of right lower second secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56050, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56348
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56350
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56352
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56354
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56356
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57009
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57014
    ] .

obo:FMA_56064
    obo:IAO_0000116 """type: class
is-a: Enamel of lower second secondary molar tooth
constitutional part of: Left lower second secondary molar tooth
regional part: Mesial surface of left lower second molar tooth, Distal contact surface of left lower second molar tooth, Mesial contact surface of left lower second molar tooth, Occlusal surface of left lower second molar tooth, Lingual surface of left lower second molar tooth, Buccal surface of left lower second molar tooth, Distal surface of left lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of left lower second secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56050, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56349
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56351
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56353
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56355
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56357
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57012
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57015
    ] .

obo:FMA_56065
    obo:IAO_0000116 """type: class
is-a: Dentine of lower second secondary molar tooth
constitutional part of: Right lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of right lower second secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56049 .

obo:FMA_56066
    obo:IAO_0000116 """type: class
is-a: Dentine of lower second secondary molar tooth
constitutional part of: Left lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of left lower second secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56049 .

obo:FMA_56067
    obo:IAO_0000116 """type: class
is-a: Dentine
subclasses: Dentine of right lower third secondary molar tooth, Dentine of left lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of lower third secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55628, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56083
            obo:FMA_56084
        )
    ] .

obo:FMA_56068
    obo:IAO_0000116 """type: class
is-a: Enamel
subclasses: Enamel of left lower third secondary molar tooth, Enamel of right lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of lower third secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55629, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56081
            obo:FMA_56082
        )
    ] .

obo:FMA_56069
    obo:IAO_0000116 """type: class
is-a: Cement
subclasses: Cement of right lower third secondary molar tooth, Cement of left lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of lower third secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55630, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56079
            obo:FMA_56080
        )
    ] .

obo:FMA_56070
    obo:IAO_0000116 """type: class
is-a: Dental pulp
subclasses: Crown pulp of lower third molar tooth, Dental pulp of right lower third molar tooth, Root pulp of lower third molar tooth, Dental pulp of left lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_55631 .

obo:FMA_56071
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower third molar tooth
constitutional part of: Right lower third secondary molar tooth
regional part: Crown pulp of right lower third molar tooth, Root pulp of right lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of right lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_56070, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56075
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56077
    ] .

obo:FMA_56072
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower third molar tooth
constitutional part of: Left lower third secondary molar tooth
regional part: Crown pulp of left lower third molar tooth, Root pulp of left lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dental pulp of left lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_56070, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56076
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56078
    ] .

obo:FMA_56073
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower third molar tooth
subclasses: Crown pulp of left lower third molar tooth, Crown pulp of right lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_56070, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56077
            obo:FMA_56078
        )
    ] .

obo:FMA_56074
    obo:IAO_0000116 """type: class
is-a: Dental pulp of lower third molar tooth
subclasses: Root pulp of left lower third molar tooth, Root pulp of right lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_56070, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56075
            obo:FMA_56076
        )
    ] .

obo:FMA_56075
    obo:IAO_0000116 """type: class
is-a: Root pulp of lower third molar tooth
regional part of: Dental pulp of right lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of right lower third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56074 .

obo:FMA_56076
    obo:IAO_0000116 """type: class
is-a: Root pulp of lower third molar tooth
regional part of: Dental pulp of left lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root pulp of left lower third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56074 .

obo:FMA_56077
    obo:IAO_0000116 """type: class
is-a: Crown pulp of lower third molar tooth
regional part of: Dental pulp of right lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of right lower third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56073 .

obo:FMA_56078
    obo:IAO_0000116 """type: class
is-a: Crown pulp of lower third molar tooth
regional part of: Dental pulp of left lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown pulp of left lower third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56073 .

obo:FMA_56079
    obo:IAO_0000116 """type: class
is-a: Cement of lower third secondary molar tooth
constitutional part of: Right lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of right lower third secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56069 .

obo:FMA_56080
    obo:IAO_0000116 """type: class
is-a: Cement of lower third secondary molar tooth
constitutional part of: Left lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cement of left lower third secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56069 .

obo:FMA_56081
    obo:IAO_0000116 """type: class
is-a: Enamel of lower third secondary molar tooth
constitutional part of: Right lower third secondary molar tooth
regional part: Occlusal surface of right lower third molar tooth, Mesial surface of right lower third molar tooth, Mesial contact surface of right lower third molar tooth, Lingual surface of right lower third molar tooth, Buccal surface of right lower third molar tooth, Distal surface of right lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of right lower third secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56068, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56333
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56335
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56337
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56339
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56341
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57002
    ] .

obo:FMA_56082
    obo:IAO_0000116 """type: class
is-a: Enamel of lower third secondary molar tooth
constitutional part of: Left lower third secondary molar tooth
regional part: Mesial surface of left lower third molar tooth, Mesial contact surface of left lower third molar tooth, Occlusal surface of left lower third molar tooth, Lingual surface of left lower third molar tooth, Buccal surface of left lower third molar tooth, Distal surface of left lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Enamel of left lower third secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56068, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56334
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56336
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56338
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56340
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56342
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57004
    ] .

obo:FMA_56083
    obo:IAO_0000116 """type: class
is-a: Dentine of lower third secondary molar tooth
constitutional part of: Right lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of right lower third secondary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56067 .

obo:FMA_56084
    obo:IAO_0000116 """type: class
is-a: Dentine of lower third secondary molar tooth
constitutional part of: Left lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Dentine of left lower third secondary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56067 .

obo:FMA_56091
    obo:IAO_0000116 """type: class
is-a: Cavity of tooth
subclasses: Cavity of lower incisor tooth, Cavity of upper incisor tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of incisor tooth" ;
    rdfs:subClassOf obo:FMA_55660 .

obo:FMA_56094
    obo:IAO_0000116 """type: class
is-a: Cavity of tooth
subclasses: Cavity of lower canine tooth, Cavity of upper canine tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of canine tooth" ;
    rdfs:subClassOf obo:FMA_55660 .

obo:FMA_56095
    obo:IAO_0000116 """type: class
is-a: Cavity of tooth
subclasses: Cavity of upper premolar tooth, Cavity of lower premolar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of premolar tooth" ;
    rdfs:subClassOf obo:FMA_55660 .

obo:FMA_56096
    obo:IAO_0000116 """type: class
is-a: Cavity of tooth
subclasses: Cavity of lower molar tooth, Cavity of upper molar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of molar tooth" ;
    rdfs:subClassOf obo:FMA_55660 .

obo:FMA_56105
    obo:IAO_0000116 """type: class
is-a: Cavity of incisor tooth
subclasses: Cavity of upper lateral incisor tooth, Cavity of upper central incisor tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of upper incisor tooth" ;
    rdfs:subClassOf obo:FMA_56091 .

obo:FMA_56106
    obo:IAO_0000116 """type: class
is-a: Cavity of incisor tooth
subclasses: Cavity of lower lateral incisor tooth, Cavity of lower central incisor tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of lower incisor tooth" ;
    rdfs:subClassOf obo:FMA_56091 .

obo:FMA_56107
    obo:IAO_0000116 """type: class
is-a: Cavity of upper incisor tooth
subclasses: Cavity of left upper central incisor tooth, Cavity of right upper central incisor tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of upper central incisor tooth" ;
    rdfs:subClassOf obo:FMA_56105, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56111
            obo:FMA_56112
        )
    ] .

obo:FMA_56108
    obo:IAO_0000116 """type: class
is-a: Cavity of upper incisor tooth
subclasses: Cavity of left upper lateral incisor tooth, Cavity of right upper lateral incisor tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of upper lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_56105, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56113
            obo:FMA_56114
        )
    ] .

obo:FMA_56109
    obo:IAO_0000116 """type: class
is-a: Cavity of lower incisor tooth
subclasses: Cavity of right lower central incisor tooth, Cavity of left lower central incisor tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of lower central incisor tooth" ;
    rdfs:subClassOf obo:FMA_56106, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56115
            obo:FMA_56116
        )
    ] .

obo:FMA_56110
    obo:IAO_0000116 """type: class
is-a: Cavity of lower incisor tooth
subclasses: Cavity of left lower lateral incisor tooth, Cavity of right lower lateral incisor tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of lower lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_56106, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56117
            obo:FMA_56118
        )
    ] .

obo:FMA_56111
    obo:IAO_0000116 """type: class
is-a: Cavity of upper central incisor tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Right upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of right upper central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56107 .

obo:FMA_56112
    obo:IAO_0000116 """type: class
is-a: Cavity of upper central incisor tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Left upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of left upper central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56107 .

obo:FMA_56113
    obo:IAO_0000116 """type: class
is-a: Cavity of upper lateral incisor tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Right upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of right upper lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56108 .

obo:FMA_56114
    obo:IAO_0000116 """type: class
is-a: Cavity of upper lateral incisor tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Left upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of left upper lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56108 .

obo:FMA_56115
    obo:IAO_0000116 """type: class
is-a: Cavity of lower central incisor tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Right lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of right lower central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56109 .

obo:FMA_56116
    obo:IAO_0000116 """type: class
is-a: Cavity of lower central incisor tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Left lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of left lower central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56109 .

obo:FMA_56117
    obo:IAO_0000116 """type: class
is-a: Cavity of lower lateral incisor tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Right lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of right lower lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56110 .

obo:FMA_56118
    obo:IAO_0000116 """type: class
is-a: Cavity of lower lateral incisor tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Left lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of left lower lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56110 .

obo:FMA_56119
    obo:IAO_0000116 """type: class
is-a: Cavity of canine tooth
subclasses: Cavity of right upper canine tooth, Cavity of left upper canine tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of upper canine tooth" ;
    rdfs:subClassOf obo:FMA_56094, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56121
            obo:FMA_56122
        )
    ] .

obo:FMA_56120
    obo:IAO_0000116 """type: class
is-a: Cavity of canine tooth
subclasses: Cavity of left lower canine tooth, Cavity of right lower canine tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of lower canine tooth" ;
    rdfs:subClassOf obo:FMA_56094, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56123
            obo:FMA_56124
        )
    ] .

obo:FMA_56121
    obo:IAO_0000116 """type: class
is-a: Cavity of upper canine tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Right upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of right upper canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56119 .

obo:FMA_56122
    obo:IAO_0000116 """type: class
is-a: Cavity of upper canine tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Left upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of left upper canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56119 .

obo:FMA_56123
    obo:IAO_0000116 """type: class
is-a: Cavity of lower canine tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Right lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of right lower canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56120 .

obo:FMA_56124
    obo:IAO_0000116 """type: class
is-a: Cavity of lower canine tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Left lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of left lower canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56120 .

obo:FMA_56125
    obo:IAO_0000116 """type: class
is-a: Cavity of premolar tooth
subclasses: Cavity of upper second premolar tooth, Cavity of upper first premolar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of upper premolar tooth" ;
    rdfs:subClassOf obo:FMA_56095 .

obo:FMA_56126
    obo:IAO_0000116 """type: class
is-a: Cavity of premolar tooth
subclasses: Cavity of lower second premolar tooth, Cavity of lower first premolar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of lower premolar tooth" ;
    rdfs:subClassOf obo:FMA_56095 .

obo:FMA_56127
    obo:IAO_0000116 """type: class
is-a: Cavity of upper premolar tooth
subclasses: Cavity of left upper first premolar tooth, Cavity of right upper first premolar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56125, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56137
            obo:FMA_56138
        )
    ] .

obo:FMA_56128
    obo:IAO_0000116 """type: class
is-a: Cavity of upper premolar tooth
subclasses: Cavity of left upper second premolar tooth, Cavity of right upper second premolar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of upper second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56125, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56135
            obo:FMA_56136
        )
    ] .

obo:FMA_56129
    obo:IAO_0000116 """type: class
is-a: Cavity of lower premolar tooth
subclasses: Cavity of left lower first premolar tooth, Cavity of right lower first premolar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of lower first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56126, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56133
            obo:FMA_56134
        )
    ] .

obo:FMA_56130
    obo:IAO_0000116 """type: class
is-a: Cavity of lower premolar tooth
subclasses: Cavity of left lower second premolar tooth, Cavity of right lower second premolar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of lower second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56126, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56131
            obo:FMA_56132
        )
    ] .

obo:FMA_56131
    obo:IAO_0000116 """type: class
is-a: Cavity of lower second premolar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Right lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of right lower second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56130 .

obo:FMA_56132
    obo:IAO_0000116 """type: class
is-a: Cavity of lower second premolar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Left lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of left lower second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56130 .

obo:FMA_56133
    obo:IAO_0000116 """type: class
is-a: Cavity of lower first premolar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Right lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of right lower first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56129 .

obo:FMA_56134
    obo:IAO_0000116 """type: class
is-a: Cavity of lower first premolar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Left lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of left lower first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56129 .

obo:FMA_56135
    obo:IAO_0000116 """type: class
is-a: Cavity of upper second premolar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Right upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of right upper second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56128 .

obo:FMA_56136
    obo:IAO_0000116 """type: class
is-a: Cavity of upper second premolar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Left upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of left upper second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56128 .

obo:FMA_56137
    obo:IAO_0000116 """type: class
is-a: Cavity of upper first premolar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Right upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of right upper first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56127 .

obo:FMA_56138
    obo:IAO_0000116 """type: class
is-a: Cavity of upper first premolar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Left upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of left upper first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56127 .

obo:FMA_56139
    obo:IAO_0000116 """type: class
is-a: Cavity of molar tooth
subclasses: Cavity of upper third molar tooth, Cavity of upper second molar tooth, Cavity of upper first molar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of upper molar tooth" ;
    rdfs:subClassOf obo:FMA_56096 .

obo:FMA_56140
    obo:IAO_0000116 """type: class
is-a: Cavity of molar tooth
subclasses: Cavity of lower third molar tooth, Cavity of lower second molar tooth, Cavity of lower first molar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of lower molar tooth" ;
    rdfs:subClassOf obo:FMA_56096 .

obo:FMA_56141
    obo:IAO_0000116 """type: class
is-a: Cavity of upper molar tooth
subclasses: Cavity of left upper first molar tooth, Cavity of right upper first molar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_56139, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57156
            obo:FMA_57157
        )
    ] .

obo:FMA_56142
    obo:IAO_0000116 """type: class
is-a: Cavity of upper molar tooth
subclasses: Cavity of left upper second molar tooth, Cavity of right upper second molar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_56139, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57154
            obo:FMA_57155
        )
    ] .

obo:FMA_56143
    obo:IAO_0000116 """type: class
is-a: Cavity of upper molar tooth
subclasses: Cavity of left upper third molar tooth, Cavity of right upper third molar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_56139, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57152
            obo:FMA_57153
        )
    ] .

obo:FMA_56144
    obo:IAO_0000116 """type: class
is-a: Cavity of lower molar tooth
subclasses: Cavity of right lower first molar tooth, Cavity of left lower first molar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56140, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56153
            obo:FMA_56154
        )
    ] .

obo:FMA_56145
    obo:IAO_0000116 """type: class
is-a: Cavity of lower molar tooth
subclasses: Cavity of right lower second molar tooth, Cavity of left lower second molar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_56140, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56149
            obo:FMA_56150
        )
    ] .

obo:FMA_56146
    obo:IAO_0000116 """type: class
is-a: Cavity of lower molar tooth
subclasses: Cavity of left lower third molar tooth, Cavity of right lower third molar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Cavity of lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_56140, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56147
            obo:FMA_56148
        )
    ] .

obo:FMA_56147
    obo:IAO_0000116 """type: class
is-a: Cavity of lower third molar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Right lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of right lower third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56146 .

obo:FMA_56148
    obo:IAO_0000116 """type: class
is-a: Cavity of lower third molar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Left lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of left lower third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56146 .

obo:FMA_56149
    obo:IAO_0000116 """type: class
is-a: Cavity of lower second molar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Right lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of right lower second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56145 .

obo:FMA_56150
    obo:IAO_0000116 """type: class
is-a: Cavity of lower second molar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Left lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of left lower second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56145 .

obo:FMA_56153
    obo:IAO_0000116 """type: class
is-a: Cavity of lower first molar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Right lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of right lower first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56144 .

obo:FMA_56154
    obo:IAO_0000116 """type: class
is-a: Cavity of lower first molar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Left lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of left lower first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56144 .

obo:FMA_56155
    obo:IAO_0000116 """type: class
is-a: Surface of tooth
subclasses: Surface of lower incisor tooth, Surface of upper incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of incisor tooth" ;
    rdfs:subClassOf obo:FMA_55642 .

obo:FMA_56156
    obo:IAO_0000116 """type: class
is-a: Surface of tooth
subclasses: Surface of lower canine tooth, Surface of upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of canine tooth" ;
    rdfs:subClassOf obo:FMA_55642 .

obo:FMA_56157
    obo:IAO_0000116 """type: class
is-a: Surface of tooth
subclasses: Surface of lower premolar tooth, Surface of upper premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of premolar tooth" ;
    rdfs:subClassOf obo:FMA_55642 .

obo:FMA_56158
    obo:IAO_0000116 """type: class
is-a: Surface of tooth
subclasses: Surface of lower molar tooth, Surface of upper molar tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of molar tooth" ;
    rdfs:subClassOf obo:FMA_55642 .

obo:FMA_56159
    obo:IAO_0000116 """type: class
is-a: Surface of incisor tooth
subclasses: Mesial surface of upper incisor tooth, Lingual surface of upper incisor tooth, Incisal surface of upper incisor tooth, Distal surface of upper incisor tooth, Labial surface of upper incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of upper incisor tooth" ;
    rdfs:subClassOf obo:FMA_56155 .

obo:FMA_56160
    obo:IAO_0000116 """type: class
is-a: Surface of incisor tooth
subclasses: Incisal surface of lower incisor tooth, Distal surface of lower incisor tooth, Mesial surface of lower incisor tooth, Lingual surface of lower incisor tooth, Labial surface of lower incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of lower incisor tooth" ;
    rdfs:subClassOf obo:FMA_56155 .

obo:FMA_56161
    obo:IAO_0000116 """type: class
is-a: Surface of canine tooth
subclasses: Distal surface of upper canine tooth, Mesial surface of upper canine tooth, Labial surface of upper canine tooth, Incisal surface of upper canine tooth, Lingual surface of upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of upper canine tooth" ;
    rdfs:subClassOf obo:FMA_56156 .

obo:FMA_56162
    obo:IAO_0000116 """type: class
is-a: Surface of canine tooth
subclasses: Labial surface of lower canine tooth, Lingual surface of lower canine tooth, Mesial surface of lower canine tooth, Distal surface of lower canine tooth, Incisal surface of lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of lower canine tooth" ;
    rdfs:subClassOf obo:FMA_56156 .

obo:FMA_56163
    obo:IAO_0000116 """type: class
is-a: Surface of premolar tooth
subclasses: Surface of upper first premolar tooth, Surface of upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of upper premolar tooth" ;
    rdfs:subClassOf obo:FMA_56157 .

obo:FMA_56164
    obo:IAO_0000116 """type: class
is-a: Surface of premolar tooth
subclasses: Surface of lower second premolar tooth, Surface of lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of lower premolar tooth" ;
    rdfs:subClassOf obo:FMA_56157 .

obo:FMA_56165
    obo:IAO_0000116 """type: class
is-a: Surface of molar tooth
subclasses: Surface of upper third molar tooth, Surface of upper second molar tooth, Surface of upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of upper molar tooth" ;
    rdfs:subClassOf obo:FMA_56158 .

obo:FMA_56166
    obo:IAO_0000116 """type: class
is-a: Surface of molar tooth
subclasses: Surface of lower first molar tooth, Surface of lower third molar tooth, Surface of lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of lower molar tooth" ;
    rdfs:subClassOf obo:FMA_56158 .

obo:FMA_56167
    obo:IAO_0000116 """type: class
is-a: Surface of lower molar tooth
subclasses: Buccal surface of lower first molar tooth, Distal surface of lower first molar tooth, Lingual surface of lower first molar tooth, Occlusal surface of lower first molar tooth, Mesial surface of lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56166 .

obo:FMA_56168
    obo:IAO_0000116 """type: class
is-a: Surface of lower molar tooth
subclasses: Mesial surface of lower second molar tooth, Lingual surface of lower second molar tooth, Buccal surface of lower second molar tooth, Distal surface of lower second molar tooth, Occlusal surface of lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_56166 .

obo:FMA_56169
    obo:IAO_0000116 """type: class
is-a: Surface of lower molar tooth
subclasses: Occlusal surface of lower third molar tooth, Distal surface of lower third molar tooth, Mesial surface of lower third molar tooth, Lingual surface of lower third molar tooth, Buccal surface of lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_56166 .

obo:FMA_56171
    obo:IAO_0000116 """type: class
is-a: Labial surface enamel of tooth, Surface of upper incisor tooth
subclasses: Labial surface of upper lateral incisor tooth, Labial surface of upper central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Labial surface of upper incisor tooth" ;
    rdfs:subClassOf obo:FMA_56159, obo:FMA_no_fmaid_Labial_surface_enamel_of_tooth .

obo:FMA_56172
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Surface of upper incisor tooth
subclasses: Lingual surface of upper central incisor tooth, Lingual surface of upper lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of upper incisor tooth" ;
    rdfs:subClassOf obo:FMA_56159, obo:FMA_no_fmaid_Lingual_surface_enamel_of_tooth .

obo:FMA_56173
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Surface of upper incisor tooth
subclasses: Mesial surface of upper lateral incisor tooth, Mesial surface of upper central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of upper incisor tooth" ;
    rdfs:subClassOf obo:FMA_56159, obo:FMA_no_fmaid_Mesial_surface_enamel_of_tooth .

obo:FMA_56174
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Surface of upper incisor tooth
subclasses: Distal surface of upper central incisor tooth, Distal surface of upper lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of upper incisor tooth" ;
    rdfs:subClassOf obo:FMA_56159, obo:FMA_no_fmaid_Distal_surface_enamel_of_tooth .

obo:FMA_56175
    obo:IAO_0000116 """type: class
is-a: Surface of upper incisor tooth
subclasses: Incisal surface of upper lateral incisor tooth, Incisal surface of upper central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Incisal surface of upper incisor tooth" ;
    rdfs:subClassOf obo:FMA_56159, obo:FMA_no_fmaid_Incisal_surface_enamel_of_tooth .

obo:FMA_56176
    obo:IAO_0000116 """type: class
is-a: Labial surface enamel of tooth, Labial surface of upper incisor tooth
subclasses: Labial surface of right upper central incisor tooth, Labial surface of left upper central incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Labial surface of upper central incisor tooth" ;
    rdfs:subClassOf obo:FMA_56171, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56180
            obo:FMA_56181
        )
    ] .

obo:FMA_56177
    obo:IAO_0000116 """type: class
is-a: Labial surface enamel of tooth, Labial surface of upper incisor tooth
subclasses: Labial surface of left upper lateral incisor tooth, Labial surface of right upper lateral incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Labial surface of upper lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_56171, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56178
            obo:FMA_56179
        )
    ] .

obo:FMA_56178
    obo:IAO_0000116 """type: class
is-a: Labial surface enamel of tooth, Labial surface of upper lateral incisor tooth
regional part of: Crown of right upper lateral incisor tooth, Enamel of right upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Labial surface of right upper lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56177 .

obo:FMA_56179
    obo:IAO_0000116 """type: class
is-a: Labial surface enamel of tooth, Labial surface of upper lateral incisor tooth
regional part of: Crown of left upper lateral incisor tooth, Enamel of left upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Labial surface of left upper lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56177 .

obo:FMA_56180
    obo:IAO_0000116 """type: class
is-a: Labial surface enamel of tooth, Labial surface of upper central incisor tooth
regional part of: Crown of right upper central incisor tooth, Enamel of right upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Labial surface of right upper central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56176 .

obo:FMA_56181
    obo:IAO_0000116 """type: class
is-a: Labial surface enamel of tooth, Labial surface of upper central incisor tooth
regional part of: Crown of left upper central incisor tooth, Enamel of left upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Labial surface of left upper central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56176 .

obo:FMA_56182
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of upper incisor tooth
subclasses: Lingual surface of left upper central incisor tooth, Lingual surface of right upper central incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of upper central incisor tooth" ;
    rdfs:subClassOf obo:FMA_56172, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56186
            obo:FMA_56187
        )
    ] .

obo:FMA_56183
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of upper incisor tooth
subclasses: Lingual surface of left upper lateral incisor tooth, Lingual surface of right upper lateral incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of upper lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_56172, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56184
            obo:FMA_56185
        )
    ] .

obo:FMA_56184
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of upper lateral incisor tooth
regional part of: Crown of right upper lateral incisor tooth, Enamel of right upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of right upper lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56183 .

obo:FMA_56185
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of upper lateral incisor tooth
regional part of: Crown of left upper lateral incisor tooth, Enamel of left upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of left upper lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56183 .

obo:FMA_56186
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of upper central incisor tooth
regional part of: Crown of right upper central incisor tooth, Enamel of right upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of right upper central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56182 .

obo:FMA_56187
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of upper central incisor tooth
regional part of: Crown of left upper central incisor tooth, Enamel of left upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of left upper central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56182 .

obo:FMA_56188
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of upper incisor tooth
subclasses: Mesial surface of left upper central incisor tooth, Mesial surface of right upper central incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of upper central incisor tooth" ;
    rdfs:subClassOf obo:FMA_56173, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56192
            obo:FMA_56193
        )
    ] .

obo:FMA_56189
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of upper incisor tooth
subclasses: Mesial surface of left upper lateral incisor tooth, Mesial surface of right upper lateral incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of upper lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_56173, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56190
            obo:FMA_56191
        )
    ] .

obo:FMA_56190
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of upper lateral incisor tooth
regional part of: Crown of right upper lateral incisor tooth, Enamel of right upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of right upper lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56189 .

obo:FMA_56191
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of upper lateral incisor tooth
regional part of: Crown of left upper lateral incisor tooth, Enamel of left upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of left upper lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56189 .

obo:FMA_56192
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of upper central incisor tooth
regional part of: Crown of right upper central incisor tooth, Enamel of right upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of right upper central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56188 .

obo:FMA_56193
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of upper central incisor tooth
regional part of: Crown of left upper central incisor tooth, Enamel of left upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of left upper central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56188 .

obo:FMA_56194
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of upper incisor tooth
subclasses: Distal surface of left upper central incisor tooth, Distal surface of right upper central incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal surface of upper central incisor tooth" ;
    rdfs:subClassOf obo:FMA_56174, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56198
            obo:FMA_56199
        )
    ] .

obo:FMA_56195
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of upper incisor tooth
subclasses: Distal surface of left upper lateral incisor tooth, Distal surface of right upper lateral incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal surface of upper lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_56174, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56196
            obo:FMA_56197
        )
    ] .

obo:FMA_56196
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of upper lateral incisor tooth
regional part of: Crown of right upper lateral incisor tooth, Enamel of right upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of right upper lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56195 .

obo:FMA_56197
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of upper lateral incisor tooth
regional part of: Crown of left upper lateral incisor tooth, Enamel of left upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of left upper lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56195 .

obo:FMA_56198
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of upper central incisor tooth
regional part of: Crown of right upper central incisor tooth, Enamel of right upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of right upper central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56194 .

obo:FMA_56199
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of upper central incisor tooth
regional part of: Crown of left upper central incisor tooth, Enamel of left upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of left upper central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56194 .

obo:FMA_56200
    obo:IAO_0000116 """type: class
is-a: Incisal surface of upper incisor tooth
subclasses: Incisal surface of right upper central incisor tooth, Incisal surface of left upper central incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Incisal surface of upper central incisor tooth" ;
    rdfs:subClassOf obo:FMA_56175, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56204
            obo:FMA_56205
        )
    ] .

obo:FMA_56201
    obo:IAO_0000116 """type: class
is-a: Incisal surface of upper incisor tooth
subclasses: Incisal surface of left upper lateral incisor tooth, Incisal surface of right upper lateral incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Incisal surface of upper lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_56175, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56202
            obo:FMA_56203
        )
    ] .

obo:FMA_56202
    obo:IAO_0000116 """type: class
is-a: Incisal surface of upper lateral incisor tooth
regional part of: Crown of right upper lateral incisor tooth, Enamel of right upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Incisal surface of right upper lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56201 .

obo:FMA_56203
    obo:IAO_0000116 """type: class
is-a: Incisal surface of upper lateral incisor tooth
regional part of: Crown of left upper lateral incisor tooth, Enamel of left upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Incisal surface of left upper lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56201 .

obo:FMA_56204
    obo:IAO_0000116 """type: class
is-a: Incisal surface of upper central incisor tooth
regional part of: Crown of right upper central incisor tooth, Enamel of right upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Incisal surface of right upper central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56200 .

obo:FMA_56205
    obo:IAO_0000116 """type: class
is-a: Incisal surface of upper central incisor tooth
regional part of: Crown of left upper central incisor tooth, Enamel of left upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Incisal surface of left upper central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56200 .

obo:FMA_56206
    obo:IAO_0000116 """type: class
is-a: Labial surface enamel of tooth, Surface of lower incisor tooth
subclasses: Labial surface of lower central incisor tooth, Labial surface of lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Labial surface of lower incisor tooth" ;
    rdfs:subClassOf obo:FMA_56160, obo:FMA_no_fmaid_Labial_surface_enamel_of_tooth .

obo:FMA_56207
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Surface of lower incisor tooth
subclasses: Lingual surface of lower central incisor tooth, Lingual surface of lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of lower incisor tooth" ;
    rdfs:subClassOf obo:FMA_56160, obo:FMA_no_fmaid_Lingual_surface_enamel_of_tooth .

obo:FMA_56208
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Surface of lower incisor tooth
subclasses: Mesial surface of lower lateral incisor tooth, Mesial surface of lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of lower incisor tooth" ;
    rdfs:subClassOf obo:FMA_56160, obo:FMA_no_fmaid_Mesial_surface_enamel_of_tooth .

obo:FMA_56209
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Surface of lower incisor tooth
subclasses: Distal surface of lower lateral incisor tooth, Distal surface of lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of lower incisor tooth" ;
    rdfs:subClassOf obo:FMA_56160, obo:FMA_no_fmaid_Distal_surface_enamel_of_tooth .

obo:FMA_56210
    obo:IAO_0000116 """type: class
is-a: Surface of lower incisor tooth
subclasses: Incisal surface of lower lateral incisor tooth, Incisal surface of lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Incisal surface of lower incisor tooth" ;
    rdfs:subClassOf obo:FMA_56160, obo:FMA_no_fmaid_Incisal_surface_enamel_of_tooth .

obo:FMA_56211
    obo:IAO_0000116 """type: class
is-a: Incisal surface of lower incisor tooth
subclasses: Incisal surface of left lower central incisor tooth, Incisal surface of right lower central incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Incisal surface of lower central incisor tooth" ;
    rdfs:subClassOf obo:FMA_56210, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56215
            obo:FMA_56216
        )
    ] .

obo:FMA_56212
    obo:IAO_0000116 """type: class
is-a: Incisal surface of lower incisor tooth
subclasses: Incisal surface of left lower lateral incisor tooth, Incisal surface of right lower lateral incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Incisal surface of lower lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_56210, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56213
            obo:FMA_56214
        )
    ] .

obo:FMA_56213
    obo:IAO_0000116 """type: class
is-a: Incisal surface of lower lateral incisor tooth
regional part of: Crown of right lower lateral incisor tooth, Enamel of right lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Incisal surface of right lower lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56212 .

obo:FMA_56214
    obo:IAO_0000116 """type: class
is-a: Incisal surface of lower lateral incisor tooth
regional part of: Crown of left lower lateral incisor tooth, Enamel of left lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Incisal surface of left lower lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56212 .

obo:FMA_56215
    obo:IAO_0000116 """type: class
is-a: Incisal surface of lower central incisor tooth
regional part of: Crown of right lower central incisor tooth, Enamel of right lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Incisal surface of right lower central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56211 .

obo:FMA_56216
    obo:IAO_0000116 """type: class
is-a: Incisal surface of lower central incisor tooth
regional part of: Crown of left lower central incisor tooth, Enamel of left lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Incisal surface of left lower central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56211 .

obo:FMA_56217
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of lower incisor tooth
subclasses: Distal surface of left lower central incisor tooth, Distal surface of right lower central incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal surface of lower central incisor tooth" ;
    rdfs:subClassOf obo:FMA_56209, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56221
            obo:FMA_56222
        )
    ] .

obo:FMA_56218
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of lower incisor tooth
subclasses: Distal surface of left lower lateral incisor tooth, Distal surface of right lower lateral incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal surface of lower lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_56209, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56219
            obo:FMA_56220
        )
    ] .

obo:FMA_56219
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of lower lateral incisor tooth
regional part of: Crown of right lower lateral incisor tooth, Enamel of right lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of right lower lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56218 .

obo:FMA_56220
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of lower lateral incisor tooth
regional part of: Crown of left lower lateral incisor tooth, Enamel of left lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of left lower lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56218 .

obo:FMA_56221
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of lower central incisor tooth
regional part of: Crown of right lower central incisor tooth, Enamel of right lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of right lower central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56217 .

obo:FMA_56222
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of lower central incisor tooth
regional part of: Crown of left lower central incisor tooth, Enamel of left lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of left lower central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56217 .

obo:FMA_56223
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of lower incisor tooth
subclasses: Mesial surface of left lower central incisor tooth, Mesial surface of right lower central incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of lower central incisor tooth" ;
    rdfs:subClassOf obo:FMA_56208, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56227
            obo:FMA_56228
        )
    ] .

obo:FMA_56224
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of lower incisor tooth
subclasses: Mesial surface of right lower lateral incisor tooth, Mesial surface of left lower lateral incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of lower lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_56208, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56225
            obo:FMA_56226
        )
    ] .

obo:FMA_56225
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of lower lateral incisor tooth
regional part of: Crown of right lower lateral incisor tooth, Enamel of right lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of right lower lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56224 .

obo:FMA_56226
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of lower lateral incisor tooth
regional part of: Crown of left lower lateral incisor tooth, Enamel of left lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of left lower lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56224 .

obo:FMA_56227
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of lower central incisor tooth
regional part of: Crown of right lower central incisor tooth, Enamel of right lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of right lower central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56223 .

obo:FMA_56228
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of lower central incisor tooth
regional part of: Crown of left lower central incisor tooth, Enamel of left lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of left lower central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56223 .

obo:FMA_56229
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of lower incisor tooth
subclasses: Lingual surface of left lower central incisor tooth, Lingual surface of right lower central incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of lower central incisor tooth" ;
    rdfs:subClassOf obo:FMA_56207, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56233
            obo:FMA_56234
        )
    ] .

obo:FMA_56230
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of lower incisor tooth
subclasses: Lingual surface of left lower lateral incisor tooth, Lingual surface of right lower lateral incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of lower lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_56207, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56231
            obo:FMA_56232
        )
    ] .

obo:FMA_56231
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of lower lateral incisor tooth
regional part of: Crown of right lower lateral incisor tooth, Enamel of right lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of right lower lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56230 .

obo:FMA_56232
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of lower lateral incisor tooth
regional part of: Crown of left lower lateral incisor tooth, Enamel of left lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of left lower lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56230 .

obo:FMA_56233
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of lower central incisor tooth
regional part of: Crown of right lower central incisor tooth, Enamel of right lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of right lower central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56229 .

obo:FMA_56234
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of lower central incisor tooth
regional part of: Crown of left lower central incisor tooth, Enamel of left lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of left lower central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56229 .

obo:FMA_56235
    obo:IAO_0000116 """type: class
is-a: Labial surface enamel of tooth, Labial surface of lower incisor tooth
subclasses: Labial surface of left lower central incisor tooth, Labial surface of right lower central incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Labial surface of lower central incisor tooth" ;
    rdfs:subClassOf obo:FMA_56206, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56239
            obo:FMA_56240
        )
    ] .

obo:FMA_56236
    obo:IAO_0000116 """type: class
is-a: Labial surface enamel of tooth, Labial surface of lower incisor tooth
subclasses: Labial surface of left lower lateral incisor tooth, Labial surface of right lower lateral incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Labial surface of lower lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_56206, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56237
            obo:FMA_56238
        )
    ] .

obo:FMA_56237
    obo:IAO_0000116 """type: class
is-a: Labial surface enamel of tooth, Labial surface of lower lateral incisor tooth
regional part of: Crown of right lower lateral incisor tooth, Enamel of right lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Labial surface of right lower lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56236 .

obo:FMA_56238
    obo:IAO_0000116 """type: class
is-a: Labial surface enamel of tooth, Labial surface of lower lateral incisor tooth
regional part of: Crown of left lower lateral incisor tooth, Enamel of left lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Labial surface of left lower lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56236 .

obo:FMA_56239
    obo:IAO_0000116 """type: class
is-a: Labial surface enamel of tooth, Labial surface of lower central incisor tooth
regional part of: Crown of right lower central incisor tooth, Enamel of right lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Labial surface of right lower central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56235 .

obo:FMA_56240
    obo:IAO_0000116 """type: class
is-a: Labial surface enamel of tooth, Labial surface of lower central incisor tooth
regional part of: Crown of left lower central incisor tooth, Enamel of left lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Labial surface of left lower central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56235 .

obo:FMA_56241
    obo:IAO_0000116 """type: class
is-a: Labial surface enamel of tooth, Surface of upper canine tooth
subclasses: Labial surface of right upper canine tooth, Labial surface of left upper canine tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Labial surface of upper canine tooth" ;
    rdfs:subClassOf obo:FMA_56161, obo:FMA_no_fmaid_Labial_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57663
            obo:FMA_57664
        )
    ] .

obo:FMA_56242
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Surface of upper canine tooth
subclasses: Lingual surface of right upper canine tooth, Lingual surface of left upper canine tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of upper canine tooth" ;
    rdfs:subClassOf obo:FMA_56161, obo:FMA_no_fmaid_Lingual_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57665
            obo:FMA_57666
        )
    ] .

obo:FMA_56243
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Surface of upper canine tooth
subclasses: Mesial surface of right upper canine tooth, Mesial surface of left upper canine tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of upper canine tooth" ;
    rdfs:subClassOf obo:FMA_56161, obo:FMA_no_fmaid_Mesial_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57667
            obo:FMA_57668
        )
    ] .

obo:FMA_56244
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Surface of upper canine tooth
subclasses: Distal surface of left upper canine tooth, Distal surface of right upper canine tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal surface of upper canine tooth" ;
    rdfs:subClassOf obo:FMA_56161, obo:FMA_no_fmaid_Distal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57669
            obo:FMA_57670
        )
    ] .

obo:FMA_56245
    obo:IAO_0000116 """type: class
is-a: Surface of upper canine tooth
subclasses: Incisal surface of right upper canine tooth, Incisal surface of left upper canine tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Incisal surface of upper canine tooth" ;
    rdfs:subClassOf obo:FMA_56161, obo:FMA_no_fmaid_Incisal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57671
            obo:FMA_57672
        )
    ] .

obo:FMA_56246
    obo:IAO_0000116 """type: class
is-a: Labial surface enamel of tooth, Surface of lower canine tooth
subclasses: Labial surface of right lower canine tooth, Labial surface of left lower canine tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Labial surface of lower canine tooth" ;
    rdfs:subClassOf obo:FMA_56162, obo:FMA_no_fmaid_Labial_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56259
            obo:FMA_56260
        )
    ] .

obo:FMA_56247
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Surface of lower canine tooth
subclasses: Lingual surface of left lower canine tooth, Lingual surface of right lower canine tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of lower canine tooth" ;
    rdfs:subClassOf obo:FMA_56162, obo:FMA_no_fmaid_Lingual_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56257
            obo:FMA_56258
        )
    ] .

obo:FMA_56248
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Surface of lower canine tooth
subclasses: Mesial surface of left lower canine tooth, Mesial surface of right lower canine tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of lower canine tooth" ;
    rdfs:subClassOf obo:FMA_56162, obo:FMA_no_fmaid_Mesial_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56255
            obo:FMA_56256
        )
    ] .

obo:FMA_56249
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Surface of lower canine tooth
subclasses: Distal surface of right lower canine tooth, Distal surface of left lower canine tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal surface of lower canine tooth" ;
    rdfs:subClassOf obo:FMA_56162, obo:FMA_no_fmaid_Distal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56253
            obo:FMA_56254
        )
    ] .

obo:FMA_56250
    obo:IAO_0000116 """type: class
is-a: Surface of lower canine tooth
subclasses: Incisal surface of right lower canine tooth, Incisal surface of left lower canine tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Incisal surface of lower canine tooth" ;
    rdfs:subClassOf obo:FMA_56162, obo:FMA_no_fmaid_Incisal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56251
            obo:FMA_56252
        )
    ] .

obo:FMA_56251
    obo:IAO_0000116 """type: class
is-a: Incisal surface of lower canine tooth
regional part of: Crown of right lower canine tooth, Enamel of right lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Incisal surface of right lower canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56250 .

obo:FMA_56252
    obo:IAO_0000116 """type: class
is-a: Incisal surface of lower canine tooth
regional part of: Crown of left lower canine tooth, Enamel of left lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Incisal surface of left lower canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56250 .

obo:FMA_56253
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of lower canine tooth
regional part of: Crown of right lower canine tooth, Enamel of right lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of right lower canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56249 .

obo:FMA_56254
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of lower canine tooth
regional part of: Crown of left lower canine tooth, Enamel of left lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of left lower canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56249 .

obo:FMA_56255
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of lower canine tooth
regional part of: Crown of right lower canine tooth, Enamel of right lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of right lower canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56248 .

obo:FMA_56256
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of lower canine tooth
regional part of: Crown of left lower canine tooth, Enamel of left lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of left lower canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56248 .

obo:FMA_56257
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of lower canine tooth
regional part of: Crown of right lower canine tooth, Enamel of right lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of right lower canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56247 .

obo:FMA_56258
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of lower canine tooth
regional part of: Crown of left lower canine tooth, Enamel of left lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of left lower canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56247 .

obo:FMA_56259
    obo:IAO_0000116 """type: class
is-a: Labial surface enamel of tooth, Labial surface of lower canine tooth
regional part of: Crown of right lower canine tooth, Enamel of right lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Labial surface of right lower canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56246 .

obo:FMA_56260
    obo:IAO_0000116 """type: class
is-a: Labial surface enamel of tooth, Labial surface of lower canine tooth
regional part of: Crown of left lower canine tooth, Enamel of left lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Labial surface of left lower canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56246 .

obo:FMA_56261
    obo:IAO_0000116 """type: class
is-a: Surface of upper premolar tooth
subclasses: Occlusal surface of upper first premolar tooth, Distal surface of upper first premolar tooth, Mesial surface of upper first premolar tooth, Lingual surface of upper first premolar tooth, Buccal surface of upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56163 .

obo:FMA_56262
    obo:IAO_0000116 """type: class
is-a: Surface of upper premolar tooth
subclasses: Occlusal surface of upper second premolar tooth, Distal surface of upper second premolar tooth, Mesial surface of upper second premolar tooth, Lingual surface of upper second premolar tooth, Buccal surface of upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of upper second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56163 .

obo:FMA_56263
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Surface of upper first premolar tooth
subclasses: Buccal surface of left upper first premolar tooth, Buccal surface of right upper first premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56261, obo:FMA_no_fmaid_Buccal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56291
            obo:FMA_56292
        )
    ] .

obo:FMA_56264
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Surface of upper first premolar tooth
subclasses: Lingual surface of left upper first premolar tooth, Lingual surface of right upper first premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56261, obo:FMA_no_fmaid_Lingual_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56289
            obo:FMA_56290
        )
    ] .

obo:FMA_56265
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Surface of upper first premolar tooth
subclasses: Mesial surface of left upper first premolar tooth, Mesial surface of right upper first premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56261, obo:FMA_no_fmaid_Mesial_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56287
            obo:FMA_56288
        )
    ] .

obo:FMA_56266
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Surface of upper first premolar tooth
subclasses: Distal surface of left upper first premolar tooth, Distal surface of right upper first premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal surface of upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56261, obo:FMA_no_fmaid_Distal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56285
            obo:FMA_56286
        )
    ] .

obo:FMA_56267
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Surface of upper first premolar tooth
subclasses: Occlusal surface of left upper first premolar tooth, Occlusal surface of right upper first premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56261, obo:FMA_no_fmaid_Occlusal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56283
            obo:FMA_56284
        )
    ] .

obo:FMA_56268
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Surface of upper second premolar tooth
subclasses: Buccal surface of left upper second premolar tooth, Buccal surface of right upper second premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of upper second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56262, obo:FMA_no_fmaid_Buccal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56281
            obo:FMA_56282
        )
    ] .

obo:FMA_56269
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Surface of upper second premolar tooth
subclasses: Lingual surface of right upper second premolar tooth, Lingual surface of left upper second premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of upper second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56262, obo:FMA_no_fmaid_Lingual_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56279
            obo:FMA_56280
        )
    ] .

obo:FMA_56270
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Surface of upper second premolar tooth
subclasses: Mesial surface of right upper second premolar tooth, Mesial surface of left upper second premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of upper second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56262, obo:FMA_no_fmaid_Mesial_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56277
            obo:FMA_56278
        )
    ] .

obo:FMA_56271
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Surface of upper second premolar tooth
subclasses: Distal surface of left upper second premolar tooth, Distal surface of right upper second premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal surface of upper second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56262, obo:FMA_no_fmaid_Distal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56275
            obo:FMA_56276
        )
    ] .

obo:FMA_56272
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Surface of upper second premolar tooth
subclasses: Occlusal surface of right upper second premolar tooth, Occlusal surface of left upper second premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of upper second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56262, obo:FMA_no_fmaid_Occlusal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56273
            obo:FMA_56274
        )
    ] .

obo:FMA_56273
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Occlusal surface of upper second premolar tooth
regional part of: Crown of right upper second premolar tooth, Enamel of right upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of right upper second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56272 .

obo:FMA_56274
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Occlusal surface of upper second premolar tooth
regional part of: Crown of left upper second premolar tooth, Enamel of left upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of left upper second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56272 .

obo:FMA_56275
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of upper second premolar tooth
regional part of: Crown of right upper second premolar tooth, Enamel of right upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of right upper second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56271 .

obo:FMA_56276
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of upper second premolar tooth
regional part of: Crown of left upper second premolar tooth, Enamel of left upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of left upper second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56271 .

obo:FMA_56277
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of upper second premolar tooth
regional part of: Crown of right upper second premolar tooth, Enamel of right upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of right upper second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56270 .

obo:FMA_56278
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of upper second premolar tooth
regional part of: Crown of left upper second premolar tooth, Enamel of left upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of left upper second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56270 .

obo:FMA_56279
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of upper second premolar tooth
regional part of: Crown of right upper second premolar tooth, Enamel of right upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of right upper second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56269 .

obo:FMA_56280
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of upper second premolar tooth
regional part of: Crown of left upper second premolar tooth, Enamel of left upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of left upper second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56269 .

obo:FMA_56281
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Buccal surface of upper second premolar tooth
regional part of: Crown of right upper second premolar tooth, Enamel of right upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of right upper second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56268 .

obo:FMA_56282
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Buccal surface of upper second premolar tooth
regional part of: Crown of left upper second premolar tooth, Enamel of left upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of left upper second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56268 .

obo:FMA_56283
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Occlusal surface of upper first premolar tooth
regional part of: Crown of right upper first premolar tooth, Enamel of right upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of right upper first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56267 .

obo:FMA_56284
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Occlusal surface of upper first premolar tooth
regional part of: Crown of left upper first premolar tooth, Enamel of left upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of left upper first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56267 .

obo:FMA_56285
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of upper first premolar tooth
regional part of: Crown of right upper first premolar tooth, Enamel of right upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of right upper first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56266 .

obo:FMA_56286
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of upper first premolar tooth
regional part of: Crown of left upper first premolar tooth, Enamel of left upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of left upper first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56266 .

obo:FMA_56287
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of upper first premolar tooth
regional part of: Crown of right upper first premolar tooth, Enamel of right upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of right upper first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56265 .

obo:FMA_56288
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of upper first premolar tooth
regional part of: Crown of left upper first premolar tooth, Enamel of left upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of left upper first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56265 .

obo:FMA_56289
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of upper first premolar tooth
regional part of: Crown of right upper first premolar tooth, Enamel of right upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of right upper first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56264 .

obo:FMA_56290
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of upper first premolar tooth
regional part of: Crown of left upper first premolar tooth, Enamel of left upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of left upper first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56264 .

obo:FMA_56291
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Buccal surface of upper first premolar tooth
regional part of: Crown of right upper first premolar tooth, Enamel of right upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of right upper first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56263 .

obo:FMA_56292
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Buccal surface of upper first premolar tooth
regional part of: Crown of left upper first premolar tooth, Enamel of left upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of left upper first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56263 .

obo:FMA_56293
    obo:IAO_0000116 """type: class
is-a: Surface of lower premolar tooth
subclasses: Occlusal surface of lower first premolar tooth, Distal surface of lower first premolar tooth, Mesial surface of lower first premolar tooth, Lingual surface of lower first premolar tooth, Buccal surface of lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of lower first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56164 .

obo:FMA_56294
    obo:IAO_0000116 """type: class
is-a: Surface of lower premolar tooth
subclasses: Occlusal surface of lower second premolar tooth, Distal surface of lower second premolar tooth, Mesial surface of lower second premolar tooth, Lingual surface of lower second premolar tooth, Buccal surface of lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of lower second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56164 .

obo:FMA_56295
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Surface of lower first premolar tooth
subclasses: Buccal surface of left lower first premolar tooth, Buccal surface of right lower first premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of lower first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56293, obo:FMA_no_fmaid_Buccal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56308
            obo:FMA_56309
        )
    ] .

obo:FMA_56296
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Surface of lower first premolar tooth
subclasses: Lingual surface of left lower first premolar tooth, Lingual surface of right lower first premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of lower first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56293, obo:FMA_no_fmaid_Lingual_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56306
            obo:FMA_56307
        )
    ] .

obo:FMA_56297
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Surface of lower first premolar tooth
subclasses: Mesial surface of left lower first premolar tooth, Mesial surface of right lower first premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of lower first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56293, obo:FMA_no_fmaid_Mesial_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56304
            obo:FMA_56305
        )
    ] .

obo:FMA_56298
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Surface of lower first premolar tooth
subclasses: Distal surface of left lower first premolar tooth, Distal surface of right lower first premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal surface of lower first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56293, obo:FMA_no_fmaid_Distal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56302
            obo:FMA_56303
        )
    ] .

obo:FMA_56299
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Surface of lower first premolar tooth
subclasses: Occlusal surface of right lower first premolar tooth, Occlusal surface of left lower first premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of lower first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56293, obo:FMA_no_fmaid_Occlusal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56300
            obo:FMA_56301
        )
    ] .

obo:FMA_56300
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Occlusal surface of lower first premolar tooth
regional part of: Crown of right lower first premolar tooth, Enamel of right lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of right lower first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56299 .

obo:FMA_56301
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Occlusal surface of lower first premolar tooth
regional part of: Crown of left lower first premolar tooth, Enamel of left lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of left lower first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56299 .

obo:FMA_56302
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of lower first premolar tooth
regional part of: Crown of right lower first premolar tooth, Enamel of right lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of right lower first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56298 .

obo:FMA_56303
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of lower first premolar tooth
regional part of: Crown of left lower first premolar tooth, Enamel of left lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of left lower first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56298 .

obo:FMA_56304
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of lower first premolar tooth
regional part of: Crown of right lower first premolar tooth, Enamel of right lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of right lower first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56297 .

obo:FMA_56305
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of lower first premolar tooth
regional part of: Crown of left lower first premolar tooth, Enamel of left lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of left lower first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56297 .

obo:FMA_56306
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of lower first premolar tooth
regional part of: Crown of right lower first premolar tooth, Enamel of right lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of right lower first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56296 .

obo:FMA_56307
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of lower first premolar tooth
regional part of: Crown of left lower first premolar tooth, Enamel of left lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of left lower first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56296 .

obo:FMA_56308
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Buccal surface of lower first premolar tooth
regional part of: Crown of right lower first premolar tooth, Enamel of right lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of right lower first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56295 .

obo:FMA_56309
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Buccal surface of lower first premolar tooth
regional part of: Crown of left lower first premolar tooth, Enamel of left lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of left lower first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56295 .

obo:FMA_56310
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Surface of lower second premolar tooth
subclasses: Buccal surface of left lower second premolar tooth, Buccal surface of right lower second premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of lower second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56294, obo:FMA_no_fmaid_Buccal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56323
            obo:FMA_56324
        )
    ] .

obo:FMA_56311
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Surface of lower second premolar tooth
subclasses: Lingual surface of left lower second premolar tooth, Lingual surface of right lower second premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of lower second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56294, obo:FMA_no_fmaid_Lingual_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56321
            obo:FMA_56322
        )
    ] .

obo:FMA_56312
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Surface of lower second premolar tooth
subclasses: Mesial surface of left lower second premolar tooth, Mesial surface of right lower second premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of lower second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56294, obo:FMA_no_fmaid_Mesial_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56319
            obo:FMA_56320
        )
    ] .

obo:FMA_56313
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Surface of lower second premolar tooth
subclasses: Distal surface of left lower second premolar tooth, Distal surface of right lower second premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal surface of lower second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56294, obo:FMA_no_fmaid_Distal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56317
            obo:FMA_56318
        )
    ] .

obo:FMA_56314
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Surface of lower second premolar tooth
subclasses: Occlusal surface of left lower second premolar tooth, Occlusal surface of right lower second premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of lower second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56294, obo:FMA_no_fmaid_Occlusal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56315
            obo:FMA_56316
        )
    ] .

obo:FMA_56315
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Occlusal surface of lower second premolar tooth
regional part of: Crown of right lower second premolar tooth, Enamel of right lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of right lower second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56314 .

obo:FMA_56316
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Occlusal surface of lower second premolar tooth
regional part of: Crown of left lower second premolar tooth, Enamel of left lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of left lower second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56314 .

obo:FMA_56317
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of lower second premolar tooth
part of: Crown of right lower second premolar tooth
regional part of: Enamel of right lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of right lower second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56313 .

obo:FMA_56318
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of lower second premolar tooth
regional part of: Crown of left lower second premolar tooth, Enamel of left lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of left lower second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56313 .

obo:FMA_56319
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of lower second premolar tooth
regional part of: Crown of right lower second premolar tooth, Enamel of right lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of right lower second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56312 .

obo:FMA_56320
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of lower second premolar tooth
regional part of: Crown of left lower second premolar tooth, Enamel of left lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of left lower second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56312 .

obo:FMA_56321
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of lower second premolar tooth
regional part of: Crown of right lower second premolar tooth, Enamel of right lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of right lower second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56311 .

obo:FMA_56322
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of lower second premolar tooth
regional part of: Crown of left lower second premolar tooth, Enamel of left lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of left lower second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56311 .

obo:FMA_56323
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Buccal surface of lower second premolar tooth
regional part of: Crown of right lower second premolar tooth, Enamel of right lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of right lower second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56310 .

obo:FMA_56324
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Buccal surface of lower second premolar tooth
regional part of: Crown of left lower second premolar tooth, Enamel of left lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of left lower second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56310 .

obo:FMA_56325
    obo:IAO_0000116 """type: class
is-a: Surface of upper molar tooth
subclasses: Distal surface of upper first molar tooth, Occlusal surface of upper first molar tooth, Mesial surface of upper first molar tooth, Buccal surface of upper first molar tooth, Lingual surface of upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_56165 .

obo:FMA_56326
    obo:IAO_0000116 """type: class
is-a: Surface of upper molar tooth
subclasses: Lingual surface of upper second molar tooth, Occlusal surface of upper second molar tooth, Mesial surface of upper second molar tooth, Buccal surface of upper second molar tooth, Distal surface of upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_56165 .

obo:FMA_56327
    obo:IAO_0000116 """type: class
is-a: Surface of upper molar tooth
subclasses: Occlusal surface of upper third molar tooth, Distal surface of upper third molar tooth, Lingual surface of upper third molar tooth, Mesial surface of upper third molar tooth, Buccal surface of upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Surface of upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_56165 .

obo:FMA_56328
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Surface of lower third molar tooth
subclasses: Buccal surface of left lower third molar tooth, Buccal surface of right lower third molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_56169, obo:FMA_no_fmaid_Buccal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56341
            obo:FMA_56342
        )
    ] .

obo:FMA_56329
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Surface of lower third molar tooth
subclasses: Lingual surface of right lower third molar tooth, Lingual surface of left lower third molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_56169, obo:FMA_no_fmaid_Lingual_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56339
            obo:FMA_56340
        )
    ] .

obo:FMA_56330
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Surface of lower third molar tooth
subclasses: Mesial surface of right lower third molar tooth, Mesial surface of left lower third molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_56169, obo:FMA_no_fmaid_Mesial_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56337
            obo:FMA_56338
        )
    ] .

obo:FMA_56331
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Surface of lower third molar tooth
subclasses: Distal surface of right lower third molar tooth, Distal surface of left lower third molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal surface of lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_56169, obo:FMA_no_fmaid_Distal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56335
            obo:FMA_56336
        )
    ] .

obo:FMA_56332
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Surface of lower third molar tooth
subclasses: Occlusal surface of left lower third molar tooth, Occlusal surface of right lower third molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_56169, obo:FMA_no_fmaid_Occlusal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56333
            obo:FMA_56334
        )
    ] .

obo:FMA_56333
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Occlusal surface of lower third molar tooth
part of: Crown of right lower third molar tooth
regional part of: Enamel of right lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of right lower third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56332 .

obo:FMA_56334
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Occlusal surface of lower third molar tooth
regional part of: Crown of left lower third molar tooth, Enamel of left lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of left lower third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56332 .

obo:FMA_56335
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of lower third molar tooth
regional part of: Crown of right lower third molar tooth, Enamel of right lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of right lower third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56331 .

obo:FMA_56336
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of lower third molar tooth
regional part of: Crown of left lower third molar tooth, Enamel of left lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of left lower third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56331 .

obo:FMA_56337
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of lower third molar tooth
regional part of: Crown of right lower third molar tooth, Enamel of right lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of right lower third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56330 .

obo:FMA_56338
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of lower third molar tooth
regional part of: Crown of left lower third molar tooth, Enamel of left lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of left lower third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56330 .

obo:FMA_56339
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of lower third molar tooth
regional part of: Crown of right lower third molar tooth, Enamel of right lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of right lower third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56329 .

obo:FMA_56340
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of lower third molar tooth
regional part of: Crown of left lower third molar tooth, Enamel of left lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of left lower third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56329 .

obo:FMA_56341
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Buccal surface of lower third molar tooth
regional part of: Crown of right lower third molar tooth, Enamel of right lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of right lower third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56328 .

obo:FMA_56342
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Buccal surface of lower third molar tooth
regional part of: Crown of left lower third molar tooth, Enamel of left lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of left lower third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56328 .

obo:FMA_56343
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Surface of lower second molar tooth
subclasses: Buccal surface of right lower second molar tooth, Buccal surface of left lower second molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_56168, obo:FMA_no_fmaid_Buccal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56356
            obo:FMA_56357
        )
    ] .

obo:FMA_56344
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Surface of lower second molar tooth
subclasses: Lingual surface of right lower second molar tooth, Lingual surface of left lower second molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_56168, obo:FMA_no_fmaid_Lingual_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56354
            obo:FMA_56355
        )
    ] .

obo:FMA_56345
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Surface of lower second molar tooth
subclasses: Mesial surface of right lower second molar tooth, Mesial surface of left lower second molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_56168, obo:FMA_no_fmaid_Mesial_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56352
            obo:FMA_56353
        )
    ] .

obo:FMA_56346
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Surface of lower second molar tooth
subclasses: Distal surface of left lower second molar tooth, Distal surface of right lower second molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal surface of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_56168, obo:FMA_no_fmaid_Distal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56350
            obo:FMA_56351
        )
    ] .

obo:FMA_56347
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Surface of lower second molar tooth
subclasses: Occlusal surface of right lower second molar tooth, Occlusal surface of left lower second molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_56168, obo:FMA_no_fmaid_Occlusal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56348
            obo:FMA_56349
        )
    ] .

obo:FMA_56348
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Occlusal surface of lower second molar tooth
regional part of: Crown of right lower second molar tooth, Enamel of right lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of right lower second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56347 .

obo:FMA_56349
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Occlusal surface of lower second molar tooth
regional part of: Crown of left lower second molar tooth, Enamel of left lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of left lower second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56347 .

obo:FMA_56350
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of lower second molar tooth
regional part of: Crown of right lower second molar tooth, Enamel of right lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of right lower second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56346 .

obo:FMA_56351
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of lower second molar tooth
regional part of: Crown of left lower second molar tooth, Enamel of left lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of left lower second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56346 .

obo:FMA_56352
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of lower second molar tooth
regional part of: Crown of right lower second molar tooth, Enamel of right lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of right lower second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56345 .

obo:FMA_56353
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of lower second molar tooth
regional part of: Crown of left lower second molar tooth, Enamel of left lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of left lower second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56345 .

obo:FMA_56354
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of lower second molar tooth
regional part of: Crown of right lower second molar tooth, Enamel of right lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of right lower second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56344 .

obo:FMA_56355
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of lower second molar tooth
regional part of: Crown of left lower second molar tooth, Enamel of left lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of left lower second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56344 .

obo:FMA_56356
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Buccal surface of lower second molar tooth
regional part of: Crown of right lower second molar tooth, Enamel of right lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of right lower second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56343 .

obo:FMA_56357
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Buccal surface of lower second molar tooth
regional part of: Crown of left lower second molar tooth, Enamel of left lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of left lower second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56343 .

obo:FMA_56358
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Surface of lower first molar tooth
subclasses: Buccal surface of right lower first molar tooth, Buccal surface of left lower first molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56167, obo:FMA_no_fmaid_Buccal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56371
            obo:FMA_56372
        )
    ] .

obo:FMA_56359
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Surface of lower first molar tooth
subclasses: Lingual surface of right lower first molar tooth, Lingual surface of left lower first molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56167, obo:FMA_no_fmaid_Lingual_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56369
            obo:FMA_56370
        )
    ] .

obo:FMA_56360
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Surface of lower first molar tooth
subclasses: Mesial surface of left lower first molar tooth, Mesial surface of right lower first molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56167, obo:FMA_no_fmaid_Mesial_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56367
            obo:FMA_56368
        )
    ] .

obo:FMA_56361
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Surface of lower first molar tooth
subclasses: Distal surface of left lower first molar tooth, Distal surface of right lower first molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal surface of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56167, obo:FMA_no_fmaid_Distal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56365
            obo:FMA_56366
        )
    ] .

obo:FMA_56362
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Surface of lower first molar tooth
subclasses: Occlusal surface of left lower first molar tooth, Occlusal surface of right lower first molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56167, obo:FMA_no_fmaid_Occlusal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56363
            obo:FMA_56364
        )
    ] .

obo:FMA_56363
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Occlusal surface of lower first molar tooth
regional part of: Crown of right lower first molar tooth, Enamel of right lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of right lower first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56362 .

obo:FMA_56364
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Occlusal surface of lower first molar tooth
part of: Crown of left lower first molar tooth
regional part of: Enamel of left lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of left lower first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56362 .

obo:FMA_56365
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of lower first molar tooth
regional part of: Crown of right lower first molar tooth, Enamel of right lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of right lower first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56361 .

obo:FMA_56366
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of lower first molar tooth
regional part of: Crown of left lower first molar tooth, Enamel of left lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of left lower first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56361 .

obo:FMA_56367
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of lower first molar tooth
regional part of: Crown of right lower first molar tooth, Enamel of right lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of right lower first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56360 .

obo:FMA_56368
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of lower first molar tooth
regional part of: Crown of left lower first molar tooth, Enamel of left lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of left lower first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56360 .

obo:FMA_56369
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of lower first molar tooth
regional part of: Crown of right lower first molar tooth, Enamel of right lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of right lower first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56359 .

obo:FMA_56370
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of lower first molar tooth
regional part of: Crown of left lower first molar tooth, Enamel of left lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of left lower first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56359 .

obo:FMA_56371
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Buccal surface of lower first molar tooth
regional part of: Crown of right lower first molar tooth, Enamel of right lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of right lower first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56358 .

obo:FMA_56372
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Buccal surface of lower first molar tooth
regional part of: Crown of left lower first molar tooth, Enamel of left lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of left lower first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56358 .

obo:FMA_56373
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Surface of upper third molar tooth
subclasses: Buccal surface of left upper third molar tooth, Buccal surface of right upper third molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_56327, obo:FMA_no_fmaid_Buccal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56386
            obo:FMA_56387
        )
    ] .

obo:FMA_56374
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Surface of upper third molar tooth
subclasses: Lingual surface of right upper third molar tooth, Lingual surface of left upper third molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_56327, obo:FMA_no_fmaid_Lingual_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56384
            obo:FMA_56385
        )
    ] .

obo:FMA_56375
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Surface of upper third molar tooth
subclasses: Mesial surface of right upper third molar tooth, Mesial surface of left upper third molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_56327, obo:FMA_no_fmaid_Mesial_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56382
            obo:FMA_56383
        )
    ] .

obo:FMA_56376
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Surface of upper third molar tooth
subclasses: Distal surface of left upper third molar tooth, Distal surface of right upper third molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal surface of upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_56327, obo:FMA_no_fmaid_Distal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56380
            obo:FMA_56381
        )
    ] .

obo:FMA_56377
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Surface of upper third molar tooth
subclasses: Occlusal surface of left upper third molar tooth, Occlusal surface of right upper third molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_56327, obo:FMA_no_fmaid_Occlusal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56378
            obo:FMA_56379
        )
    ] .

obo:FMA_56378
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Occlusal surface of upper third molar tooth
regional part of: Crown of right upper third molar tooth, Enamel of right upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of right upper third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56377 .

obo:FMA_56379
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Occlusal surface of upper third molar tooth
regional part of: Crown of left upper third molar tooth, Enamel of left upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of left upper third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56377 .

obo:FMA_56380
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of upper third molar tooth
regional part of: Crown of right upper third molar tooth, Enamel of right upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of right upper third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56376 .

obo:FMA_56381
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of upper third molar tooth
regional part of: Crown of left upper third molar tooth, Enamel of left upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of left upper third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56376 .

obo:FMA_56382
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of upper third molar tooth
part of: Crown of right upper third molar tooth
regional part of: Enamel of right upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of right upper third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56375 .

obo:FMA_56383
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of upper third molar tooth
regional part of: Crown of left upper third molar tooth, Enamel of left upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of left upper third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56375 .

obo:FMA_56384
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of upper third molar tooth
regional part of: Crown of right upper third molar tooth, Enamel of right upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of right upper third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56374 .

obo:FMA_56385
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of upper third molar tooth
regional part of: Crown of left upper third molar tooth, Enamel of left upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of left upper third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56374 .

obo:FMA_56386
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Buccal surface of upper third molar tooth
regional part of: Crown of right upper third molar tooth, Enamel of right upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of right upper third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56373 .

obo:FMA_56387
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Buccal surface of upper third molar tooth
regional part of: Crown of left upper third molar tooth, Enamel of left upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of left upper third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56373 .

obo:FMA_56388
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Surface of upper second molar tooth
subclasses: Buccal surface of left upper second molar tooth, Buccal surface of right upper second molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_56326, obo:FMA_no_fmaid_Buccal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56401
            obo:FMA_56402
        )
    ] .

obo:FMA_56389
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Surface of upper second molar tooth
subclasses: Lingual surface of right upper second molar tooth, Lingual surface of left upper second molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_56326, obo:FMA_no_fmaid_Lingual_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56399
            obo:FMA_56400
        )
    ] .

obo:FMA_56390
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Surface of upper second molar tooth
subclasses: Mesial surface of left upper second molar tooth, Mesial surface of right upper second molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_56326, obo:FMA_no_fmaid_Mesial_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56397
            obo:FMA_56398
        )
    ] .

obo:FMA_56391
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Surface of upper second molar tooth
subclasses: Distal surface of left upper second molar tooth, Distal surface of right upper second molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal surface of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_56326, obo:FMA_no_fmaid_Distal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56395
            obo:FMA_56396
        )
    ] .

obo:FMA_56392
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Surface of upper second molar tooth
subclasses: Occlusal surface of left upper second molar tooth, Occlusal surface of right upper second molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_56326, obo:FMA_no_fmaid_Occlusal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56393
            obo:FMA_56394
        )
    ] .

obo:FMA_56393
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Occlusal surface of upper second molar tooth
regional part of: Crown of right upper second molar tooth, Enamel of right upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of right upper second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56392 .

obo:FMA_56394
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Occlusal surface of upper second molar tooth
regional part of: Crown of left upper second molar tooth, Enamel of left upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of left upper second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56392 .

obo:FMA_56395
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of upper second molar tooth
regional part of: Crown of right upper second molar tooth, Enamel of right upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of right upper second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56391 .

obo:FMA_56396
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of upper second molar tooth
regional part of: Crown of left upper second molar tooth, Enamel of left upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of left upper second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56391 .

obo:FMA_56397
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of upper second molar tooth
regional part of: Crown of right upper second molar tooth, Enamel of right upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of right upper second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56390 .

obo:FMA_56398
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of upper second molar tooth
regional part of: Crown of left upper second molar tooth, Enamel of left upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of left upper second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56390 .

obo:FMA_56399
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of upper second molar tooth
regional part of: Crown of right upper second molar tooth, Enamel of right upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of right upper second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56389 .

obo:FMA_56400
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of upper second molar tooth
part of: Crown of left upper second molar tooth
regional part of: Enamel of left upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of left upper second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56389 .

obo:FMA_56401
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Buccal surface of upper second molar tooth
regional part of: Crown of right upper second molar tooth, Enamel of right upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of right upper second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56388 .

obo:FMA_56402
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Buccal surface of upper second molar tooth
regional part of: Crown of left upper second molar tooth, Enamel of left upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of left upper second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56388 .

obo:FMA_56403
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Surface of upper first molar tooth
subclasses: Buccal surface of left upper first molar tooth, Buccal surface of right upper first molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_56325, obo:FMA_no_fmaid_Buccal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56416
            obo:FMA_56417
        )
    ] .

obo:FMA_56404
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Surface of upper first molar tooth
subclasses: Lingual surface of left upper first molar tooth, Lingual surface of right upper first molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_56325, obo:FMA_no_fmaid_Lingual_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56414
            obo:FMA_56415
        )
    ] .

obo:FMA_56405
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Surface of upper first molar tooth
subclasses: Mesial surface of left upper first molar tooth, Mesial surface of right upper first molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_56325, obo:FMA_no_fmaid_Mesial_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56412
            obo:FMA_56413
        )
    ] .

obo:FMA_56406
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Surface of upper first molar tooth
subclasses: Distal surface of right upper first molar tooth, Distal surface of left upper first molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal surface of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_56325, obo:FMA_no_fmaid_Distal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56410
            obo:FMA_56411
        )
    ] .

obo:FMA_56407
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Surface of upper first molar tooth
subclasses: Occlusal surface of left upper first molar tooth, Occlusal surface of right upper first molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_56325, obo:FMA_no_fmaid_Occlusal_surface_enamel_of_tooth, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56408
            obo:FMA_56409
        )
    ] .

obo:FMA_56408
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Occlusal surface of upper first molar tooth
regional part of: Crown of right upper first molar tooth, Enamel of right upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of right upper first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56407 .

obo:FMA_56409
    obo:IAO_0000116 """type: class
is-a: Occlusial surface enamel of tooth, Occlusal surface of upper first molar tooth
regional part of: Crown of left upper first molar tooth, Enamel of left upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface of left upper first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56407 .

obo:FMA_56410
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of upper first molar tooth
regional part of: Crown of right upper first molar tooth, Enamel of right upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of right upper first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56406 .

obo:FMA_56411
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of upper first molar tooth
regional part of: Crown of left upper first molar tooth, Enamel of left upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of left upper first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56406 .

obo:FMA_56412
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of upper first molar tooth
regional part of: Crown of right upper first molar tooth, Enamel of right upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of right upper first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56405 .

obo:FMA_56413
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of upper first molar tooth
regional part of: Crown of left upper first molar tooth, Enamel of left upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of left upper first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56405 .

obo:FMA_56414
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of upper first molar tooth
regional part of: Crown of right upper first molar tooth, Enamel of right upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of right upper first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56404 .

obo:FMA_56415
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of upper first molar tooth
regional part of: Crown of left upper first molar tooth, Enamel of left upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of left upper first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56404 .

obo:FMA_56416
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Buccal surface of upper first molar tooth
regional part of: Crown of right upper first molar tooth, Enamel of right upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of right upper first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56403 .

obo:FMA_56417
    obo:IAO_0000116 """type: class
is-a: Buccal surface enamel of tooth, Buccal surface of upper first molar tooth
regional part of: Crown of left upper first molar tooth, Enamel of left upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal surface of left upper first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56403 .

obo:FMA_56481
    obo:IAO_0000116 """type: class
is-a: Region of crown of tooth
subclasses: Accessory cusp of tooth, Distal cusp of tooth, Distolingual cusp of tooth, Distobuccal cusp of tooth, Mesiobuccal cusp of tooth, Mesiopalatal cusp of tooth, Palatal cusp of tooth, Lingual cusp of tooth, Buccal cusp of tooth, Cusp of premolar tooth, Cusp of molar tooth, Distopalatal cusp of tooth, Mesiolingual cusp of tooth
regional part of: Crown of tooth""" ;
    a owl:Class ;
    rdfs:label "Cusp of tooth" ;
    rdfs:subClassOf obo:FMA_57492 .

obo:FMA_56511
    obo:IAO_0000116 """type: class
is-a: Crown of tooth
subclasses: Crown of lower canine tooth, Crown of upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of canine tooth" ;
    rdfs:subClassOf obo:FMA_55623 .

obo:FMA_56512
    obo:IAO_0000116 """type: class
is-a: Root of tooth
subclasses: Root of upper canine tooth, Root of lower canine tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Root of canine tooth" ;
    rdfs:subClassOf obo:FMA_55624 .

obo:FMA_56516
    obo:IAO_0000116 """type: class
is-a: Crown of canine tooth
subclasses: Crown of right upper canine tooth, Crown of left upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of upper canine tooth" ;
    rdfs:subClassOf obo:FMA_56511, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56526
            obo:FMA_56527
        )
    ] .

obo:FMA_56517
    obo:IAO_0000116 """type: class
is-a: Root of canine tooth
subclasses: Root of left upper canine tooth, Root of right upper canine tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Root of upper canine tooth" ;
    rdfs:subClassOf obo:FMA_56512, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56524
            obo:FMA_56525
        )
    ] .

obo:FMA_56518
    obo:IAO_0000116 """type: class
is-a: Crown of canine tooth
subclasses: Crown of left lower canine tooth, Crown of right lower canine tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Crown of lower canine tooth" ;
    rdfs:subClassOf obo:FMA_56511, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56522
            obo:FMA_56523
        )
    ] .

obo:FMA_56519
    obo:IAO_0000116 """type: class
is-a: Root of canine tooth
subclasses: Root of left lower canine tooth, Root of right lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Root of lower canine tooth" ;
    rdfs:subClassOf obo:FMA_56512, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56520
            obo:FMA_56521
        )
    ] .

obo:FMA_56520
    obo:IAO_0000116 """type: class
is-a: Root of lower canine tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Right lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Root of right lower canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56519 .

obo:FMA_56521
    obo:IAO_0000116 """type: class
is-a: Root of lower canine tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Left lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Root of left lower canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56519 .

obo:FMA_56522
    obo:IAO_0000116 """type: class
is-a: Crown of lower canine tooth
regional part: Cingulum of right lower canine tooth, Crown proper of right lower canine tooth, Distal surface of right lower canine tooth, Labial surface of right lower canine tooth, Lingual surface of right lower canine tooth, Incisal surface of right lower canine tooth, Mesial contact surface of right lower canine tooth, Distal contact surface of right lower canine tooth, Mesial surface of right lower canine tooth
regional part of: Right lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of right lower canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56518, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56251
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56253
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56255
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56257
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56259
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56754
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56963
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56965
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57958
    ] .

obo:FMA_56523
    obo:IAO_0000116 """type: class
is-a: Crown of lower canine tooth
regional part: Cingulum of left lower canine tooth, Crown proper of left lower canine tooth, Distal surface of left lower canine tooth, Labial surface of left lower canine tooth, Lingual surface of left lower canine tooth, Incisal surface of left lower canine tooth, Mesial contact surface of left lower canine tooth, Distal contact surface of left lower canine tooth, Mesial surface of left lower canine tooth
regional part of: Left lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of left lower canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56518, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56252
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56254
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56256
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56258
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56260
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56755
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56964
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56966
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57959
    ] .

obo:FMA_56524
    obo:IAO_0000116 """type: class
is-a: Root of upper canine tooth
regional part of: Right upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Root of right upper canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56517 .

obo:FMA_56525
    obo:IAO_0000116 """type: class
is-a: Root of upper canine tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Left upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Root of left upper canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56517 .

obo:FMA_56526
    obo:IAO_0000116 """type: class
is-a: Crown of upper canine tooth
regional part: Cingulum of right upper canine tooth, Crown proper of right upper canine tooth, Lingual surface of right upper canine tooth, Mesial surface of right upper canine tooth, Distal surface of right upper canine tooth, Mesial contact surface of right upper canine tooth, Distal contact surface of right upper canine tooth, Labial surface of right upper canine tooth
regional part of: Right upper secondary canine tooth
part: Incisal surface of right upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of right upper canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56516, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_57671
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56756
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56969
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56971
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57663
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57665
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57667
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57669
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57954
    ] .

obo:FMA_56527
    obo:IAO_0000116 """type: class
is-a: Crown of upper canine tooth
regional part: Crown proper of left upper canine tooth, Lingual surface of left upper canine tooth, Cingulum of left upper canine tooth, Mesial surface of left upper canine tooth, Distal surface of left upper canine tooth, Incisal surface of left upper canine tooth, Mesial contact surface of left upper canine tooth, Distal contact surface of left upper canine tooth, Labial surface of left upper canine tooth
regional part of: Left upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of left upper canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56516, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56757
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56970
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56972
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57664
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57666
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57668
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57670
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57672
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57955
    ] .

obo:FMA_56532
    obo:IAO_0000116 """type: class
is-a: Crown of incisor tooth
subclasses: Crown of left lower lateral incisor tooth, Crown of right lower lateral incisor tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Crown of lower lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_57960, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56536
            obo:FMA_56537
        )
    ] .

obo:FMA_56533
    obo:IAO_0000116 """type: class
is-a: Root of incisor tooth
subclasses: Root of left lower lateral incisor tooth, Root of right lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root of lower lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_57963, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56534
            obo:FMA_56535
        )
    ] .

obo:FMA_56534
    obo:IAO_0000116 """type: class
is-a: Root of lower lateral incisor tooth
regional part of: Right lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root of right lower lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56533 .

obo:FMA_56535
    obo:IAO_0000116 """type: class
is-a: Root of lower lateral incisor tooth
regional part of: Left lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root of left lower lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56533 .

obo:FMA_56536
    obo:IAO_0000116 """type: class
is-a: Crown of lower lateral incisor tooth
regional part: Cingulum of right lower lateral incisor tooth, Crown proper of right lower lateral incisor tooth, Distal surface of right lower lateral incisor tooth, Labial surface of right lower lateral incisor tooth, Lingual surface of right lower lateral incisor tooth, Incisal surface of right lower lateral incisor tooth, Mesial contact surface of right lower lateral incisor tooth, Distal contact surface of right lower lateral incisor tooth, Mesial surface of right lower lateral incisor tooth
regional part of: Right lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of right lower lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56532, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56213
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56219
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56225
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56231
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56237
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56744
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56948
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56950
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57940
    ] .

obo:FMA_56537
    obo:IAO_0000116 """type: class
is-a: Crown of lower lateral incisor tooth
regional part of: Left lower lateral secondary incisor tooth
regional part: Cingulum of left lower lateral incisor tooth, Crown proper of left lower lateral incisor tooth, Distal surface of left lower lateral incisor tooth, Labial surface of left lower lateral incisor tooth, Lingual surface of left lower lateral incisor tooth, Incisal surface of left lower lateral incisor tooth, Mesial contact surface of left lower lateral incisor tooth, Distal contact surface of left lower lateral incisor tooth, Mesial surface of left lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of left lower lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56532, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56214
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56220
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56226
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56232
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56238
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56745
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56949
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56951
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57941
    ] .

obo:FMA_56538
    obo:IAO_0000116 """type: class
is-a: Crown of incisor tooth
subclasses: Crown of right lower central incisor tooth, Crown of left lower central incisor tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Crown of lower central incisor tooth" ;
    rdfs:subClassOf obo:FMA_57960, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56542
            obo:FMA_56543
        )
    ] .

obo:FMA_56539
    obo:IAO_0000116 """type: class
is-a: Root of incisor tooth
subclasses: Root of left lower central incisor tooth, Root of right lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root of lower central incisor tooth" ;
    rdfs:subClassOf obo:FMA_57963, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56540
            obo:FMA_56541
        )
    ] .

obo:FMA_56540
    obo:IAO_0000116 """type: class
is-a: Root of lower central incisor tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Right lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root of right lower central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56539 .

obo:FMA_56541
    obo:IAO_0000116 """type: class
is-a: Root of lower central incisor tooth
regional part of: Left lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root of left lower central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56539 .

obo:FMA_56542
    obo:IAO_0000116 """type: class
is-a: Crown of lower central incisor tooth
regional part: Cingulum of right lower central incisor tooth, Crown proper of right lower central incisor tooth, Distal surface of right lower central incisor tooth, Labial surface of right lower central incisor tooth, Lingual surface of right lower central incisor tooth, Incisal surface of right lower central incisor tooth, Mesial contact surface of right lower central incisor tooth, Distal contact surface of right lower central incisor tooth, Mesial surface of right lower central incisor tooth
regional part of: Right lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of right lower central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56538, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56215
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56221
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56227
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56233
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56239
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56746
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56954
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56956
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57938
    ] .

obo:FMA_56543
    obo:IAO_0000116 """type: class
is-a: Crown of lower central incisor tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part: Cingulum of left lower central incisor tooth, Crown proper of left lower central incisor tooth, Distal surface of left lower central incisor tooth, Labial surface of left lower central incisor tooth, Lingual surface of left lower central incisor tooth, Incisal surface of left lower central incisor tooth, Mesial contact surface of left lower central incisor tooth, Distal contact surface of left lower central incisor tooth, Mesial surface of left lower central incisor tooth
regional part of: Left lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of left lower central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56538, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56216
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56222
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56228
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56234
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56240
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56747
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56955
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56957
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57939
    ] .

obo:FMA_56544
    obo:IAO_0000116 """type: class
is-a: Crown of incisor tooth
subclasses: Crown of left upper lateral incisor tooth, Crown of right upper lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of upper lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_57960, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56548
            obo:FMA_56549
        )
    ] .

obo:FMA_56545
    obo:IAO_0000116 """type: class
is-a: Root of incisor tooth
subclasses: Root of right upper lateral incisor tooth, Root of left upper lateral incisor tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Root of upper lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_57963, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56546
            obo:FMA_56547
        )
    ] .

obo:FMA_56546
    obo:IAO_0000116 """type: class
is-a: Root of upper lateral incisor tooth
regional part of: Right upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root of right upper lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56545 .

obo:FMA_56547
    obo:IAO_0000116 """type: class
is-a: Root of upper lateral incisor tooth
regional part of: Left upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root of left upper lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56545 .

obo:FMA_56548
    obo:IAO_0000116 """type: class
is-a: Crown of upper lateral incisor tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part: Cingulum of right upper lateral incisor tooth, Distal surface of right upper lateral incisor tooth, Labial surface of right upper lateral incisor tooth, Lingual surface of right upper lateral incisor tooth, Incisal surface of right upper lateral incisor tooth, Mesial contact surface of right upper lateral incisor tooth, Distal contact surface of right upper lateral incisor tooth, Mesial surface of right upper lateral incisor tooth
regional part of: Right upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of right upper lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56544, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56178
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56184
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56190
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56196
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56202
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56748
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56938
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56942
    ] .

obo:FMA_56549
    obo:IAO_0000116 """type: class
is-a: Crown of upper lateral incisor tooth
regional part: Cingulum of left upper lateral incisor tooth, Distal surface of left upper lateral incisor tooth, Labial surface of left upper lateral incisor tooth, Incisal surface of left upper lateral incisor tooth, Lingual surface of left upper lateral incisor tooth, Mesial contact surface of left upper lateral incisor tooth, Distal contact surface of left upper lateral incisor tooth, Mesial surface of left upper lateral incisor tooth
regional part of: Left upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of left upper lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56544, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56179
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56185
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56191
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56197
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56203
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56749
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56940
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56943
    ] .

obo:FMA_56550
    obo:IAO_0000116 """type: class
is-a: Crown of incisor tooth
subclasses: Crown of left upper central incisor tooth, Crown of right upper central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of upper central incisor tooth" ;
    rdfs:subClassOf obo:FMA_57960, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56554
            obo:FMA_56555
        )
    ] .

obo:FMA_56551
    obo:IAO_0000116 """type: class
is-a: Root of incisor tooth
subclasses: Root of left upper central incisor tooth, Root of right upper central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root of upper central incisor tooth" ;
    rdfs:subClassOf obo:FMA_57963, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56552
            obo:FMA_56553
        )
    ] .

obo:FMA_56552
    obo:IAO_0000116 """type: class
is-a: Root of upper central incisor tooth
regional part of: Right upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root of right upper central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56551 .

obo:FMA_56553
    obo:IAO_0000116 """type: class
is-a: Root of upper central incisor tooth
regional part of: Left upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Root of left upper central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56551 .

obo:FMA_56554
    obo:IAO_0000116 """type: class
is-a: Crown of upper central incisor tooth
regional part: Cingulum of right upper central incisor tooth, Distal surface of right upper central incisor tooth, Labial surface of right upper central incisor tooth, Lingual surface of right upper central incisor tooth, Incisal surface of right upper central incisor tooth, Mesial contact surface of right upper central incisor tooth, Distal contact surface of right upper central incisor tooth, Mesial surface of right upper central incisor tooth
regional part of: Right upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of right upper central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56550, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56180
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56186
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56192
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56198
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56204
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56750
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56931
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56934
    ] .

obo:FMA_56555
    obo:IAO_0000116 """type: class
is-a: Crown of upper central incisor tooth
regional part: Cingulum of left upper central incisor tooth, Labial surface of left upper central incisor tooth, Lingual surface of left upper central incisor tooth, Distal surface of left upper central incisor tooth, Incisal surface of left upper central incisor tooth, Mesial contact surface of left upper central incisor tooth, Distal contact surface of left upper central incisor tooth, Mesial surface of left upper central incisor tooth
regional part of: Left upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of left upper central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56550, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56181
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56187
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56193
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56199
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56205
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56751
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56933
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56935
    ] .

obo:FMA_56558
    obo:IAO_0000116 """type: class
is-a: Crown of premolar tooth
subclasses: Crown of left lower second premolar tooth, Crown of right lower second premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Crown of lower second premolar tooth" ;
    rdfs:subClassOf obo:FMA_85299, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56562
            obo:FMA_56563
        )
    ] .

obo:FMA_56559
    obo:IAO_0000116 """type: class
is-a: Root of premolar tooth
subclasses: Root of right lower second premolar tooth, Root of left lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Root of lower second premolar tooth" ;
    rdfs:subClassOf obo:FMA_85300, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56560
            obo:FMA_56561
        )
    ] .

obo:FMA_56560
    obo:IAO_0000116 """type: class
is-a: Root of lower second premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Right lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Root of right lower second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56559 .

obo:FMA_56561
    obo:IAO_0000116 """type: class
is-a: Root of lower second premolar tooth
regional part of: Left lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Root of left lower second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56559 .

obo:FMA_56562
    obo:IAO_0000116 """type: class
is-a: Crown of lower second premolar tooth
regional part: Buccal cusp of right lower second premolar tooth, Lingual cusp of right lower second premolar tooth, Crown proper of right lower second premolar tooth, Distal contact surface of right lower second premolar tooth, Buccal surface of right lower second premolar tooth, Lingual surface of right lower second premolar tooth, Occlusal surface of right lower second premolar tooth, Mesial contact surface of right lower second premolar tooth, Mesial surface of right lower second premolar tooth
regional part of: Right lower second secondary premolar tooth
part: Distal surface of right lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of right lower second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56558, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_56317
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56315
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56319
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56321
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56323
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56806
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56809
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56979
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56981
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57506
    ] .

obo:FMA_56563
    obo:IAO_0000116 """type: class
is-a: Crown of lower second premolar tooth
regional part: Buccal cusp of left lower second premolar tooth, Lingual cusp of left lower second premolar tooth, Crown proper of left lower second premolar tooth, Distal surface of left lower second premolar tooth, Buccal surface of left lower second premolar tooth, Lingual surface of left lower second premolar tooth, Occlusal surface of left lower second premolar tooth, Mesial contact surface of left lower second premolar tooth, Distal contact surface of left lower second premolar tooth, Mesial surface of left lower second premolar tooth
regional part of: Left lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of left lower second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56558, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56316
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56318
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56320
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56322
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56324
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56807
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56810
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56980
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56982
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57507
    ] .

obo:FMA_56564
    obo:IAO_0000116 """type: class
is-a: Crown of premolar tooth
subclasses: Crown of left lower first premolar tooth, Crown of right lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of lower first premolar tooth" ;
    rdfs:subClassOf obo:FMA_85299, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56568
            obo:FMA_56569
        )
    ] .

obo:FMA_56565
    obo:IAO_0000116 """type: class
is-a: Root of premolar tooth
subclasses: Root of left lower first premolar tooth, Root of right lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Root of lower first premolar tooth" ;
    rdfs:subClassOf obo:FMA_85300, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56566
            obo:FMA_56567
        )
    ] .

obo:FMA_56566
    obo:IAO_0000116 """type: class
is-a: Root of lower first premolar tooth
regional part of: Right lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Root of right lower first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56565 .

obo:FMA_56567
    obo:IAO_0000116 """type: class
is-a: Root of lower first premolar tooth
regional part of: Left lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Root of left lower first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56565 .

obo:FMA_56568
    obo:IAO_0000116 """type: class
is-a: Crown of lower first premolar tooth
regional part: Buccal cusp of right lower first premolar tooth, Lingual cusp of right lower first premolar tooth, Crown proper of right lower first premolar tooth, Distal surface of right lower first premolar tooth, Buccal surface of right lower first premolar tooth, Lingual surface of right lower first premolar tooth, Occlusal surface of right lower first premolar tooth, Mesial contact surface of right lower first premolar tooth, Distal contact surface of right lower first premolar tooth, Mesial surface of right lower first premolar tooth
regional part of: Right lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of right lower first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56564, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56300
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56302
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56304
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56306
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56308
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56811
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56813
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56985
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56987
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57508
    ] .

obo:FMA_56569
    obo:IAO_0000116 """type: class
is-a: Crown of lower first premolar tooth
regional part: Buccal cusp of left lower first premolar tooth, Lingual cusp of left lower first premolar tooth, Crown proper of left lower first premolar tooth, Distal surface of left lower first premolar tooth, Buccal surface of left lower first premolar tooth, Lingual surface of left lower first premolar tooth, Occlusal surface of left lower first premolar tooth, Mesial contact surface of left lower first premolar tooth, Distal contact surface of left lower first premolar tooth, Mesial surface of left lower first premolar tooth
regional part of: Left lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of left lower first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56564, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56301
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56303
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56305
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56307
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56309
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56812
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56814
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56986
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56988
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57509
    ] .

obo:FMA_56572
    obo:IAO_0000116 """type: class
is-a: Crown of premolar tooth
subclasses: Crown of left upper second premolar tooth, Crown of right upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of upper second premolar tooth" ;
    rdfs:subClassOf obo:FMA_85299, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56576
            obo:FMA_56577
        )
    ] .

obo:FMA_56573
    obo:IAO_0000116 """type: class
is-a: Root of premolar tooth
subclasses: Root of right upper second premolar tooth, Root of left upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Root of upper second premolar tooth" ;
    rdfs:subClassOf obo:FMA_85300, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56574
            obo:FMA_56575
        )
    ] .

obo:FMA_56574
    obo:IAO_0000116 """type: class
is-a: Root of upper second premolar tooth
regional part of: Right upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Root of right upper second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56573 .

obo:FMA_56575
    obo:IAO_0000116 """type: class
is-a: Root of upper second premolar tooth
regional part of: Left upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Root of left upper second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56573 .

obo:FMA_56576
    obo:IAO_0000116 """type: class
is-a: Crown of upper second premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part: Buccal cusp of right upper second premolar tooth, Lingual cusp of right upper second premolar tooth, Crown proper of right upper second premolar tooth, Distal surface of right upper second premolar tooth, Mesial surface of right upper second premolar tooth, Lingual surface of right upper second premolar tooth, Occlusal surface of right upper second premolar tooth, Mesial contact surface of right upper second premolar tooth, Distal contact surface of right upper second premolar tooth, Buccal surface of right upper second premolar tooth
regional part of: Right upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of right upper second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56572, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56273
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56275
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56277
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56279
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56281
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56793
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56795
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56991
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56993
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57500
    ] .

obo:FMA_56577
    obo:IAO_0000116 """type: class
is-a: Crown of upper second premolar tooth
regional part: Buccal cusp of left upper second premolar tooth, Lingual cusp of left upper second premolar tooth, Crown proper of left upper second premolar tooth, Lingual surface of left upper second premolar tooth, Mesial surface of left upper second premolar tooth, Distal surface of left upper second premolar tooth, Occlusal surface of left upper second premolar tooth, Mesial contact surface of left upper second premolar tooth, Distal contact surface of left upper second premolar tooth, Buccal surface of left upper second premolar tooth
regional part of: Left upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of left upper second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56572, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56274
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56276
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56278
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56280
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56282
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56787
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56794
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56992
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56994
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57501
    ] .

obo:FMA_56578
    obo:IAO_0000116 """type: class
is-a: Crown of premolar tooth
subclasses: Crown of right upper first premolar tooth, Crown of left upper first premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Crown of upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_85299, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56583
            obo:FMA_56584
        )
    ] .

obo:FMA_56579
    obo:IAO_0000116 """type: class
is-a: Root of premolar tooth
subclasses: Buccal root of upper first premolar tooth, Lingual root of upper first premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Root of upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_85300 .

obo:FMA_56581
    obo:IAO_0000116 """type: class
is-a: Root of upper first premolar tooth
subclasses: Buccal root of right upper first premolar tooth, Buccal root of left upper first premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Buccal root of upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56579, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56603
            obo:FMA_56604
        )
    ] .

obo:FMA_56582
    obo:IAO_0000116 """type: class
is-a: Root of upper first premolar tooth
subclasses: Lingual root of left upper first premolar tooth, Lingual root of right upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual root of upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56579, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56605
            obo:FMA_56606
        )
    ] .

obo:FMA_56583
    obo:IAO_0000116 """type: class
is-a: Crown of upper first premolar tooth
regional part: Buccal cusp of right upper first premolar tooth, Lingual cusp of right upper first premolar tooth, Crown proper of right upper first premolar tooth, Distal surface of right upper first premolar tooth, Buccal surface of right upper first premolar tooth, Lingual surface of right upper first premolar tooth, Occlusal surface of right upper first premolar tooth, Mesial contact surface of right upper first premolar tooth, Distal contact surface of right upper first premolar tooth, Mesial surface of right upper first premolar tooth
regional part of: Right upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of right upper first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56578, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56283
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56285
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56287
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56289
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56291
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56783
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56785
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57502
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57658
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57660
    ] .

obo:FMA_56584
    obo:IAO_0000116 """type: class
is-a: Crown of upper first premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part: Buccal cusp of left upper first premolar tooth, Lingual cusp of left upper first premolar tooth, Crown proper of left upper first premolar tooth, Lingual surface of left upper first premolar tooth, Mesial surface of left upper first premolar tooth, Distal surface of left upper first premolar tooth, Occlusal surface of left upper first premolar tooth, Mesial contact surface of left upper first premolar tooth, Distal contact surface of left upper first premolar tooth, Buccal surface of left upper first premolar tooth
regional part of: Left upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of left upper first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56578, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56284
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56286
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56288
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56290
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56292
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56784
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56796
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57503
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57659
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57661
    ] .

obo:FMA_56591
    obo:IAO_0000116 """type: class
is-a: Crown of molar tooth
subclasses: Crown of right lower third molar tooth, Crown of left lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_85301, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56595
            obo:FMA_56596
        )
    ] .

obo:FMA_56592
    obo:IAO_0000116 """type: class
is-a: Root of molar tooth
subclasses: Mesial root of lower third molar tooth, Distal root of lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root of lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_85302 .

obo:FMA_56593
    obo:IAO_0000116 """type: class
is-a: Root of lower third molar tooth
subclasses: Mesial root of right lower third molar tooth, Mesial root of left lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial root of lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_56592, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56640
            obo:FMA_56641
        )
    ] .

obo:FMA_56594
    obo:IAO_0000116 """type: class
is-a: Root of lower third molar tooth
subclasses: Distal root of right lower third molar tooth, Distal root of left lower third molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Distal root of lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_56592, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56638
            obo:FMA_56639
        )
    ] .

obo:FMA_56595
    obo:IAO_0000116 """type: class
is-a: Crown of lower third molar tooth
regional part: Mesiobuccal cusp of right lower third molar tooth, Distobuccal cusp of right lower third molar tooth, Mesiolingual cusp of right lower third molar tooth, Distolingual cusp of right lower third molar tooth, Crown proper of right lower third molar tooth, Distal surface of right lower third molar tooth, Buccal surface of right lower third molar tooth, Lingual surface of right lower third molar tooth, Mesial contact surface of right lower third molar tooth, Mesial surface of right lower third molar tooth
regional part of: Right lower third secondary molar tooth
part: Occlusal surface of right lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of right lower third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56591, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_56333
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56335
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56337
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56339
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56341
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56901
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56903
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56905
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56907
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57002
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57515
    ] .

obo:FMA_56596
    obo:IAO_0000116 """type: class
is-a: Crown of lower third molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part: Distobuccal cusp of left lower third molar tooth, Mesiobuccal cusp of left lower third molar tooth, Distolingual cusp of left lower third molar tooth, Mesiolingual cusp of left lower third molar tooth, Crown proper of left lower third molar tooth, Distal surface of left lower third molar tooth, Buccal surface of left lower third molar tooth, Lingual surface of left lower third molar tooth, Occlusal surface of left lower third molar tooth, Mesial contact surface of left lower third molar tooth, Mesial surface of left lower third molar tooth
regional part of: Left lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of left lower third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56591, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56334
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56336
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56338
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56340
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56342
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56902
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56904
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56906
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56908
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57004
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57516
    ] .

obo:FMA_56597
    obo:IAO_0000116 """type: class
is-a: Crown of molar tooth
subclasses: Crown of left lower second molar tooth, Crown of right lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_85301, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56601
            obo:FMA_56602
        )
    ] .

obo:FMA_56598
    obo:IAO_0000116 """type: class
is-a: Root of molar tooth
subclasses: Distal root of lower second molar tooth, Mesial root of lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_85302 .

obo:FMA_56599
    obo:IAO_0000116 """type: class
is-a: Root of lower second molar tooth
subclasses: Mesial root of left lower second molar tooth, Mesial root of right lower second molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Mesial root of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_56598, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56644
            obo:FMA_56645
        )
    ] .

obo:FMA_56600
    obo:IAO_0000116 """type: class
is-a: Root of lower second molar tooth
subclasses: Distal root of right lower second molar tooth, Distal root of left lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal root of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_56598, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56642
            obo:FMA_56643
        )
    ] .

obo:FMA_56601
    obo:IAO_0000116 """type: class
is-a: Crown of lower second molar tooth
regional part of: Right lower second secondary molar tooth
regional part: Mesiobuccal cusp of right lower second molar tooth, Distobuccal cusp of right lower second molar tooth, Mesiolingual cusp of right lower second molar tooth, Distolingual cusp of right lower second molar tooth, Crown proper of right lower second molar tooth, Distal surface of right lower second molar tooth, Buccal surface of right lower second molar tooth, Lingual surface of right lower second molar tooth, Occlusal surface of right lower second molar tooth, Mesial contact surface of right lower second molar tooth, Distal contact surface of right lower second molar tooth, Mesial surface of right lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of right lower second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56597, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56348
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56350
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56352
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56354
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56356
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56889
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56891
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56893
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56895
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57009
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57014
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57517
    ] .

obo:FMA_56602
    obo:IAO_0000116 """type: class
is-a: Crown of lower second molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part: Mesiobuccal cusp of left lower second molar tooth, Distobuccal cusp of left lower second molar tooth, Mesiolingual cusp of left lower second molar tooth, Distolingual cusp of left lower second molar tooth, Crown proper of left lower second molar tooth, Distal surface of left lower second molar tooth, Buccal surface of left lower second molar tooth, Lingual surface of left lower second molar tooth, Occlusal surface of left lower second molar tooth, Mesial contact surface of left lower second molar tooth, Distal contact surface of left lower second molar tooth, Mesial surface of left lower second molar tooth
regional part of: Left lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of left lower second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56597, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56349
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56351
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56353
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56355
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56357
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56890
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56892
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56894
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56896
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57012
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57015
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57518
    ] .

obo:FMA_56603
    obo:IAO_0000116 """type: class
is-a: Buccal root of upper first premolar tooth
regional part of: Right upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal root of right upper first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56581 .

obo:FMA_56604
    obo:IAO_0000116 """type: class
is-a: Buccal root of upper first premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Left upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal root of left upper first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56581 .

obo:FMA_56605
    obo:IAO_0000116 """type: class
is-a: Lingual root of upper first premolar tooth
regional part of: Right upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual root of right upper first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56582 .

obo:FMA_56606
    obo:IAO_0000116 """type: class
is-a: Lingual root of upper first premolar tooth
regional part of: Left upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual root of left upper first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56582 .

obo:FMA_56607
    obo:IAO_0000116 """type: class
is-a: Crown of molar tooth
subclasses: Crown of right upper first molar tooth, Crown of left upper first molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Crown of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_85301, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56609
            obo:FMA_56610
        )
    ] .

obo:FMA_56608
    obo:IAO_0000116 """type: class
is-a: Root of molar tooth
subclasses: Mesiobuccal root of upper first molar tooth, Lingual root of upper first molar tooth, Distobuccal root of upper first molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Root of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_85302 .

obo:FMA_56609
    obo:IAO_0000116 """type: class
is-a: Crown of upper first molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part: Mesiobuccal cusp of right upper first molar tooth, Mesiolingual cusp of right upper first molar tooth, Distobuccal cusp of right upper first molar tooth, Cusp of Carabelli of right upper first molar tooth, Crown proper of right upper first molar tooth, Distal surface of right upper first molar tooth, Buccal surface of right upper first molar tooth, Lingual surface of right upper first molar tooth, Occlusal surface of right upper first molar tooth, Mesial contact surface of right upper first molar tooth, Distal contact surface of right upper first molar tooth, Mesial surface of right upper first molar tooth
regional part of: Right upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of right upper first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56607, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56408
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56410
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56412
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56414
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56416
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56835
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56837
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56840
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56847
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57041
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57043
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57528
    ] .

obo:FMA_56610
    obo:IAO_0000116 """type: class
is-a: Crown of upper first molar tooth
regional part: Mesiobuccal cusp of left upper first molar tooth, Distobuccal cusp of left upper first molar tooth, Distolingual cusp of left upper first molar tooth, Mesiolingual cusp of left upper first molar tooth, Distal surface of left upper first molar tooth, Cusp of Carabelli of left upper first molar tooth, Buccal surface of left upper first molar tooth, Lingual surface of left upper first molar tooth, Occlusal surface of left upper first molar tooth, Mesial contact surface of left upper first molar tooth, Distal contact surface of left upper first molar tooth, Mesial surface of left upper first molar tooth
regional part of: Left upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of left upper first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56607, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56409
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56411
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56413
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56415
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56417
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56834
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56836
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56838
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56842
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56848
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57042
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57044
    ] .

obo:FMA_56611
    obo:IAO_0000116 """type: class
is-a: Root of upper first molar tooth
subclasses: Mesiobuccal root of right upper first molar tooth, Mesiobuccal root of left upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal root of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_56608, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56618
            obo:FMA_56619
        )
    ] .

obo:FMA_56612
    obo:IAO_0000116 """type: class
is-a: Root of upper first molar tooth
subclasses: Distobuccal root of right upper first molar tooth, Distobuccal root of left upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal root of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_56608, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56616
            obo:FMA_56617
        )
    ] .

obo:FMA_56613
    obo:IAO_0000116 """type: class
is-a: Root of upper first molar tooth
subclasses: Lingual root of left upper first molar tooth, Lingual root of right upper first molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Lingual root of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_56608, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56614
            obo:FMA_56615
        )
    ] .

obo:FMA_56614
    obo:IAO_0000116 """type: class
is-a: Lingual root of upper first molar tooth
regional part of: Right upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual root of right upper first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56613 .

obo:FMA_56615
    obo:IAO_0000116 """type: class
is-a: Lingual root of upper first molar tooth
regional part of: Left upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual root of left upper first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56613 .

obo:FMA_56616
    obo:IAO_0000116 """type: class
is-a: Distobuccal root of upper first molar tooth
regional part of: Right upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal root of right upper first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56612 .

obo:FMA_56617
    obo:IAO_0000116 """type: class
is-a: Distobuccal root of upper first molar tooth
regional part of: Left upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal root of left upper first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56612 .

obo:FMA_56618
    obo:IAO_0000116 """type: class
is-a: Mesiobuccal root of upper first molar tooth
regional part of: Right upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal root of right upper first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56611 .

obo:FMA_56619
    obo:IAO_0000116 """type: class
is-a: Mesiobuccal root of upper first molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Left upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal root of left upper first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56611 .

obo:FMA_56620
    obo:IAO_0000116 """type: class
is-a: Root of upper second molar tooth
subclasses: Mesiobuccal root of left upper second molar tooth, Mesiobuccal root of right upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal root of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_57149, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56636
            obo:FMA_56637
        )
    ] .

obo:FMA_56621
    obo:IAO_0000116 """type: class
is-a: Root of upper third molar tooth
subclasses: Mesiobuccal root of right upper third molar tooth, Mesiobuccal root of left upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal root of upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_57145, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56630
            obo:FMA_56631
        )
    ] .

obo:FMA_56622
    obo:IAO_0000116 """type: class
is-a: Root of upper second molar tooth
subclasses: Distobuccal root of left upper second molar tooth, Distobuccal root of right upper second molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Distobuccal root of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_57149, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56634
            obo:FMA_56635
        )
    ] .

obo:FMA_56623
    obo:IAO_0000116 """type: class
is-a: Root of upper third molar tooth
subclasses: Distobuccal root of left upper third molar tooth, Distobuccal root of right upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal root of upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_57145, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56628
            obo:FMA_56629
        )
    ] .

obo:FMA_56624
    obo:IAO_0000116 """type: class
is-a: Root of upper second molar tooth
subclasses: Lingual root of left upper second molar tooth, Lingual root of right upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual root of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_57149, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56632
            obo:FMA_56633
        )
    ] .

obo:FMA_56625
    obo:IAO_0000116 """type: class
is-a: Root of upper third molar tooth
subclasses: Lingual root of right upper third molar tooth, Lingual root of left upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual root of upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_57145, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56626
            obo:FMA_56627
        )
    ] .

obo:FMA_56626
    obo:IAO_0000116 """type: class
is-a: Lingual root of upper third molar tooth
regional part of: Right upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual root of right upper third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56625 .

obo:FMA_56627
    obo:IAO_0000116 """type: class
is-a: Lingual root of upper third molar tooth
regional part of: Left upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual root of left upper third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56625 .

obo:FMA_56628
    obo:IAO_0000116 """type: class
is-a: Distobuccal root of upper third molar tooth
regional part of: Right upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal root of right upper third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56623 .

obo:FMA_56629
    obo:IAO_0000116 """type: class
is-a: Distobuccal root of upper third molar tooth
regional part of: Left upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal root of left upper third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56623 .

obo:FMA_56630
    obo:IAO_0000116 """type: class
is-a: Mesiobuccal root of upper third molar tooth
regional part of: Right upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal root of right upper third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56621 .

obo:FMA_56631
    obo:IAO_0000116 """type: class
is-a: Mesiobuccal root of upper third molar tooth
regional part of: Left upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal root of left upper third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56621 .

obo:FMA_56632
    obo:IAO_0000116 """type: class
is-a: Lingual root of upper second molar tooth
regional part of: Right upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual root of right upper second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56624 .

obo:FMA_56633
    obo:IAO_0000116 """type: class
is-a: Lingual root of upper second molar tooth
regional part of: Left upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual root of left upper second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56624 .

obo:FMA_56634
    obo:IAO_0000116 """type: class
is-a: Distobuccal root of upper second molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Right upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal root of right upper second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56622 .

obo:FMA_56635
    obo:IAO_0000116 """type: class
is-a: Distobuccal root of upper second molar tooth
regional part of: Left upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal root of left upper second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56622 .

obo:FMA_56636
    obo:IAO_0000116 """type: class
is-a: Mesiobuccal root of upper second molar tooth
regional part of: Right upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal root of right upper second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56620 .

obo:FMA_56637
    obo:IAO_0000116 """type: class
is-a: Mesiobuccal root of upper second molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Left upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal root of left upper second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56620 .

obo:FMA_56638
    obo:IAO_0000116 """type: class
is-a: Distal root of lower third molar tooth
regional part of: Right lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal root of right lower third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56594 .

obo:FMA_56639
    obo:IAO_0000116 """type: class
is-a: Distal root of lower third molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Left lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal root of left lower third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56594 .

obo:FMA_56640
    obo:IAO_0000116 """type: class
is-a: Mesial root of lower third molar tooth
regional part of: Right lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial root of right lower third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56593 .

obo:FMA_56641
    obo:IAO_0000116 """type: class
is-a: Mesial root of lower third molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Left lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial root of left lower third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56593 .

obo:FMA_56642
    obo:IAO_0000116 """type: class
is-a: Distal root of lower second molar tooth
regional part of: Right lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal root of right lower second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56600 .

obo:FMA_56643
    obo:IAO_0000116 """type: class
is-a: Distal root of lower second molar tooth
regional part of: Left lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal root of left lower second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56600 .

obo:FMA_56644
    obo:IAO_0000116 """type: class
is-a: Mesial root of lower second molar tooth
regional part of: Right lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial root of right lower second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56599 .

obo:FMA_56645
    obo:IAO_0000116 """type: class
is-a: Mesial root of lower second molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Left lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial root of left lower second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56599 .

obo:FMA_56646
    obo:IAO_0000116 """type: class
is-a: Crown of molar tooth
subclasses: Crown of left lower first molar tooth, Crown of right lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_85301, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56648
            obo:FMA_56649
        )
    ] .

obo:FMA_56647
    obo:IAO_0000116 """type: class
is-a: Root of molar tooth
subclasses: Distal root of lower first molar tooth, Mesial root of lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_85302 .

obo:FMA_56648
    obo:IAO_0000116 """type: class
is-a: Crown of lower first molar tooth
regional part: Mesiobuccal cusp of right lower first molar tooth, Distobuccal cusp of right lower first molar tooth, Mesiolingual cusp of right lower first molar tooth, Distolingual cusp of right lower first molar tooth, Distal cusp of right lower first molar tooth, Crown proper of right lower first molar tooth, Distal surface of right lower first molar tooth, Buccal surface of right lower first molar tooth, Lingual surface of right lower first molar tooth, Mesial contact surface of right lower first molar tooth, Occlusal surface of right lower first molar tooth, Distal contact surface of right lower first molar tooth, Mesial surface of right lower first molar tooth
regional part of: Right lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of right lower first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56646, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56363
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56365
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56367
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56369
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56371
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56875
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56877
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56879
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56881
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56883
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57023
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57025
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57519
    ] .

obo:FMA_56649
    obo:IAO_0000116 """type: class
is-a: Crown of lower first molar tooth
regional part: Mesiobuccal cusp of left lower first molar tooth, Distobuccal cusp of left lower first molar tooth, Mesiolingual cusp of left lower first molar tooth, Distolingual cusp of left lower first molar tooth, Distal cusp of left lower first molar tooth, Crown proper of left lower first molar tooth, Distal surface of left lower first molar tooth, Buccal surface of left lower first molar tooth, Lingual surface of left lower first molar tooth, Mesial contact surface of left lower first molar tooth, Distal contact surface of left lower first molar tooth, Mesial surface of left lower first molar tooth
regional part of: Left lower first secondary molar tooth
part: Occlusal surface of left lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of left lower first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56646, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_56364
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56366
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56368
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56370
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56372
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56876
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56878
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56880
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56882
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56884
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57024
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57026
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57520
    ] .

obo:FMA_56650
    obo:IAO_0000116 """type: class
is-a: Root of lower first molar tooth
subclasses: Mesial root of left lower first molar tooth, Mesial root of right lower first molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Mesial root of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56647, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56654
            obo:FMA_56655
        )
    ] .

obo:FMA_56651
    obo:IAO_0000116 """type: class
is-a: Root of lower first molar tooth
subclasses: Distal root of right lower first molar tooth, Distal root of left lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal root of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56647, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56652
            obo:FMA_56653
        )
    ] .

obo:FMA_56652
    obo:IAO_0000116 """type: class
is-a: Distal root of lower first molar tooth
regional part of: Right lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal root of right lower first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56651 .

obo:FMA_56653
    obo:IAO_0000116 """type: class
is-a: Distal root of lower first molar tooth
regional part of: Left lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal root of left lower first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56651 .

obo:FMA_56654
    obo:IAO_0000116 """type: class
is-a: Mesial root of lower first molar tooth
regional part of: Right lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial root of right lower first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56650 .

obo:FMA_56655
    obo:IAO_0000116 """type: class
is-a: Mesial root of lower first molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Left lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial root of left lower first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56650 .

obo:FMA_56665
    obo:IAO_0000116 """type: class
is-a: Skeletal ligament
subclasses: Periodontium of lower central incisor tooth, Periodontium of upper lateral incisor tooth, Periodontium of lower lateral incisor tooth, Periodontium of upper first premolar tooth, Periodontium of upper second premolar tooth, Periodontium of upper third molar tooth, Periodontium of lower first molar tooth, Periodontium of lower first premolar tooth, Periodontium of lower third molar tooth, Periodontium of upper central incisor tooth, Periodontium of upper canine tooth, Periodontium of lower second premolar tooth, Periodontium of lower canine tooth, Periodontium of lower second molar tooth, Periodontium of upper first molar tooth, Periodontium of upper second molar tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
constitutional part: Epithelial cell of Malassez
regional part: Collagen fiber of periodontium
:documentation: Gray's 99:1711 - Dense connective tissue (50% dry weight is collagen types I and III), contains cells typical of connective tissue with the addition of a network of epithelial cells, the epithelial debris of Mallassez.""" ;
    a owl:Class ;
    rdfs:comment "Skeletal ligament (organ) that connects a tooth to the maxilla or mandible." ;
    rdfs:label "Periodontium" ;
    rdfs:subClassOf obo:FMA_25624 .

obo:FMA_56666
    obo:IAO_0000116 """type: class
is-a: Periodontium
subclasses: Periodontium of right upper central incisor tooth, Periodontium of left upper central incisor tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Periodontium of upper central incisor tooth" ;
    rdfs:subClassOf obo:FMA_56665, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56667
            obo:FMA_56668
        )
    ] .

obo:FMA_56667
    obo:IAO_0000116 """type: class
is-a: Periodontium of upper central incisor tooth
constitutional part of: Right upper central secondary incisor tooth
member of: Set of maxillary periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of right upper central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56666 .

obo:FMA_56668
    obo:IAO_0000116 """type: class
is-a: Periodontium of upper central incisor tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
constitutional part of: Left upper central secondary incisor tooth
member of: Set of maxillary periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of left upper central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56666 .

obo:FMA_56669
    obo:IAO_0000116 """type: class
is-a: Periodontium
subclasses: Periodontium of left upper lateral incisor tooth, Periodontium of right upper lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Periodontium of upper lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_56665, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56670
            obo:FMA_56671
        )
    ] .

obo:FMA_56670
    obo:IAO_0000116 """type: class
is-a: Periodontium of upper lateral incisor tooth
constitutional part of: Right upper lateral secondary incisor tooth
member of: Set of maxillary periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of right upper lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56669 .

obo:FMA_56671
    obo:IAO_0000116 """type: class
is-a: Periodontium of upper lateral incisor tooth
constitutional part of: Left upper lateral secondary incisor tooth
member of: Set of maxillary periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of left upper lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56669 .

obo:FMA_56672
    obo:IAO_0000116 """type: class
is-a: Periodontium
subclasses: Periodontium of left lower central incisor tooth, Periodontium of right lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Periodontium of lower central incisor tooth" ;
    rdfs:subClassOf obo:FMA_56665, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56673
            obo:FMA_56674
        )
    ] .

obo:FMA_56673
    obo:IAO_0000116 """type: class
is-a: Periodontium of lower central incisor tooth
constitutional part of: Right lower central secondary incisor tooth
member of: Set of mandibular periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of right lower central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56672 .

obo:FMA_56674
    obo:IAO_0000116 """type: class
is-a: Periodontium of lower central incisor tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
constitutional part of: Left lower central secondary incisor tooth
member of: Set of mandibular periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of left lower central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56672 .

obo:FMA_56675
    obo:IAO_0000116 """type: class
is-a: Periodontium
subclasses: Periodontium of left lower lateral incisor tooth, Periodontium of right lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Periodontium of lower lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_56665, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56676
            obo:FMA_56677
        )
    ] .

obo:FMA_56676
    obo:IAO_0000116 """type: class
is-a: Periodontium of lower lateral incisor tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
constitutional part of: Right lower lateral secondary incisor tooth
member of: Set of mandibular periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of right lower lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56675 .

obo:FMA_56677
    obo:IAO_0000116 """type: class
is-a: Periodontium of lower lateral incisor tooth
member of: Set of mandibular periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of left lower lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56675 .

obo:FMA_56678
    obo:IAO_0000116 """type: class
is-a: Periodontium
subclasses: Periodontium of left upper canine tooth, Periodontium of right upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Periodontium of upper canine tooth" ;
    rdfs:subClassOf obo:FMA_56665, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56679
            obo:FMA_56680
        )
    ] .

obo:FMA_56679
    obo:IAO_0000116 """type: class
is-a: Periodontium of upper canine tooth
constitutional part of: Right upper secondary canine tooth
member of: Set of maxillary periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of right upper canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56678 .

obo:FMA_56680
    obo:IAO_0000116 """type: class
is-a: Periodontium of upper canine tooth
constitutional part of: Left upper secondary canine tooth
member of: Set of maxillary periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of left upper canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56678 .

obo:FMA_56681
    obo:IAO_0000116 """type: class
is-a: Periodontium
subclasses: Periodontium of left lower canine tooth, Periodontium of right lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Periodontium of lower canine tooth" ;
    rdfs:subClassOf obo:FMA_56665, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56682
            obo:FMA_56683
        )
    ] .

obo:FMA_56682
    obo:IAO_0000116 """type: class
is-a: Periodontium of lower canine tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
constitutional part of: Right lower secondary canine tooth
member of: Set of mandibular periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of right lower canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56681 .

obo:FMA_56683
    obo:IAO_0000116 """type: class
is-a: Periodontium of lower canine tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
constitutional part of: Left lower secondary canine tooth
member of: Set of mandibular periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of left lower canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56681 .

obo:FMA_56684
    obo:IAO_0000116 """type: class
is-a: Periodontium
subclasses: Periodontium of right upper first premolar tooth, Periodontium of left upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Periodontium of upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56665, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56685
            obo:FMA_56686
        )
    ] .

obo:FMA_56685
    obo:IAO_0000116 """type: class
is-a: Periodontium of upper first premolar tooth
constitutional part of: Right upper first secondary premolar tooth
member of: Set of maxillary periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of right upper first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56684 .

obo:FMA_56686
    obo:IAO_0000116 """type: class
is-a: Periodontium of upper first premolar tooth
constitutional part of: Left upper first secondary premolar tooth
member of: Set of maxillary periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of left upper first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56684 .

obo:FMA_56687
    obo:IAO_0000116 """type: class
is-a: Periodontium
subclasses: Periodontium of right upper second premolar tooth, Periodontium of left upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Periodontium of upper second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56665, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56688
            obo:FMA_56689
        )
    ] .

obo:FMA_56688
    obo:IAO_0000116 """type: class
is-a: Periodontium of upper second premolar tooth
constitutional part of: Right upper second secondary premolar tooth
member of: Set of maxillary periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of right upper second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56687 .

obo:FMA_56689
    obo:IAO_0000116 """type: class
is-a: Periodontium of upper second premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
constitutional part of: Left upper second secondary premolar tooth
member of: Set of maxillary periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of left upper second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56687 .

obo:FMA_56690
    obo:IAO_0000116 """type: class
is-a: Periodontium
subclasses: Periodontium of left lower first premolar tooth, Periodontium of right lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Periodontium of lower first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56665, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56691
            obo:FMA_56692
        )
    ] .

obo:FMA_56691
    obo:IAO_0000116 """type: class
is-a: Periodontium of lower first premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
constitutional part of: Right lower first secondary premolar tooth
member of: Set of mandibular periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of right lower first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56690 .

obo:FMA_56692
    obo:IAO_0000116 """type: class
is-a: Periodontium of lower first premolar tooth
constitutional part of: Left lower first secondary premolar tooth
member of: Set of mandibular periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of left lower first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56690 .

obo:FMA_56693
    obo:IAO_0000116 """type: class
is-a: Periodontium
subclasses: Periodontium of left lower second premolar tooth, Periodontium of right lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Periodontium of lower second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56665, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56694
            obo:FMA_56695
        )
    ] .

obo:FMA_56694
    obo:IAO_0000116 """type: class
is-a: Periodontium of lower second premolar tooth
constitutional part of: Right lower second secondary premolar tooth
member of: Set of mandibular periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of right lower second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56693 .

obo:FMA_56695
    obo:IAO_0000116 """type: class
is-a: Periodontium of lower second premolar tooth
constitutional part of: Left lower second secondary premolar tooth
member of: Set of mandibular periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of left lower second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56693 .

obo:FMA_56696
    obo:IAO_0000116 """type: class
is-a: Periodontium
subclasses: Periodontium of left upper first molar tooth, Periodontium of right upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Periodontium of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_56665, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56697
            obo:FMA_56698
        )
    ] .

obo:FMA_56697
    obo:IAO_0000116 """type: class
is-a: Periodontium of upper first molar tooth
constitutional part of: Right upper first secondary molar tooth
member of: Set of maxillary periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of right upper first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56696 .

obo:FMA_56698
    obo:IAO_0000116 """type: class
is-a: Periodontium of upper first molar tooth
constitutional part of: Left upper first secondary molar tooth
member of: Set of maxillary periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of left upper first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56696 .

obo:FMA_56699
    obo:IAO_0000116 """type: class
is-a: Periodontium
subclasses: Periodontium of left upper second molar tooth, Periodontium of right upper second molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Periodontium of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_56665, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56700
            obo:FMA_56701
        )
    ] .

obo:FMA_56700
    obo:IAO_0000116 """type: class
is-a: Periodontium of upper second molar tooth
constitutional part of: Right upper second secondary molar tooth
member of: Set of maxillary periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of right upper second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56699 .

obo:FMA_56701
    obo:IAO_0000116 """type: class
is-a: Periodontium of upper second molar tooth
constitutional part of: Left upper second secondary molar tooth
member of: Set of maxillary periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of left upper second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56699 .

obo:FMA_56702
    obo:IAO_0000116 """type: class
is-a: Periodontium
subclasses: Periodontium of right upper third molar tooth, Periodontium of left upper third molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Periodontium of upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_56665, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56703
            obo:FMA_56704
        )
    ] .

obo:FMA_56703
    obo:IAO_0000116 """type: class
is-a: Periodontium of upper third molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
constitutional part of: Right upper third secondary molar tooth
member of: Set of maxillary periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of right upper third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56702 .

obo:FMA_56704
    obo:IAO_0000116 """type: class
is-a: Periodontium of upper third molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
constitutional part of: Left upper third secondary molar tooth
member of: Set of maxillary periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of left upper third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56702 .

obo:FMA_56705
    obo:IAO_0000116 """type: class
is-a: Periodontium
subclasses: Periodontium of left lower first molar tooth, Periodontium of right lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Periodontium of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56665, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56706
            obo:FMA_56707
        )
    ] .

obo:FMA_56706
    obo:IAO_0000116 """type: class
is-a: Periodontium of lower first molar tooth
constitutional part of: Right lower first secondary molar tooth
member of: Set of mandibular periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of right lower first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56705 .

obo:FMA_56707
    obo:IAO_0000116 """type: class
is-a: Periodontium of lower first molar tooth
constitutional part of: Left lower first secondary molar tooth
member of: Set of mandibular periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of left lower first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56705 .

obo:FMA_56708
    obo:IAO_0000116 """type: class
is-a: Periodontium
subclasses: Periodontium of right lower second molar tooth, Periodontium of left lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Periodontium of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_56665, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56709
            obo:FMA_56710
        )
    ] .

obo:FMA_56709
    obo:IAO_0000116 """type: class
is-a: Periodontium of lower second molar tooth
member of: Set of mandibular periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of right lower second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56708 .

obo:FMA_56710
    obo:IAO_0000116 """type: class
is-a: Periodontium of lower second molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
constitutional part of: Left lower second secondary molar tooth
member of: Set of mandibular periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of left lower second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56708 .

obo:FMA_56711
    obo:IAO_0000116 """type: class
is-a: Periodontium
subclasses: Periodontium of left lower third molar tooth, Periodontium of right lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Periodontium of lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_56665, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56712
            obo:FMA_56713
        )
    ] .

obo:FMA_56712
    obo:IAO_0000116 """type: class
is-a: Periodontium of lower third molar tooth
constitutional part of: Right lower third secondary molar tooth
member of: Set of mandibular periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of right lower third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56711 .

obo:FMA_56713
    obo:IAO_0000116 """type: class
is-a: Periodontium of lower third molar tooth
constitutional part of: Left lower third secondary molar tooth
member of: Set of mandibular periodontia""" ;
    a owl:Class ;
    rdfs:label "Periodontium of left lower third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56711 .

obo:FMA_56731
    obo:IAO_0000116 """type: class
is-a: Region of crown of tooth
subclasses: Cingulum of canine tooth, Cingulum of incisor tooth
regional part of: Crown of tooth""" ;
    a owl:Class ;
    rdfs:label "Cingulum of tooth" ;
    rdfs:subClassOf obo:FMA_57492 .

obo:FMA_56733
    obo:IAO_0000116 """type: class
is-a: Cingulum of tooth
subclasses: Cingulum of lower incisor tooth, Cingulum of upper incisor tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Cingulum of incisor tooth" ;
    rdfs:subClassOf obo:FMA_56731 .

obo:FMA_56734
    obo:IAO_0000116 """type: class
is-a: Cingulum of tooth
subclasses: Cingulum of upper canine tooth, Cingulum of lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Cingulum of canine tooth" ;
    rdfs:subClassOf obo:FMA_56731 .

obo:FMA_56736
    obo:IAO_0000116 """type: class
is-a: Cingulum of incisor tooth
subclasses: Cingulum of upper central incisor tooth, Cingulum of upper lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cingulum of upper incisor tooth" ;
    rdfs:subClassOf obo:FMA_56733 .

obo:FMA_56737
    obo:IAO_0000116 """type: class
is-a: Cingulum of incisor tooth
subclasses: Cingulum of lower central incisor tooth, Cingulum of lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cingulum of lower incisor tooth" ;
    rdfs:subClassOf obo:FMA_56733 .

obo:FMA_56740
    obo:IAO_0000116 """type: class
is-a: Cingulum of upper incisor tooth
subclasses: Cingulum of right upper central incisor tooth, Cingulum of left upper central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cingulum of upper central incisor tooth" ;
    rdfs:subClassOf obo:FMA_56736, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56750
            obo:FMA_56751
        )
    ] .

obo:FMA_56741
    obo:IAO_0000116 """type: class
is-a: Cingulum of upper incisor tooth
subclasses: Cingulum of left upper lateral incisor tooth, Cingulum of right upper lateral incisor tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Cingulum of upper lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_56736, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56748
            obo:FMA_56749
        )
    ] .

obo:FMA_56742
    obo:IAO_0000116 """type: class
is-a: Cingulum of lower incisor tooth
subclasses: Cingulum of right lower central incisor tooth, Cingulum of left lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cingulum of lower central incisor tooth" ;
    rdfs:subClassOf obo:FMA_56737, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56746
            obo:FMA_56747
        )
    ] .

obo:FMA_56743
    obo:IAO_0000116 """type: class
is-a: Cingulum of lower incisor tooth
subclasses: Cingulum of left lower lateral incisor tooth, Cingulum of right lower lateral incisor tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Cingulum of lower lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_56737, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56744
            obo:FMA_56745
        )
    ] .

obo:FMA_56744
    obo:IAO_0000116 """type: class
is-a: Cingulum of lower lateral incisor tooth
regional part of: Crown of right lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cingulum of right lower lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56743 .

obo:FMA_56745
    obo:IAO_0000116 """type: class
is-a: Cingulum of lower lateral incisor tooth
regional part of: Crown of left lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cingulum of left lower lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56743 .

obo:FMA_56746
    obo:IAO_0000116 """type: class
is-a: Cingulum of lower central incisor tooth
regional part of: Crown of right lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cingulum of right lower central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56742 .

obo:FMA_56747
    obo:IAO_0000116 """type: class
is-a: Cingulum of lower central incisor tooth
regional part of: Crown of left lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cingulum of left lower central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56742 .

obo:FMA_56748
    obo:IAO_0000116 """type: class
is-a: Cingulum of upper lateral incisor tooth
regional part of: Crown of right upper lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cingulum of right upper lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56741 .

obo:FMA_56749
    obo:IAO_0000116 """type: class
is-a: Cingulum of upper lateral incisor tooth
regional part of: Crown of left upper lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cingulum of left upper lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56741 .

obo:FMA_56750
    obo:IAO_0000116 """type: class
is-a: Cingulum of upper central incisor tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of right upper central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cingulum of right upper central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56740 .

obo:FMA_56751
    obo:IAO_0000116 """type: class
is-a: Cingulum of upper central incisor tooth
regional part of: Crown of left upper central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Cingulum of left upper central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56740 .

obo:FMA_56752
    obo:IAO_0000116 """type: class
is-a: Cingulum of canine tooth
subclasses: Cingulum of left upper canine tooth, Cingulum of right upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Cingulum of upper canine tooth" ;
    rdfs:subClassOf obo:FMA_56734, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56756
            obo:FMA_56757
        )
    ] .

obo:FMA_56753
    obo:IAO_0000116 """type: class
is-a: Cingulum of canine tooth
subclasses: Cingulum of right lower canine tooth, Cingulum of left lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Cingulum of lower canine tooth" ;
    rdfs:subClassOf obo:FMA_56734, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56754
            obo:FMA_56755
        )
    ] .

obo:FMA_56754
    obo:IAO_0000116 """type: class
is-a: Cingulum of lower canine tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of right lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Cingulum of right lower canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56753 .

obo:FMA_56755
    obo:IAO_0000116 """type: class
is-a: Cingulum of lower canine tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of left lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Cingulum of left lower canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56753 .

obo:FMA_56756
    obo:IAO_0000116 """type: class
is-a: Cingulum of upper canine tooth
regional part of: Crown of right upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Cingulum of right upper canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56752 .

obo:FMA_56757
    obo:IAO_0000116 """type: class
is-a: Cingulum of upper canine tooth
regional part of: Crown of left upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Cingulum of left upper canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56752 .

obo:FMA_56771
    obo:IAO_0000116 """type: class
is-a: Cusp of tooth
subclasses: Buccal cusp of premolar tooth, Cusp of lower premolar tooth, Cusp of upper premolar tooth, Lingual cusp of premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cusp of premolar tooth" ;
    rdfs:subClassOf obo:FMA_56481 .

obo:FMA_56773
    obo:IAO_0000116 """type: class
is-a: Cusp of tooth
subclasses: Cusp of lower molar tooth, Cusp of upper molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cusp of molar tooth" ;
    rdfs:subClassOf obo:FMA_56481 .

obo:FMA_56776
    obo:IAO_0000116 """type: class
is-a: Cusp of upper first premolar tooth
subclasses: Buccal cusp of right upper first premolar tooth, Buccal cusp of left upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal cusp of upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56788, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56785
            obo:FMA_56796
        )
    ] .

obo:FMA_56779
    obo:IAO_0000116 """type: class
is-a: Cusp of upper first premolar tooth
subclasses: Lingual cusp of left upper first premolar tooth, Lingual cusp of right upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual cusp of upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56788, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56783
            obo:FMA_56784
        )
    ] .

obo:FMA_56781
    obo:IAO_0000116 """type: class
is-a: Cusp of premolar tooth
subclasses: Cusp of upper second premolar tooth, Cusp of upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cusp of upper premolar tooth" ;
    rdfs:subClassOf obo:FMA_56771 .

obo:FMA_56782
    obo:IAO_0000116 """type: class
is-a: Cusp of premolar tooth
subclasses: Cusp of lower second premolar tooth, Cusp of lower first premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Cusp of lower premolar tooth" ;
    rdfs:subClassOf obo:FMA_56771 .

obo:FMA_56783
    obo:IAO_0000116 """type: class
is-a: Lingual cusp of upper first premolar tooth
regional part of: Crown of right upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual cusp of right upper first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56779 .

obo:FMA_56784
    obo:IAO_0000116 """type: class
is-a: Lingual cusp of upper first premolar tooth
regional part of: Crown of left upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual cusp of left upper first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56779 .

obo:FMA_56785
    obo:IAO_0000116 """type: class
is-a: Buccal cusp of upper first premolar tooth
regional part of: Crown of right upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal cusp of right upper first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56776 .

obo:FMA_56787
    obo:IAO_0000116 """type: class
is-a: Buccal cusp of upper second premolar tooth
regional part of: Crown of left upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal cusp of left upper second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56791 .

obo:FMA_56788
    obo:IAO_0000116 """type: class
is-a: Cusp of upper premolar tooth
subclasses: Buccal cusp of upper first premolar tooth, Lingual cusp of upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cusp of upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56781 .

obo:FMA_56789
    obo:IAO_0000116 """type: class
is-a: Cusp of upper premolar tooth
subclasses: Lingual cusp of upper second premolar tooth, Buccal cusp of upper second premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Cusp of upper second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56781 .

obo:FMA_56791
    obo:IAO_0000116 """type: class
is-a: Cusp of upper second premolar tooth
subclasses: Buccal cusp of left upper second premolar tooth, Buccal cusp of right upper second premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Buccal cusp of upper second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56789, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56787
            obo:FMA_56795
        )
    ] .

obo:FMA_56792
    obo:IAO_0000116 """type: class
is-a: Cusp of upper second premolar tooth
subclasses: Lingual cusp of left upper second premolar tooth, Lingual cusp of right upper second premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Lingual cusp of upper second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56789, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56793
            obo:FMA_56794
        )
    ] .

obo:FMA_56793
    obo:IAO_0000116 """type: class
is-a: Lingual cusp of upper second premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of right upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual cusp of right upper second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56792 .

obo:FMA_56794
    obo:IAO_0000116 """type: class
is-a: Lingual cusp of upper second premolar tooth
regional part of: Crown of left upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual cusp of left upper second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56792 .

obo:FMA_56795
    obo:IAO_0000116 """type: class
is-a: Buccal cusp of upper second premolar tooth
regional part of: Crown of right upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal cusp of right upper second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56791 .

obo:FMA_56796
    obo:IAO_0000116 """type: class
is-a: Buccal cusp of upper first premolar tooth
regional part of: Crown of left upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal cusp of left upper first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56776 .

obo:FMA_56800
    obo:IAO_0000116 """type: class
is-a: Cusp of lower premolar tooth
subclasses: Lingual cusp of lower first premolar tooth, Buccal cusp of lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Cusp of lower first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56782 .

obo:FMA_56801
    obo:IAO_0000116 """type: class
is-a: Cusp of lower premolar tooth
subclasses: Lingual cusp of lower second premolar tooth, Buccal cusp of lower second premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Cusp of lower second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56782 .

obo:FMA_56802
    obo:IAO_0000116 """type: class
is-a: Cusp of lower first premolar tooth
subclasses: Buccal cusp of left lower first premolar tooth, Buccal cusp of right lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal cusp of lower first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56800, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56813
            obo:FMA_56814
        )
    ] .

obo:FMA_56803
    obo:IAO_0000116 """type: class
is-a: Cusp of lower first premolar tooth
subclasses: Lingual cusp of left lower first premolar tooth, Lingual cusp of right lower first premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Lingual cusp of lower first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56800, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56811
            obo:FMA_56812
        )
    ] .

obo:FMA_56804
    obo:IAO_0000116 """type: class
is-a: Cusp of lower second premolar tooth
subclasses: Buccal cusp of left lower second premolar tooth, Buccal cusp of right lower second premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Buccal cusp of lower second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56801, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56809
            obo:FMA_56810
        )
    ] .

obo:FMA_56805
    obo:IAO_0000116 """type: class
is-a: Cusp of lower second premolar tooth
subclasses: Lingual cusp of left lower second premolar tooth, Lingual cusp of right lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual cusp of lower second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56801, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56806
            obo:FMA_56807
        )
    ] .

obo:FMA_56806
    obo:IAO_0000116 """type: class
is-a: Lingual cusp of lower second premolar tooth
regional part of: Crown of right lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual cusp of right lower second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56805 .

obo:FMA_56807
    obo:IAO_0000116 """type: class
is-a: Lingual cusp of lower second premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of left lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual cusp of left lower second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56805 .

obo:FMA_56809
    obo:IAO_0000116 """type: class
is-a: Buccal cusp of lower second premolar tooth
regional part of: Crown of right lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal cusp of right lower second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56804 .

obo:FMA_56810
    obo:IAO_0000116 """type: class
is-a: Buccal cusp of lower second premolar tooth
regional part of: Crown of left lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal cusp of left lower second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56804 .

obo:FMA_56811
    obo:IAO_0000116 """type: class
is-a: Lingual cusp of lower first premolar tooth
regional part of: Crown of right lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual cusp of right lower first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56803 .

obo:FMA_56812
    obo:IAO_0000116 """type: class
is-a: Lingual cusp of lower first premolar tooth
regional part of: Crown of left lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual cusp of left lower first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56803 .

obo:FMA_56813
    obo:IAO_0000116 """type: class
is-a: Buccal cusp of lower first premolar tooth
regional part of: Crown of right lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal cusp of right lower first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56802 .

obo:FMA_56814
    obo:IAO_0000116 """type: class
is-a: Buccal cusp of lower first premolar tooth
regional part of: Crown of left lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal cusp of left lower first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56802 .

obo:FMA_56817
    obo:IAO_0000116 """type: class
is-a: Cusp of molar tooth
subclasses: Cusp of upper third molar tooth, Cusp of upper second molar tooth, Cusp of upper first molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Cusp of upper molar tooth" ;
    rdfs:subClassOf obo:FMA_56773 .

obo:FMA_56818
    obo:IAO_0000116 """type: class
is-a: Cusp of molar tooth
subclasses: Cusp of lower second molar tooth, Cusp of lower first molar tooth, Cusp of lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cusp of lower molar tooth" ;
    rdfs:subClassOf obo:FMA_56773 .

obo:FMA_56820
    obo:IAO_0000116 """type: class
is-a: Cusp of upper molar tooth
subclasses: Distolingual cusp of upper first molar tooth, Mesiolingual cusp of upper first molar tooth, Cusp of Carabelli of upper first molar tooth, Distobuccal cusp of upper first molar tooth, Mesiobuccal cusp of upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cusp of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_56817 .

obo:FMA_56823
    obo:IAO_0000116 """type: class
is-a: Cusp of upper molar tooth
subclasses: Distolingual cusp of upper second molar tooth, Distobuccal cusp of upper second molar tooth, Mesiolingual cusp of upper second molar tooth, Mesiobuccal cusp of upper second molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Cusp of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_56817 .

obo:FMA_56824
    obo:IAO_0000116 """type: class
is-a: Cusp of upper molar tooth
subclasses: Distobuccal cusp of upper third molar tooth, Mesiobuccal cusp of upper third molar tooth, Mesiolingual cusp of upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cusp of upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_56817 .

obo:FMA_56825
    obo:IAO_0000116 """type: class
is-a: Cusp of lower molar tooth
subclasses: Distal cusp of lower first molar tooth, Distolingual cusp of lower first molar tooth, Distobuccal cusp of lower first molar tooth, Mesiolingual cusp of lower first molar tooth, Mesiobuccal cusp of lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cusp of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56818 .

obo:FMA_56826
    obo:IAO_0000116 """type: class
is-a: Cusp of lower molar tooth
subclasses: Mesiolingual cusp of lower second molar tooth, Mesiobuccal cusp of lower second molar tooth, Distobuccal cusp of lower second molar tooth, Distolingual cusp of lower second molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Cusp of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_56818 .

obo:FMA_56827
    obo:IAO_0000116 """type: class
is-a: Cusp of lower molar tooth
subclasses: Distolingual cusp of lower third molar tooth, Distobuccal cusp of lower third molar tooth, Mesiolingual cusp of lower third molar tooth, Mesiobuccal cusp of lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cusp of lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_56818 .

obo:FMA_56828
    obo:IAO_0000116 """type: class
is-a: Cusp of upper first molar tooth
subclasses: Mesiobuccal cusp of left upper first molar tooth, Mesiobuccal cusp of right upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal cusp of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_56820, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56840
            obo:FMA_56842
        )
    ] .

obo:FMA_56829
    obo:IAO_0000116 """type: class
is-a: Cusp of upper first molar tooth
subclasses: Distobuccal cusp of left upper first molar tooth, Distobuccal cusp of right upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal cusp of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_56820, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56835
            obo:FMA_56836
        )
    ] .

obo:FMA_56831
    obo:IAO_0000116 """type: class
is-a: Cusp of upper first molar tooth
subclasses: Mesiolingual cusp of left upper first molar tooth, Mesiolingual cusp of right upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiolingual cusp of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_56820, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56837
            obo:FMA_56838
        )
    ] .

obo:FMA_56832
    obo:IAO_0000116 """type: class
is-a: Cusp of upper first molar tooth
subclasses: Distolingual cusp of left upper first molar tooth, Distolingual cusp of right upper first molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Distolingual cusp of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_56820, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56833
            obo:FMA_56834
        )
    ] .

obo:FMA_56833
    obo:IAO_0000116 """type: class
is-a: Distolingual cusp of upper first molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
part of: Right upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distolingual cusp of right upper first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56832 .

obo:FMA_56834
    obo:IAO_0000116 """type: class
is-a: Distolingual cusp of upper first molar tooth
regional part of: Crown of left upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distolingual cusp of left upper first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56832 .

obo:FMA_56835
    obo:IAO_0000116 """type: class
is-a: Distobuccal cusp of upper first molar tooth
regional part of: Crown of right upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal cusp of right upper first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56829 .

obo:FMA_56836
    obo:IAO_0000116 """type: class
is-a: Distobuccal cusp of upper first molar tooth
regional part of: Crown of left upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal cusp of left upper first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56829 .

obo:FMA_56837
    obo:IAO_0000116 """type: class
is-a: Mesiolingual cusp of upper first molar tooth
regional part of: Crown of right upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiolingual cusp of right upper first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56831 .

obo:FMA_56838
    obo:IAO_0000116 """type: class
is-a: Mesiolingual cusp of upper first molar tooth
regional part of: Crown of left upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiolingual cusp of left upper first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56831 .

obo:FMA_56840
    obo:IAO_0000116 """type: class
is-a: Mesiobuccal cusp of upper first molar tooth
regional part of: Crown of right upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal cusp of right upper first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56828 .

obo:FMA_56842
    obo:IAO_0000116 """type: class
is-a: Mesiobuccal cusp of upper first molar tooth
regional part of: Crown of left upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal cusp of left upper first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56828 .

obo:FMA_56843
    obo:IAO_0000116 """type: class
is-a: Cusp of upper first molar tooth
subclasses: Cusp of Carabelli of left upper first molar tooth, Cusp of Carabelli of right upper first molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Cusp of Carabelli of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_56820, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56847
            obo:FMA_56848
        )
    ] .

obo:FMA_56847
    obo:IAO_0000116 """type: class
is-a: Cusp of Carabelli of upper first molar tooth
regional part of: Crown of right upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cusp of Carabelli of right upper first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56843 .

obo:FMA_56848
    obo:IAO_0000116 """type: class
is-a: Cusp of Carabelli of upper first molar tooth
regional part of: Crown of left upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cusp of Carabelli of left upper first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56843 .

obo:FMA_56849
    obo:IAO_0000116 """type: class
is-a: Cusp of upper second molar tooth
subclasses: Mesiobuccal cusp of left upper second molar tooth, Mesiobuccal cusp of right upper second molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal cusp of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_56823, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56859
            obo:FMA_56860
        )
    ] .

obo:FMA_56850
    obo:IAO_0000116 """type: class
is-a: Cusp of upper second molar tooth
subclasses: Mesiolingual cusp of right upper second molar tooth, Mesiolingual cusp of left upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiolingual cusp of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_56823, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56857
            obo:FMA_56858
        )
    ] .

obo:FMA_56851
    obo:IAO_0000116 """type: class
is-a: Cusp of upper second molar tooth
subclasses: Distobuccal cusp of left upper second molar tooth, Distobuccal cusp of right upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal cusp of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_56823, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56855
            obo:FMA_56856
        )
    ] .

obo:FMA_56855
    obo:IAO_0000116 """type: class
is-a: Distobuccal cusp of upper second molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of right upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal cusp of right upper second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56851 .

obo:FMA_56856
    obo:IAO_0000116 """type: class
is-a: Distobuccal cusp of upper second molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of left upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal cusp of left upper second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56851 .

obo:FMA_56857
    obo:IAO_0000116 """type: class
is-a: Mesiolingual cusp of upper second molar tooth
regional part of: Crown of right upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiolingual cusp of right upper second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56850 .

obo:FMA_56858
    obo:IAO_0000116 """type: class
is-a: Mesiolingual cusp of upper second molar tooth
regional part of: Crown of left upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiolingual cusp of left upper second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56850 .

obo:FMA_56859
    obo:IAO_0000116 """type: class
is-a: Mesiobuccal cusp of upper second molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of right upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal cusp of right upper second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56849 .

obo:FMA_56860
    obo:IAO_0000116 """type: class
is-a: Mesiobuccal cusp of upper second molar tooth
regional part of: Crown of left upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal cusp of left upper second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56849 .

obo:FMA_56861
    obo:IAO_0000116 """type: class
is-a: Cusp of upper third molar tooth
subclasses: Mesiobuccal cusp of right upper third molar tooth, Mesiobuccal cusp of left upper third molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal cusp of upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_56824, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56868
            obo:FMA_56869
        )
    ] .

obo:FMA_56862
    obo:IAO_0000116 """type: class
is-a: Cusp of upper third molar tooth
subclasses: Mesiolingual cusp of right upper third molar tooth, Mesiolingual cusp of left upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiolingual cusp of upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_56824, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56866
            obo:FMA_56867
        )
    ] .

obo:FMA_56863
    obo:IAO_0000116 """type: class
is-a: Cusp of upper third molar tooth
subclasses: Distobuccal cusp of left upper third molar tooth, Distobuccal cusp of right upper third molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Distobuccal cusp of upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_56824, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56864
            obo:FMA_56865
        )
    ] .

obo:FMA_56864
    obo:IAO_0000116 """type: class
is-a: Distobuccal cusp of upper third molar tooth
regional part of: Crown of right upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal cusp of right upper third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56863 .

obo:FMA_56865
    obo:IAO_0000116 """type: class
is-a: Distobuccal cusp of upper third molar tooth
regional part of: Crown of left upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal cusp of left upper third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56863 .

obo:FMA_56866
    obo:IAO_0000116 """type: class
is-a: Mesiolingual cusp of upper third molar tooth
regional part of: Crown of right upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiolingual cusp of right upper third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56862 .

obo:FMA_56867
    obo:IAO_0000116 """type: class
is-a: Mesiolingual cusp of upper third molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of left upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiolingual cusp of left upper third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56862 .

obo:FMA_56868
    obo:IAO_0000116 """type: class
is-a: Mesiobuccal cusp of upper third molar tooth
regional part of: Crown of right upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal cusp of right upper third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56861 .

obo:FMA_56869
    obo:IAO_0000116 """type: class
is-a: Mesiobuccal cusp of upper third molar tooth
regional part of: Crown of left upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal cusp of left upper third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56861 .

obo:FMA_56870
    obo:IAO_0000116 """type: class
is-a: Cusp of lower first molar tooth
subclasses: Mesiobuccal cusp of left lower first molar tooth, Mesiobuccal cusp of right lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal cusp of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56825, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56883
            obo:FMA_56884
        )
    ] .

obo:FMA_56871
    obo:IAO_0000116 """type: class
is-a: Cusp of lower first molar tooth
subclasses: Mesiolingual cusp of left lower first molar tooth, Mesiolingual cusp of right lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiolingual cusp of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56825, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56881
            obo:FMA_56882
        )
    ] .

obo:FMA_56872
    obo:IAO_0000116 """type: class
is-a: Cusp of lower first molar tooth
subclasses: Distobuccal cusp of left lower first molar tooth, Distobuccal cusp of right lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal cusp of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56825, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56879
            obo:FMA_56880
        )
    ] .

obo:FMA_56873
    obo:IAO_0000116 """type: class
is-a: Cusp of lower first molar tooth
subclasses: Distolingual cusp of left lower first molar tooth, Distolingual cusp of right lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distolingual cusp of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56825, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56877
            obo:FMA_56878
        )
    ] .

obo:FMA_56874
    obo:IAO_0000116 """type: class
is-a: Cusp of lower first molar tooth
subclasses: Distal cusp of left lower first molar tooth, Distal cusp of right lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal cusp of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56825, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56875
            obo:FMA_56876
        )
    ] .

obo:FMA_56875
    obo:IAO_0000116 """type: class
is-a: Distal cusp of lower first molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of right lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal cusp of right lower first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56874 .

obo:FMA_56876
    obo:IAO_0000116 """type: class
is-a: Distal cusp of lower first molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of left lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal cusp of left lower first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56874 .

obo:FMA_56877
    obo:IAO_0000116 """type: class
is-a: Distolingual cusp of lower first molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of right lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distolingual cusp of right lower first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56873 .

obo:FMA_56878
    obo:IAO_0000116 """type: class
is-a: Distolingual cusp of lower first molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of left lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distolingual cusp of left lower first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56873 .

obo:FMA_56879
    obo:IAO_0000116 """type: class
is-a: Distobuccal cusp of lower first molar tooth
regional part of: Crown of right lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal cusp of right lower first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56872 .

obo:FMA_56880
    obo:IAO_0000116 """type: class
is-a: Distobuccal cusp of lower first molar tooth
regional part of: Crown of left lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal cusp of left lower first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56872 .

obo:FMA_56881
    obo:IAO_0000116 """type: class
is-a: Mesiolingual cusp of lower first molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of right lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiolingual cusp of right lower first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56871 .

obo:FMA_56882
    obo:IAO_0000116 """type: class
is-a: Mesiolingual cusp of lower first molar tooth
regional part of: Crown of left lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiolingual cusp of left lower first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56871 .

obo:FMA_56883
    obo:IAO_0000116 """type: class
is-a: Mesiobuccal cusp of lower first molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of right lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal cusp of right lower first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56870 .

obo:FMA_56884
    obo:IAO_0000116 """type: class
is-a: Mesiobuccal cusp of lower first molar tooth
regional part of: Crown of left lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal cusp of left lower first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56870 .

obo:FMA_56885
    obo:IAO_0000116 """type: class
is-a: Cusp of lower second molar tooth
subclasses: Mesiobuccal cusp of left lower second molar tooth, Mesiobuccal cusp of right lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal cusp of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_56826, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56895
            obo:FMA_56896
        )
    ] .

obo:FMA_56886
    obo:IAO_0000116 """type: class
is-a: Cusp of lower second molar tooth
subclasses: Mesiolingual cusp of left lower second molar tooth, Mesiolingual cusp of right lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiolingual cusp of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_56826, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56893
            obo:FMA_56894
        )
    ] .

obo:FMA_56887
    obo:IAO_0000116 """type: class
is-a: Cusp of lower second molar tooth
subclasses: Distolingual cusp of left lower second molar tooth, Distolingual cusp of right lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distolingual cusp of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_56826, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56889
            obo:FMA_56890
        )
    ] .

obo:FMA_56888
    obo:IAO_0000116 """type: class
is-a: Cusp of lower second molar tooth
subclasses: Distobuccal cusp of left lower second molar tooth, Distobuccal cusp of right lower second molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Distobuccal cusp of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_56826, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56891
            obo:FMA_56892
        )
    ] .

obo:FMA_56889
    obo:IAO_0000116 """type: class
is-a: Distolingual cusp of lower second molar tooth
regional part of: Crown of right lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distolingual cusp of right lower second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56887 .

obo:FMA_56890
    obo:IAO_0000116 """type: class
is-a: Distolingual cusp of lower second molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of left lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distolingual cusp of left lower second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56887 .

obo:FMA_56891
    obo:IAO_0000116 """type: class
is-a: Distobuccal cusp of lower second molar tooth
regional part of: Crown of right lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal cusp of right lower second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56888 .

obo:FMA_56892
    obo:IAO_0000116 """type: class
is-a: Distobuccal cusp of lower second molar tooth
regional part of: Crown of left lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal cusp of left lower second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56888 .

obo:FMA_56893
    obo:IAO_0000116 """type: class
is-a: Mesiolingual cusp of lower second molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of right lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiolingual cusp of right lower second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56886 .

obo:FMA_56894
    obo:IAO_0000116 """type: class
is-a: Mesiolingual cusp of lower second molar tooth
regional part of: Crown of left lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiolingual cusp of left lower second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56886 .

obo:FMA_56895
    obo:IAO_0000116 """type: class
is-a: Mesiobuccal cusp of lower second molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of right lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal cusp of right lower second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56885 .

obo:FMA_56896
    obo:IAO_0000116 """type: class
is-a: Mesiobuccal cusp of lower second molar tooth
regional part of: Crown of left lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal cusp of left lower second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56885 .

obo:FMA_56897
    obo:IAO_0000116 """type: class
is-a: Cusp of lower third molar tooth
subclasses: Mesiobuccal cusp of left lower third molar tooth, Mesiobuccal cusp of right lower third molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal cusp of lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_56827, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56907
            obo:FMA_56908
        )
    ] .

obo:FMA_56898
    obo:IAO_0000116 """type: class
is-a: Cusp of lower third molar tooth
subclasses: Mesiolingual cusp of left lower third molar tooth, Mesiolingual cusp of right lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiolingual cusp of lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_56827, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56905
            obo:FMA_56906
        )
    ] .

obo:FMA_56899
    obo:IAO_0000116 """type: class
is-a: Cusp of lower third molar tooth
subclasses: Distobuccal cusp of left lower third molar tooth, Distobuccal cusp of right lower third molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Distobuccal cusp of lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_56827, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56903
            obo:FMA_56904
        )
    ] .

obo:FMA_56900
    obo:IAO_0000116 """type: class
is-a: Cusp of lower third molar tooth
subclasses: Distolingual cusp of left lower third molar tooth, Distolingual cusp of right lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distolingual cusp of lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_56827, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56901
            obo:FMA_56902
        )
    ] .

obo:FMA_56901
    obo:IAO_0000116 """type: class
is-a: Distolingual cusp of lower third molar tooth
regional part of: Crown of right lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distolingual cusp of right lower third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56900 .

obo:FMA_56902
    obo:IAO_0000116 """type: class
is-a: Distolingual cusp of lower third molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of left lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distolingual cusp of left lower third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56900 .

obo:FMA_56903
    obo:IAO_0000116 """type: class
is-a: Distobuccal cusp of lower third molar tooth
regional part of: Crown of right lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal cusp of right lower third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56899 .

obo:FMA_56904
    obo:IAO_0000116 """type: class
is-a: Distobuccal cusp of lower third molar tooth
regional part of: Crown of left lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distobuccal cusp of left lower third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56899 .

obo:FMA_56905
    obo:IAO_0000116 """type: class
is-a: Mesiolingual cusp of lower third molar tooth
regional part of: Crown of right lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiolingual cusp of right lower third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56898 .

obo:FMA_56906
    obo:IAO_0000116 """type: class
is-a: Mesiolingual cusp of lower third molar tooth
regional part of: Crown of left lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiolingual cusp of left lower third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56898 .

obo:FMA_56907
    obo:IAO_0000116 """type: class
is-a: Mesiobuccal cusp of lower third molar tooth
regional part of: Crown of right lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal cusp of right lower third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56897 .

obo:FMA_56908
    obo:IAO_0000116 """type: class
is-a: Mesiobuccal cusp of lower third molar tooth
regional part of: Crown of left lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesiobuccal cusp of left lower third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56897 .

obo:FMA_56909
    obo:IAO_0000116 """type: class
is-a: Enamel
subclasses: Contact surface of molar tooth, Contact surface of premolar tooth, Contact surface of canine tooth, Contact surface of incisor tooth, Distal contact surface of tooth, Mesial contact surface of tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of tooth" ;
    rdfs:subClassOf obo:FMA_55629 .

obo:FMA_56912
    obo:IAO_0000116 """type: class
is-a: Contact surface of tooth
subclasses: Contact surface of lower incisor tooth, Contact surface of upper incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of incisor tooth" ;
    rdfs:subClassOf obo:FMA_56909 .

obo:FMA_56914
    obo:IAO_0000116 """type: class
is-a: Contact surface of tooth
subclasses: Contact surface of lower canine tooth, Contact surface of upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of canine tooth" ;
    rdfs:subClassOf obo:FMA_56909 .

obo:FMA_56915
    obo:IAO_0000116 """type: class
is-a: Contact surface of tooth
subclasses: Contact surface of lower premolar tooth, Contact surface of upper premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of premolar tooth" ;
    rdfs:subClassOf obo:FMA_56909 .

obo:FMA_56916
    obo:IAO_0000116 """type: class
is-a: Contact surface of tooth
subclasses: Contact surface of lower molar tooth, Contact surface of upper molar tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of molar tooth" ;
    rdfs:subClassOf obo:FMA_56909 .

obo:FMA_56917
    obo:IAO_0000116 """type: class
is-a: Contact surface of incisor tooth
subclasses: Contact surface of upper lateral incisor tooth, Contact surface of upper central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of upper incisor tooth" ;
    rdfs:subClassOf obo:FMA_56912 .

obo:FMA_56918
    obo:IAO_0000116 """type: class
is-a: Contact surface of incisor tooth
subclasses: Contact surface of lower lateral incisor tooth, Contact surface of lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of lower incisor tooth" ;
    rdfs:subClassOf obo:FMA_56912 .

obo:FMA_56920
    obo:IAO_0000116 """type: class
is-a: Contact surface of canine tooth
subclasses: Mesial contact surface of upper canine tooth, Distal contact surface of upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of upper canine tooth" ;
    rdfs:subClassOf obo:FMA_56914 .

obo:FMA_56921
    obo:IAO_0000116 """type: class
is-a: Contact surface of canine tooth
subclasses: Distal contact surface of lower canine tooth, Mesial contact surface of lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of lower canine tooth" ;
    rdfs:subClassOf obo:FMA_56914 .

obo:FMA_56922
    obo:IAO_0000116 """type: class
is-a: Contact surface of premolar tooth
subclasses: Contact surface of upper first premolar tooth, Contact surface of upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of upper premolar tooth" ;
    rdfs:subClassOf obo:FMA_56915 .

obo:FMA_56923
    obo:IAO_0000116 """type: class
is-a: Contact surface of premolar tooth
subclasses: Contact surface of lower first premolar tooth, Contact surface of lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of lower premolar tooth" ;
    rdfs:subClassOf obo:FMA_56915 .

obo:FMA_56924
    obo:IAO_0000116 """type: class
is-a: Contact surface of molar tooth
subclasses: Contact surface of upper second molar tooth, Contact surface of upper first molar tooth, Mesial contact surface of upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of upper molar tooth" ;
    rdfs:subClassOf obo:FMA_56916 .

obo:FMA_56925
    obo:IAO_0000116 """type: class
is-a: Contact surface of molar tooth
subclasses: Contact surface of lower second molar tooth, Mesial contact surface of lower third molar tooth, Contact surface of lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of lower molar tooth" ;
    rdfs:subClassOf obo:FMA_56916 .

obo:FMA_56927
    obo:IAO_0000116 """type: class
is-a: Contact surface of upper incisor tooth
subclasses: Distal contact surface of upper central incisor tooth, Mesial contact surface of upper central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of upper central incisor tooth" ;
    rdfs:subClassOf obo:FMA_56917 .

obo:FMA_56928
    obo:IAO_0000116 """type: class
is-a: Contact surface of upper incisor tooth
subclasses: Distal contact surface of upper lateral incisor tooth, Mesial contact surface of upper lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of upper lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_56917 .

obo:FMA_56929
    obo:IAO_0000116 """type: class
is-a: Contact surface of upper central incisor tooth
subclasses: Mesial contact surface of left upper central incisor tooth, Mesial contact surface of right upper central incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of upper central incisor tooth" ;
    rdfs:subClassOf obo:FMA_56927, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56934
            obo:FMA_56935
        )
    ] .

obo:FMA_56930
    obo:IAO_0000116 """type: class
is-a: Contact surface of upper central incisor tooth
subclasses: Distal contact surface of left upper central incisor tooth, Distal contact surface of right upper central incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of upper central incisor tooth" ;
    rdfs:subClassOf obo:FMA_56927, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56931
            obo:FMA_56933
        )
    ] .

obo:FMA_56931
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of upper central incisor tooth
regional part of: Crown of right upper central incisor tooth, Enamel of right upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of right upper central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56930 .

obo:FMA_56933
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of upper central incisor tooth
regional part of: Crown of left upper central incisor tooth, Enamel of left upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of left upper central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56930 .

obo:FMA_56934
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of upper central incisor tooth
regional part of: Crown of right upper central incisor tooth, Enamel of right upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of right upper central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56929 .

obo:FMA_56935
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of upper central incisor tooth
regional part of: Crown of left upper central incisor tooth, Enamel of left upper central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of left upper central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56929 .

obo:FMA_56936
    obo:IAO_0000116 """type: class
is-a: Contact surface of upper lateral incisor tooth
subclasses: Mesial contact surface of left upper lateral incisor tooth, Mesial contact surface of right upper lateral incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of upper lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_56928, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56942
            obo:FMA_56943
        )
    ] .

obo:FMA_56937
    obo:IAO_0000116 """type: class
is-a: Contact surface of upper lateral incisor tooth
subclasses: Distal contact surface of left upper lateral incisor tooth, Distal contact surface of right upper lateral incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of upper lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_56928, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56938
            obo:FMA_56940
        )
    ] .

obo:FMA_56938
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of upper lateral incisor tooth
regional part of: Crown of right upper lateral incisor tooth, Enamel of right upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of right upper lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56937 .

obo:FMA_56940
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of upper lateral incisor tooth
regional part of: Crown of left upper lateral incisor tooth, Enamel of left upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of left upper lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56937 .

obo:FMA_56942
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of upper lateral incisor tooth
regional part of: Crown of right upper lateral incisor tooth, Enamel of right upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of right upper lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56936 .

obo:FMA_56943
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of upper lateral incisor tooth
regional part of: Crown of left upper lateral incisor tooth, Enamel of left upper lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of left upper lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56936 .

obo:FMA_56944
    obo:IAO_0000116 """type: class
is-a: Contact surface of lower incisor tooth
subclasses: Distal contact surface of lower central incisor tooth, Mesial contact surface of lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of lower central incisor tooth" ;
    rdfs:subClassOf obo:FMA_56918 .

obo:FMA_56945
    obo:IAO_0000116 """type: class
is-a: Contact surface of lower incisor tooth
subclasses: Mesial contact surface of lower lateral incisor tooth, Distal contact surface of lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of lower lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_56918 .

obo:FMA_56946
    obo:IAO_0000116 """type: class
is-a: Contact surface of lower lateral incisor tooth
subclasses: Mesial contact surface of left lower lateral incisor tooth, Mesial contact surface of right lower lateral incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of lower lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_56945, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56950
            obo:FMA_56951
        )
    ] .

obo:FMA_56947
    obo:IAO_0000116 """type: class
is-a: Contact surface of lower lateral incisor tooth
subclasses: Distal contact surface of left lower lateral incisor tooth, Distal contact surface of right lower lateral incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of lower lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_56945, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56948
            obo:FMA_56949
        )
    ] .

obo:FMA_56948
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of lower lateral incisor tooth
regional part of: Crown of right lower lateral incisor tooth, Enamel of right lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of right lower lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56947 .

obo:FMA_56949
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of lower lateral incisor tooth
regional part of: Crown of left lower lateral incisor tooth, Enamel of left lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of left lower lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56947 .

obo:FMA_56950
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of lower lateral incisor tooth
regional part of: Crown of right lower lateral incisor tooth, Enamel of right lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of right lower lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56946 .

obo:FMA_56951
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of lower lateral incisor tooth
regional part of: Crown of left lower lateral incisor tooth, Enamel of left lower lateral secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of left lower lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56946 .

obo:FMA_56952
    obo:IAO_0000116 """type: class
is-a: Contact surface of lower central incisor tooth
subclasses: Mesial contact surface of right lower central incisor tooth, Mesial contact surface of left lower central incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of lower central incisor tooth" ;
    rdfs:subClassOf obo:FMA_56944, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56956
            obo:FMA_56957
        )
    ] .

obo:FMA_56953
    obo:IAO_0000116 """type: class
is-a: Contact surface of lower central incisor tooth
subclasses: Distal contact surface of left lower central incisor tooth, Distal contact surface of right lower central incisor tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of lower central incisor tooth" ;
    rdfs:subClassOf obo:FMA_56944, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56954
            obo:FMA_56955
        )
    ] .

obo:FMA_56954
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of lower central incisor tooth
regional part of: Crown of right lower central incisor tooth, Enamel of right lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of right lower central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56953 .

obo:FMA_56955
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of lower central incisor tooth
regional part of: Crown of left lower central incisor tooth, Enamel of left lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of left lower central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56953 .

obo:FMA_56956
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of lower central incisor tooth
regional part of: Crown of right lower central incisor tooth, Enamel of right lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of right lower central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56952 .

obo:FMA_56957
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of lower central incisor tooth
regional part of: Crown of left lower central incisor tooth, Enamel of left lower central secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of left lower central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56952 .

obo:FMA_56960
    obo:IAO_0000116 """type: class
is-a: Contact surface of lower canine tooth
subclasses: Mesial contact surface of left lower canine tooth, Mesial contact surface of right lower canine tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of lower canine tooth" ;
    rdfs:subClassOf obo:FMA_56921, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56965
            obo:FMA_56966
        )
    ] .

obo:FMA_56962
    obo:IAO_0000116 """type: class
is-a: Contact surface of lower canine tooth
subclasses: Distal contact surface of left lower canine tooth, Distal contact surface of right lower canine tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of lower canine tooth" ;
    rdfs:subClassOf obo:FMA_56921, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56963
            obo:FMA_56964
        )
    ] .

obo:FMA_56963
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of lower canine tooth
regional part of: Crown of right lower canine tooth, Enamel of right lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of right lower canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56962 .

obo:FMA_56964
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of lower canine tooth
regional part of: Crown of left lower canine tooth, Enamel of left lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of left lower canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56962 .

obo:FMA_56965
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of lower canine tooth
regional part of: Crown of right lower canine tooth, Enamel of right lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of right lower canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56960 .

obo:FMA_56966
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of lower canine tooth
regional part of: Crown of left lower canine tooth, Enamel of left lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of left lower canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56960 .

obo:FMA_56967
    obo:IAO_0000116 """type: class
is-a: Contact surface of upper canine tooth
subclasses: Mesial contact surface of left upper canine tooth, Mesial contact surface of right upper canine tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of upper canine tooth" ;
    rdfs:subClassOf obo:FMA_56920, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56971
            obo:FMA_56972
        )
    ] .

obo:FMA_56968
    obo:IAO_0000116 """type: class
is-a: Contact surface of upper canine tooth
subclasses: Distal contact surface of left upper canine tooth, Distal contact surface of right upper canine tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of upper canine tooth" ;
    rdfs:subClassOf obo:FMA_56920, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56969
            obo:FMA_56970
        )
    ] .

obo:FMA_56969
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of upper canine tooth
regional part of: Crown of right upper canine tooth, Enamel of right upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of right upper canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56968 .

obo:FMA_56970
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of upper canine tooth
regional part of: Crown of left upper canine tooth, Enamel of left upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of left upper canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56968 .

obo:FMA_56971
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of upper canine tooth
regional part of: Crown of right upper canine tooth, Enamel of right upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of right upper canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56967 .

obo:FMA_56972
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of upper canine tooth
regional part of: Crown of left upper canine tooth, Enamel of left upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of left upper canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56967 .

obo:FMA_56973
    obo:IAO_0000116 """type: class
is-a: Contact surface of lower premolar tooth
subclasses: Distal contact surface of lower first premolar tooth, Mesial contact surface of lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of lower first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56923 .

obo:FMA_56974
    obo:IAO_0000116 """type: class
is-a: Contact surface of lower premolar tooth
subclasses: Mesial contact surface of lower second premolar tooth, Distal contact surface of lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of lower second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56923 .

obo:FMA_56975
    obo:IAO_0000116 """type: class
is-a: Contact surface of upper premolar tooth
subclasses: Distal contact surface of upper first premolar tooth, Mesial contact surface of upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56922 .

obo:FMA_56976
    obo:IAO_0000116 """type: class
is-a: Contact surface of upper premolar tooth
subclasses: Distal contact surface of upper second premolar tooth, Mesial contact surface of upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of upper second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56922 .

obo:FMA_56977
    obo:IAO_0000116 """type: class
is-a: Contact surface of lower second premolar tooth
subclasses: Mesial contact surface of left lower second premolar tooth, Mesial contact surface of right lower second premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of lower second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56974, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56981
            obo:FMA_56982
        )
    ] .

obo:FMA_56978
    obo:IAO_0000116 """type: class
is-a: Contact surface of lower second premolar tooth
subclasses: Distal contact surface of left lower second premolar tooth, Distal contact surface of right lower second premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of lower second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56974, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56979
            obo:FMA_56980
        )
    ] .

obo:FMA_56979
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of lower second premolar tooth
regional part of: Crown of right lower second premolar tooth, Enamel of right lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of right lower second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56978 .

obo:FMA_56980
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of lower second premolar tooth
regional part of: Crown of left lower second premolar tooth, Enamel of left lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of left lower second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56978 .

obo:FMA_56981
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of lower second premolar tooth
regional part of: Crown of right lower second premolar tooth, Enamel of right lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of right lower second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56977 .

obo:FMA_56982
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of lower second premolar tooth
regional part of: Crown of left lower second premolar tooth, Enamel of left lower second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of left lower second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56977 .

obo:FMA_56983
    obo:IAO_0000116 """type: class
is-a: Contact surface of lower first premolar tooth
subclasses: Mesial contact surface of right lower first premolar tooth, Mesial contact surface of left lower first premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of lower first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56973, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56987
            obo:FMA_56988
        )
    ] .

obo:FMA_56984
    obo:IAO_0000116 """type: class
is-a: Contact surface of lower first premolar tooth
subclasses: Distal contact surface of left lower first premolar tooth, Distal contact surface of right lower first premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of lower first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56973, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56985
            obo:FMA_56986
        )
    ] .

obo:FMA_56985
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of lower first premolar tooth
regional part of: Crown of right lower first premolar tooth, Enamel of right lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of right lower first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56984 .

obo:FMA_56986
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of lower first premolar tooth
regional part of: Crown of left lower first premolar tooth, Enamel of left lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of left lower first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56984 .

obo:FMA_56987
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of lower first premolar tooth
regional part of: Crown of right lower first premolar tooth, Enamel of right lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of right lower first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56983 .

obo:FMA_56988
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of lower first premolar tooth
regional part of: Crown of left lower first premolar tooth, Enamel of left lower first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of left lower first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56983 .

obo:FMA_56989
    obo:IAO_0000116 """type: class
is-a: Contact surface of upper second premolar tooth
subclasses: Mesial contact surface of left upper second premolar tooth, Mesial contact surface of right upper second premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of upper second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56976, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56993
            obo:FMA_56994
        )
    ] .

obo:FMA_56990
    obo:IAO_0000116 """type: class
is-a: Contact surface of upper second premolar tooth
subclasses: Distal contact surface of left upper second premolar tooth, Distal contact surface of right upper second premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of upper second premolar tooth" ;
    rdfs:subClassOf obo:FMA_56976, [
        a owl:Class ;
        owl:unionOf (obo:FMA_56991
            obo:FMA_56992
        )
    ] .

obo:FMA_56991
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of upper second premolar tooth
regional part of: Crown of right upper second premolar tooth, Enamel of right upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of right upper second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56990 .

obo:FMA_56992
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of upper second premolar tooth
regional part of: Crown of left upper second premolar tooth, Enamel of left upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of left upper second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56990 .

obo:FMA_56993
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of upper second premolar tooth
regional part of: Crown of right upper second premolar tooth, Enamel of right upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of right upper second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56989 .

obo:FMA_56994
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of upper second premolar tooth
regional part of: Crown of left upper second premolar tooth, Enamel of left upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of left upper second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56989 .

obo:FMA_56995
    obo:IAO_0000116 """type: class
is-a: Contact surface of upper molar tooth
subclasses: Mesial contact surface of upper first molar tooth, Distal contact surface of upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_56924 .

obo:FMA_56996
    obo:IAO_0000116 """type: class
is-a: Contact surface of upper molar tooth
subclasses: Mesial contact surface of upper second molar tooth, Distal contact surface of upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_56924 .

obo:FMA_56998
    obo:IAO_0000116 """type: class
is-a: Contact surface of lower molar tooth
subclasses: Distal contact surface of lower first molar tooth, Mesial contact surface of lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56925 .

obo:FMA_56999
    obo:IAO_0000116 """type: class
is-a: Contact surface of lower molar tooth
subclasses: Mesial contact surface of lower second molar tooth, Distal contact surface of lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Contact surface of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_56925 .

obo:FMA_57001
    obo:IAO_0000116 """type: class
is-a: Contact surface of lower molar tooth
subclasses: Mesial contact surface of left lower third molar tooth, Mesial contact surface of right lower third molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_56925, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57002
            obo:FMA_57004
        )
    ] .

obo:FMA_57002
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of lower third molar tooth
regional part of: Crown of right lower third molar tooth, Enamel of right lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of right lower third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57001 .

obo:FMA_57004
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of lower third molar tooth
regional part of: Crown of left lower third molar tooth, Enamel of left lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of left lower third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57001 .

obo:FMA_57005
    obo:IAO_0000116 """type: class
is-a: Contact surface of lower second molar tooth
subclasses: Mesial contact surface of left lower second molar tooth, Mesial contact surface of right lower second molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_56999, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57014
            obo:FMA_57015
        )
    ] .

obo:FMA_57007
    obo:IAO_0000116 """type: class
is-a: Contact surface of lower second molar tooth
subclasses: Distal contact surface of left lower second molar tooth, Distal contact surface of right lower second molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_56999, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57009
            obo:FMA_57012
        )
    ] .

obo:FMA_57009
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of lower second molar tooth
regional part of: Crown of right lower second molar tooth, Enamel of right lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of right lower second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57007 .

obo:FMA_57012
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of lower second molar tooth
regional part of: Crown of left lower second molar tooth, Enamel of left lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of left lower second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57007 .

obo:FMA_57014
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of lower second molar tooth
regional part of: Crown of right lower second molar tooth, Enamel of right lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of right lower second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57005 .

obo:FMA_57015
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of lower second molar tooth
regional part of: Crown of left lower second molar tooth, Enamel of left lower second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of left lower second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57005 .

obo:FMA_57019
    obo:IAO_0000116 """type: class
is-a: Contact surface of lower first molar tooth
subclasses: Mesial contact surface of left lower first molar tooth, Mesial contact surface of right lower first molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56998, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57025
            obo:FMA_57026
        )
    ] .

obo:FMA_57021
    obo:IAO_0000116 """type: class
is-a: Contact surface of lower first molar tooth
subclasses: Distal contact surface of left lower first molar tooth, Distal contact surface of right lower first molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_56998, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57023
            obo:FMA_57024
        )
    ] .

obo:FMA_57023
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of lower first molar tooth
regional part of: Crown of right lower first molar tooth, Enamel of right lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of right lower first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57021 .

obo:FMA_57024
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of lower first molar tooth
regional part of: Crown of left lower first molar tooth, Enamel of left lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of left lower first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57021 .

obo:FMA_57025
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of lower first molar tooth
regional part of: Crown of right lower first molar tooth, Enamel of right lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of right lower first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57019 .

obo:FMA_57026
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of lower first molar tooth
regional part of: Crown of left lower first molar tooth, Enamel of left lower first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of left lower first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57019 .

obo:FMA_57028
    obo:IAO_0000116 """type: class
is-a: Contact surface of upper molar tooth
subclasses: Mesial contact surface of left upper third molar tooth, Mesial contact surface of right upper third molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_56924, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57029
            obo:FMA_57030
        )
    ] .

obo:FMA_57029
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of upper third molar tooth
regional part of: Crown of right upper third molar tooth, Enamel of right upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of right upper third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57028 .

obo:FMA_57030
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of upper third molar tooth
regional part of: Crown of left upper third molar tooth, Enamel of left upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of left upper third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57028 .

obo:FMA_57031
    obo:IAO_0000116 """type: class
is-a: Contact surface of upper second molar tooth
subclasses: Distal contact surface of left upper second molar tooth, Distal contact surface of right upper second molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_56996, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57034
            obo:FMA_57035
        )
    ] .

obo:FMA_57034
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of upper second molar tooth
regional part of: Crown of right upper second molar tooth, Enamel of right upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of right upper second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57031 .

obo:FMA_57035
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of upper second molar tooth
regional part of: Crown of left upper second molar tooth, Enamel of left upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of left upper second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57031 .

obo:FMA_57036
    obo:IAO_0000116 """type: class
is-a: Contact surface of upper second molar tooth
subclasses: Mesial contact surface of right upper second molar tooth, Mesial contact surface of left upper second molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_56996, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57037
            obo:FMA_57038
        )
    ] .

obo:FMA_57037
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of upper second molar tooth
regional part of: Crown of right upper second molar tooth, Enamel of right upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of right upper second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57036 .

obo:FMA_57038
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of upper second molar tooth
regional part of: Crown of left upper second molar tooth, Enamel of left upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of left upper second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57036 .

obo:FMA_57039
    obo:IAO_0000116 """type: class
is-a: Contact surface of upper first molar tooth
subclasses: Mesial contact surface of left upper first molar tooth, Mesial contact surface of right upper first molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_56995, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57043
            obo:FMA_57044
        )
    ] .

obo:FMA_57040
    obo:IAO_0000116 """type: class
is-a: Contact surface of upper first molar tooth
subclasses: Distal contact surface of left upper first molar tooth, Distal contact surface of right upper first molar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_56995, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57041
            obo:FMA_57042
        )
    ] .

obo:FMA_57041
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of upper first molar tooth
regional part of: Crown of right upper first molar tooth, Enamel of right upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of right upper first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57040 .

obo:FMA_57042
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of upper first molar tooth
regional part of: Crown of left upper first molar tooth, Enamel of left upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of left upper first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57040 .

obo:FMA_57043
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of upper first molar tooth
regional part of: Crown of right upper first molar tooth, Enamel of right upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of right upper first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57039 .

obo:FMA_57044
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of upper first molar tooth
regional part of: Crown of left upper first molar tooth, Enamel of left upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of left upper first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57039 .

obo:FMA_57050
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Articular capsule<br><b>subclasses</b>: Articular capsule of left temporomandibular joint, Articular capsule of right temporomandibular joint<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>constitutional part of</b>: Temporomandibular joint<br><b>regional part</b>: Fibrous membrane of articular capsule of temporomandibular joint<br><b>preferred name</b>: KB_INSTANCE_74850<br><b>constitutional part</b>: Synovial membrane of articular capsule of temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Articular capsule of temporomandibular joint" ;
    rdfs:subClassOf obo:FMA_34836, _:genid5632, _:genid5636, _:genid5638 .

obo:FMA_57051
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Articular capsule of temporomandibular joint<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>regional part</b>: Fibrous membrane of articular capsule of right temporomandibular joint<br><b>preferred name</b>: KB_INSTANCE_74851<br><b>constitutional part of</b>: Right temporomandibular joint<br><b>constitutional part</b>: Synovial membrane of articular capsule of right temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Articular capsule of right temporomandibular joint" ;
    rdfs:subClassOf example:right, obo:FMA_57050, _:genid5645, _:genid5647 .

obo:FMA_57052
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Articular capsule of temporomandibular joint<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>regional part</b>: Fibrous membrane of articular capsule of left temporomandibular joint<br><b>preferred name</b>: KB_INSTANCE_74852<br><b>constitutional part</b>: Synovial membrane of articular capsule of left temporomandibular joint<br><b>constitutional part of</b>: Left temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Articular capsule of left temporomandibular joint" ;
    rdfs:subClassOf example:left, obo:FMA_57050, _:genid5654, _:genid5656 .

obo:FMA_57053
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Fibrous membrane of articular capsule<br><b>subclasses</b>: Fibrous membrane of articular capsule of left temporomandibular joint, Fibrous membrane of articular capsule of right temporomandibular joint<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_74853<br><b>regional part of</b>: Articular capsule of temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Fibrous membrane of articular capsule of temporomandibular joint" ;
    rdfs:subClassOf obo:FMA_27984, _:genid5660 .

obo:FMA_57054
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Synovial membrane of articular capsule of synovial joint<br><b>subclasses</b>: Synovial membrane of articular capsule of left temporomandibular joint, Synovial membrane of articular capsule of right temporomandibular joint, Superior synovial membrane of articular capsule of temporomandibular joint, Inferior synovial membrane of articular capsule of temporomandibular joint<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_74854<br><b>synonym</b>: ONARD_Instance_2460037, ONARD_Instance_2460036<br><b>constitutional part of</b>: Articular capsule of temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Synovial membrane of articular capsule of temporomandibular joint" ;
    rdfs:subClassOf obo:FMA_9865 .

obo:FMA_57055
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Synovial membrane of articular capsule of temporomandibular joint<br><b>regional part</b>: Superior synovial membrane of articular capsule of right temporomandibular joint, Inferior synovial membrane of right temporomandibular joint<br><b>preferred name</b>: KB_INSTANCE_74855<br><b>synonym</b>: ONARD_Instance_2460035, ONARD_Instance_2460034<br><b>constitutional part of</b>: Articular capsule of right temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Synovial membrane of articular capsule of right temporomandibular joint" ;
    rdfs:subClassOf obo:FMA_57054, _:genid5668, _:genid5670 .

obo:FMA_57056
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Synovial membrane of articular capsule of temporomandibular joint<br><b>regional part</b>: Superior synovial membrane of articular capsule of left temporomandibular joint, Inferior synovial membrane of left temporomandibular joint<br><b>preferred name</b>: KB_INSTANCE_74856<br><b>synonym</b>: ONARD_Instance_2460033, ONARD_Instance_2460032<br><b>constitutional part of</b>: Articular capsule of left temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Synovial membrane of articular capsule of left temporomandibular joint" ;
    rdfs:subClassOf obo:FMA_57054, _:genid5674, _:genid5676 .

obo:FMA_57057
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Fibrous membrane of articular capsule of temporomandibular joint<br><b>preferred name</b>: KB_INSTANCE_74857<br><b>regional part of</b>: Articular capsule of right temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Fibrous membrane of articular capsule of right temporomandibular joint" ;
    rdfs:subClassOf example:right, obo:FMA_57053 .

obo:FMA_57058
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Fibrous membrane of articular capsule of temporomandibular joint<br><b>preferred name</b>: KB_INSTANCE_74858<br><b>regional part of</b>: Articular capsule of left temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Fibrous membrane of articular capsule of left temporomandibular joint" ;
    rdfs:subClassOf example:left, obo:FMA_57053 .

obo:FMA_57059
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Articular disk of synovial joint<br><b>subclasses</b>: Articular disk of right temporomandibular joint, Articular disk of left temporomandibular joint<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_74859<br><b>synonym</b>: KB_INSTANCE_74860, KB_INSTANCE_74861<br><b>non-English equivalent</b>: su_incus_35544<br><b>constitutional part of</b>: Temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Articular disk of temporomandibular joint" ;
    rdfs:subClassOf obo:FMA_34838, _:genid5690 .

obo:FMA_57060
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Articular disk of temporomandibular joint<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_74862<br><b>synonym</b>: KB_INSTANCE_74863<br><b>constitutional part of</b>: Right temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Articular disk of right temporomandibular joint" ;
    rdfs:subClassOf example:right, obo:FMA_57059 .

obo:FMA_57061
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Articular disk of temporomandibular joint<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_74864<br><b>synonym</b>: KB_INSTANCE_74865<br><b>constitutional part of</b>: Left temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Articular disk of left temporomandibular joint" ;
    rdfs:subClassOf example:left, obo:FMA_57059 .

obo:FMA_57062
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Synovial membrane of articular capsule of temporomandibular joint<br><b>subclasses</b>: Superior synovial membrane of articular capsule of right temporomandibular joint, Superior synovial membrane of articular capsule of left temporomandibular joint<br><b>preferred name</b>: KB_INSTANCE_74866<br><b>synonym</b>: KB_INSTANCE_74867" ;
    a owl:Class ;
    rdfs:label "Superior synovial membrane of articular capsule of temporomandibular joint" ;
    rdfs:subClassOf obo:FMA_57054, _:genid5706 .

obo:FMA_57063
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Synovial membrane of articular capsule of temporomandibular joint<br><b>subclasses</b>: Inferior synovial membrane of left temporomandibular joint, Inferior synovial membrane of right temporomandibular joint<br><b>preferred name</b>: KB_INSTANCE_74868<br><b>synonym</b>: KB_INSTANCE_74869" ;
    a owl:Class ;
    rdfs:label "Inferior synovial membrane of articular capsule of temporomandibular joint" ;
    rdfs:subClassOf obo:FMA_57054, _:genid5712 .

obo:FMA_57064
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Inferior synovial membrane of articular capsule of temporomandibular joint<br><b>preferred name</b>: KB_INSTANCE_74870<br><b>regional part of</b>: Synovial membrane of articular capsule of right temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Inferior synovial membrane of right temporomandibular joint" ;
    rdfs:subClassOf example:right, obo:FMA_57063 .

obo:FMA_57065
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Inferior synovial membrane of articular capsule of temporomandibular joint<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_74871<br><b>regional part of</b>: Synovial membrane of articular capsule of left temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Inferior synovial membrane of left temporomandibular joint" ;
    rdfs:subClassOf example:left, obo:FMA_57063 .

obo:FMA_57066
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Superior synovial membrane of articular capsule of temporomandibular joint<br><b>preferred name</b>: KB_INSTANCE_74872<br><b>regional part of</b>: Synovial membrane of articular capsule of right temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Superior synovial membrane of articular capsule of right temporomandibular joint" ;
    rdfs:subClassOf example:right, obo:FMA_57062 .

obo:FMA_57067
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Superior synovial membrane of articular capsule of temporomandibular joint<br><b>preferred name</b>: KB_INSTANCE_74873<br><b>regional part of</b>: Synovial membrane of articular capsule of left temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Superior synovial membrane of articular capsule of left temporomandibular joint" ;
    rdfs:subClassOf example:left, obo:FMA_57062 .

obo:FMA_57070
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Skeletal ligament<br><b>subclasses</b>: Stylomandibular ligament, Sphenomandibular ligament, Medial ligament of temporomandibular joint, Lateral ligament of temporomandibular joint<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_74875<br><b>synonym</b>: KB_AUTO-INSERT2_167" ;
    a owl:Class ;
    rdfs:label "Ligament of temporomandibular joint" ;
    rdfs:subClassOf obo:FMA_25624 .

obo:FMA_57071
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Ligament of temporomandibular joint<br><b>subclasses</b>: Lateral ligament of left temporomandibular joint, Lateral ligament of right temporomandibular joint<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_74876<br><b>synonym</b>: KB_INSTANCE_74877, KB_INSTANCE_74878<br><b>non-English equivalent</b>: su_incus_35477<br><b>constitutional part of</b>: Temporomandibular joint<br><b>attaches to</b>: Tubercle of zygomatic root" ;
    a owl:Class ;
    rdfs:label "Lateral ligament of temporomandibular joint" ;
    rdfs:subClassOf obo:FMA_57070, _:genid5740 .

obo:FMA_57072
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lateral ligament of temporomandibular joint<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_74879<br><b>constitutional part of</b>: Right temporomandibular joint<br><b>attaches to</b>: Tubercle of right zygomatic root" ;
    a owl:Class ;
    rdfs:label "Lateral ligament of right temporomandibular joint" ;
    rdfs:subClassOf example:right, obo:FMA_57071 .

obo:FMA_57073
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lateral ligament of temporomandibular joint<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>constitutional part of</b>: Left temporomandibular joint<br><b>preferred name</b>: KB_INSTANCE_74880<br><b>attaches to</b>: Tubercle of left zygomatic root" ;
    a owl:Class ;
    rdfs:label "Lateral ligament of left temporomandibular joint" ;
    rdfs:subClassOf example:left, obo:FMA_57071 .

obo:FMA_57074
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Ligament of temporomandibular joint<br><b>subclasses</b>: Medial ligament of left temporomandibular joint, Medial ligament of right temporomandibular joint<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_74881<br><b>synonym</b>: KB_INSTANCE_74882<br><b>non-English equivalent</b>: su_incus_35476<br><b>constitutional part of</b>: Temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Medial ligament of temporomandibular joint" ;
    rdfs:subClassOf obo:FMA_57070, _:genid5756 .

obo:FMA_57075
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Medial ligament of temporomandibular joint<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_74883<br><b>constitutional part of</b>: Right temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Medial ligament of right temporomandibular joint" ;
    rdfs:subClassOf example:right, obo:FMA_57074 .

obo:FMA_57076
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Medial ligament of temporomandibular joint<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_74884<br><b>constitutional part of</b>: Left temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Medial ligament of left temporomandibular joint" ;
    rdfs:subClassOf example:left, obo:FMA_57074 .

obo:FMA_57077
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Ligament of temporomandibular joint<br><b>subclasses</b>: Left sphenomandibular ligament, Right sphenomandibular ligament<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_74885<br><b>synonym</b>: KB_INSTANCE_74887<br><b>attaches to</b>: Lingula of mandible<br><b>non-English equivalent</b>: KB_INSTANCE_74886, KB_AUTO-INSERT(3)_791<br><b>constitutional part of</b>: Temporomandibular joint<br><b>derives from</b>: Meckel's cartilage" ;
    a owl:Class ;
    rdfs:label "Sphenomandibular ligament" ;
    rdfs:subClassOf obo:FMA_57070, _:genid5772 .

obo:FMA_57078
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Sphenomandibular ligament<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_74888<br><b>synonym</b>: KB_INSTANCE_74889<br><b>constitutional part of</b>: Right temporomandibular joint<br><b>derives from</b>: Right Meckel's cartilage<br><b>attaches to</b>: Right lingula of mandible" ;
    a owl:Class ;
    rdfs:label "Right sphenomandibular ligament" ;
    rdfs:subClassOf example:right, obo:FMA_57077 .

obo:FMA_57079
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Sphenomandibular ligament<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_74890<br><b>synonym</b>: KB_INSTANCE_74891<br><b>constitutional part of</b>: Left temporomandibular joint<br><b>derives from</b>: Left Meckel's cartilage<br><b>attaches to</b>: Left lingula of mandible" ;
    a owl:Class ;
    rdfs:label "Left sphenomandibular ligament" ;
    rdfs:subClassOf example:left, obo:FMA_57077 .

obo:FMA_57083
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Ligament of temporomandibular joint<br><b>subclasses</b>: Left stylomandibular ligament, Right stylomandibular ligament<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>constitutional part of</b>: Temporomandibular joint<br><b>preferred name</b>: KB_INSTANCE_74898<br><b>synonym</b>: KB_INSTANCE_74900<br><b>non-English equivalent</b>: KB_INSTANCE_74899, KB_AUTO-INSERT(3)_792" ;
    a owl:Class ;
    rdfs:label "Stylomandibular ligament" ;
    rdfs:subClassOf obo:FMA_57070, _:genid5788 .

obo:FMA_57084
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Stylomandibular ligament<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_74901<br><b>synonym</b>: KB_INSTANCE_74902<br><b>constitutional part of</b>: Right temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Right stylomandibular ligament" ;
    rdfs:subClassOf example:right, obo:FMA_57083 .

obo:FMA_57086
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Stylomandibular ligament<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Has_anatomical_coordinate relation, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_74904<br><b>synonym</b>: KB_INSTANCE_74905<br><b>constitutional part of</b>: Left temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Left stylomandibular ligament" ;
    rdfs:subClassOf example:left, obo:FMA_57083 .

obo:FMA_57089
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Articular cartilage<br><b>subclasses</b>: Articular cartilage of left head of mandible, Articular cartilage of right head of mandible<br><b>preferred name</b>: KB_INSTANCE_74908<br><b>constitutional part of</b>: Temporomandibular joint", """type: class
is-a: Articular cartilage
subclasses: Articular cartilage of left head of mandible, Articular cartilage of right head of mandible
constitutional part of: Temporomandibular joint""" ;
    a owl:Class ;
    rdfs:label "Articular cartilage of head of mandible" ;
    rdfs:subClassOf obo:FMA_12264, _:genid5803 .

obo:FMA_57092
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Articular cartilage of head of mandible<br><b>preferred name</b>: KB_INSTANCE_74911<br><b>constitutional part of</b>: Mandible, Right temporomandibular joint", """type: class
is-a: Articular cartilage of head of mandible
constitutional part of: Mandible, Right temporomandibular joint""" ;
    a owl:Class ;
    rdfs:label "Articular cartilage of right head of mandible" ;
    rdfs:subClassOf example:right, obo:FMA_57089 .

obo:FMA_57095
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Articular cartilage of head of mandible<br><b>preferred name</b>: KB_INSTANCE_74914<br><b>constitutional part of</b>: Left temporomandibular joint, Mandible", """type: class
is-a: Articular cartilage of head of mandible
constitutional part of: Left temporomandibular joint, Mandible""" ;
    a owl:Class ;
    rdfs:label "Articular cartilage of left head of mandible" ;
    rdfs:subClassOf example:left, obo:FMA_57089 .

obo:FMA_57096
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Articular cartilage<br><b>subclasses</b>: Articular cartilage of posterior part of zygomatic process of right temporal bone, Articular cartilage of posterior part of zygomatic process of left temporal bone<br><b>preferred name</b>: KB_INSTANCE_74915<br><b>constitutional part of</b>: Temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Articular cartilage of posterior part of zygomatic process of temporal bone" ;
    rdfs:subClassOf obo:FMA_12264, _:genid5815 .

obo:FMA_57097
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Articular cartilage of posterior part of zygomatic process of temporal bone<br><b>preferred name</b>: KB_INSTANCE_74916<br><b>constitutional part of</b>: Right temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Articular cartilage of posterior part of zygomatic process of right temporal bone" ;
    rdfs:subClassOf example:right, obo:FMA_57096 .

obo:FMA_57098
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Articular cartilage of posterior part of zygomatic process of temporal bone<br><b>preferred name</b>: KB_INSTANCE_74917<br><b>constitutional part of</b>: Left temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Articular cartilage of posterior part of zygomatic process of left temporal bone" ;
    rdfs:subClassOf example:left, obo:FMA_57096 .

obo:FMA_57099
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Synovial cavity of joint<br><b>subclasses</b>: Synovial cavity of left temporomandibular joint, Synovial cavity of right temporomandibular joint<br><b>:slot-templates</b>: contains <i>value-type</i>: Portion of body substance, contains <i>value-type</i>: Class<br><b>preferred name</b>: KB_INSTANCE_74918<br><b>synonym</b>: KB_INSTANCE_74919<br><b>constitutional part of</b>: Temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Synovial cavity of temporomandibular joint" ;
    rdfs:subClassOf obo:FMA_11356, _:genid5831 .

obo:FMA_57101
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Synovial cavity of temporomandibular joint<br><b>:slot-templates</b>: contains <i>value-type</i>: Portion of body substance, contains <i>value-type</i>: Class<br><b>preferred name</b>: KB_INSTANCE_74921<br><b>contains</b>: Synovial fluid of right temporomandibular joint<br><b>constitutional part of</b>: Right temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Synovial cavity of right temporomandibular joint" ;
    rdfs:subClassOf example:right, obo:FMA_57099, _:genid5840 .

obo:FMA_57102
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Synovial cavity of temporomandibular joint<br><b>:slot-templates</b>: contains <i>value-type</i>: Portion of body substance, contains <i>value-type</i>: Class<br><b>preferred name</b>: KB_INSTANCE_74922<br><b>synonym</b>: KB_INSTANCE_74923<br><b>contains</b>: Synovial fluid of left temporomandibular joint<br><b>constitutional part of</b>: Left temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Synovial cavity of left temporomandibular joint" ;
    rdfs:subClassOf example:left, obo:FMA_57099, _:genid5847 .

obo:FMA_57103
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Portion of synovial fluid<br><b>subclasses</b>: Synovial fluid of left temporomandibular joint, Synovial fluid of right temporomandibular joint<br><b>preferred name</b>: KB_INSTANCE_74924" ;
    a owl:Class ;
    rdfs:label "Synovial fluid of temporomandibular joint" ;
    rdfs:subClassOf obo:FMA_12277, _:genid5851 .

obo:FMA_57104
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Synovial fluid of temporomandibular joint<br><b>preferred name</b>: KB_INSTANCE_74925<br><b>contained in</b>: Synovial cavity of right temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Synovial fluid of right temporomandibular joint" ;
    rdfs:subClassOf example:right, obo:FMA_57103 .

obo:FMA_57105
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Synovial fluid of temporomandibular joint<br><b>preferred name</b>: KB_INSTANCE_74926<br><b>contained in</b>: Synovial cavity of left temporomandibular joint" ;
    a owl:Class ;
    rdfs:label "Synovial fluid of left temporomandibular joint" ;
    rdfs:subClassOf example:left, obo:FMA_57103 .

obo:FMA_57140
    obo:IAO_0000116 """type: class
is-a: Lower lateral secondary incisor tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Crown of right lower lateral incisor tooth, Root of right lower lateral incisor tooth
constitutional part: Dentine of right lower lateral secondary incisor tooth, Dental pulp of right lower lateral incisor tooth, Cavity of right lower lateral incisor tooth, Periodontium of right lower lateral incisor tooth, Cement of right lower lateral secondary incisor tooth, Enamel of right lower lateral secondary incisor tooth
member of: Secondary mandibular dentition""" ;
    obo:OHD_0000065 "Tooth 26" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Right lower lateral secondary incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55725, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_mandibular_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55784
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55786
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55788
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55790
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56117
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56676
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56534
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56536
    ] .

obo:FMA_57141
    obo:IAO_0000116 """type: class
is-a: Lower lateral secondary incisor tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance
regional part: Root of left lower lateral incisor tooth, Crown of left lower lateral incisor tooth
constitutional part: Dental pulp of left lower lateral incisor tooth, Enamel of left lower lateral secondary incisor tooth, Cement of left lower lateral secondary incisor tooth, Cavity of left lower lateral incisor tooth, Dentine of left lower lateral secondary incisor tooth
member of: Secondary mandibular dentition""" ;
    obo:OHD_0000065 "Tooth 23" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Left lower lateral secondary incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55725, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_mandibular_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55785
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55787
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55789
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55791
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56118
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56535
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56537
    ] .

obo:FMA_57142
    obo:IAO_0000116 """type: class
is-a: Lower central secondary incisor tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance
regional part: Crown of right lower central incisor tooth, Root of right lower central incisor tooth
constitutional part: Dental pulp of right lower central incisor tooth, Dentine of right lower central secondary incisor tooth, Cavity of right lower central incisor tooth, Periodontium of right lower central incisor tooth, Cement of right lower central secondary incisor tooth, Enamel of right lower central secondary incisor tooth
member of: Secondary mandibular dentition""" ;
    obo:OHD_0000065 "Tooth 25" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Right lower central secondary incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_55723, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_mandibular_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55768
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55770
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55772
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55792
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56115
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56673
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56540
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56542
    ] .

obo:FMA_57143
    obo:IAO_0000116 """type: class
is-a: Lower central secondary incisor tooth
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance
regional part: Crown of left lower central incisor tooth, Root of left lower central incisor tooth
constitutional part: Dental pulp of left lower central incisor tooth, Dentine of left lower central secondary incisor tooth, Cavity of left lower central incisor tooth, Periodontium of left lower central incisor tooth, Cement of left lower central secondary incisor tooth, Enamel of left lower central secondary incisor tooth
member of: Secondary mandibular dentition""" ;
    obo:OHD_0000065 "Tooth 24" ;
    a owl:Class, owl:NamedIndividual ;
    rdfs:label "Left lower central secondary incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_55723, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_mandibular_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55769
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55771
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55773
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_55793
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56116
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_56674
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56541
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56543
    ] .

obo:FMA_57144
    obo:IAO_0000116 """type: class
is-a: Crown of molar tooth
subclasses: Crown of left upper third molar tooth, Crown of right upper third molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Crown of upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_85301, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57146
            obo:FMA_57147
        )
    ] .

obo:FMA_57145
    obo:IAO_0000116 """type: class
is-a: Root of molar tooth
subclasses: Distobuccal root of upper third molar tooth, Mesiobuccal root of upper third molar tooth, Lingual root of upper third molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Root of upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_85302 .

obo:FMA_57146
    obo:IAO_0000116 """type: class
is-a: Crown of upper third molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part: Mesiobuccal cusp of right upper third molar tooth, Mesiolingual cusp of right upper third molar tooth, Distobuccal cusp of right upper third molar tooth, Crown proper of right upper third molar tooth, Lingual surface of right upper third molar tooth, Occlusal surface of right upper third molar tooth, Distal surface of right upper third molar tooth, Mesial contact surface of right upper third molar tooth, Buccal surface of right upper third molar tooth
regional part of: Right upper third secondary molar tooth
part: Mesial surface of right upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of right upper third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57144, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_56382
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56378
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56380
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56384
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56386
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56864
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56866
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56868
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57029
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57524
    ] .

obo:FMA_57147
    obo:IAO_0000116 """type: class
is-a: Crown of upper third molar tooth
regional part: Mesiobuccal cusp of left upper third molar tooth, Mesiolingual cusp of left upper third molar tooth, Distobuccal cusp of left upper third molar tooth, Crown proper of left upper third molar tooth, Lingual surface of left upper third molar tooth, Mesial surface of left upper third molar tooth, Distal surface of left upper third molar tooth, Occlusal surface of left upper third molar tooth, Mesial contact surface of left upper third molar tooth, Buccal surface of left upper third molar tooth
regional part of: Left upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of left upper third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57144, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56379
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56381
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56383
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56385
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56387
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56865
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56867
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56869
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57030
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57525
    ] .

obo:FMA_57148
    obo:IAO_0000116 """type: class
is-a: Crown of molar tooth
subclasses: Crown of right upper second molar tooth, Crown of left upper second molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Crown of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_85301, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57150
            obo:FMA_57151
        )
    ] .

obo:FMA_57149
    obo:IAO_0000116 """type: class
is-a: Root of molar tooth
subclasses: Mesiobuccal root of upper second molar tooth, Lingual root of upper second molar tooth, Distobuccal root of upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_85302 .

obo:FMA_57150
    obo:IAO_0000116 """type: class
is-a: Crown of upper second molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part: Mesiobuccal cusp of right upper second molar tooth, Mesiolingual cusp of right upper second molar tooth, Distobuccal cusp of right upper second molar tooth, Crown proper of right upper second molar tooth, Distal surface of right upper second molar tooth, Buccal surface of right upper second molar tooth, Lingual surface of right upper second molar tooth, Occlusal surface of right upper second molar tooth, Mesial contact surface of right upper second molar tooth, Distal contact surface of right upper second molar tooth, Mesial surface of right upper second molar tooth
regional part of: Right upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of right upper second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57148, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56393
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56395
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56397
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56399
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56401
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56855
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56857
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56859
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57034
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57037
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57526
    ] .

obo:FMA_57151
    obo:IAO_0000116 """type: class
is-a: Crown of upper second molar tooth
regional part: Mesiobuccal cusp of left upper second molar tooth, Distobuccal cusp of left upper second molar tooth, Mesiolingual cusp of left upper second molar tooth, Crown proper of left upper second molar tooth, Distal surface of left upper second molar tooth, Buccal surface of left upper second molar tooth, Occlusal surface of left upper second molar tooth, Mesial contact surface of left upper second molar tooth, Distal contact surface of left upper second molar tooth, Mesial surface of left upper second molar tooth
regional part of: Left upper second secondary molar tooth
part: Lingual surface of left upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of left upper second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57148, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_56400
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56394
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56396
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56398
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56402
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56856
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56858
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_56860
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57035
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57038
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57527
    ] .

obo:FMA_57152
    obo:IAO_0000116 """type: class
is-a: Cavity of upper third molar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Right upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of right upper third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56143 .

obo:FMA_57153
    obo:IAO_0000116 """type: class
is-a: Cavity of upper third molar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Left upper third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of left upper third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56143 .

obo:FMA_57154
    obo:IAO_0000116 """type: class
is-a: Cavity of upper second molar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Right upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of right upper second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56142 .

obo:FMA_57155
    obo:IAO_0000116 """type: class
is-a: Cavity of upper second molar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Left upper second secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of left upper second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56142 .

obo:FMA_57156
    obo:IAO_0000116 """type: class
is-a: Cavity of upper first molar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Right upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of right upper first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56141 .

obo:FMA_57157
    obo:IAO_0000116 """type: class
is-a: Cavity of upper first molar tooth
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
constitutional part of: Left upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Cavity of left upper first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56141 .

obo:FMA_57490
    obo:IAO_0000116 """type: class
is-a: Cavity of organ part
subclasses: Tooth socket of mandible, Canine socket, Incisor socket, Tooth socket of maxilla, Molar socket, Premolar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Tooth socket" ;
    rdfs:subClassOf obo:FMA_24034 .

obo:FMA_57492
    obo:IAO_0000116 """type: class
is-a: Region of organ component
subclasses: Canine eminence, Crown proper of tooth, Cusp of tooth, Cingulum of tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of tooth""" ;
    a owl:Class ;
    rdfs:label "Region of crown of tooth" ;
    rdfs:subClassOf obo:FMA_86103 .

obo:FMA_57493
    obo:IAO_0000116 """type: class
is-a: Region of crown of tooth
subclasses: Crown proper of premolar tooth, Crown proper of incisor tooth, Crown proper of molar tooth, Crown proper of canine tooth
regional part of: Crown of tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of tooth" ;
    rdfs:subClassOf obo:FMA_57492 .

obo:FMA_57494
    obo:IAO_0000116 """type: class
is-a: Crown proper of tooth
subclasses: Crown proper of lower premolar tooth, Crown proper of upper premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Crown proper of premolar tooth" ;
    rdfs:subClassOf obo:FMA_57493 .

obo:FMA_57495
    obo:IAO_0000116 """type: class
is-a: Crown proper of tooth
subclasses: Crown proper of lower molar tooth, Crown proper of upper molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of molar tooth" ;
    rdfs:subClassOf obo:FMA_57493 .

obo:FMA_57496
    obo:IAO_0000116 """type: class
is-a: Crown proper of premolar tooth
subclasses: Crown proper of upper first premolar tooth, Crown proper of upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of upper premolar tooth" ;
    rdfs:subClassOf obo:FMA_57494 .

obo:FMA_57497
    obo:IAO_0000116 """type: class
is-a: Crown proper of premolar tooth
subclasses: Crown proper of lower second premolar tooth, Crown proper of lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of lower premolar tooth" ;
    rdfs:subClassOf obo:FMA_57494 .

obo:FMA_57498
    obo:IAO_0000116 """type: class
is-a: Crown proper of upper premolar tooth
subclasses: Crown proper of right upper first premolar tooth, Crown proper of left upper first premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Crown proper of upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_57496, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57502
            obo:FMA_57503
        )
    ] .

obo:FMA_57499
    obo:IAO_0000116 """type: class
is-a: Crown proper of upper premolar tooth
subclasses: Crown proper of right upper second premolar tooth, Crown proper of left upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of upper second premolar tooth" ;
    rdfs:subClassOf obo:FMA_57496, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57500
            obo:FMA_57501
        )
    ] .

obo:FMA_57500
    obo:IAO_0000116 """type: class
is-a: Crown proper of upper second premolar tooth
regional part of: Crown of right upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of right upper second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57499 .

obo:FMA_57501
    obo:IAO_0000116 """type: class
is-a: Crown proper of upper second premolar tooth
regional part of: Crown of left upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of left upper second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57499 .

obo:FMA_57502
    obo:IAO_0000116 """type: class
is-a: Crown proper of upper first premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of right upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of right upper first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57498 .

obo:FMA_57503
    obo:IAO_0000116 """type: class
is-a: Crown proper of upper first premolar tooth
regional part of: Crown of left upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of left upper first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57498 .

obo:FMA_57504
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower premolar tooth
subclasses: Crown proper of left lower first premolar tooth, Crown proper of right lower first premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Crown proper of lower first premolar tooth" ;
    rdfs:subClassOf obo:FMA_57497, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57508
            obo:FMA_57509
        )
    ] .

obo:FMA_57505
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower premolar tooth
subclasses: Crown proper of right lower second premolar tooth, Crown proper of left lower second premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Crown proper of lower second premolar tooth" ;
    rdfs:subClassOf obo:FMA_57497, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57506
            obo:FMA_57507
        )
    ] .

obo:FMA_57506
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower second premolar tooth
regional part of: Crown of right lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of right lower second premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57505 .

obo:FMA_57507
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower second premolar tooth
regional part of: Crown of left lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of left lower second premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57505 .

obo:FMA_57508
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower first premolar tooth
regional part of: Crown of right lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of right lower first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57504 .

obo:FMA_57509
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower first premolar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of left lower first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of left lower first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57504 .

obo:FMA_57510
    obo:IAO_0000116 """type: class
is-a: Crown proper of molar tooth
subclasses: Crown proper of upper first molar tooth, Crown proper of upper third molar tooth, Crown proper of upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of upper molar tooth" ;
    rdfs:subClassOf obo:FMA_57495 .

obo:FMA_57511
    obo:IAO_0000116 """type: class
is-a: Crown proper of molar tooth
subclasses: Crown proper of lower third molar tooth, Crown proper of lower second molar tooth, Crown proper of lower first molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Crown proper of lower molar tooth" ;
    rdfs:subClassOf obo:FMA_57495 .

obo:FMA_57512
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower molar tooth
subclasses: Crown proper of left lower first molar tooth, Crown proper of right lower first molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Crown proper of lower first molar tooth" ;
    rdfs:subClassOf obo:FMA_57511, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57519
            obo:FMA_57520
        )
    ] .

obo:FMA_57513
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower molar tooth
subclasses: Crown proper of left lower second molar tooth, Crown proper of right lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of lower second molar tooth" ;
    rdfs:subClassOf obo:FMA_57511, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57517
            obo:FMA_57518
        )
    ] .

obo:FMA_57514
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower molar tooth
subclasses: Crown proper of right lower third molar tooth, Crown proper of left lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of lower third molar tooth" ;
    rdfs:subClassOf obo:FMA_57511, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57515
            obo:FMA_57516
        )
    ] .

obo:FMA_57515
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower third molar tooth
regional part of: Crown of right lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of right lower third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57514 .

obo:FMA_57516
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower third molar tooth
regional part of: Crown of left lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of left lower third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57514 .

obo:FMA_57517
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower second molar tooth
regional part of: Crown of right lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of right lower second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57513 .

obo:FMA_57518
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower second molar tooth
regional part of: Crown of left lower second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of left lower second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57513 .

obo:FMA_57519
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower first molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of right lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of right lower first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57512 .

obo:FMA_57520
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower first molar tooth
regional part of: Crown of left lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of left lower first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57512 .

obo:FMA_57521
    obo:IAO_0000116 """type: class
is-a: Crown proper of upper molar tooth
subclasses: Crown proper of left upper first molar tooth, Crown proper of right upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of upper first molar tooth" ;
    rdfs:subClassOf obo:FMA_57510, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57528
            obo:FMA_57529
        )
    ] .

obo:FMA_57522
    obo:IAO_0000116 """type: class
is-a: Crown proper of upper molar tooth
subclasses: Crown proper of left upper second molar tooth, Crown proper of right upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of upper second molar tooth" ;
    rdfs:subClassOf obo:FMA_57510, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57526
            obo:FMA_57527
        )
    ] .

obo:FMA_57523
    obo:IAO_0000116 """type: class
is-a: Crown proper of upper molar tooth
subclasses: Crown proper of left upper third molar tooth, Crown proper of right upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of upper third molar tooth" ;
    rdfs:subClassOf obo:FMA_57510, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57524
            obo:FMA_57525
        )
    ] .

obo:FMA_57524
    obo:IAO_0000116 """type: class
is-a: Crown proper of upper third molar tooth
regional part of: Crown of right upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of right upper third molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57523 .

obo:FMA_57525
    obo:IAO_0000116 """type: class
is-a: Crown proper of upper third molar tooth
regional part of: Crown of left upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of left upper third molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57523 .

obo:FMA_57526
    obo:IAO_0000116 """type: class
is-a: Crown proper of upper second molar tooth
regional part of: Crown of right upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of right upper second molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57522 .

obo:FMA_57527
    obo:IAO_0000116 """type: class
is-a: Crown proper of upper second molar tooth
regional part of: Crown of left upper second molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of left upper second molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57522 .

obo:FMA_57528
    obo:IAO_0000116 """type: class
is-a: Crown proper of upper first molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of right upper first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of right upper first molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57521 .

obo:FMA_57529
    obo:IAO_0000116 """type: class
is-a: Crown proper of upper first molar tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
part of: Left upper first secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of left upper first molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57521 .

obo:FMA_57656
    obo:IAO_0000116 """type: class
is-a: Contact surface of upper first premolar tooth
subclasses: Mesial contact surface of left upper first premolar tooth, Mesial contact surface of right upper first premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56975, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57660
            obo:FMA_57661
        )
    ] .

obo:FMA_57657
    obo:IAO_0000116 """type: class
is-a: Contact surface of upper first premolar tooth
subclasses: Distal contact surface of right upper first premolar tooth, Distal contact surface of left upper first premolar tooth
:direct-template-slots: regional part of""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of upper first premolar tooth" ;
    rdfs:subClassOf obo:FMA_56975, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57658
            obo:FMA_57659
        )
    ] .

obo:FMA_57658
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of upper first premolar tooth
regional part of: Crown of right upper first premolar tooth, Enamel of right upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of right upper first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57657 .

obo:FMA_57659
    obo:IAO_0000116 """type: class
is-a: Distal contact surface of upper first premolar tooth
regional part of: Crown of left upper first premolar tooth, Enamel of left upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal contact surface of left upper first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57657 .

obo:FMA_57660
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of upper first premolar tooth
regional part of: Crown of right upper first premolar tooth, Enamel of right upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of right upper first premolar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57656 .

obo:FMA_57661
    obo:IAO_0000116 """type: class
is-a: Mesial contact surface of upper first premolar tooth
regional part of: Crown of left upper first premolar tooth, Enamel of left upper first secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial contact surface of left upper first premolar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57656 .

obo:FMA_57663
    obo:IAO_0000116 """type: class
is-a: Labial surface enamel of tooth, Labial surface of upper canine tooth
regional part of: Crown of right upper canine tooth, Enamel of right upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Labial surface of right upper canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56241 .

obo:FMA_57664
    obo:IAO_0000116 """type: class
is-a: Labial surface enamel of tooth, Labial surface of upper canine tooth
regional part of: Crown of left upper canine tooth, Enamel of left upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Labial surface of left upper canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56241 .

obo:FMA_57665
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of upper canine tooth
regional part of: Crown of right upper canine tooth, Enamel of right upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of right upper canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56242 .

obo:FMA_57666
    obo:IAO_0000116 """type: class
is-a: Lingual surface enamel of tooth, Lingual surface of upper canine tooth
regional part of: Crown of left upper canine tooth, Enamel of left upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface of left upper canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56242 .

obo:FMA_57667
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of upper canine tooth
regional part of: Crown of right upper canine tooth, Enamel of right upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of right upper canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56243 .

obo:FMA_57668
    obo:IAO_0000116 """type: class
is-a: Mesial surface enamel of tooth, Mesial surface of upper canine tooth
regional part of: Crown of left upper canine tooth, Enamel of left upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface of left upper canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56243 .

obo:FMA_57669
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of upper canine tooth
regional part of: Crown of right upper canine tooth, Enamel of right upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of right upper canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56244 .

obo:FMA_57670
    obo:IAO_0000116 """type: class
is-a: Distal surface enamel of tooth, Distal surface of upper canine tooth
regional part of: Crown of left upper canine tooth, Enamel of left upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface of left upper canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56244 .

obo:FMA_57671
    obo:IAO_0000116 """type: class
is-a: Incisal surface of upper canine tooth
part of: Crown of right upper canine tooth
regional part of: Enamel of right upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Incisal surface of right upper canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_56245 .

obo:FMA_57672
    obo:IAO_0000116 """type: class
is-a: Incisal surface of upper canine tooth
regional part of: Crown of left upper canine tooth, Enamel of left upper secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Incisal surface of left upper canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_56245 .

obo:FMA_57684
    obo:IAO_0000116 """type: class
is-a: Body of maxilla
regional part: Body proper of right maxilla, Orbital part of right maxilla, Right side of anterior nasal spine, Infratemporal part of right maxilla, Right maxillary sinus, Right maxillary tuberosity, Right conchal crest
regional part of: Right maxilla""" ;
    a owl:Class ;
    rdfs:label "Body of right maxilla" ;
    rdfs:subClassOf example:right, obo:FMA_52846, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_54672
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57716
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57732
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57766
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57769
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59051
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59054
    ] .

obo:FMA_57685
    obo:IAO_0000116 """type: class
is-a: Body of maxilla
regional part: Body proper of left maxilla, Infratemporal part of left maxilla, Orbital part of left maxilla, Left side of anterior nasal spine, Left maxillary tuberosity, Left conchal crest, Left maxillary sinus
regional part of: Left maxilla""" ;
    a owl:Class ;
    rdfs:label "Body of left maxilla" ;
    rdfs:subClassOf example:left, obo:FMA_52846, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_54673
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57717
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57733
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57767
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57770
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59052
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59055
    ] .

obo:FMA_57686
    obo:IAO_0000116 """type: class
is-a: Frontal process of maxilla
regional part: Right anterior lacrimal crest, Right ethmoidal crest, Frontal process proper of right maxilla
regional part of: Right maxilla""" ;
    a owl:Class ;
    rdfs:label "Frontal process of right maxilla" ;
    rdfs:subClassOf example:right, obo:FMA_52894, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57750
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57753
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57756
    ] .

obo:FMA_57687
    obo:IAO_0000116 """type: class
is-a: Frontal process of maxilla
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part: Left anterior lacrimal crest, Left ethmoidal crest, Frontal process proper of left maxilla
regional part of: Left maxilla""" ;
    a owl:Class ;
    rdfs:label "Frontal process of left maxilla" ;
    rdfs:subClassOf example:left, obo:FMA_52894, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57751
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57754
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_57757
    ] .

obo:FMA_57688
    obo:IAO_0000116 """type: class
is-a: Zygomatic process of maxilla
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Right maxilla""" ;
    a owl:Class ;
    rdfs:label "Zygomatic process of right maxilla" ;
    rdfs:subClassOf example:right, obo:FMA_52895 .

obo:FMA_57689
    obo:IAO_0000116 """type: class
is-a: Zygomatic process of maxilla
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Left maxilla""" ;
    a owl:Class ;
    rdfs:label "Zygomatic process of left maxilla" ;
    rdfs:subClassOf example:left, obo:FMA_52895 .

obo:FMA_57690
    obo:IAO_0000116 """type: class
is-a: Palatine process of maxilla
regional part: Palatine process proper of right maxilla, Nasal crest of palatine process of right maxilla, Right anterior incisive foramina, Right posterior incisive foramina
regional part of: Right maxilla
constitutional part of: Bony part of hard palate, Hard palate
systemic part of: Bony part of hard palate""" ;
    a owl:Class ;
    rdfs:label "Palatine process of right maxilla" ;
    rdfs:subClassOf example:right, obo:FMA_52896, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59114
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59127
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59131
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59133
    ] .

obo:FMA_57691
    obo:IAO_0000116 """type: class
is-a: Palatine process of maxilla
regional part: Palatine process proper of left maxilla, Nasal crest of palatine process of left maxilla, Left anterior incisive foramina, Left posterior incisive foramina
regional part of: Left maxilla
systemic part of: Bony part of hard palate
constitutional part of: Hard palate, Bony part of hard palate""" ;
    a owl:Class ;
    rdfs:label "Palatine process of left maxilla" ;
    rdfs:subClassOf example:left, obo:FMA_52896, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59115
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59128
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59132
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59134
    ] .

obo:FMA_57715
    obo:IAO_0000116 """type: class
is-a: Paranasal sinus
subclasses: Left maxillary sinus, Right maxillary sinus
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Maxillary sinus" ;
    rdfs:subClassOf obo:FMA_59679, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57716
            obo:FMA_57717
        )
    ] .

obo:FMA_57716
    obo:IAO_0000116 """type: class
is-a: Maxillary sinus
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
regional part of: Body of right maxilla""" ;
    a owl:Class ;
    rdfs:label "Right maxillary sinus" ;
    rdfs:subClassOf example:right, obo:FMA_57715 .

obo:FMA_57717
    obo:IAO_0000116 """type: class
is-a: Maxillary sinus
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
regional part of: Body of left maxilla""" ;
    a owl:Class ;
    rdfs:label "Left maxillary sinus" ;
    rdfs:subClassOf example:left, obo:FMA_57715 .

obo:FMA_57731
    obo:IAO_0000116 """type: class
is-a: Tubercle
subclasses: Left maxillary tuberosity, Right maxillary tuberosity""" ;
    a owl:Class ;
    rdfs:label "Maxillary tuberosity" ;
    rdfs:subClassOf obo:FMA_75429, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57732
            obo:FMA_57733
        )
    ] .

obo:FMA_57732
    obo:IAO_0000116 """type: class
is-a: Maxillary tuberosity
regional part of: Body of right maxilla""" ;
    a owl:Class ;
    rdfs:label "Right maxillary tuberosity" ;
    rdfs:subClassOf example:right, obo:FMA_57731 .

obo:FMA_57733
    obo:IAO_0000116 """type: class
is-a: Maxillary tuberosity
regional part of: Body of left maxilla""" ;
    a owl:Class ;
    rdfs:label "Left maxillary tuberosity" ;
    rdfs:subClassOf example:left, obo:FMA_57731 .

obo:FMA_57750
    obo:IAO_0000116 """type: class
is-a: Anterior lacrimal crest of maxilla
regional part of: Frontal process of right maxilla""" ;
    a owl:Class ;
    rdfs:label "Right anterior lacrimal crest" ;
    rdfs:subClassOf example:right, obo:FMA_75059 .

obo:FMA_57751
    obo:IAO_0000116 """type: class
is-a: Anterior lacrimal crest of maxilla
regional part of: Frontal process of left maxilla""" ;
    a owl:Class ;
    rdfs:label "Left anterior lacrimal crest" ;
    rdfs:subClassOf example:left, obo:FMA_75059 .

obo:FMA_57753
    obo:IAO_0000116 """type: class
is-a: Ethmoidal crest of maxilla
regional part of: Frontal process of right maxilla""" ;
    a owl:Class ;
    rdfs:label "Right ethmoidal crest" ;
    rdfs:subClassOf example:right, obo:FMA_75061 .

obo:FMA_57754
    obo:IAO_0000116 """type: class
is-a: Ethmoidal crest of maxilla
regional part of: Frontal process of left maxilla""" ;
    a owl:Class ;
    rdfs:label "Left ethmoidal crest" ;
    rdfs:subClassOf example:left, obo:FMA_75061 .

obo:FMA_57755
    obo:IAO_0000116 """type: class
is-a: Zone of maxilla
subclasses: Frontal process proper of left maxilla, Frontal process proper of right maxilla""" ;
    a owl:Class ;
    rdfs:label "Frontal process proper of maxilla" ;
    rdfs:subClassOf obo:FMA_52845, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57756
            obo:FMA_57757
        )
    ] .

obo:FMA_57756
    obo:IAO_0000116 """type: class
is-a: Frontal process proper of maxilla
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Frontal process of right maxilla""" ;
    a owl:Class ;
    rdfs:label "Frontal process proper of right maxilla" ;
    rdfs:subClassOf example:right, obo:FMA_57755 .

obo:FMA_57757
    obo:IAO_0000116 """type: class
is-a: Frontal process proper of maxilla
regional part of: Frontal process of left maxilla""" ;
    a owl:Class ;
    rdfs:label "Frontal process proper of left maxilla" ;
    rdfs:subClassOf example:left, obo:FMA_57755 .

obo:FMA_57766
    obo:IAO_0000116 """type: class
is-a: Conchal crest of maxilla
regional part of: Body of right maxilla""" ;
    a owl:Class ;
    rdfs:label "Right conchal crest" ;
    rdfs:subClassOf example:right, obo:FMA_75058 .

obo:FMA_57767
    obo:IAO_0000116 """type: class
is-a: Conchal crest of maxilla
regional part of: Body of left maxilla""" ;
    a owl:Class ;
    rdfs:label "Left conchal crest" ;
    rdfs:subClassOf example:left, obo:FMA_75058 .

obo:FMA_57768
    obo:IAO_0000116 """type: class
is-a: Zone of maxilla
subclasses: Body proper of right maxilla, Body proper of left maxilla""" ;
    a owl:Class ;
    rdfs:label "Body proper of maxilla" ;
    rdfs:subClassOf obo:FMA_52845, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57769
            obo:FMA_57770
        )
    ] .

obo:FMA_57769
    obo:IAO_0000116 """type: class
is-a: Body proper of maxilla
regional part of: Body of right maxilla""" ;
    a owl:Class ;
    rdfs:label "Body proper of right maxilla" ;
    rdfs:subClassOf example:right, obo:FMA_57768 .

obo:FMA_57770
    obo:IAO_0000116 """type: class
is-a: Body proper of maxilla
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Body of left maxilla""" ;
    a owl:Class ;
    rdfs:label "Body proper of left maxilla" ;
    rdfs:subClassOf example:left, obo:FMA_57768 .

obo:FMA_57771
    obo:IAO_0000116 """type: class
is-a: Zone of bone organ
subclasses: Alveolar arch of maxilla, Alveolar arch of mandible""" ;
    a owl:Class ;
    rdfs:comment "Subdivision of bone (organ) in the jaw, which consists of the alveolar processes, sockets and septa (excluding the teeth). Examples: There are only two instances, alveolar arch of maxilla and alveolar arch of mandible." ;
    rdfs:label "Alveolar arch" ;
    rdfs:subClassOf obo:FMA_10483 .

obo:FMA_57927
    obo:IAO_0000116 """type: class
is-a: Crown proper of tooth
subclasses: Crown proper of lower incisor tooth, Crown proper of upper incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of incisor tooth" ;
    rdfs:subClassOf obo:FMA_57493 .

obo:FMA_57929
    obo:IAO_0000116 """type: class
is-a: Crown proper of incisor tooth
subclasses: Crown proper of lower central incisor tooth, Crown proper of lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of lower incisor tooth" ;
    rdfs:subClassOf obo:FMA_57927 .

obo:FMA_57936
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower incisor tooth
subclasses: Crown proper of left lower lateral incisor tooth, Crown proper of right lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of lower lateral incisor tooth" ;
    rdfs:subClassOf obo:FMA_57929, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57940
            obo:FMA_57941
        )
    ] .

obo:FMA_57937
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower incisor tooth
subclasses: Crown proper of left lower central incisor tooth, Crown proper of right lower central incisor tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Crown proper of lower central incisor tooth" ;
    rdfs:subClassOf obo:FMA_57929, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57938
            obo:FMA_57939
        )
    ] .

obo:FMA_57938
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower central incisor tooth
regional part of: Crown of right lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of right lower central incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57937 .

obo:FMA_57939
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower central incisor tooth
regional part of: Crown of left lower central incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of left lower central incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57937 .

obo:FMA_57940
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower lateral incisor tooth
regional part of: Crown of right lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of right lower lateral incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57936 .

obo:FMA_57941
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower lateral incisor tooth
regional part of: Crown of left lower lateral incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of left lower lateral incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57936 .

obo:FMA_57951
    obo:IAO_0000116 """type: class
is-a: Crown proper of tooth
subclasses: Crown proper of upper canine tooth, Crown proper of lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of canine tooth" ;
    rdfs:subClassOf obo:FMA_57493 .

obo:FMA_57953
    obo:IAO_0000116 """type: class
is-a: Crown proper of canine tooth
subclasses: Crown proper of right upper canine tooth, Crown proper of left upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of upper canine tooth" ;
    rdfs:subClassOf obo:FMA_57951, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57954
            obo:FMA_57955
        )
    ] .

obo:FMA_57954
    obo:IAO_0000116 """type: class
is-a: Crown proper of upper canine tooth
regional part of: Crown of right upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of right upper canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57953 .

obo:FMA_57955
    obo:IAO_0000116 """type: class
is-a: Crown proper of upper canine tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Crown of left upper canine tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of left upper canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57953 .

obo:FMA_57957
    obo:IAO_0000116 """type: class
is-a: Crown proper of canine tooth
subclasses: Crown proper of left lower canine tooth, Crown proper of right lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of lower canine tooth" ;
    rdfs:subClassOf obo:FMA_57951, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57958
            obo:FMA_57959
        )
    ] .

obo:FMA_57958
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower canine tooth
regional part of: Crown of right lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of right lower canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_57957 .

obo:FMA_57959
    obo:IAO_0000116 """type: class
is-a: Crown proper of lower canine tooth
regional part of: Crown of left lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Crown proper of left lower canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_57957 .

obo:FMA_57960
    obo:IAO_0000116 """type: class
is-a: Crown of tooth
subclasses: Crown of lower lateral incisor tooth, Crown of upper lateral incisor tooth, Crown of upper central incisor tooth, Crown of lower central incisor tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Crown of incisor tooth" ;
    rdfs:subClassOf obo:FMA_55623 .

obo:FMA_57963
    obo:IAO_0000116 """type: class
is-a: Root of tooth
subclasses: Root of lower central incisor tooth, Root of upper lateral incisor tooth, Root of lower lateral incisor tooth, Root of upper central incisor tooth
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Root of incisor tooth" ;
    rdfs:subClassOf obo:FMA_55624 .

obo:FMA_57984
    obo:IAO_0000116 """type: class
is-a: Tooth socket
subclasses: Lower incisor socket, Upper incisor socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Incisor socket" ;
    rdfs:subClassOf obo:FMA_57490 .

obo:FMA_57985
    obo:IAO_0000116 """type: class
is-a: Tooth socket
subclasses: Lower canine socket, Upper canine socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Canine socket" ;
    rdfs:subClassOf obo:FMA_57490 .

obo:FMA_57986
    obo:IAO_0000116 """type: class
is-a: Tooth socket
subclasses: Lower premolar socket, Upper premolar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Premolar socket" ;
    rdfs:subClassOf obo:FMA_57490 .

obo:FMA_57988
    obo:IAO_0000116 """type: class
is-a: Tooth socket
subclasses: Lower molar socket, Upper molar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Molar socket" ;
    rdfs:subClassOf obo:FMA_57490 .

obo:FMA_57989
    obo:IAO_0000116 """type: class
is-a: Incisor socket
subclasses: Upper lateral incisor socket, Upper central incisor socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Upper incisor socket" ;
    rdfs:subClassOf obo:FMA_57984 .

obo:FMA_57990
    obo:IAO_0000116 """type: class
is-a: Incisor socket
subclasses: Lower lateral incisor socket, Lower central incisor socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Lower incisor socket" ;
    rdfs:subClassOf obo:FMA_57984 .

obo:FMA_57992
    obo:IAO_0000116 """type: class
is-a: Upper incisor socket
subclasses: Left upper central incisor socket, Right upper central incisor socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Upper central incisor socket" ;
    rdfs:subClassOf obo:FMA_57989, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57994
            obo:FMA_57995
        )
    ] .

obo:FMA_57993
    obo:IAO_0000116 """type: class
is-a: Upper incisor socket
subclasses: Left upper lateral incisor socket, Right upper lateral incisor socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Upper lateral incisor socket" ;
    rdfs:subClassOf obo:FMA_57989, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57996
            obo:FMA_57997
        )
    ] .

obo:FMA_57994
    obo:IAO_0000116 """type: class
is-a: Upper central incisor socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Right side of upper jaw""" ;
    a owl:Class ;
    rdfs:label "Right upper central incisor socket" ;
    rdfs:subClassOf example:right, obo:FMA_57992 .

obo:FMA_57995
    obo:IAO_0000116 """type: class
is-a: Upper central incisor socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Left side of upper jaw""" ;
    a owl:Class ;
    rdfs:label "Left upper central incisor socket" ;
    rdfs:subClassOf example:left, obo:FMA_57992 .

obo:FMA_57996
    obo:IAO_0000116 """type: class
is-a: Upper lateral incisor socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Right side of upper jaw""" ;
    a owl:Class ;
    rdfs:label "Right upper lateral incisor socket" ;
    rdfs:subClassOf example:right, obo:FMA_57993 .

obo:FMA_57997
    obo:IAO_0000116 """type: class
is-a: Upper lateral incisor socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Left side of upper jaw""" ;
    a owl:Class ;
    rdfs:label "Left upper lateral incisor socket" ;
    rdfs:subClassOf example:left, obo:FMA_57993 .

obo:FMA_57998
    obo:IAO_0000116 """type: class
is-a: Lower incisor socket
subclasses: Right lower central incisor socket, Left lower central incisor socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Lower central incisor socket" ;
    rdfs:subClassOf obo:FMA_57990, [
        a owl:Class ;
        owl:unionOf (obo:FMA_58003
            obo:FMA_58004
        )
    ] .

obo:FMA_57999
    obo:IAO_0000116 """type: class
is-a: Lower incisor socket
subclasses: Left lower lateral incisor socket, Right lower lateral incisor socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Lower lateral incisor socket" ;
    rdfs:subClassOf obo:FMA_57990, [
        a owl:Class ;
        owl:unionOf (obo:FMA_58001
            obo:FMA_58002
        )
    ] .

obo:FMA_58001
    obo:IAO_0000116 """type: class
is-a: Lower lateral incisor socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Right side of lower jaw""" ;
    a owl:Class ;
    rdfs:label "Right lower lateral incisor socket" ;
    rdfs:subClassOf example:right, obo:FMA_57999 .

obo:FMA_58002
    obo:IAO_0000116 """type: class
is-a: Lower lateral incisor socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Left side of lower jaw""" ;
    a owl:Class ;
    rdfs:label "Left lower lateral incisor socket" ;
    rdfs:subClassOf example:left, obo:FMA_57999 .

obo:FMA_58003
    obo:IAO_0000116 """type: class
is-a: Lower central incisor socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Right side of lower jaw""" ;
    a owl:Class ;
    rdfs:label "Right lower central incisor socket" ;
    rdfs:subClassOf example:right, obo:FMA_57998 .

obo:FMA_58004
    obo:IAO_0000116 """type: class
is-a: Lower central incisor socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Left side of lower jaw""" ;
    a owl:Class ;
    rdfs:label "Left lower central incisor socket" ;
    rdfs:subClassOf example:left, obo:FMA_57998 .

obo:FMA_58007
    obo:IAO_0000116 """type: class
is-a: Canine socket
subclasses: Left upper canine socket, Right upper canine socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Upper canine socket" ;
    rdfs:subClassOf obo:FMA_57985, [
        a owl:Class ;
        owl:unionOf (obo:FMA_58011
            obo:FMA_58012
        )
    ] .

obo:FMA_58008
    obo:IAO_0000116 """type: class
is-a: Canine socket
subclasses: Left lower canine socket, Right lower canine socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Lower canine socket" ;
    rdfs:subClassOf obo:FMA_57985, [
        a owl:Class ;
        owl:unionOf (obo:FMA_58009
            obo:FMA_58010
        )
    ] .

obo:FMA_58009
    obo:IAO_0000116 """type: class
is-a: Lower canine socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Right side of lower jaw""" ;
    a owl:Class ;
    rdfs:label "Right lower canine socket" ;
    rdfs:subClassOf example:right, obo:FMA_58008 .

obo:FMA_58010
    obo:IAO_0000116 """type: class
is-a: Lower canine socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Left side of lower jaw""" ;
    a owl:Class ;
    rdfs:label "Left lower canine socket" ;
    rdfs:subClassOf example:left, obo:FMA_58008 .

obo:FMA_58011
    obo:IAO_0000116 """type: class
is-a: Upper canine socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Right side of upper jaw""" ;
    a owl:Class ;
    rdfs:label "Right upper canine socket" ;
    rdfs:subClassOf example:right, obo:FMA_58007 .

obo:FMA_58012
    obo:IAO_0000116 """type: class
is-a: Upper canine socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Left side of upper jaw""" ;
    a owl:Class ;
    rdfs:label "Left upper canine socket" ;
    rdfs:subClassOf example:left, obo:FMA_58007 .

obo:FMA_58013
    obo:IAO_0000116 """type: class
is-a: Premolar socket
subclasses: Upper first premolar socket, Upper second premolar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Upper premolar socket" ;
    rdfs:subClassOf obo:FMA_57986 .

obo:FMA_58014
    obo:IAO_0000116 """type: class
is-a: Premolar socket
subclasses: Lower second premolar socket, Lower first premolar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Lower premolar socket" ;
    rdfs:subClassOf obo:FMA_57986 .

obo:FMA_58015
    obo:IAO_0000116 """type: class
is-a: Upper premolar socket
subclasses: Left upper first premolar socket, Right upper first premolar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Upper first premolar socket" ;
    rdfs:subClassOf obo:FMA_58013, [
        a owl:Class ;
        owl:unionOf (obo:FMA_58026
            obo:FMA_58027
        )
    ] .

obo:FMA_58016
    obo:IAO_0000116 """type: class
is-a: Upper premolar socket
subclasses: Left upper second premolar socket, Right upper second premolar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Upper second premolar socket" ;
    rdfs:subClassOf obo:FMA_58013, [
        a owl:Class ;
        owl:unionOf (obo:FMA_58023
            obo:FMA_58024
        )
    ] .

obo:FMA_58017
    obo:IAO_0000116 """type: class
is-a: Lower premolar socket
subclasses: Left lower first premolar socket, Right lower first premolar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Lower first premolar socket" ;
    rdfs:subClassOf obo:FMA_58014, [
        a owl:Class ;
        owl:unionOf (obo:FMA_58021
            obo:FMA_58022
        )
    ] .

obo:FMA_58018
    obo:IAO_0000116 """type: class
is-a: Lower premolar socket
subclasses: Left lower second premolar socket, Right lower second premolar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Lower second premolar socket" ;
    rdfs:subClassOf obo:FMA_58014, [
        a owl:Class ;
        owl:unionOf (obo:FMA_58019
            obo:FMA_58020
        )
    ] .

obo:FMA_58019
    obo:IAO_0000116 """type: class
is-a: Lower second premolar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Right side of lower jaw""" ;
    a owl:Class ;
    rdfs:label "Right lower second premolar socket" ;
    rdfs:subClassOf example:right, obo:FMA_58018 .

obo:FMA_58020
    obo:IAO_0000116 """type: class
is-a: Lower second premolar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Left side of lower jaw""" ;
    a owl:Class ;
    rdfs:label "Left lower second premolar socket" ;
    rdfs:subClassOf example:left, obo:FMA_58018 .

obo:FMA_58021
    obo:IAO_0000116 """type: class
is-a: Lower first premolar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Right side of lower jaw""" ;
    a owl:Class ;
    rdfs:label "Right lower first premolar socket" ;
    rdfs:subClassOf example:right, obo:FMA_58017 .

obo:FMA_58022
    obo:IAO_0000116 """type: class
is-a: Lower first premolar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Left side of lower jaw""" ;
    a owl:Class ;
    rdfs:label "Left lower first premolar socket" ;
    rdfs:subClassOf example:left, obo:FMA_58017 .

obo:FMA_58023
    obo:IAO_0000116 """type: class
is-a: Upper second premolar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Right side of upper jaw""" ;
    a owl:Class ;
    rdfs:label "Right upper second premolar socket" ;
    rdfs:subClassOf example:right, obo:FMA_58016 .

obo:FMA_58024
    obo:IAO_0000116 """type: class
is-a: Upper second premolar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Left side of upper jaw""" ;
    a owl:Class ;
    rdfs:label "Left upper second premolar socket" ;
    rdfs:subClassOf example:left, obo:FMA_58016 .

obo:FMA_58026
    obo:IAO_0000116 """type: class
is-a: Upper first premolar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Right side of upper jaw""" ;
    a owl:Class ;
    rdfs:label "Right upper first premolar socket" ;
    rdfs:subClassOf example:right, obo:FMA_58015 .

obo:FMA_58027
    obo:IAO_0000116 """type: class
is-a: Upper first premolar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Left side of upper jaw""" ;
    a owl:Class ;
    rdfs:label "Left upper first premolar socket" ;
    rdfs:subClassOf example:left, obo:FMA_58015 .

obo:FMA_58029
    obo:IAO_0000116 """type: class
is-a: Molar socket
subclasses: Upper third molar socket, Upper second molar socket, Upper first molar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Upper molar socket" ;
    rdfs:subClassOf obo:FMA_57988 .

obo:FMA_58035
    obo:IAO_0000116 """type: class
is-a: Molar socket
subclasses: Lower third molar socket, Lower second molar socket, Lower first molar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Lower molar socket" ;
    rdfs:subClassOf obo:FMA_57988 .

obo:FMA_58037
    obo:IAO_0000116 """type: class
is-a: Lower molar socket
subclasses: Right lower first molar socket, Left lower first molar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Lower first molar socket" ;
    rdfs:subClassOf obo:FMA_58035, [
        a owl:Class ;
        owl:unionOf (obo:FMA_58045
            obo:FMA_58046
        )
    ] .

obo:FMA_58038
    obo:IAO_0000116 """type: class
is-a: Lower molar socket
subclasses: Left lower second molar socket, Right lower second molar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Lower second molar socket" ;
    rdfs:subClassOf obo:FMA_58035, [
        a owl:Class ;
        owl:unionOf (obo:FMA_58043
            obo:FMA_58044
        )
    ] .

obo:FMA_58039
    obo:IAO_0000116 """type: class
is-a: Lower molar socket
subclasses: Left lower third molar socket, Right lower third molar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Lower third molar socket" ;
    rdfs:subClassOf obo:FMA_58035, [
        a owl:Class ;
        owl:unionOf (obo:FMA_58041
            obo:FMA_58042
        )
    ] .

obo:FMA_58041
    obo:IAO_0000116 """type: class
is-a: Lower third molar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Right side of lower jaw""" ;
    a owl:Class ;
    rdfs:label "Right lower third molar socket" ;
    rdfs:subClassOf example:right, obo:FMA_58039 .

obo:FMA_58042
    obo:IAO_0000116 """type: class
is-a: Lower third molar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Left side of lower jaw""" ;
    a owl:Class ;
    rdfs:label "Left lower third molar socket" ;
    rdfs:subClassOf example:left, obo:FMA_58039 .

obo:FMA_58043
    obo:IAO_0000116 """type: class
is-a: Lower second molar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Right side of lower jaw""" ;
    a owl:Class ;
    rdfs:label "Right lower second molar socket" ;
    rdfs:subClassOf example:right, obo:FMA_58038 .

obo:FMA_58044
    obo:IAO_0000116 """type: class
is-a: Lower second molar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Left side of lower jaw""" ;
    a owl:Class ;
    rdfs:label "Left lower second molar socket" ;
    rdfs:subClassOf example:left, obo:FMA_58038 .

obo:FMA_58045
    obo:IAO_0000116 """type: class
is-a: Lower first molar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Right side of lower jaw""" ;
    a owl:Class ;
    rdfs:label "Right lower first molar socket" ;
    rdfs:subClassOf example:right, obo:FMA_58037 .

obo:FMA_58046
    obo:IAO_0000116 """type: class
is-a: Lower first molar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Left side of lower jaw""" ;
    a owl:Class ;
    rdfs:label "Left lower first molar socket" ;
    rdfs:subClassOf example:left, obo:FMA_58037 .

obo:FMA_58047
    obo:IAO_0000116 """type: class
is-a: Upper molar socket
subclasses: Left upper first molar socket, Right upper first molar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Upper first molar socket" ;
    rdfs:subClassOf obo:FMA_58029, _:genid5636 .

obo:FMA_58048
    obo:IAO_0000116 """type: class
is-a: Upper molar socket
subclasses: Left upper second molar socket, Right upper second molar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Upper second molar socket" ;
    rdfs:subClassOf obo:FMA_58029, [
        a owl:Class ;
        owl:unionOf (obo:FMA_58052
            obo:FMA_58053
        )
    ] .

obo:FMA_58049
    obo:IAO_0000116 """type: class
is-a: Upper molar socket
subclasses: Left upper third molar socket, Right upper third molar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Upper third molar socket" ;
    rdfs:subClassOf obo:FMA_58029, [
        a owl:Class ;
        owl:unionOf (obo:FMA_58050
            obo:FMA_58051
        )
    ] .

obo:FMA_58050
    obo:IAO_0000116 """type: class
is-a: Upper third molar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Right side of upper jaw""" ;
    a owl:Class ;
    rdfs:label "Right upper third molar socket" ;
    rdfs:subClassOf example:right, obo:FMA_58049 .

obo:FMA_58051
    obo:IAO_0000116 """type: class
is-a: Upper third molar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Left side of upper jaw""" ;
    a owl:Class ;
    rdfs:label "Left upper third molar socket" ;
    rdfs:subClassOf example:left, obo:FMA_58049 .

obo:FMA_58052
    obo:IAO_0000116 """type: class
is-a: Upper second molar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Right side of upper jaw""" ;
    a owl:Class ;
    rdfs:label "Right upper second molar socket" ;
    rdfs:subClassOf example:right, obo:FMA_58048 .

obo:FMA_58053
    obo:IAO_0000116 """type: class
is-a: Upper second molar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Left side of upper jaw""" ;
    a owl:Class ;
    rdfs:label "Left upper second molar socket" ;
    rdfs:subClassOf example:left, obo:FMA_58048 .

obo:FMA_58054
    obo:IAO_0000116 """type: class
is-a: Upper first molar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Right side of upper jaw""" ;
    a owl:Class ;
    rdfs:label "Right upper first molar socket" ;
    rdfs:subClassOf example:right, obo:FMA_58047 .

obo:FMA_58055
    obo:IAO_0000116 """type: class
is-a: Upper first molar socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
part of: Left side of upper jaw""" ;
    a owl:Class ;
    rdfs:label "Left upper first molar socket" ;
    rdfs:subClassOf example:left, obo:FMA_58047 .

obo:FMA_58056
    obo:IAO_0000116 """type: class
is-a: Tooth socket
subclasses: Tooth socket of right maxilla, Tooth socket of left maxilla
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Tooth socket of maxilla" ;
    rdfs:subClassOf obo:FMA_57490, _:genid5645 .

obo:FMA_58057
    obo:IAO_0000116 """type: class
is-a: Tooth socket
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Tooth socket of mandible" ;
    rdfs:subClassOf obo:FMA_57490 .

obo:FMA_5897
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Immaterial anatomical entity<br><b>subclasses</b>: Left definitive choana, Right definitive choana, Developmental space, Anatomical fissure, Anatomical compartment space, Anatomical cavity, Anatomical conduit space<br><b>:slot-templates</b>: bounded by <i>value-type</i>: Anatomical surface, bounded by <i>value-type</i>: Class, dimension <i>values</i>: 3-dimension, constitutional part of <i>value-type</i>: Immaterial anatomical entity, constitutional part of <i>value-type</i>: Physical anatomical entity, constitutional part of <i>value-type</i>: Class, has boundary <i>values</i>: true, attributed continuous with <i>value-type</i>: Continuous_with relation, attributed continuous with <i>value-type</i>: Instance<br><b>has boundary</b>: true<br><b>preferred name</b>: KB_INSTANCE_01529<br><b>:documentation</b>: Old definition: mmaterial anatomical entity of three dimensions, which is generated by morphogenetic or other physiologic processes; is surrounded by one or more anatomical structures; contains one or more body substances or anatomical structures.nn1.04.01 Anatomical space is a body space distinct from other body spaces which are generated by pathological spaces. E.g. cavity of an abscess or cyst, cavity of an emphysematous bulla, caries cavity.<br><b>non-English equivalent</b>: ONARD_Instance_580292, ONARD_Instance_580670<br><b>:direct-template-slots</b>: contains, regional part, regional part of, bounded by, continuous with, attributed continuous with, location, surrounded by, adjacent to", """type: class
is-a: Immaterial anatomical entity
subclasses: Gestational space, Anatomical compartment space, Anatomical cavity, Anatomical conduit space
:slot-templates: bounded by value-type: Anatomical surface, bounded by value-type: Class, dimension values: 3-dimension, constitutional part of value-type: Immaterial anatomical entity, constitutional part of value-type: Physical anatomical entity, constitutional part of value-type: Class, has boundary values: true, attributed continuous with value-type: Continuous_with relation, attributed continuous with value-type: Instance
:documentation: Old definition: mmaterial anatomical entity of three dimensions, which is generated by morphogenetic or other physiologic processes; is surrounded by one or more anatomical structures; contains one or more body substances or anatomical structures.nn1.04.01 Anatomical space is a body space distinct from other body spaces which are generated by pathological spaces. E.g. cavity of an abscess or cyst, cavity of an emphysematous bulla, caries cavity.
dimension: 3-dimension
:direct-template-slots: contains, regional part, regional part of, bounded by, continuous with, attributed continuous with, location, surrounded by, adjacent to""" ;
    a owl:Class ;
    rdfs:comment "Immaterial anatomical entity which has three spatial dimensions. Examples: body cavity, thoracic cavity, lesser sac, cavity of right atrium, lumen of aorta, mediastinal space, space of anterior compartment of forearm.", "Immaterial anatomical entity which has three spatial dimensions. Examples: celom, thoracic cavity, lesser sac of peritoneum, cavity of right atrium, lumen of aorta, mediastinal space, space of anterior compartment of forearm, intervertebral foramen space." ;
    rdfs:label "Anatomical space" ;
    rdfs:subClassOf obo:BFO_0000029, obo:FMA_67112 .

obo:FMA_5898
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Anatomical cluster<br><b>subclasses</b>: Nerve plexus, Zone of continuity, Sutural junction, Decussation, Cell junction, Joint<br><b>preferred name</b>: KB_INSTANCE_01531<br><b>:documentation</b>: 1.04.01 CROM reviewed but have to complete arterial anastomoses.nn10.01.2001 OM: There are junctions between body parts, body part subdivisions, organ systems, organ systems, organs, organ parts and cells and cell parts. Is it necessary to enter the junctions between anatomical structures, e.g. craniocervical junction (junction between head and neck) as classes in the ontology or is it a more efficient system to  compositionally generate those terms using the adjacency relationships?<br><b>non-English equivalent</b>: ONARD_Instance_580728, ONARD_Instance_580705, ONARD_Instance_580749<br><b>:direct-template-slots</b>: segmental supply, surrounds, receives input from, sends output to, sends output to, lymphatic drainage" ;
    a owl:Class ;
    rdfs:comment "Anatomical cluster in which parts of two or more anatomical structures establish physical continuity with one another or intermingle their component parts. Examples: esophagogastric junction, linea alba, knee joint.", "There are junctions between body parts, body part subdivisions, organ systems, organ systems, organs, organ parts and cells and cell parts. Is it necessary to enter the junctions between anatomical structures, e.g. craniocervical junction (junction between head and neck) as classes in the ontology or is it a more efficient system to  compositionally generate those terms using the adjacency relationships?" ;
    rdfs:label "Anatomical junction" ;
    rdfs:subClassOf obo:FMA_49443 .

obo:FMA_59048
    obo:IAO_0000116 """type: class
is-a: Cranial conduit
subclasses: Right infra-orbital canal, Left infra-orbital canal""" ;
    a owl:Class ;
    rdfs:label "Infra-orbital canal" ;
    rdfs:subClassOf obo:FMA_53165, [
        a owl:Class ;
        owl:unionOf (obo:FMA_59049
            obo:FMA_59050
        )
    ] .

obo:FMA_59049
    obo:IAO_0000116 """type: class
is-a: Infra-orbital canal
regional part of: Right maxilla""" ;
    a owl:Class ;
    rdfs:label "Right infra-orbital canal" ;
    rdfs:subClassOf example:right, obo:FMA_59048 .

obo:FMA_59050
    obo:IAO_0000116 """type: class
is-a: Infra-orbital canal
regional part of: Left maxilla""" ;
    a owl:Class ;
    rdfs:label "Left infra-orbital canal" ;
    rdfs:subClassOf example:left, obo:FMA_59048 .

obo:FMA_59051
    obo:IAO_0000116 """type: class
is-a: Zone of maxilla
regional part of: Body of right maxilla""" ;
    a owl:Class ;
    rdfs:label "Right side of anterior nasal spine" ;
    rdfs:subClassOf obo:FMA_52845 .

obo:FMA_59052
    obo:IAO_0000116 """type: class
is-a: Zone of maxilla
regional part of: Body of left maxilla""" ;
    a owl:Class ;
    rdfs:label "Left side of anterior nasal spine" ;
    rdfs:subClassOf obo:FMA_52845 .

obo:FMA_59053
    obo:IAO_0000116 """type: class
is-a: Zone of maxilla
subclasses: Infratemporal part of right maxilla, Infratemporal part of left maxilla
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Infratemporal part of maxilla" ;
    rdfs:subClassOf obo:FMA_52845, [
        a owl:Class ;
        owl:unionOf _:genid5656
    ] .

obo:FMA_59054
    obo:IAO_0000116 """type: class
is-a: Infratemporal part of maxilla
regional part of: Body of right maxilla""" ;
    a owl:Class ;
    rdfs:label "Infratemporal part of right maxilla" ;
    rdfs:subClassOf example:right, obo:FMA_59053 .

obo:FMA_59055
    obo:IAO_0000116 """type: class
is-a: Infratemporal part of maxilla
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Body of left maxilla""" ;
    a owl:Class ;
    rdfs:label "Infratemporal part of left maxilla" ;
    rdfs:subClassOf example:left, obo:FMA_59053 .

obo:FMA_59063
    obo:IAO_0000116 """type: class
is-a: Tooth socket of maxilla
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Tooth socket of right maxilla" ;
    rdfs:subClassOf example:right, obo:FMA_58056 .

obo:FMA_59065
    obo:IAO_0000116 """type: class
is-a: Tooth socket of maxilla
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Tooth socket of left maxilla" ;
    rdfs:subClassOf example:left, obo:FMA_58056 .

obo:FMA_59114
    obo:IAO_0000116 """type: class
is-a: Nasal crest of maxilla
regional part of: Palatine process of right maxilla
systemic part of: Bony part of nasal septum
constitutional part of: Bony part of nasal septum""" ;
    a owl:Class ;
    rdfs:label "Nasal crest of palatine process of right maxilla" ;
    rdfs:subClassOf example:right, obo:FMA_75062 .

obo:FMA_59115
    obo:IAO_0000116 """type: class
is-a: Nasal crest of maxilla
constitutional part of: Bony part of nasal septum
regional part of: Palatine process of left maxilla
systemic part of: Bony part of nasal septum""" ;
    a owl:Class ;
    rdfs:label "Nasal crest of palatine process of left maxilla" ;
    rdfs:subClassOf example:left, obo:FMA_75062 .

obo:FMA_59126
    obo:IAO_0000116 """type: class
is-a: Zone of maxilla
subclasses: Palatine process proper of left maxilla, Palatine process proper of right maxilla
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Palatine process proper of maxilla" ;
    rdfs:subClassOf obo:FMA_52845, [
        a owl:Class ;
        owl:unionOf (obo:FMA_59127
            obo:FMA_59128
        )
    ] .

obo:FMA_59127
    obo:IAO_0000116 """type: class
is-a: Palatine process proper of maxilla
regional part of: Palatine process of right maxilla""" ;
    a owl:Class ;
    rdfs:label "Palatine process proper of right maxilla" ;
    rdfs:subClassOf example:right, obo:FMA_59126 .

obo:FMA_59128
    obo:IAO_0000116 """type: class
is-a: Palatine process proper of maxilla
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Palatine process of left maxilla""" ;
    a owl:Class ;
    rdfs:label "Palatine process proper of left maxilla" ;
    rdfs:subClassOf example:left, obo:FMA_59126 .

obo:FMA_59129
    obo:IAO_0000116 """type: class
is-a: Incisive foramina
subclasses: Left anterior incisive foramina, Right anterior incisive foramina""" ;
    a owl:Class ;
    rdfs:label "Anterior incisive foramina" ;
    rdfs:subClassOf obo:FMA_53174, [
        a owl:Class ;
        owl:unionOf (obo:FMA_59133
            obo:FMA_59134
        )
    ] .

obo:FMA_59130
    obo:IAO_0000116 """type: class
is-a: Incisive foramina
subclasses: Left posterior incisive foramina, Right posterior incisive foramina""" ;
    a owl:Class ;
    rdfs:label "Posterior incisive foramina" ;
    rdfs:subClassOf obo:FMA_53174, [
        a owl:Class ;
        owl:unionOf (obo:FMA_59131
            obo:FMA_59132
        )
    ] .

obo:FMA_59131
    obo:IAO_0000116 """type: class
is-a: Posterior incisive foramina
regional part of: Palatine process of right maxilla""" ;
    a owl:Class ;
    rdfs:label "Right posterior incisive foramina" ;
    rdfs:subClassOf example:right, obo:FMA_59130 .

obo:FMA_59132
    obo:IAO_0000116 """type: class
is-a: Posterior incisive foramina
regional part of: Palatine process of left maxilla""" ;
    a owl:Class ;
    rdfs:label "Left posterior incisive foramina" ;
    rdfs:subClassOf example:left, obo:FMA_59130 .

obo:FMA_59133
    obo:IAO_0000116 """type: class
is-a: Anterior incisive foramina
regional part of: Palatine process of right maxilla""" ;
    a owl:Class ;
    rdfs:label "Right anterior incisive foramina" ;
    rdfs:subClassOf example:right, obo:FMA_59129 .

obo:FMA_59134
    obo:IAO_0000116 """type: class
is-a: Anterior incisive foramina
regional part of: Palatine process of left maxilla""" ;
    a owl:Class ;
    rdfs:label "Left anterior incisive foramina" ;
    rdfs:subClassOf example:left, obo:FMA_59129 .

obo:FMA_59331
    obo:IAO_0000116 """type: class
is-a: Zone of bone organ
subclasses: Left head of mandible, Right head of mandible""" ;
    a owl:Class ;
    rdfs:label "Head of mandible" ;
    rdfs:subClassOf obo:FMA_10483, [
        a owl:Class ;
        owl:unionOf _:genid5668
    ] .

obo:FMA_59332
    obo:IAO_0000116 """type: class
is-a: Neck of organ
subclasses: Right neck of mandible, Left neck of mandible""" ;
    a owl:Class ;
    rdfs:label "Neck of mandible" ;
    rdfs:subClassOf obo:FMA_45733, _:genid5670 .

obo:FMA_59425
    obo:IAO_0000116 """type: class
is-a: Zone of mandible
subclasses: Mental protuberance, Alveolar bone of mandible, Alveolar part proper of mandible, Inferior mental spine, Superior mental spine, Base proper of mandible, Mental part proper of base of mandible, Mandibular torus, Mental part of base of mandible
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Zone of body of mandible" ;
    rdfs:subClassOf obo:FMA_52826 .

obo:FMA_59426
    obo:IAO_0000116 """type: class
is-a: Tubercle
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Mental part of base of mandible""" ;
    a owl:Class ;
    rdfs:label "Mental tubercle" ;
    rdfs:subClassOf obo:FMA_75429 .

obo:FMA_59430
    obo:IAO_0000116 """type: class
is-a: Zone of body of mandible
regional part of: Mental part of base of mandible""" ;
    a owl:Class ;
    rdfs:label "Mental protuberance" ;
    rdfs:subClassOf obo:FMA_59425 .

obo:FMA_59431
    obo:IAO_0000116 """type: class
is-a: Zone of body of mandible
regional part of: Base of mandible""" ;
    a owl:Class ;
    rdfs:label "Base proper of mandible" ;
    rdfs:subClassOf obo:FMA_59425 .

obo:FMA_59432
    obo:IAO_0000116 """type: class
is-a: Zone of body of mandible
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Base of mandible""" ;
    a owl:Class ;
    rdfs:label "Superior mental spine" ;
    rdfs:subClassOf obo:FMA_59425 .

obo:FMA_59433
    obo:IAO_0000116 """type: class
is-a: Zone of body of mandible
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Base of mandible""" ;
    a owl:Class ;
    rdfs:label "Inferior mental spine" ;
    rdfs:subClassOf obo:FMA_59425 .

obo:FMA_59447
    obo:IAO_0000116 """type: class
is-a: Septum of organ
regional part of: Alveolar part of mandible""" ;
    a owl:Class ;
    rdfs:label "Interalveolar septum of mandible" ;
    rdfs:subClassOf obo:FMA_82484 .

obo:FMA_59469
    obo:IAO_0000116 """type: class
is-a: Zone of mandible
subclasses: Temporal crest of mandible, Ramus proper of mandible, Lingula of mandible
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue""" ;
    a owl:Class ;
    rdfs:label "Zone of ramus of mandible" ;
    rdfs:subClassOf obo:FMA_52826 .

obo:FMA_59474
    obo:IAO_0000116 """type: class
is-a: Neck of mandible
regional part of: Right condylar process of mandible""" ;
    a owl:Class ;
    rdfs:label "Right neck of mandible" ;
    rdfs:subClassOf example:right, obo:FMA_59332 .

obo:FMA_59475
    obo:IAO_0000116 """type: class
is-a: Neck of mandible
regional part of: Left condylar process of mandible""" ;
    a owl:Class ;
    rdfs:label "Left neck of mandible" ;
    rdfs:subClassOf example:left, obo:FMA_59332 .

obo:FMA_59476
    obo:IAO_0000116 """type: class
is-a: Head of mandible
regional part of: Right condylar process of mandible""" ;
    a owl:Class ;
    rdfs:label "Right head of mandible" ;
    rdfs:subClassOf example:right, obo:FMA_59331 .

obo:FMA_59477
    obo:IAO_0000116 """type: class
is-a: Head of mandible
regional part of: Left condylar process of mandible""" ;
    a owl:Class ;
    rdfs:label "Left head of mandible" ;
    rdfs:subClassOf example:left, obo:FMA_59331 .

obo:FMA_59484
    obo:IAO_0000116 """type: class
is-a: Zone of ramus of mandible
subclasses: Right temporal crest of mandible, Left temporal crest of mandible""" ;
    a owl:Class ;
    rdfs:label "Temporal crest of mandible" ;
    rdfs:subClassOf obo:FMA_59469, [
        a owl:Class ;
        owl:unionOf _:genid5674
    ] .

obo:FMA_59485
    obo:IAO_0000116 """type: class
is-a: Temporal crest of mandible
regional part of: Right ramus of mandible""" ;
    a owl:Class ;
    rdfs:label "Right temporal crest of mandible" ;
    rdfs:subClassOf example:right, obo:FMA_59484 .

obo:FMA_59486
    obo:IAO_0000116 """type: class
is-a: Temporal crest of mandible
regional part of: Left ramus of mandible""" ;
    a owl:Class ;
    rdfs:label "Left temporal crest of mandible" ;
    rdfs:subClassOf example:left, obo:FMA_59484 .

obo:FMA_59487
    obo:IAO_0000116 """type: class
is-a: Zone of alveolar process of maxilla
subclasses: Alveolar process proper of left maxilla, Alveolar process proper of right maxilla
regional part of: Alveolar part of maxilla""" ;
    a owl:Class ;
    rdfs:label "Alveolar process proper of maxilla" ;
    rdfs:subClassOf obo:FMA_65073, _:genid5676 .

obo:FMA_59488
    obo:IAO_0000116 """type: class
is-a: Alveolar process proper of maxilla
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Alveolar part of right maxilla""" ;
    a owl:Class ;
    rdfs:label "Alveolar process proper of right maxilla" ;
    rdfs:subClassOf example:right, obo:FMA_59487 .

obo:FMA_59489
    obo:IAO_0000116 """type: class
is-a: Alveolar process proper of maxilla
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Alveolar part of left maxilla""" ;
    a owl:Class ;
    rdfs:label "Alveolar process proper of left maxilla" ;
    rdfs:subClassOf example:left, obo:FMA_59487 .

obo:FMA_59493
    obo:IAO_0000116 """type: class
is-a: Zone of body of mandible
regional part of: Alveolar part of mandible""" ;
    a owl:Class ;
    rdfs:label "Alveolar part proper of mandible" ;
    rdfs:subClassOf obo:FMA_59425 .

obo:FMA_5953
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Deep anterior cervical lymph node<br><b>subclasses</b>: Right paratracheal lymph node, Left paratracheal lymph node<br><b>preferred name</b>: KB_INSTANCE_01622<br><b>synonym</b>: ONARD_Instance_460224, fm-live_05918, KB_INSTANCE_01624, KB_INSTANCE_01623<br><b>member of</b>: Set of paratracheal lymph nodes, Set of deep anterior cervical lymph nodes, Set of deep cervical lymph nodes" ;
    a owl:Class ;
    rdfs:label "Paratracheal lymph node" ;
    rdfs:subClassOf obo:FMA_12779, _:genid6120 .

obo:FMA_5954
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Paratracheal lymph node<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_01625<br><b>afferent to</b>: Right tracheobronchial lymph node<br><b>synonym</b>: ONARD_Instance_460223, KB_INSTANCE_01626" ;
    a owl:Class ;
    rdfs:label "Right paratracheal lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_5953 .

obo:FMA_5955
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Paratracheal lymph node<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_01627<br><b>afferent to</b>: Left tracheobronchial lymph node<br><b>synonym</b>: KB_INSTANCE_01628, ONARD_Instance_460222" ;
    a owl:Class ;
    rdfs:label "Left paratracheal lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_5953 .

obo:FMA_59660
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of viscerocranial mucosa<br><b>preferred name</b>: KB_INSTANCE_78762<br><b>constitutional part of</b>: Oral conduit, Mouth<br><b>non-English equivalent</b>: KB_INSTANCE_78765, KB_AUTO-INSERT(3)_1488<br><b>constitutional part</b>: Epithelium of mucosa of mouth, Lamina propria of mucosa of mouth<br><b>synonym</b>: KB_INSTANCE_78764, KB_INSTANCE_78763, KB_AUTO-INSERT2_5170, ONARD_Instance_3270014<br><b>regional part of</b>: Viscerocranial mucosa, Mucosa of respiratory tract<br><b>regional part</b>: Mucosa of oral segment of palate, Mucosa of internal part of mouth, Mucosa of external part of mouth" ;
    a owl:Class ;
    rdfs:label "Mucosa of mouth" ;
    rdfs:subClassOf obo:FMA_85361, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_265152
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_265155
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_313949
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_313951
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59765
    ] .

obo:FMA_59679
    obo:IAO_0000116 """type: class
is-a: Cavity of organ part
subclasses: Frontal sinus, Ethmoidal sinus, Posterior ethmoidal cell, Middle ethmoidal cell, Anterior ethmoidal cell, Maxillary sinus, Sphenoidal sinus
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class""" ;
    a owl:Class ;
    rdfs:label "Paranasal sinus" ;
    rdfs:subClassOf obo:FMA_24034 .

obo:FMA_59762
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of mouth, Organ zone<br><b>subclasses</b>: Mandibular gingiva, Maxillary gingiva<br><b>preferred name</b>: KB_INSTANCE_78880<br><b>synonym</b>: KB_INSTANCE_78881<br><b>non-English equivalent</b>: su_incus_29242, KB_AUTO-INSERT(3)_777<br><b>lymphatic drainage</b>: Submandibular lymphatic chain, Left submandibular lymphatic chain, Right submandibular lymphatic chain<br><b>constitutional part</b>: Gingival epithelium", """type: class
is-a: Organ zone
subclasses: Gingiva of lower jaw, Gingiva of upper jaw
regional part of: Mucosa of mouth
lymphatic drainage: Submandibular lymphatic chain, Left submandibular lymphatic chain, Right submandibular lymphatic chain""" ;
    a owl:Class ;
    rdfs:comment "Region og" ;
    rdfs:label "Gingiva" ;
    rdfs:subClassOf obo:FMA_55268, obo:FMA_85381 .

obo:FMA_59763
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Gingiva<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_78882<br><b>regional part of</b>: Maxillary alveolar mucosa, Mucosa of internal part of mouth<br><b>synonym</b>: ONARD.03.26.14_Instance_210017, ONARD_Instance_4380050, KB_AUTO-INSERT2_7006<br><b>regional part</b>: Palatal side of maxillary gingiva, Right buccal side of maxillary gingiva, Left buccal side of maxillary gingiva, Labial side of maxillary gingiva", """type: class
is-a: Gingiva
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
constitutional part of: Upper jaw, Mouth""" ;
    a owl:Class ;
    rdfs:label "Gingiva of upper jaw", "Maxillary gingiva" ;
    rdfs:subClassOf obo:FMA_59762, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_289387
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_289404
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_289406
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_289412
    ] .

obo:FMA_59764
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Gingiva<br><b>lymphatic drainage</b>: Submental lymphatic chain<br><b>preferred name</b>: KB_INSTANCE_78883<br><b>regional part of</b>: Mandibular alveolar mucosa<br><b>regional part</b>: Labial gingiva of lower jaw, Buccal gingiva of right side of lower jaw, Buccal gingiva of left side of lower jaw, Lingual gingiva<br><b>synonym</b>: ONARD_Instance_4380048, KB_AUTO-INSERT2_7007, ONARD_Instance_4380049, ONARD.03.26.14_Instance_210016", """type: class
is-a: Gingiva
lymphatic drainage: Submental lymphatic chain
constitutional part of: Lower jaw, Mouth""" ;
    a owl:Class ;
    rdfs:label "Gingiva of lower jaw", "Mandibular gingiva" ;
    rdfs:subClassOf obo:FMA_59762, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_289398
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_289408
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_289410
    ], _:genid5706 .

obo:FMA_59765
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of segment of palate, Region of viscerocranial mucosa<br><b>preferred name</b>: KB_INSTANCE_78884<br><b>synonym</b>: KB_AUTO-INSERT2_5203<br><b>regional part of</b>: Mucosa of mouth, Mucosa of palate<br><b>regional part</b>: Mucosa of oral segment of hard palate, Mucosa of oral segment of soft palate" ;
    a owl:Class ;
    rdfs:label "Mucosa of oral segment of palate" ;
    rdfs:subClassOf obo:FMA_289589, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_289677
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_289679
    ] .

obo:FMA_59785
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of mouth<br><b>subclasses</b>: Right buccal mucosa, Left buccal mucosa<br><b>preferred name</b>: KB_INSTANCE_78904<br><b>constitutional part of</b>: Cheek" ;
    a owl:Class ;
    rdfs:label "Buccal mucosa" ;
    rdfs:subClassOf obo:FMA_85381, [
        a owl:Class ;
        owl:unionOf (obo:FMA_59786
            obo:FMA_59787
        )
    ] .

obo:FMA_59786
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Buccal mucosa<br><b>preferred name</b>: KB_INSTANCE_78905<br><b>constitutional part of</b>: Right cheek<br><b>synonym</b>: ONARD_Instance_4410001<br><b>regional part of</b>: Mucosa of external part of mouth" ;
    a owl:Class ;
    rdfs:label "Right buccal mucosa" ;
    rdfs:subClassOf example:right, obo:FMA_59785 .

obo:FMA_59787
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Buccal mucosa<br><b>preferred name</b>: KB_INSTANCE_78906<br><b>constitutional part of</b>: Left cheek<br><b>synonym</b>: ONARD_Instance_2240000<br><b>regional part of</b>: Mucosa of external part of mouth" ;
    a owl:Class ;
    rdfs:label "Left buccal mucosa" ;
    rdfs:subClassOf example:left, obo:FMA_59785 .

obo:FMA_59820
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of labial part of mouth<br><b>subclasses</b>: Frenulum of upper lip, Frenulum of lower lip<br><b>preferred name</b>: KB_INSTANCE_78954<br><b>synonym</b>: KB_AUTO-INSERT2_5173, ONARD_Instance_4260008" ;
    a owl:Class ;
    rdfs:label "Frenulum of lip" ;
    rdfs:subClassOf obo:FMA_60027 .

obo:FMA_59821
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Frenulum of lip<br><b>preferred name</b>: KB_INSTANCE_78955<br><b>bounded by</b>: Surface of frenulum of upper lip<br><b>synonym</b>: KB_AUTO-INSERT2_5174<br><b>non-English equivalent</b>: KB_INSTANCE_78956, KB_AUTO-INSERT(3)_1494<br><b>regional part of</b>: Mucosa of philtrum" ;
    a owl:Class ;
    rdfs:label "Frenulum of upper lip" ;
    rdfs:subClassOf obo:FMA_59820 .

obo:FMA_59822
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Frenulum of lip<br><b>preferred name</b>: KB_INSTANCE_78957<br><b>regional part of</b>: Mucosa of lower lip<br><b>synonym</b>: KB_AUTO-INSERT2_5175<br><b>non-English equivalent</b>: KB_INSTANCE_78958, KB_AUTO-INSERT(3)_1495<br><b>bounded by</b>: Surface of frenulum of lower lip" ;
    a owl:Class ;
    rdfs:label "Frenulum of lower lip" ;
    rdfs:subClassOf obo:FMA_59820 .

obo:FMA_59832
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of lip<br><b>regional part</b>: Mucosa of philtrum, Mucosa of upper lip proper<br><b>preferred name</b>: KB_INSTANCE_78976<br><b>synonym</b>: KB_AUTO-INSERT2_5171<br><b>constitutional part of</b>: Upper lip<br><b>regional part of</b>: Mucosa of labial part of mouth" ;
    a owl:Class ;
    rdfs:label "Mucosa of upper lip" ;
    rdfs:subClassOf obo:FMA_302942, _:genid5712 .

obo:FMA_59833
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of lip<br><b>regional part</b>: Mucosa of lower lip proper, Frenulum of lower lip<br><b>preferred name</b>: KB_INSTANCE_78977<br><b>synonym</b>: KB_AUTO-INSERT2_5172<br><b>constitutional part of</b>: Lower lip<br><b>regional part of</b>: Mucosa of labial part of mouth" ;
    a owl:Class ;
    rdfs:label "Mucosa of lower lip" ;
    rdfs:subClassOf obo:FMA_302942, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59822
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59835
    ] .

obo:FMA_59834
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of lip proper<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_78978<br><b>regional part of</b>: Mucosa of upper lip<br><b>bounded by</b>: Internal surface of upper lip proper<br><b>constitutional part of</b>: Upper lip proper<br><b>regional part</b>: Mucosa of right upper lip proper, Mucosa of philtrum, Mucosa of left upper lip proper" ;
    a owl:Class ;
    rdfs:label "Mucosa of upper lip proper" ;
    rdfs:subClassOf obo:FMA_302944, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_286364
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_286366
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_286390
    ] .

obo:FMA_59835
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of lip proper<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>bounded by</b>: Internal surface of lower lip proper<br><b>preferred name</b>: KB_INSTANCE_78979<br><b>regional part of</b>: Mucosa of lower lip" ;
    a owl:Class ;
    rdfs:label "Mucosa of lower lip proper" ;
    rdfs:subClassOf obo:FMA_302944 .

obo:FMA_60015
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of muscle of head<br><b>subclasses</b>: Palatine part of palatoglossus, Faucial part of palatoglossus<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_79177<br><b>synonym</b>: KB_AUTO-INSERT2_7140" ;
    a owl:Class ;
    rdfs:label "Zone of palatoglossus" ;
    rdfs:subClassOf obo:FMA_284654 .

obo:FMA_60016
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of palatoglossus<br><b>subclasses</b>: Palatine part of right palatoglossus, Palatine part of left palatoglossus<br><b>preferred name</b>: KB_INSTANCE_79178<br><b>regional part of</b>: Palatoglossus" ;
    a owl:Class ;
    rdfs:label "Palatine part of palatoglossus" ;
    rdfs:subClassOf obo:FMA_60015, _:genid6162 .

obo:FMA_60017
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Palatine part of palatoglossus<br><b>constitutional part of</b>: Soft palate<br><b>preferred name</b>: KB_INSTANCE_79179<br><b>regional part of</b>: Right palatoglossus<br><b>part of</b>: Musculature of palate" ;
    a owl:Class ;
    rdfs:label "Palatine part of right palatoglossus" ;
    rdfs:subClassOf example:right, obo:FMA_60016 .

obo:FMA_60018
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Palatine part of palatoglossus<br><b>preferred name</b>: KB_INSTANCE_79180<br><b>constitutional part of</b>: Soft palate<br><b>regional part of</b>: Left palatoglossus<br><b>part of</b>: Musculature of palate" ;
    a owl:Class ;
    rdfs:label "Palatine part of left palatoglossus" ;
    rdfs:subClassOf example:left, obo:FMA_60016 .

obo:FMA_60019
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of palatoglossus<br><b>subclasses</b>: Faucial part of left palatoglossus, Faucial part of right palatoglossus<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_79181<br><b>regional part of</b>: Palatoglossus" ;
    a owl:Class ;
    rdfs:label "Faucial part of palatoglossus" ;
    rdfs:subClassOf obo:FMA_60015, _:genid6178 .

obo:FMA_60020
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Faucial part of palatoglossus<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>constitutional part of</b>: Right palatoglossal arch<br><b>preferred name</b>: KB_INSTANCE_79182<br><b>regional part of</b>: Right palatoglossus" ;
    a owl:Class ;
    rdfs:label "Faucial part of right palatoglossus" ;
    rdfs:subClassOf example:right, obo:FMA_60019 .

obo:FMA_60021
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Faucial part of palatoglossus<br><b>constitutional part of</b>: Left palatoglossal arch<br><b>preferred name</b>: KB_INSTANCE_79183<br><b>regional part of</b>: Left palatoglossus" ;
    a owl:Class ;
    rdfs:label "Faucial part of left palatoglossus" ;
    rdfs:subClassOf example:left, obo:FMA_60019 .

obo:FMA_60027
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of mouth<br><b>subclasses</b>: Mucosa of lip, Mucosa of philtrum proper, Mucosa of philtrum, Lateral frenulum of upper lip, Mucosa of right upper lip proper, Mucosa of left upper lip proper, Frenulum of lip, Mucosa of lip proper<br><b>preferred name</b>: KB_INSTANCE_79190" ;
    a owl:Class ;
    rdfs:label "Mucosa of region of labial part of mouth" ;
    rdfs:subClassOf obo:FMA_85381 .

obo:FMA_60029
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of mouth<br><b>preferred name</b>: KB_INSTANCE_79192<br><b>constitutional part of</b>: Faucial part of mouth<br><b>regional part of</b>: Mucosa of internal part of mouth<br><b>regional part</b>: Mucosa of left palatoglossal arch, Mucosa of right palatoglossal arch, Mucosa of right palatopharyngeal arch, Mucosa of left palatopharyngeal arch, Mucosa of glosso-epiglottic region" ;
    a owl:Class ;
    rdfs:label "Mucosa of faucial part of mouth" ;
    rdfs:subClassOf obo:FMA_85381, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_292372
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_60032
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_60033
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_60035
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_60036
    ] .

obo:FMA_60031
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of mouth<br><b>subclasses</b>: Mucosa of left palatoglossal arch, Mucosa of right palatoglossal arch<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_79194<br><b>constitutional part of</b>: Palatoglossal arch<br><b>synonym</b>: KB_AUTO-INSERT2_5176" ;
    a owl:Class ;
    rdfs:label "Mucosa of palatoglossal arch" ;
    rdfs:subClassOf obo:FMA_85381, [
        a owl:Class ;
        owl:unionOf _:genid5756
    ] .

obo:FMA_60032
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of palatoglossal arch<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_79195<br><b>constitutional part of</b>: Right palatoglossal arch<br><b>synonym</b>: KB_AUTO-INSERT2_5177<br><b>regional part of</b>: Mucosa of faucial part of mouth" ;
    a owl:Class ;
    rdfs:label "Mucosa of right palatoglossal arch" ;
    rdfs:subClassOf example:right, obo:FMA_60031 .

obo:FMA_60033
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of palatoglossal arch<br><b>preferred name</b>: KB_INSTANCE_79196<br><b>constitutional part of</b>: Left palatoglossal arch<br><b>synonym</b>: KB_AUTO-INSERT2_5178<br><b>regional part of</b>: Mucosa of faucial part of mouth" ;
    a owl:Class ;
    rdfs:label "Mucosa of left palatoglossal arch" ;
    rdfs:subClassOf example:left, obo:FMA_60031 .

obo:FMA_60034
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of region of mouth<br><b>subclasses</b>: Mucosa of left palatopharyngeal arch, Mucosa of right palatopharyngeal arch<br><b>preferred name</b>: KB_INSTANCE_79197<br><b>constitutional part of</b>: Palatopharyngeal arch<br><b>synonym</b>: KB_AUTO-INSERT2_5179" ;
    a owl:Class ;
    rdfs:label "Mucosa of palatopharyngeal arch" ;
    rdfs:subClassOf obo:FMA_85381, [
        a owl:Class ;
        owl:unionOf (obo:FMA_60035
            obo:FMA_60036
        )
    ] .

obo:FMA_60035
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of palatopharyngeal arch<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_79198<br><b>constitutional part of</b>: Right palatopharyngeal arch<br><b>synonym</b>: KB_AUTO-INSERT2_5180<br><b>regional part of</b>: Mucosa of faucial part of mouth" ;
    a owl:Class ;
    rdfs:label "Mucosa of right palatopharyngeal arch" ;
    rdfs:subClassOf example:right, obo:FMA_60034 .

obo:FMA_60036
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Mucosa of palatopharyngeal arch<br><b>preferred name</b>: KB_INSTANCE_79199<br><b>constitutional part of</b>: Left palatopharyngeal arch<br><b>synonym</b>: KB_AUTO-INSERT2_5181<br><b>regional part of</b>: Mucosa of faucial part of mouth" ;
    a owl:Class ;
    rdfs:label "Mucosa of left palatopharyngeal arch" ;
    rdfs:subClassOf example:left, obo:FMA_60034 .

obo:FMA_60037
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of palatopharyngeus<br><b>subclasses</b>: Palatine part of left palatopharyngeus, Palatine part of right palatopharyngeus<br><b>preferred name</b>: KB_INSTANCE_79200<br><b>regional part of</b>: Palatopharyngeus" ;
    a owl:Class ;
    rdfs:label "Palatine part of palatopharyngeus" ;
    rdfs:subClassOf obo:FMA_46682, _:genid6205 .

obo:FMA_60038
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Zone of palatopharyngeus<br><b>subclasses</b>: Faucial part of right palatopharyngeus, Faucial part of left palatopharyngeus<br><b>preferred name</b>: KB_INSTANCE_79201<br><b>regional part of</b>: Palatopharyngeus" ;
    a owl:Class ;
    rdfs:label "Faucial part of palatopharyngeus" ;
    rdfs:subClassOf obo:FMA_46682, _:genid6211 .

obo:FMA_60039
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Faucial part of palatopharyngeus<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>constitutional part of</b>: Right palatopharyngeal arch<br><b>preferred name</b>: KB_INSTANCE_79202<br><b>regional part of</b>: Right palatopharyngeus" ;
    a owl:Class ;
    rdfs:label "Faucial part of right palatopharyngeus" ;
    rdfs:subClassOf example:right, obo:FMA_60038 .

obo:FMA_60040
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Faucial part of palatopharyngeus<br><b>preferred name</b>: KB_INSTANCE_79203<br><b>constitutional part of</b>: Left palatopharyngeal arch<br><b>regional part of</b>: Left palatopharyngeus" ;
    a owl:Class ;
    rdfs:label "Faucial part of left palatopharyngeus" ;
    rdfs:subClassOf example:left, obo:FMA_60038 .

obo:FMA_60041
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Palatine part of palatopharyngeus<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_79204<br><b>constitutional part of</b>: Soft palate<br><b>regional part of</b>: Right palatopharyngeus<br><b>part of</b>: Musculature of palate" ;
    a owl:Class ;
    rdfs:label "Palatine part of right palatopharyngeus" ;
    rdfs:subClassOf example:right, obo:FMA_60037 .

obo:FMA_60042
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Palatine part of palatopharyngeus<br><b>preferred name</b>: KB_INSTANCE_79205<br><b>regional part of</b>: Left palatopharyngeus<br><b>constitutional part of</b>: Soft palate<br><b>part of</b>: Musculature of palate" ;
    a owl:Class ;
    rdfs:label "Palatine part of left palatopharyngeus" ;
    rdfs:subClassOf example:left, obo:FMA_60037 .

obo:FMA_60962
    obo:IAO_0000116 """type: class
is-a: Zone of body of mandible
regional part: Mental protuberance, Mental tubercle, Mental part proper of base of mandible
regional part of: Base of mandible
constitutional part of: Chin
systemic part of: Chin""" ;
    a owl:Class ;
    rdfs:label "Mental part of base of mandible" ;
    rdfs:subClassOf obo:FMA_59425, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59426
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_59430
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_60963
    ] .

obo:FMA_60963
    obo:IAO_0000116 """type: class
is-a: Zone of body of mandible
:slot-templates: arterial supply value-type: Class, arterial supply value-type: Portion of tissue
regional part of: Mental part of base of mandible""" ;
    a owl:Class ;
    rdfs:label "Mental part proper of base of mandible" ;
    rdfs:subClassOf obo:FMA_59425 .

obo:FMA_61212
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node<br><b>subclasses</b>: Supramandibular lymph node, Parotid lymph node, Occipital lymph node, Submandibular lymph node, Facial lymph node, Submental lymph node, Mastoid lymph node, Lingual lymph node<br><b>preferred name</b>: KB_INSTANCE_80712<br><b>:direct-template-slots</b>: lymphatic drainage of" ;
    a owl:Class ;
    rdfs:comment "Lymph node located in head region." ;
    rdfs:label "Lymph node of head" ;
    rdfs:subClassOf obo:FMA_5034 .

obo:FMA_61213
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node of body proper<br><b>subclasses</b>: External jugular lymph node, Jugular lymph node, Subclavian lymph node, Lateral cervical lymph node, Anterior cervical lymph node, Accessory cervical lymph node, Supraclavicular lymph node<br><b>synonym</b>: Nance FMA LIVE_Instance_240085<br><b>preferred name</b>: KB_INSTANCE_80713" ;
    a owl:Class ;
    rdfs:label "Lymph node of neck" ;
    rdfs:subClassOf obo:FMA_277252 .

obo:FMA_61214
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node of head<br><b>subclasses</b>: Left occipital lymph node, Right occipital lymph node<br><b>preferred name</b>: KB_INSTANCE_80714<br><b>synonym</b>: KB_INSTANCE_80715<br><b>member of</b>: Set of occipital lymph nodes" ;
    a owl:Class ;
    rdfs:label "Occipital lymph node" ;
    rdfs:subClassOf obo:FMA_61212, _:genid6244 .

obo:FMA_61215
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node of head<br><b>subclasses</b>: Left mastoid lymph node, Right mastoid lymph node<br><b>preferred name</b>: KB_INSTANCE_80716<br><b>synonym</b>: KB_INSTANCE_80717, KB_INSTANCE_80718, KB_INSTANCE_80719<br><b>member of</b>: Set of mastoid lymph nodes" ;
    a owl:Class ;
    rdfs:label "Mastoid lymph node" ;
    rdfs:subClassOf obo:FMA_61212, _:genid6250 .

obo:FMA_61216
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node of head<br><b>subclasses</b>: Deep parotid lymph node, Superficial parotid lymph node<br><b>preferred name</b>: KB_INSTANCE_80720<br><b>synonym</b>: KB_INSTANCE_80721" ;
    a owl:Class ;
    rdfs:label "Parotid lymph node" ;
    rdfs:subClassOf obo:FMA_61212 .

obo:FMA_61217
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Parotid lymph node<br><b>subclasses</b>: Right superficial parotid lymph node, Left superficial parotid lymph node<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_80722<br><b>synonym</b>: KB_INSTANCE_80723<br><b>member of</b>: Set of parotid lymph nodes, Set of superficial parotid lymph nodes" ;
    a owl:Class ;
    rdfs:label "Superficial parotid lymph node" ;
    rdfs:subClassOf obo:FMA_61216, _:genid6258 .

obo:FMA_61218
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Parotid lymph node<br><b>subclasses</b>: Intraglandular lymph node, Infra-auricular lymph node, Anterior auricular lymph node<br><b>preferred name</b>: KB_INSTANCE_80724<br><b>synonym</b>: KB_INSTANCE_80725" ;
    a owl:Class ;
    rdfs:label "Deep parotid lymph node" ;
    rdfs:subClassOf obo:FMA_61216 .

obo:FMA_61219
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Deep parotid lymph node<br><b>subclasses</b>: Right anterior auricular lymph node, Left anterior auricular lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_230001<br><b>:documentation</b>: Morris' 1966:319 The posterior facial node include one or several anterior auricular ( preauricular) nodes, situated immediately in front of the tragus, and the larger parotid group of nodes situated both on the surface of and buried in the parotid gland.<br><b>synonym</b>: KB_INSTANCE_80727, KB_INSTANCE_80726, Nance FMA LIVE_Instance_230002<br><b>member of</b>: Set of deep parotid lymph nodes, Set of parotid lymph nodes" ;
    a owl:Class ;
    rdfs:label "Anterior auricular lymph node" ;
    rdfs:subClassOf obo:FMA_61218, _:genid6266 .

obo:FMA_61220
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Deep parotid lymph node<br><b>subclasses</b>: Right infra-auricular lymph node, Left infra-auricular lymph node<br><b>preferred name</b>: KB_INSTANCE_80728<br><b>synonym</b>: KB_INSTANCE_80729<br><b>member of</b>: Set of infra-auricular lymph nodes, Set of deep parotid lymph nodes, Set of parotid lymph nodes" ;
    a owl:Class ;
    rdfs:label "Infra-auricular lymph node" ;
    rdfs:subClassOf obo:FMA_61218, _:genid6272 .

obo:FMA_61221
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Deep parotid lymph node<br><b>subclasses</b>: Left intraglandular lymph node, Right intraglandular lymph node<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_80730<br><b>synonym</b>: KB_INSTANCE_80731<br><b>member of</b>: Set of intraglandular lymph nodes, Set of deep parotid lymph nodes, Set of parotid lymph nodes" ;
    a owl:Class ;
    rdfs:label "Intraglandular lymph node" ;
    rdfs:subClassOf obo:FMA_61218, _:genid6278 .

obo:FMA_61222
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node of head<br><b>subclasses</b>: Mandibular lymph node, Malar lymph node, Nasolabial lymph node, Buccinator lymph node<br><b>preferred name</b>: KB_INSTANCE_80732<br><b>synonym</b>: KB_INSTANCE_80733" ;
    a owl:Class ;
    rdfs:label "Facial lymph node" ;
    rdfs:subClassOf obo:FMA_61212 .

obo:FMA_61223
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Facial lymph node<br><b>subclasses</b>: Left buccinator lymph node, Right buccinator lymph node<br><b>preferred name</b>: KB_INSTANCE_80734<br><b>synonym</b>: KB_INSTANCE_80735<br><b>non-English equivalent</b>: KB_INSTANCE_80736, su_incus_37404, KB_AUTO-INSERT(3)_3184<br><b>member of</b>: Set of facial lymph nodes" ;
    a owl:Class ;
    rdfs:label "Buccinator lymph node" ;
    rdfs:subClassOf obo:FMA_61222, _:genid6286 .

obo:FMA_61224
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node of head<br><b>subclasses</b>: Left submandibular lymph node, Right submandibular lymph node<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_80737<br><b>member of</b>: Set of submandibular lymph nodes<br><b>synonym</b>: KB_INSTANCE_80738, ONARD_Instance_830005" ;
    a owl:Class ;
    rdfs:label "Submandibular lymph node" ;
    rdfs:subClassOf obo:FMA_61212, _:genid6292 .

obo:FMA_61225
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Facial lymph node<br><b>subclasses</b>: Left nasolabial lymph node, Right nasolabial lymph node<br><b>preferred name</b>: KB_INSTANCE_80739<br><b>synonym</b>: KB_INSTANCE_80740<br><b>non-English equivalent</b>: KB_INSTANCE_80741, su_incus_37405, KB_AUTO-INSERT(3)_3185<br><b>member of</b>: Set of facial lymph nodes" ;
    a owl:Class ;
    rdfs:label "Nasolabial lymph node" ;
    rdfs:subClassOf obo:FMA_61222, _:genid6298 .

obo:FMA_61226
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Facial lymph node<br><b>subclasses</b>: Left malar lymph node, Right malar lymph node<br><b>preferred name</b>: KB_INSTANCE_80742<br><b>synonym</b>: KB_INSTANCE_80743<br><b>non-English equivalent</b>: KB_INSTANCE_80744, su_incus_37406, KB_AUTO-INSERT(3)_3186<br><b>member of</b>: Set of facial lymph nodes" ;
    a owl:Class ;
    rdfs:label "Malar lymph node" ;
    rdfs:subClassOf obo:FMA_61222, _:genid6304 .

obo:FMA_61227
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Facial lymph node<br><b>subclasses</b>: Left mandibular lymph node, Right mandibular lymph node<br><b>preferred name</b>: KB_INSTANCE_80745<br><b>synonym</b>: KB_INSTANCE_80746<br><b>non-English equivalent</b>: KB_INSTANCE_80747, su_incus_37407, KB_AUTO-INSERT(3)_3187<br><b>member of</b>: Set of facial lymph nodes" ;
    a owl:Class ;
    rdfs:label "Mandibular lymph node" ;
    rdfs:subClassOf obo:FMA_61222, _:genid6310 .

obo:FMA_61228
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node of head<br><b>subclasses</b>: Left lingual lymph node, Right lingual lymph node<br><b>preferred name</b>: KB_INSTANCE_80748<br><b>member of</b>: Set of lingual lymph nodes" ;
    a owl:Class ;
    rdfs:label "Lingual lymph node" ;
    rdfs:subClassOf obo:FMA_61212, _:genid6316 .

obo:FMA_61229
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node of head<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_80749<br><b>member of</b>: Set of submental lymph nodes<br><b>synonym</b>: KB_INSTANCE_80750, ONARD_Instance_830004" ;
    a owl:Class ;
    rdfs:label "Submental lymph node" ;
    rdfs:subClassOf obo:FMA_61212 .

obo:FMA_61230
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node of neck<br><b>subclasses</b>: Superficial anterior cervical lymph node, Deep anterior cervical lymph node<br><b>preferred name</b>: KB_INSTANCE_80751<br><b>member of</b>: Set of anterior cervical lymph nodes" ;
    a owl:Class ;
    rdfs:label "Anterior cervical lymph node" ;
    rdfs:subClassOf obo:FMA_61213 .

obo:FMA_61232
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node of neck<br><b>subclasses</b>: Superficial lateral cervical lymph node, Deep lateral cervical lymph node<br><b>preferred name</b>: KB_INSTANCE_80753<br><b>synonym</b>: KB_INSTANCE_80754<br><b>member of</b>: Set of lateral cervical lymph nodes" ;
    a owl:Class ;
    rdfs:label "Lateral cervical lymph node" ;
    rdfs:subClassOf obo:FMA_61213 .

obo:FMA_61233
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Deep anterior cervical lymph node<br><b>subclasses</b>: Left infrahyoid lymph node, Right infrahyoid lymph node<br><b>preferred name</b>: KB_INSTANCE_80755<br><b>synonym</b>: KB_INSTANCE_80756<br><b>member of</b>: Set of infrahyoid lymph nodes, Set of deep anterior cervical lymph nodes, Set of deep cervical lymph nodes" ;
    a owl:Class ;
    rdfs:label "Infrahyoid lymph node" ;
    rdfs:subClassOf obo:FMA_12779, _:genid6328 .

obo:FMA_61234
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Deep anterior cervical lymph node<br><b>subclasses</b>: Right prelaryngeal lymph node, Left prelaryngeal lymph node<br><b>preferred name</b>: KB_INSTANCE_80757<br><b>synonym</b>: KB_INSTANCE_80758<br><b>member of</b>: Set of prelaryngeal lymph nodes, Set of deep anterior cervical lymph nodes, Set of deep cervical lymph nodes" ;
    a owl:Class ;
    rdfs:label "Prelaryngeal lymph node" ;
    rdfs:subClassOf obo:FMA_12779, _:genid6334 .

obo:FMA_61235
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Deep anterior cervical lymph node<br><b>subclasses</b>: Left thyroid lymph node, Right thyroid lymph node<br><b>preferred name</b>: KB_INSTANCE_80759<br><b>synonym</b>: KB_INSTANCE_80760<br><b>lymphatic drainage of</b>: Thyroid gland<br><b>member of</b>: Set of thyroid lymph nodes, Set of deep anterior cervical lymph nodes, Set of deep cervical lymph nodes" ;
    a owl:Class ;
    rdfs:label "Thyroid lymph node" ;
    rdfs:subClassOf obo:FMA_12779, _:genid6340 .

obo:FMA_61236
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Deep anterior cervical lymph node<br><b>subclasses</b>: Left pretracheal lymph node, Right pretracheal lymph node<br><b>preferred name</b>: KB_INSTANCE_80761<br><b>synonym</b>: KB_INSTANCE_80762<br><b>member of</b>: Set of pretracheal lymph nodes, Set of deep anterior cervical lymph nodes, Set of deep cervical lymph nodes" ;
    a owl:Class ;
    rdfs:label "Pretracheal lymph node" ;
    rdfs:subClassOf obo:FMA_12779, _:genid6346 .

obo:FMA_61237
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Deep anterior cervical lymph node<br><b>subclasses</b>: Right retropharyngeal lymph node, Left retropharyngeal lymph node<br><b>preferred name</b>: KB_INSTANCE_80763<br><b>synonym</b>: KB_INSTANCE_80764<br><b>member of</b>: Set of deep cervical lymph nodes, Set of retropharyngeal lymph nodes" ;
    a owl:Class ;
    rdfs:label "Retropharyngeal lymph node" ;
    rdfs:subClassOf obo:FMA_12779, _:genid6352 .

obo:FMA_61238
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Deep lateral cervical lymph node<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_80765<br><b>member of</b>: Set of superior deep lateral cervical lymph nodes, Set of deep cervical lymph nodes" ;
    a owl:Class ;
    rdfs:label "Superior deep lateral cervical lymph node" ;
    rdfs:subClassOf obo:FMA_12770 .

obo:FMA_61239
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Deep lateral cervical lymph node<br><b>preferred name</b>: KB_INSTANCE_80766<br><b>member of</b>: Set of inferior deep lateral cervical lymph nodes, Set of deep cervical lymph nodes" ;
    a owl:Class ;
    rdfs:label "Inferior deep lateral cervical lymph node" ;
    rdfs:subClassOf obo:FMA_12770 .

obo:FMA_61240
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Deep lateral cervical lymph node<br><b>subclasses</b>: Left jugulodigastric lymph node, Right jugulodigastric lymph node<br><b>member of</b>: Set of deep cervical lymph nodes<br><b>preferred name</b>: KB_INSTANCE_80767<br><b>synonym</b>: KB_INSTANCE_80768<br><b>non-English equivalent</b>: su_incus_37391, su_incus_37390, KB_AUTO-INSERT(3)_3199" ;
    a owl:Class ;
    rdfs:label "Jugulodigastric lymph node" ;
    rdfs:subClassOf obo:FMA_12770, _:genid6362 .

obo:FMA_61241
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Deep lateral cervical lymph node<br><b>subclasses</b>: Left jugulo-omohyoid lymph node, Right jugulo-omohyoid lymph node<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>member of</b>: Set of deep cervical lymph nodes<br><b>preferred name</b>: KB_INSTANCE_80769<br><b>non-English equivalent</b>: KB_INSTANCE_80771, su_incus_37389, KB_AUTO-INSERT(3)_3200<br><b>:documentation</b>: Gray's 95: 1612. One node is on or just above the the intermediate tendon of omohyoid, the jugulo-omohyoid node.nNote: Terminologia Anatomica 1998 defines more than one node, hence, their term, Anterior jugulo-omohyoid lymph nodes.<br><b>synonym</b>: KB_INSTANCE_80770<br><b>constitutional part of</b>: Jugulo-omohyoid lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Jugulo-omohyoid lymph node" ;
    rdfs:subClassOf obo:FMA_12770, _:genid6368 .

obo:FMA_61775
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Anatomical entity, Anatomical entity template<br><b>subclasses</b>: Material anatomical entity, Immaterial anatomical entity<br><b>:slot-templates</b>: has dimension <i>values</i>: true<br><b>preferred name</b>: fm-live_13820<br><b>:documentation</b>: 2.13.01 We include boundary relationship at physical anatomical entity level because non-material physical anatomical entities (surface and line) have boundaries. We will deactivate the &#x0022;has boundary&#x0022; widget for instance metaclasses which do not have boundaries, e.g. body substance.<br><b>non-English equivalent</b>: KB_AUTO-INSERT(3)_4641, ONARD_Instance_580710<br><b>:direct-template-slots</b>: dimension, has dimension, has boundary, bounded by, homonym of" ;
    a owl:Class ;
    rdfs:comment "Anatomical entity which has three or fewer spatial dimensions. Examples: hemoglobin molecule, mitochondrion, hepatocyte, erythrocyte, heart, head, blood, urine, peritoneal cavity, diaphragmatic surface of heart, inferior margin of liver, apex of lung." ;
    rdfs:label "Physical anatomical entity" ;
    rdfs:subClassOf obo:FMA_62955 .

obo:FMA_62130
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Epithelium of tongue<br><b>constitutional part of</b>: Mucosa of ventrum of tongue<br><b>preferred name</b>: fm-live_15067<br><b>:documentation</b>: Bloom &#x0026; Fawcett 94:559 - Characteristic of the under side of tongue." ;
    a owl:Class ;
    rdfs:label "Non-keratinized epithelium of tongue" ;
    rdfs:subClassOf obo:FMA_284658 .

obo:FMA_62517
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Organ component layer<br><b>subclasses</b>: Lamina propria of pharyngotympanic tube, Lamina propria of base of tongue, Lamina propria of biliary tree, Lamina propria of gallbladder, Lamina propria of anal canal, Lamina propria of trachea, Lamina propria of mucosa of mouth, Lamina propria of major calyx, Lamina propria of renal pelvis, Lamina propria of pelvic part of ureter, Lamina propria of abdominal part of ureter, Lamina propria of rugal fold of stomach, Lamina propria of ureter proper, Lamina propria of bronchiole, Lamina propria of laryngopharynx, Lamina propria of bronchus, Lamina propria of small intestine, Lamina propria of body of stomach, Lamina propria of pylorus, Lamina propria of ureter, Lamina propria of esophagus, Lamina propria of viscerocranial mucosa, Lamina propria of urethra, Lamina propria of nasopharynx, Lamina propria of ventrum of tongue, Lamina propria of uterine tube, Lamina propria of zone of small intestine, Lamina propria of zone of large intestine, Lamina propria of tongue, Lamina propria of pyloric antrum, Lamina propria of stomach, Lamina propria of cervical part of esophagus, Lamina propria of oropharynx, Lamina propria of abdominal part of esophagus, Lamina propria of appendix, Lamina propria of large intestine, Lamina propria of dorsum of tongue, Lamina propria of urinary bladder, Lamina propria of pyloric canal, Lamina propria of fundus of stomach, Lamina propria of thoracic part of esophagus, Lamina propria of vagina, Lamina propria of cardia of stomach<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>constitutional part</b>: Nerve plexus of lamina propria, Diffuse mucosa-associated lymphoid tissue<br><b>preferred name</b>: fm-live_16341<br><b>:documentation</b>: In respiratory, alimentary, and urinary tracts, made up of loose connective tissue with varying proportions of collagen, elastin and reticular cells.  Varying cells may be found depending upon system involved, e.g. fibroblasts and network of capillaries are found just beneath the epithelium in the alimentary tract." ;
    a owl:Class ;
    rdfs:label "Lamina propria" ;
    rdfs:subClassOf obo:FMA_82485 .

obo:FMA_62955
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: THING, Anatomical entity template<br><b>subclasses</b>: Physical anatomical entity, Non-physical anatomical entity<br><b>preferred name</b>: fm_live_00767<br><b>:documentation</b>: Old definition: Biological entity, which forms the whole or a part of, or is an attribute of, the structural organization of a biological organism.<br><b>:direct-template-slots</b>: FMAID<br><b>non-English equivalent</b>: KB_AUTO-INSERT(3)_4642", """type: class
is-a: THING, Anatomical entity template
subclasses: Physical anatomical entity, Non-physical anatomical entity
:documentation: Old definition: Biological entity, which forms the whole or a part of, or is an attribute of, the structural organization of a biological organism.
:direct-template-slots: FMAID""" ;
    a owl:Class ;
    rdfs:comment "Organismal continuant entity which is enclosed by the bona fide boundary of an organism or is an attribute of its structural organization. Examples: cell, heart, head, peritoneal cavity, apex of lung, anatomical term, sagittal plane." ;
    rdfs:label "Anatomical entity" ;
    rdfs:subClassOf obo:BFO_0000004 .

obo:FMA_63584
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lamina propria<br><b>preferred name</b>: FM_live_02406<br><b>:documentation</b>: Gray's 99:1724 - Consists of dense fibrous connective tissue with numerous elastic fibers.<br><b>constitutional part of</b>: Mucosa of tongue" ;
    a owl:Class ;
    rdfs:label "Lamina propria of tongue" ;
    rdfs:subClassOf obo:FMA_62517 .

obo:FMA_63863
    obo:IAO_0000116 """type: class
is-a: Anatomical structure
subclasses: Cement, External elastic lamina, Internal elastic lamina, Collagen fiber, Zona pellucida, Prostatic concretion, Acellular membrane, Cell crystal, Cytoplasmic inclusion, Keratin plug, Lipid droplet, Gelatinous layer of statoconial membrane, Superficial gelatinous layer of statoconial membrane, Otolith, Extruded cell nucleus, Dentine, Enamel, Fibrillar component of intercellular matrix, Otolith layer of statoconial membrane, Elastin fiber, Deep gelatinous layer of statoconial membrane""" ;
    a owl:Class ;
    rdfs:comment "Anatomical structure which consists of cell parts and cell substances and together does not constitute a cell or a tissue. Examples: basement membrane, osteoid, prostatic concretion." ;
    rdfs:label "Acellular anatomical structure" ;
    rdfs:subClassOf obo:FMA_67135 .

obo:FMA_64783
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Cartilage tissue<br><b>subclasses</b>: Isthmus segment of cartilage of pharyngotympanic tube, Laryngeal cartilage proper, Hyaline cartilage of costal cartilage, Articular cartilage<br><b>preferred name</b>: fm-live_02172<br><b>:documentation</b>: The gel consists mainly of proteoglycan.  Distributed throughout the gel are fine collagen fibrils made up of type II collagen. (Bloom &#x0026; Fawcett 1994:185).nnSee also (Cormack 1987:267-268).<br><b>constitutional part</b>: Type II collagen", """type: class
is-a: Cartilage tissue
subclasses: Laryngeal cartilage proper, Costal cartilage proper, Articular cartilage
:documentation: The gel consists mainly of proteoglycan.  Distributed throughout the gel are fine collagen fibrils made up of type II collagen. (Bloom &#x0026; Fawcett 1994:185).nnSee also (Cormack 1987:267-268).
constitutional part: Type II collagen""" ;
    a owl:Class ;
    rdfs:comment "Cartilage (tissue) which consists of chondrocytes and collagen, the intercellular matrix  of which is an amorphous gel with a perichondrium." ;
    rdfs:label "Hyaline cartilage" ;
    rdfs:subClassOf obo:FMA_37377 .

obo:FMA_64989
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Anatomical cluster<br><b>subclasses</b>: Alveolar arch, Ligament cluster, Alveolodental arch, Segment of alveolodental arch, Content of renal sinus, Content of alveolar compartment of mandible, Content of alveolar compartment of maxilla, Dental arcade, Periodontal region, Meningeal cluster, Subdivision of fibroglandular mass of breast, Upper esophageal sphincter, Mucosa of respiratory tract, Coracoacromial arch, Coronal part of alveodental segment, Left side of maxillary alveolar arch, Stomatognathic system, Adnexa of uterus, Wall of respiratory tract, Right side of maxillary alveolar arch, Wall of abdomen, Sense organ system, Gustatory system, Hemolymphoid system, Tongue, Posterior thoracic wall, Subdivision of intrathoracic part of chest, Intrathoracic part of chest, Pilosebaceous unit, Base of breast, Orbital part of eye, Wall of lower gastrointestinal tract, Wall of gut, Urogenital diaphragm, Content of thorax, Axillary tail of breast, Fibroglandular mass of breast, Wall of pelvis, Internal ear, Right side of pelvic wall, Pelvic diaphragm, Right side of pelvic diaphragm, Left side of pelvic diaphragm, Content of abdomen proper, Anterior thoracic wall, Posterior abdominal wall, Middle ear, Visual system, Wall of thorax, Body cavity content, Basicranial part of head proper, Subdivision of larynx, Pharynx, Orbital content, Wall of gastrointestinal tract, Subdivision of thoracic content, Pelvic brim, Content of abdomen, Vestibulocochlear organ, Vestibulo-auditory system, Olfactory system, Special sense organ system, Sensory receptor, Cartilaginous external acoustic tube, Content of pelvis, Posterior chest, Left side of pelvic wall, Muscular layer of pharynx, Subdivision of pharynx, Larynx, Wall of upper gastrointestinal tract<br><b>preferred name</b>: fm-live_03085<br><b>:documentation</b>: Definition should include cells and cell parts grouped together according to shared attributes. (AVA)<br><b>:direct-template-slots</b>: member, contained in, continuous distally with" ;
    a owl:Class ;
    rdfs:comment "Anatomical cluster which has as its direct parts all or some members of two or more organ subclasses and one or more organ part subclasses which are grouped together according to some shared attributes. Examples: larynx, internal ear, pharynx.", "Definition should include cells and cell parts grouped together according to shared attributes. (AVA)" ;
    rdfs:label "Heterogeneous anatomical cluster" ;
    rdfs:subClassOf obo:FMA_49443 .

obo:FMA_64990
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Anatomical cluster<br><b>subclasses</b>: Wall of intestine, Organ component cluster, Organ region cluster<br><b>preferred name</b>: fm-live_03087", """type: class
is-a: Anatomical cluster
subclasses: Wall of intestine, Organ component cluster, Organ subdivision cluster""" ;
    a owl:Class ;
    rdfs:comment "Anatomical cluster which has as its direct parts all or some members of one or more organ part types which are grouped together according to some shared attributes. Examples: root of lung, internal nose, soft palate, wall of gut, periorbita." ;
    rdfs:label "Organ part cluster" ;
    rdfs:subClassOf obo:FMA_49443 .

obo:FMA_65073
    obo:IAO_0000116 """type: class
is-a: Zone of maxilla
subclasses: Alveolar bone of maxilla, Alveolar process proper of maxilla""" ;
    a owl:Class ;
    rdfs:label "Zone of alveolar process of maxilla" ;
    rdfs:subClassOf obo:FMA_52845 .

obo:FMA_66762
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Serous membrane<br><b>subclasses</b>: Adipose type of synovial membrane, Loose connective type of synovial membrane, Synovial membrane of bursa, Synovial membrane of synovial tendon sheath, Fibrous synovial membrane, Synovial membrane of articular capsule of synovial joint<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: fm-live_07476<br><b>non-English equivalent</b>: su_incus_35783, su_incus_35782, KB_AUTO-INSERT(3)_716<br><b>constitutional part</b>: Synovial intima, Synovial subintima<br><b>synonym</b>: ONARD_Instance_2450000, su_incus_24623, ONARD_Instance_2460075<br><b>:documentation</b>: Gray's 38th ed, p497." ;
    a owl:Class ;
    rdfs:comment "Serous membrane that lines non-articular areas of synovial joints, bursae and tendon sheaths." ;
    rdfs:label "Synovial membrane" ;
    rdfs:subClassOf obo:FMA_9581 .

obo:FMA_67112
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Physical anatomical entity<br><b>subclasses</b>: Anatomical boundary entity, Set of immaterial anatomical entities, Anatomical space<br><b>:slot-templates</b>: has mass <i>values</i>: false<br><b>preferred name</b>: fm-live_13507<br><b>:documentation</b>: OM 12.18.00: Are arbitrary planes, lines and points non-material physical anatomical entity? These entities, although arbitrary, serve as boundaries and therefore should be classified as physical anatomical entities. E.g. Plane of esophagogastric junction, plane of thoracic inlet, midclavicular line, McBurney's point.nnNote: Previously named &#x0022;Immaterial physical anatomical entity&#x0022;.<br><b>:direct-template-slots</b>: has mass<br><b>non-English equivalent</b>: ONARD_Instance_580715, ONARD_Instance_580695, ONARD_Instance_610015<br><b>synonym</b>: ONARD_Instance_350000" ;
    a owl:Class ;
    rdfs:comment "Physical anatomical entity which is a three-dimensional space, surface, line or point associated with a material anatomical entity. Examples: body space, surface of heart, costal margin, apex of right lung, anterior compartment space of right arm." ;
    rdfs:label "Immaterial anatomical entity" ;
    rdfs:subClassOf obo:FMA_62955 ;
    owl:disjointWith obo:FMA_67165 .

obo:FMA_67135
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Anatomical structure<br><b>subclasses</b>: Body, Biological molecule, Vestigial embryonic structure, Cardinal organ part, Cell, Biological molecular complex, Portion of tissue, Organ system, Cardinal body part, Cardinal cell part, Cardinal tissue part, Biological macromolecule, Subdivision of cardinal body part, Acellular anatomical structure, Organ, Organ system subdivision, Anatomical cluster<br><b>:slot-templates</b>: part <i>value-type</i>: Developmental entity, part <i>value-type</i>: Physical anatomical entity, has inherent 3-D shape <i>values</i>: true, part <i>value-type</i>: Class<br><b>synonym</b>: fm-live_13818<br><b>preferred name</b>: fm-live_13512<br><b>:documentation</b>: CR comments:n1. Inherent 3D shape implies that it is maximally connected; also there is no supertype &#x0022;maximally connected material anatomical entity&#x0022; in AT.n2. It is not sufficient to state that it is generated by the organism's own genome; tumors are also generated by the organism's own genome; different ones than the anatomical structures that bear them, or from which they are derived. Specifying morphogenesis constrains the genes thatncome into play.n3. Arrangement of parts is also important, because rouleaux etc have a shape.nOld definition: Material anatomical entity which has inherent 3D shape; is generated by coordinated expression of the organism's own genome; its parts are spatially related to one another in patterns determined by coordinated gene expression.nnOM proposed definition:  Material physical anatomical entity which has inherent 3D shape; the maximal aggregation of constitutional parts is generated by coordinated expression of the organism's own structural genes; consists of parts that are anatomical structures; spatially related to one another in patterns determined by coordinated gene expression. Examples: heart, right ventricle, mitral valve, myocardium, endothelium, lymphocyte, fibroblast, thorax, cardiovascular system, hemoglobin, T cell receptor, structural gene.<br><b>non-English equivalent</b>: ONARD_Instance_580716, ONARD_Instance_580696, KB_AUTO-INSERT(3)_4638, ONARD_Instance_580733<br><b>:direct-template-slots</b>: location, develops from, attributed development, has origin, muscle origin of, has insertion", """type: class
is-a: Material anatomical entity
subclasses: Body, Biological molecule, Cardinal organ part, Biological molecular complex, Portion of tissue, Organ system, Cardinal body part, Organ system subdivision, Organ, Cardinal tissue part, Subdivision of cardinal body part, Vestigial embryonic structure, Acellular anatomical structure, Cell, Cardinal cell part, Biological macromolecule, Anatomical cluster, Gestational structure
:slot-templates: has inherent 3-D shape values: true, part value-type: Class, part value-type: Physical anatomical entity, location value-type: Spatial association relation, location value-type: Instance
:documentation: CR comments:n1. Inherent 3D shape implies that it is maximally connected; also there is no supertype &#x0022;maximally connected material anatomical entity&#x0022; in AT.n2. It is not sufficient to state that it is generated by the organism's own genome; tumors are also generated by the organism's own genome; different ones than the anatomical structures that bear them, or from which they are derived. Specifying morphogenesis constrains the genes thatncome into play.n3. Arrangement of parts is also important, because rouleaux etc have a shape.nOld definition: Material anatomical entity which has inherent 3D shape; is generated by coordinated expression of the organism's own genome; its parts are spatially related to one another in patterns determined by coordinated gene expression.nnOM proposed definition:  Material physical anatomical entity which has inherent 3D shape; the maximal aggregation of constitutional parts is generated by coordinated expression of the organism's own structural genes; consists of parts that are anatomical structures; spatially related to one another in patterns determined by coordinated gene expression. Examples: heart, right ventricle, mitral valve, myocardium, endothelium, lymphocyte, fibroblast, thorax, cardiovascular system, hemoglobin, T cell receptor, structural gene.
:direct-template-slots: inherent 3-D shape, attributed part, location, orientation, has inherent 3-D shape, regional part, regional part of, constitutional part, bounded by, arterial supply, venous drainage, nerve supply, member of, develops from, systemic part, regional partition 1 of""" ;
    a owl:Class ;
    rdfs:comment "Material anatomical entity which is generated by coordinated expression of the organism's own genes that guide its morphogenesis; has inherent 3D shape; its parts are connected and spatially related to one another in patterns determined by coordinated gene expression. Examples: heart, right ventricle, mitral valve, myocardium, endothelium, lymphocyte, fibroblast, thorax, cardiovascular system, hemoglobin, T cell receptor." ;
    rdfs:label "Anatomical structure", "Postnatal anatomical structure" ;
    rdfs:subClassOf obo:FMA_305751 .

obo:FMA_67165
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Physical anatomical entity<br><b>subclasses</b>: Portion of body substance, Anatomical structure, Anatomical set<br><b>:slot-templates</b>: has boundary <i>values</i>: true, dimension <i>values</i>: 3-dimension, has mass <i>values</i>: true<br><b>preferred name</b>: fm-live_13819<br><b>has boundary</b>: true<br><b>dimension</b>: 3-dimension<br><b>non-English equivalent</b>: ONARD_Instance_580713, ONARD_Instance_580694, KB_AUTO-INSERT(3)_4640, ONARD_Instance_580736<br><b>:direct-template-slots</b>: has mass, continuous with, attributed continuous with, has shape, branch, physical state, location of, receives drainage from, derives from, continuous with, attributed continuous with", """type: class
is-a: Physical anatomical entity
subclasses: Portion of body substance, Anatomical structure, Anatomical set
:slot-templates: has boundary values: true, dimension values: 3-dimension, has mass values: true
has boundary: true
dimension: 3-dimension
:direct-template-slots: has mass, continuous with, attributed continuous with, physical state, has shape, branch, receives drainage from""" ;
    a owl:Class ;
    rdfs:comment "Physical anatomical entity which has mass. Examples: hemoglobin molecule, mitochondrion, hepatocyte, erythrocyte, heart, head, blood, urine." ;
    rdfs:label "Material anatomical entity" ;
    rdfs:subClassOf obo:BFO_0000040, obo:FMA_61775 .

obo:FMA_67498
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Postnatal anatomical structure<br><b>subclasses</b>: Solid organ, Cavitated organ<br><b>:slot-templates</b>: nerve supply <i>value-type</i>: Peripheral nerve, attributed part <i>value-type</i>: Part_of relationship value, attributed part <i>value-type</i>: Instance, bounded by <i>value-type</i>: Surface of organ, bounded by <i>value-type</i>: Class, dimension <i>value-type</i>: 3-dimension, dimension <i>value-type</i>: Symbol, dimension <i>values</i>: 3-dimension, nerve supply <i>value-type</i>: Class, nerve supply <i>value-type</i>: Neural tree organ, nerve supply <i>value-type</i>: Segment of neural tree organ, nerve supply <i>value-type</i>: Subdivision of nervous system, nerve supply <i>value-type</i>: Variant anatomical structure, nerve supply <i>value-type</i>: Set of nerves, nerve supply <i>value-type</i>: Nerve trunk, nerve supply <i>value-type</i>: Nerve, nerve supply <i>value-type</i>: Nerve plexus, attributed continuous with <i>value-type</i>: Postnatal anatomical structure, attributed continuous with <i>value-type</i>: Continuous_with relation, attributed continuous with <i>value-type</i>: Connected_to relation, attributed continuous with <i>value-type</i>: Instance, surrounded by <i>value-type</i>: Anatomical space, surrounded by <i>value-type</i>: Postnatal anatomical structure, surrounded by <i>value-type</i>: Class, location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance, attributed part <i>value-type</i>: Organ component part_of relationship value, attributed part <i>value-type</i>: Organ subdivision part_of relationship value, attributed part <i>value-type</i>: Organ part_of relationship value<br><b>preferred name</b>: fm-live_13404<br><b>:direct-template-slots</b>: innervation, segmental supply<br><b>non-English equivalent</b>: ONARD_Instance_580701, KB_AUTO-INSERT(3)_4632, ONARD_Instance_580742<br><b>:documentation</b>: Old definition:nAnatomical structure, which consists of the maximal set of organ parts so connected to one another that together they constitute a unit of macroscopic anatomy, structurally distinct from other such units. n10.10.01:nWe need to specify what kind of organ parts can belong to a set that constitute an organ.", """type: class
is-a: Anatomical structure
subclasses: Solid organ, Cavitated organ
:slot-templates: attributed part value-type: Part_of relationship value, attributed part value-type: Instance, bounded by value-type: Surface of organ, bounded by value-type: Class, dimension value-type: 3-dimension, dimension value-type: Symbol, dimension values: 3-dimension, nerve supply value-type: Nerve plexus, nerve supply value-type: Nerve, nerve supply value-type: Nerve trunk, nerve supply value-type: Set of nerves, nerve supply value-type: Variant anatomical structure, nerve supply value-type: Subdivision of nervous system, nerve supply value-type: Segment of neural tree organ, nerve supply value-type: Neural tree organ, nerve supply value-type: Class, attributed continuous with value-type: Anatomical structure, attributed continuous with value-type: Continuous_with relation, attributed continuous with value-type: Connected_to relation, attributed continuous with value-type: Instance, surrounded by value-type: Anatomical space, surrounded by value-type: Anatomical structure, surrounded by value-type: Class, physical state defaults: Solid, location value-type: Organ anatomical coordinate adjacency, location value-type: Instance, attributed part value-type: Organ component part_of relationship value, attributed part value-type: Organ subdivision part_of relationship value, attributed part value-type: Organ part_of relationship value
:direct-template-slots: lymphatic drainage, contained in, member of, innervation, surrounded by, systemic part of, primary site of, segmental supply
:documentation: Old definition:nAnatomical structure, which consists of the maximal set of organ parts so connected to one another that together they constitute a unit of macroscopic anatomy, structurally distinct from other such units. n10.10.01:nWe need to specify what kind of organ parts can belong to a set that constitute an organ.
part: Cardinal organ part
regional part: Region of organ component""" ;
    a owl:Class ;
    rdfs:comment "Anatomical structure which has as its direct parts portions of two or more types of tissue or two or more types of cardinal organ part which constitute a maximally connected anatomical structure demarcated predominantly by a bona fide anatomical surface. Examples: femur, biceps brachii, liver, heart, skin, tracheobronchial tree, ovary.", "Anatomical structure which has as its direct parts portions of two or more types of tissue or two or more types of cardinal organ part which constitute a maximally connected anatomical structure demarcated predominantly by a bona fide anatomical surface. Examples: femur, biceps, liver, heart, skin, tracheobronchial tree, ovary." ;
    rdfs:label "Organ" ;
    rdfs:subClassOf obo:FMA_67135 .

obo:FMA_67504
    obo:IAO_0000118 "Principal body part subdivision" ;
    dc:source "Foundational Model of Anatomy (FMA)" ;
    a owl:Class ;
    rdfs:label "Subdivision of cardinal body part" ;
    rdfs:subClassOf obo:FMA_67135 .

obo:FMA_67552
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Anatomical space<br><b>subclasses</b>: Organ cavity, Anatomical cluster space, Cavity of organ system subdivision, Subdivision of cavity of organ system subdivision, Tissue cavity, Vestibule, Subdivision of vestibule of vagina, Cell cavity, Organ system cavity, Cavity of organ part, Cavity of subdivision of cardinal body part, Organ cavity subdivision<br><b>preferred name</b>: fm-live_00504<br><b>:documentation</b>: Old definition:  Anatomical space that is bounded by the surface of the wall or walls of organs, organ parts, body parts or body part subdivisions.<br><b>non-English equivalent</b>: ONARD_Instance_580671", """type: class
is-a: Anatomical space
subclasses: Organ cavity, Anatomical cluster space, Subdivision of cavity of body part subdivision, Cavity of organ system subdivision, Subdivision of cavity of organ system subdivision, Tissue cavity, Vestibule, Subdivision of vestibule of vagina, Cell cavity, Organ system cavity, Cavity of organ part, Cavity of subdivision of principal body part, Organ cavity subdivision
:slot-templates: contains value-type: Portion of body substance, contains value-type: Class
:documentation: Old definition:  Anatomical space that is bounded by the surface of the wall or walls of organs, organ parts, body parts or body part subdivisions.""" ;
    a owl:Class ;
    rdfs:comment "Anatomical space which contains portions of one or more body substances and is bounded by the internal surface of one maximally connected anatomical structure or two or more adjacent anatomical structures. Examples: nasal cavity, cavity of stomach, pharyngeal recess space, lumen of artery, cavity of serous sac.", "Anatomical space which contains portions of one or more body substances and is bounded by the internal surface of one maximally connected anatomical structure or two or more adjacent anatomical structures. Examples: pharyngeal recess space, nasal cavity, cavity of serous sac, lumen of stomach, lumen of artery, fornix of vagina." ;
    rdfs:label "Anatomical cavity" ;
    rdfs:subClassOf obo:FMA_5897 .

obo:FMA_67601
    obo:IAO_0000116 """type: class
is-a: Organ segment
subclasses: Process of vertebra, Styloid process of ulna, Styloid process of radius, Alveolar part of maxilla, Palatine process of maxilla, Zygomatic process of maxilla, Pyramidal process of palatine bone, Maxillary process of palatine bone, Sphenoidal process of palatine bone, Descending process of lacrimal bone, Ethmoidal process of inferior nasal concha, Maxillary process of inferior nasal concha, Lacrimal process of inferior nasal concha, Pterygoid process, Frontal process of zygomatic bone, Zygomatic process of frontal bone, Short limb of incus, Long limb of incus, Bone process, Coronoid process of ulna, Condylar process of mandible, Costal process of lumbar vertebra, Coronoid process of mandible, Anterior process of septal nasal cartilage, Orbital process of palatine bone, Frontal process of maxilla, Posterior process of septal nasal cartilage, Zygomatic process of temporal bone, Styloid process of petrous part of temporal bone, Uncinate process of ethmoid, Temporal process of zygomatic bone, Lateral process of talus, Lateral process of septal nasal cartilage, Lateral process of malleus, Uncinate process of pancreas, Posterior process of talus, Lenticular process of incus, Alveolar part of mandible, Muscular process of arytenoid cartilage, Styloid process of fibula, Anterior process of malleus, Xiphoid process, Vocal process of arytenoid cartilage""" ;
    a owl:Class ;
    rdfs:label "Process of organ" ;
    rdfs:subClassOf obo:FMA_86140 .

obo:FMA_67619
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Cardinal organ part<br><b>subclasses</b>: Organ segment, Organ zone<br><b>:slot-templates</b>: venous drainage <i>value-type</i>: Class, venous drainage <i>value-type</i>: Segment of accessory parotid gland, venous drainage <i>value-type</i>: Venous trunk<br><b>preferred name</b>: fm-live_09041<br><b>:documentation</b>: 9-30-04 OM: Definition- organ part, the maximal aggregate of its constitutional parts (or constituents) is defined by bonafide (natural)  and fiat (artifical boundaries.nnAllowed classes are organ subdivisions and organ components.", """type: class
is-a: Cardinal organ part
subclasses: Organ segment, Organ zone
:slot-templates: venous drainage value-type: Class, venous drainage value-type: Segment of accessory parotid gland, venous drainage value-type: Venous trunk
:documentation: 9-30-04 OM: Definition- organ part, the maximal aggregate of its constitutional parts (or constituents) is defined by bonafide (natural)  and fiat (artifical boundaries.nnAllowed classes are organ subdivisions and organ components.""" ;
    a owl:Class ;
    rdfs:comment "Cardinal organ part which is a fiat subdivision of an organ. Examples: lingula of left lung, tail of pancreas, artery, trochanter, nodulus of semilunar valve, right side of heart, duodenum, fundus of stomach.", "Cardinal organ part which is a fiat subdivision of an organ. Examples: lingula of left lung, tail of pancreas, artery, trochanter, nodulus of semilunar valvule, right side of heart, duodenum, fundus of stomach." ;
    rdfs:label "Organ region" ;
    rdfs:subClassOf obo:FMA_82472 .

obo:FMA_67905
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Portion of muscle tissue<br><b>subclasses</b>: Skeletal muscle tissue, Cardiac muscle tissue<br><b>preferred name</b>: fm-live_13283<br><b>non-English equivalent</b>: ONARD_Instance_580871" ;
    a owl:Class ;
    rdfs:comment "Tissue which consists of striated muscle fibers surrounded by endomysium.  Examples: Skeletal muscle tissue, Cardiac muscle tissue." ;
    rdfs:label "Striated muscle tissue" ;
    rdfs:subClassOf obo:FMA_9641 .

obo:FMA_69050
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Organ region cluster<br><b>subclasses</b>: Vasculature of organ system, Vasculature of body, Vasculature of anatomical compartment, Vasculature of organ system subdivision, Vasculature of body part subdivision, Vasculature of cardinal body part, Vasculature of cardinal organ part, Vasculature of portion of tissue, Vasculature of anatomical cluster, Vasculature of organ<br><b>preferred name</b>: fm_live_07146<br><b>regional part</b>: Capillary bed, Arterial tree cluster, Venous tree cluster, Lymphatic tree cluster<br><b>synonym</b>: fm_live_07145", """type: class
is-a: Organ subdivision cluster
subclasses: Vasculature of organ system, Vasculature of body, Vasculature of anatomical compartment, Vasculature of organ system subdivision, Vasculature of body part subdivision, Vasculature of cardinal body part, Vasculature of cardinal organ part, Vasculature of portion of tissue, Vasculature of anatomical cluster, Vasculature of organ
regional part: Capillary bed, Arterial tree cluster, Venous tree cluster, Lymphatic tree cluster
systemic part: Capillary bed, Venous tree cluster, Lymphatic tree cluster, Arterial tree cluster
systemic part of: Cardiovascular system
constitutional part of: Cardiovascular system""" ;
    a owl:Class ;
    rdfs:label "Vasculature" ;
    rdfs:subClassOf obo:FMA_14462 .

obo:FMA_70773
    obo:IAO_0000116 """type: class
is-a: Set of organs
subclasses: Set of maxillary periodontia, Set of mandibular periodontia, Set of all ligaments, Set of periodontia, Set of suspensory ligaments of breast, Set of skin ligaments, Set of ligaments of auditory ossicles, Set of ligaments of auricle, Set of sternopericardial ligaments, Set of anular ligaments, Set of plantar ligaments of interphalangeal joints of foot, Set of collateral ligaments of interphalangeal joints of foot, Set of plantar ligaments of metatarsophalangeal joints, Set of collateral ligaments of metatarsophalangeal joints, Set of plantar metatarsal ligaments, Set of dorsal metatarsal ligaments, Set of metatarsal interosseous ligaments, Set of cuneometatarsal interosseous ligaments, Set of plantar tarsometatarsal ligaments, Set of dorsal tarsometatarsal ligaments, Set of plantar intercuneiform ligaments, Set of plantar cuneonavicular ligaments, Set of plantar tarsal ligaments, Set of dorsal tarsal ligaments, Set of intercuneiform interosseous ligaments, Set of tarsal interosseous ligaments, Set of tarsal ligaments, Set of palmar ligaments of interphalangeal joints of hand, Set of collateral ligaments of interphalangeal joints of hand, Set of palmar ligaments of metacarpophalangeal joints, Set of interosseous intercarpal ligaments, Set of palmar intercarpal ligaments, Set of dorsal intercarpal ligaments, Set of glenohumeral ligaments, Set of costoxiphoid ligaments, Set of radiate sternocostal ligaments, Set of alar ligaments, Set of transverse ligaments of vertebral column, Set of intertransverse ligaments, Set of interspinous ligaments, Set of extracapsular ligaments, Set of capsular ligaments, Set of intracapsular ligaments, Set of collateral ligaments of metacarpophalangeal joints, Set of dorsal metacarpal ligaments, Set of dorsal carpometacarpal ligaments, Set of palmar carpometacarpal ligaments, Set of palmar metacarpal ligaments, Set of interosseous metacarpal ligaments, Haller's arches, Set of ligamenta flava""" ;
    a owl:Class ;
    rdfs:label "Set of ligaments" ;
    rdfs:subClassOf obo:FMA_70779 .

obo:FMA_70776
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of organ components<br><b>subclasses</b>: Lymph node group of right lymphatic duct tree, Lymph node group of abdomen, Lymph node group of thoracic duct tree, Lumbar lymph node group, Set of pericervical nodes, Set of all lymph nodes, Lymph node group of head, Lymph node group of neck, Lymph node group of upper limb, Prevertebral lymph node group, Set of accessory lymph nodes, Postaortic lymph node group, Lymph node group of thorax, Set of lymph nodes of head and neck, Regional group of lymph nodes, Lymph node group of lower limb, Paravaginal lymph node group, Set of regional lymph nodes, Lymph node group of body proper<br><b>:slot-templates</b>: receives drainage from <i>value-type</i>: Material anatomical entity, receives drainage from <i>value-type</i>: Class<br><b>preferred name</b>: ONARD_Instance_1570000<br><b>constitutional part of</b>: Lymphatic tree organ<br><b>:direct-template-slots</b>: drains into<br><b>synonym</b>: fm_live_11160, KB_AUTO-INSERT2_9399" ;
    a owl:Class ;
    rdfs:comment "Set of organ components of lymphatic tree organ consisting of lymph nodes without connecting lymphatic vessels." ;
    rdfs:label "Lymph node group" ;
    rdfs:subClassOf obo:FMA_78561 .

obo:FMA_70779
    obo:IAO_0000116 """type: class
is-a: Anatomical set
subclasses: Set of adrenal glands, Set of kidneys, Set of eyeballs, Set of all transversospinales, Set of bones, Set of lactiferous glands, Set of viscera, Set of bursae, Set of secondary lymphoid organs, Dentition, Set of neural tree organs, Set of primary lymphoid organs, Musculature, Set of ligaments, Set of ureters, Set of tendon sheaths, Set of para-aortic bodies
:direct-template-slots: contained in, systemic part, lymphatic drainage, regional part of, regional part""" ;
    a owl:Class ;
    rdfs:label "Set of organs" ;
    rdfs:subClassOf obo:FMA_55652 .

obo:FMA_71289
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Musculature of subdivision of face<br><b>preferred name</b>: ONARD_Instance_1880000<br><b>non-English equivalent</b>: su_incus_38596, KB_AUTO-INSERT(3)_1065<br><b>synonym</b>: su_incus_14968, FM_live_06776, su_incus_14967<br><b>member</b>: Set of all extrinsic muscles of tongue, Set of all intrinsic muscles of tongue<br><b>regional part</b>: Musculature of right side of tongue, Musculature of left side of tongue<br><b>constitutional part of</b>: Tongue<br><b>member of</b>: Musculature of face, Musculature of mouth" ;
    a owl:Class ;
    rdfs:label "Musculature of tongue" ;
    rdfs:subClassOf obo:FMA_55600, _:genid6396, _:genid6398, _:genid6400, _:genid6402 .

obo:FMA_7145
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Nonparenchymatous organ<br><b>subclasses</b>: Dura mater, Bronchopericardial membrane, Skeletal membrane organ, Superior fascia of urogenital diaphragm, Fibrous pericardium, Tympanic membrane, Stapedial membrane, Tarsal plate of eyelid, Perineal membrane, Fibro-elastic membrane of larynx, Periorbital body, Secondary tympanic membrane, Orbital septum, Thyrohyoid membrane<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance, surrounds <i>value-type</i>: Physical anatomical entity, surrounds <i>value-type</i>: Class<br><b>preferred name</b>: KB_INSTANCE_03905<br><b>non-English equivalent</b>: ONARD_Instance_580483<br><b>:direct-template-slots</b>: surrounds, receives attachment from, adheres to<br><b>homonym of</b>: Membrane" ;
    a owl:Class ;
    rdfs:comment "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." ;
    rdfs:label "Membrane organ" ;
    rdfs:subClassOf obo:FMA_55665 .

obo:FMA_71711
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of head<br><b>subclasses</b>: Set of right occipital lymph nodes, Set of left occipital lymph nodes<br><b>constitutional part of</b>: Occipital lymphatic chain<br><b>preferred name</b>: su_incus_15875<br><b>synonym</b>: su_incus_16174, su_incus_15876, KB_AUTO-INSERT2_9400<br><b>non-English equivalent</b>: su_incus_39475, su_incus_39474, KB_AUTO-INSERT(3)_3176<br><b>member of</b>: Set of pericervical nodes<br><b>:documentation</b>: Morris 1966:873 From one to three small nodes near the occipital insertion of the semispialis capitis muscle.<br><b>member</b>: Occipital lymph node" ;
    a owl:Class ;
    rdfs:label "Set of occipital lymph nodes" ;
    rdfs:subClassOf obo:FMA_78570, _:genid6408, _:genid6412 .

obo:FMA_71712
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of head<br><b>subclasses</b>: Set of right mastoid lymph nodes, Set of left mastoid lymph nodes<br><b>preferred name</b>: su_incus_15877<br><b>synonym</b>: su_incus_16175, su_incus_15878, KB_AUTO-INSERT2_9401<br><b>non-English equivalent</b>: su_incus_39477, su_incus_39476, KB_AUTO-INSERT(3)_3177<br><b>member of</b>: Set of pericervical nodes<br><b>member</b>: Mastoid lymph node" ;
    a owl:Class ;
    rdfs:label "Set of mastoid lymph nodes" ;
    rdfs:subClassOf obo:FMA_78570, _:genid6416, _:genid6420 .

obo:FMA_71720
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of head<br><b>preferred name</b>: su_incus_15893<br><b>synonym</b>: su_incus_16183, su_incus_15894, KB_AUTO-INSERT2_9409<br><b>non-English equivalent</b>: su_incus_39493, su_incus_39492, KB_AUTO-INSERT(3)_3189<br><b>member of</b>: Set of pericervical nodes<br><b>constitutional part of</b>: Submental lymphatic chain<br><b>:documentation</b>: Morris 1966:875 These nodes, usually two in number, lie in the triangle bounded by the anterior bellies of the two digastric muscles and the hyoid bone.<br><b>member</b>: Submental lymph node" ;
    a owl:Class ;
    rdfs:label "Set of submental lymph nodes" ;
    rdfs:subClassOf obo:FMA_78570, _:genid6424 .

obo:FMA_71721
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of head<br><b>subclasses</b>: Set of left submandibular lymph nodes, Set of right submandibular lymph nodes<br><b>preferred name</b>: su_incus_15895<br><b>synonym</b>: su_incus_16184, su_incus_15896, KB_AUTO-INSERT2_9410<br><b>non-English equivalent</b>: su_incus_39495, su_incus_39494, KB_AUTO-INSERT(3)_3190<br><b>:documentation</b>: Gray's 99:1612. There are usually three submandibular nodes, internal to the deep cervical fascia in the submandibular triangle. There is one at the anterior pole of the submandibular gland, and two flanking the faacial artery as it reaches the mandible.nMorris 1966:873 These consists of a chain of from three to six nodes along the inferior border of the mandible.<br><b>member of</b>: Set of pericervical nodes<br><b>constitutional part of</b>: Submandibular lymphatic chain<br><b>member</b>: Submandibular lymph node" ;
    a owl:Class ;
    rdfs:label "Set of submandibular lymph nodes" ;
    rdfs:subClassOf obo:FMA_78570, _:genid6428, _:genid6432 .

obo:FMA_71722
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of left anterior cervical lymph nodes, Set of right anterior cervical lymph nodes<br><b>preferred name</b>: su_incus_15897<br><b>synonym</b>: su_incus_16185, su_incus_15898, KB_AUTO-INSERT2_9412<br><b>member</b>: Anterior cervical lymph node<br><b>constitutional part of</b>: Anterior cervical lymphatic chain, Jugular lymphatic chain<br><b>non-English equivalent</b>: su_incus_39499, su_incus_39500, su_incus_39498, su_incus_39501, KB_AUTO-INSERT(3)_3191, ONARD_Instance_2140004" ;
    a owl:Class ;
    rdfs:label "Set of anterior cervical lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid6436, _:genid6440 .

obo:FMA_71724
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of left superficial anterior cervical lymph nodes, Set of right superficial anterior cervical lymph nodes<br><b>preferred name</b>: su_incus_15901<br><b>member</b>: Superficial anterior cervical lymph node<br><b>non-English equivalent</b>: su_incus_39502, su_incus_39496, su_incus_39503, su_incus_39497<br><b>synonym</b>: KB_AUTO-INSERT2_9413, su_incus_16187, su_incus_15902, KB_AUTO-INSERT2_9411, su_incus_16186, su_incus_15900<br><b>constitutional part of</b>: Anterior superficial cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of superficial anterior cervical lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid6444, _:genid6448 .

obo:FMA_71725
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of left deep anterior cervical lymph nodes, Set of right deep anterior cervical lymph nodes<br><b>preferred name</b>: su_incus_15903<br><b>non-English equivalent</b>: su_incus_39504, su_incus_39505<br><b>synonym</b>: su_incus_16188, su_incus_15904, KB_AUTO-INSERT2_9414<br><b>member</b>: Thyroid lymph node, Prelaryngeal lymph node, Infrahyoid lymph node, Pretracheal lymph node, Paratracheal lymph node<br><b>constitutional part of</b>: Anterior deep cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of deep anterior cervical lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid6452, _:genid6456, _:genid6458, _:genid6460, _:genid6462, _:genid6464 .

obo:FMA_71726
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of left infrahyoid lymph nodes, Set of right infrahyoid lymph nodes<br><b>preferred name</b>: su_incus_15905<br><b>synonym</b>: su_incus_16189, su_incus_15906, KB_AUTO-INSERT2_9415<br><b>non-English equivalent</b>: su_incus_39507, su_incus_39506, KB_AUTO-INSERT(3)_3192<br><b>member</b>: Infrahyoid lymph node<br><b>constitutional part of</b>: Infrahyoid lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of infrahyoid lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid6468, _:genid6472 .

obo:FMA_71727
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of left prelaryngeal lymph nodes, Set of right prelaryngeal lymph nodes<br><b>preferred name</b>: su_incus_15907<br><b>synonym</b>: su_incus_16190, su_incus_15908, KB_AUTO-INSERT2_9416<br><b>non-English equivalent</b>: su_incus_39509, su_incus_39508, KB_AUTO-INSERT(3)_3193<br><b>member</b>: Prelaryngeal lymph node<br><b>constitutional part of</b>: Prelaryngeal lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of prelaryngeal lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid6476, _:genid6480 .

obo:FMA_71728
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of left thyroid lymph nodes, Set of right thyroid lymph nodes<br><b>preferred name</b>: su_incus_15909<br><b>synonym</b>: su_incus_16191, su_incus_15910, KB_AUTO-INSERT2_9417<br><b>non-English equivalent</b>: su_incus_39511, su_incus_39510, KB_AUTO-INSERT(3)_3194<br><b>member</b>: Thyroid lymph node<br><b>constitutional part of</b>: Thyroid lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of thyroid lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid6484, _:genid6488 .

obo:FMA_71729
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of left pretracheal lymph nodes, Set of right pretracheal lymph nodes<br><b>preferred name</b>: su_incus_15911<br><b>synonym</b>: su_incus_16192, su_incus_15912, KB_AUTO-INSERT2_9419<br><b>non-English equivalent</b>: su_incus_39515, su_incus_39514, KB_AUTO-INSERT(3)_3195<br><b>member</b>: Pretracheal lymph node<br><b>constitutional part of</b>: Pretracheal lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of pretracheal lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid6492, _:genid6496 .

obo:FMA_71730
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of left paratracheal lymph nodes, Set of right paratracheal lymph nodes<br><b>preferred name</b>: su_incus_15913<br><b>non-English equivalent</b>: su_incus_39513, su_incus_39512, KB_AUTO-INSERT(3)_3196<br><b>member</b>: Paratracheal lymph node<br><b>constitutional part of</b>: Paratracheal lymphatic chain<br><b>synonym</b>: su_incus_15914, ONARD_Instance_3470001, KB_AUTO-INSERT2_9418, su_incus_16193" ;
    a owl:Class ;
    rdfs:label "Set of paratracheal lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid6500, _:genid6504 .

obo:FMA_71731
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of right retropharyngeal lymph nodes, Set of left retropharyngeal lymph nodes<br><b>preferred name</b>: su_incus_15915<br><b>synonym</b>: su_incus_16194, su_incus_15916, KB_AUTO-INSERT2_9420<br><b>non-English equivalent</b>: su_incus_39518, su_incus_39517, su_incus_39516, KB_AUTO-INSERT(3)_3197<br><b>member</b>: Retropharyngeal lymph node<br><b>constitutional part of</b>: Retropharyngeal lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of retropharyngeal lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid6508, _:genid6512 .

obo:FMA_71732
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of left lateral cervical lymph nodes, Set of right lateral cervical lymph nodes<br><b>preferred name</b>: su_incus_15917<br><b>synonym</b>: su_incus_16195, su_incus_15918, KB_AUTO-INSERT2_9422<br><b>non-English equivalent</b>: su_incus_39524, su_incus_39523, su_incus_39522, su_incus_39521, KB_AUTO-INSERT(3)_3198<br><b>member</b>: Lateral cervical lymph node<br><b>constitutional part of</b>: Lateral cervical lymphatic chain, Jugular lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of lateral cervical lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid6516, _:genid6520 .

obo:FMA_71733
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of left superficial lateral cervical lymph nodes, Set of right superficial lateral cervical lymph nodes<br><b>preferred name</b>: su_incus_15919<br><b>non-English equivalent</b>: su_incus_39519, su_incus_39520<br><b>synonym</b>: su_incus_16196, su_incus_15920, KB_AUTO-INSERT2_9421<br><b>member</b>: Superficial lateral cervical lymph node" ;
    a owl:Class ;
    rdfs:label "Set of superficial lateral cervical lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid6524, _:genid6528 .

obo:FMA_71734
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of right superior deep lateral cervical lymph nodes, Set of left superior deep lateral cervical lymph nodes<br><b>preferred name</b>: su_incus_15921<br><b>non-English equivalent</b>: su_incus_39525, su_incus_39526<br><b>synonym</b>: su_incus_16197, su_incus_15922, KB_AUTO-INSERT2_9423<br><b>member</b>: Superior deep lateral cervical lymph node<br><b>constitutional part of</b>: Superior lateral deep cervical lymphatic chain" ;
    a owl:Class ;
    rdfs:label "Set of superior deep lateral cervical lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid6532, _:genid6536 .

obo:FMA_71735
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of neck<br><b>subclasses</b>: Set of right inferior deep lateral cervical lymph nodes, Set of left inferior deep lateral cervical lymph nodes<br><b>preferred name</b>: su_incus_15923<br><b>non-English equivalent</b>: su_incus_39527, su_incus_39528<br><b>synonym</b>: su_incus_16198, su_incus_15924, KB_AUTO-INSERT2_9424<br><b>member</b>: Inferior deep lateral cervical lymph node" ;
    a owl:Class ;
    rdfs:label "Set of inferior deep lateral cervical lymph nodes" ;
    rdfs:subClassOf obo:FMA_78571, _:genid6540, _:genid6544 .

obo:FMA_74612
    obo:IAO_0000116 """type: class
is-a: Vasculature
subclasses: Vasculature of ovary, Vasculature of uterine tube, Vasculature of uterus, Vasculature of ligament organ, Vasculature of superficial fascia, Vasculature of skin, Vasculature of eyeball, Vasculature of tracheobronchial tree, Vasculature of viscerocranial mucosa, Vasculature of thyroid gland, Vasculature of thymus, Vasculature of adrenal gland, Vasculature of spleen, Vasculature of gallbladder, Vasculature of neuraxis, Cerebrospinal vasculature, Vasculature of anal canal, Vasculature of small intestine, Vasculature of pancreas, Vasculature of muscle organ, Vasculature of serous sac, Vasculature of esophagus, Vasculature of liver, Vasculature of lung, Vasculature of heart, Vasculature of bone organ, Vasculature of stomach, Vasculature of prostate, Vascular layer of testis, Vasculature of large intestine
dimension: 3-dimension""" ;
    a owl:Class ;
    rdfs:label "Vasculature of organ" ;
    rdfs:subClassOf obo:FMA_69050 .

obo:FMA_74616
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of organ regions<br><b>subclasses</b>: Neural network of portion of tissue, Neural network of cardinal body part subdivision, Neural network of organ part, Neural network of anatomical cluster, Neural network of cardinal body part, Neural network of organ, Neural network of organ system subdivision, Neural network of organ system<br><b>synonym</b>: fm_live_15580<br><b>preferred name</b>: fm_live_15579<br><b>member of</b>: Neurovascular network" ;
    a owl:Class ;
    rdfs:label "Neural network" ;
    rdfs:subClassOf obo:FMA_78562 .

obo:FMA_7477
    obo:IAO_0000116 """type: class
is-a: Bone organ
subclasses: Coccyx, Sacrum, Hyoid bone, Inferior nasal concha, Lacrimal bone, Pneumatized bone, Vertebra, Auditory ossicle, Palatine bone, Zygomatic bone, Vomer, Mandible
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Irregular bone" ;
    rdfs:subClassOf obo:FMA_5018 .

obo:FMA_7478
    obo:IAO_0000116 """type: class
is-a: Irregular bone
subclasses: Maxilla, Ethmoid, Temporal bone, Sphenoid bone
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Has_anatomical_coordinate relation, location value-type: Instance""" ;
    a owl:Class ;
    rdfs:label "Pneumatized bone" ;
    rdfs:subClassOf obo:FMA_7477 .

obo:FMA_74865
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Epithelium of tongue, Keratinized stratified squamous epithelium<br><b>constitutional part of</b>: Mucosa of dorsum of tongue<br><b>preferred name</b>: FM_live_08893<br><b>synonym</b>: ONARD_Instance_6400021" ;
    a owl:Class ;
    rdfs:label "Keratinized epithelium of tongue" ;
    rdfs:subClassOf obo:FMA_284658, obo:FMA_45568 .

obo:FMA_7490
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Anatomical junction<br><b>subclasses</b>: Synovial joint, Nonsynovial joint<br><b>:slot-templates</b>: connected to <i>value-type</i>: Anatomical structure, connected to <i>value-type</i>: Class<br><b>preferred name</b>: KB_INSTANCE_04713<br><b>:documentation</b>: 1.04.01 CROM reviewed.<br><b>non-English equivalent</b>: KB_AUTO-INSERT(3)_171, su_incus_38560, ONARD_Instance_690008<br><b>:direct-template-slots</b>: connected to, attaches to" ;
    a owl:Class ;
    rdfs:comment "Anatomical junction which consists of parts of two or more adjacent bones or cartilages which are interconnected by organs and/or organ parts that consist of various types of connective tissue. Together with other joints and bones, a joint constitutes the skeletal system. Examples: pubic symphysis, knee joint, temporomandibular joint." ;
    rdfs:label "Joint" ;
    rdfs:subClassOf obo:FMA_5898 .

obo:FMA_7501
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Joint<br><b>subclasses</b>: Synovial sternocostal joint, Costovertebral synovial joint, Laryngeal joint, Cranial synovial joint, Synovial joint of pelvic girdle, Synovial joint of free limb segment, Synovial joint of pectoral girdle, Vertebral arch joint, Joint of L5-S1 vertebrae, Synovial interchondral joint<br><b>preferred name</b>: KB_INSTANCE_04734<br><b>:documentation</b>: 1.03.01 CROM reviewed<br><b>synonym</b>: KB_INSTANCE_04735<br><b>non-English equivalent</b>: KB_INSTANCE_04736, KB_INSTANCE_04737, KB_AUTO-INSERT(3)_888<br><b>:direct-template-slots</b>: member of" ;
    a owl:Class ;
    rdfs:comment "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." ;
    rdfs:label "Synovial joint" ;
    rdfs:subClassOf obo:FMA_7490 .

obo:FMA_75058
    obo:IAO_0000116 """type: class
is-a: Crest of maxilla
subclasses: Left conchal crest, Right conchal crest""" ;
    a owl:Class ;
    rdfs:label "Conchal crest of maxilla" ;
    rdfs:subClassOf obo:FMA_82518, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57766
            obo:FMA_57767
        )
    ] .

obo:FMA_75059
    obo:IAO_0000116 """type: class
is-a: Crest of maxilla
subclasses: Right anterior lacrimal crest, Left anterior lacrimal crest""" ;
    a owl:Class ;
    rdfs:label "Anterior lacrimal crest of maxilla" ;
    rdfs:subClassOf obo:FMA_82518, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57750
            obo:FMA_57751
        )
    ] .

obo:FMA_75061
    obo:IAO_0000116 """type: class
is-a: Crest of maxilla
subclasses: Left ethmoidal crest, Right ethmoidal crest""" ;
    a owl:Class ;
    rdfs:label "Ethmoidal crest of maxilla" ;
    rdfs:subClassOf obo:FMA_82518, [
        a owl:Class ;
        owl:unionOf (obo:FMA_57753
            obo:FMA_57754
        )
    ] .

obo:FMA_75062
    obo:IAO_0000116 """type: class
is-a: Crest of maxilla
subclasses: Nasal crest of palatine process of left maxilla, Nasal crest of palatine process of right maxilla
:direct-template-slots: systemic part of""" ;
    a owl:Class ;
    rdfs:label "Nasal crest of maxilla" ;
    rdfs:subClassOf obo:FMA_82518, [
        a owl:Class ;
        owl:unionOf (obo:FMA_59114
            obo:FMA_59115
        )
    ] .

obo:FMA_75150
    obo:IAO_0000116 """type: class
is-a: Set of organs
subclasses: Mandibular dentition, Maxillary dentition, Primary dentition, Secondary dentition
constitutional part of: Mouth""" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T21:59:52Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "Dentition", "Dentition"@en ;
    rdfs:subClassOf obo:FMA_70779 .

obo:FMA_75151
    obo:IAO_0000116 """type: class
is-a: Dentition
member: Right upper lateral primary incisor tooth, Left upper central primary incisor tooth, Left upper first primary molar tooth, Right upper first primary molar tooth, Left upper primary canine tooth, Right upper central primary incisor tooth, Left upper lateral primary incisor tooth, Right upper primary canine tooth, Right upper second primary molar tooth, Left upper second primary molar tooth
part: Primary maxillary dentition, Primary mandibular dentition""" ;
    a owl:Class ;
    rdfs:label "Primary dentition" ;
    rdfs:subClassOf obo:FMA_75150, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_mandibular_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_maxillary_dentition
    ] .

obo:FMA_75152
    obo:IAO_0000116 """type: class
is-a: Dentition
member: Left upper secondary canine tooth, Left upper second secondary molar tooth, Right upper third secondary molar tooth, Left upper second secondary premolar tooth, Right upper lateral secondary incisor tooth, Left upper lateral secondary incisor tooth, Right upper central secondary incisor tooth, Right upper second secondary premolar tooth, Right upper secondary canine tooth, Right upper first secondary molar tooth, Left upper first secondary molar tooth, Left upper first secondary premolar tooth, Left upper third secondary molar tooth, Right upper second secondary molar tooth, Right upper first secondary premolar tooth, Left upper central secondary incisor tooth
part: Secondary maxillary dentition, Secondary mandibular dentition""" ;
    a owl:Class ;
    rdfs:label "Secondary dentition" ;
    rdfs:subClassOf obo:FMA_75150, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_mandibular_dentition
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Secondary_maxillary_dentition
    ] .

obo:FMA_75429
    obo:IAO_0000116 """type: class
is-a: Organ zone
subclasses: Anterior perforated substance, Pronator tuberosity of radius, Ischial tuberosity, Supraglenoid tubercle, Posterior tubercle of transverse process of fourth cervical vertebra, Anterior tubercle of transverse process of fourth cervical vertebra, Anterior tubercle of transverse process of third cervical vertebra, Lateral intercondylar tubercle of tibia, Posterior tubercle of transverse process of atlas, Trigeminal tubercle, Mental tubercle, Lateral tubercle of talus, Tubercle of trapezium, Marginal tubercle of zygomatic bone, Infraglenoid tubercle, Thyroid tubercle, Anterior tubercle of transverse process of cervical vertebra, Anterior tubercle of transverse process of atlas, Posterior tubercle of transverse process of fifth cervical vertebra, Epiglottic tubercle, Omental tuberosity of pancreas, Articular tubercle of zygomatic process of temporal bone, Sacral tuberosity, Medial intercondylar tubercle of tibia, Corniculate tubercle, Tuberosity, Tuberosity of iliac crest, Masseteric tuberosity, Anterior tubercle of atlas, Anterior obturator tubercle of pubis, Orbital tubercle of zygomatic bone, Iliac tuberosity, Paramolar cusp, Peroneal trochlea, Cuneiform tubercle, Radial tuberosity, Spinous tubercle of sacrum, Anterior tubercle of transverse process of fifth cervical vertebra, Tuberosity of ulna, Navicular tuberosity, Calcanean tuberosity, Jugular tubercle, Pterygoid tuberosity, Posterior tubercle of transverse process of cervical vertebra, Tibial tuberosity, Medial tubercle of talus, Posterior obturator tubercle of pubis, Pterygoid tubercle, Tubercle of scaphoid, Gluteal tuberosity of diaphysis of femur, Posterior tubercle of atlas, Postglenoid tubercle, Tubercle of tooth, Intervenous tubercle of right atrium, Quadrate tubercle of femur, Posterior tubercle of transverse process of third cervical vertebra, Posterior tubercle of transverse process of sixth cervical vertebra, Anterior tubercle of transverse process of seventh cervical vertebra, Lesser tubercle of humerus, Tubercle of zygomatic root, Dorsal tubercle of radius, Greater tubercle of humerus, Posterior tubercle of transverse process of seventh cervical vertebra, Deltoid tubercle of scapula, Pubic tubercle, Spinous tubercle of sacral segment, Pharyngeal tubercle, Scalene tubercle, Anterior tubercle of transverse process of sixth cervical vertebra, Maxillary tuberosity, Deltoid tuberosity of humerus, Omental tubercle of liver, Areolar tubercle, Adductor tubercle of femur
dimension: 3-dimension
:direct-template-slots: receives attachment, RadLex ID""" ;
    a owl:Class ;
    rdfs:label "Tubercle" ;
    rdfs:subClassOf obo:FMA_55268 .

obo:FMA_75445
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Organ component<br><b>subclasses</b>: Fibrous membrane of synovial tendon sheath, Conus elasticus, Layer of tympanic membrane, Epicardial fat, Fibrous membrane of synovial bursa, Reticular membrane of spiral organ, Layer of secondary tympanic membrane, Lamina of mesentery, Lamina of spiral limbus, Fibrous membrane of articular capsule<br><b>preferred name</b>: su_incus_27093<br><b>non-English equivalent</b>: su_incus_35726, ONARD_Instance_580545<br><b>homonym of</b>: Membrane" ;
    a owl:Class ;
    rdfs:label "Membrane organ component" ;
    rdfs:subClassOf obo:FMA_14065 .

obo:FMA_75773
    obo:IAO_0000116 """type: class
is-a: Set of region of organ component of bone
subclasses: Set of interalveolar septa of left maxilla, Set of interalveolar septa of right maxilla
regional part of: Alveolar part of maxilla""" ;
    a owl:Class ;
    rdfs:label "Set of interalveolar septa of maxilla" ;
    rdfs:subClassOf obo:FMA_276103, [
        a owl:Class ;
        owl:unionOf (obo:FMA_269594
            obo:FMA_269596
        )
    ] .

obo:FMA_75774
    obo:IAO_0000116 """type: class
is-a: Set of region of organ component of bone
subclasses: Set of interradicular septa of right maxilla, Set of interradicular septa of left maxilla""" ;
    a owl:Class ;
    rdfs:label "Set of interradicular septa of maxilla" ;
    rdfs:subClassOf obo:FMA_276103, [
        a owl:Class ;
        owl:unionOf (obo:FMA_269590
            obo:FMA_269592
        )
    ] .

obo:FMA_75781
    obo:IAO_0000116 """type: class
is-a: Set of region of organ component of bone
regional part of: Alveolar part of mandible""" ;
    a owl:Class ;
    rdfs:label "Set of interalveolar septa of mandible" ;
    rdfs:subClassOf obo:FMA_276103 .

obo:FMA_77983
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Superficial parotid lymph node<br><b>preferred name</b>: FM_live_09750" ;
    a owl:Class ;
    rdfs:label "Right superficial parotid lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_61217 .

obo:FMA_77984
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Superficial parotid lymph node<br><b>preferred name</b>: FM_live_09752" ;
    a owl:Class ;
    rdfs:label "Left superficial parotid lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_61217 .

obo:FMA_77985
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Anterior auricular lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_160000<br><b>synonym</b>: FM_live_09754" ;
    a owl:Class ;
    rdfs:label "Right anterior auricular lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_61219 .

obo:FMA_77986
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Anterior auricular lymph node<br><b>preferred name</b>: Nance FMA LIVE_Instance_240001<br><b>synonym</b>: FM_live_09756" ;
    a owl:Class ;
    rdfs:label "Left anterior auricular lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_61219 .

obo:FMA_77987
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Infra-auricular lymph node<br><b>preferred name</b>: FM_live_09758" ;
    a owl:Class ;
    rdfs:label "Right infra-auricular lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_61220 .

obo:FMA_77988
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Infra-auricular lymph node<br><b>preferred name</b>: FM_live_09760" ;
    a owl:Class ;
    rdfs:label "Left infra-auricular lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_61220 .

obo:FMA_77989
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Intraglandular lymph node<br><b>preferred name</b>: FM_live_09762" ;
    a owl:Class ;
    rdfs:label "Right intraglandular lymph node" ;
    rdfs:subClassOf example:right, obo:FMA_61221 .

obo:FMA_77990
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Intraglandular lymph node<br><b>preferred name</b>: FM_live_09764" ;
    a owl:Class ;
    rdfs:label "Left intraglandular lymph node" ;
    rdfs:subClassOf example:left, obo:FMA_61221 .

obo:FMA_78561
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of organ parts<br><b>subclasses</b>: Lymph node group, Set of paraurethral glands, Set of nails of fingers, Set of cuneate fasciculi, Set of gracile fasciculi of medulla, Set of lateral geniculate bodies, Set of fimbriae of hippocampus, Set of posterior columns of fornix of forebrain, Set of inferior olivary complexes, Set of optic tracts, Set of irides, Set of pupils, Set of nails of toes, Set of Intervertebral syndesmoses, Set of trabeculae of corpora cavernosa, Set of organ components of heart, Set of vessels of nerves, Set of choroid plexuses, Set of lobules, Set of fasciae, Set of areolar tubercles, Set of organ components of kidney, Set of oblique fibers of pyloric sphincter, Set of intercrural fibers of superficial inguinal ring, Set of ciliary muscle fibers, Set of sclerae, Set of vestibular glands, Set of vincula tendinum of digits of hand, Set of nerve fasciculi, Set of organ components of lung, Set of pancreatic islets, Set of inner and outer segments of retina, Somatic nervous system, Tonsillar ring, Set of tactile elevations, Set of transverse fascicles of plantar aponeurosis, Set of synovial villi, Set of diverticula of ampulla of ductus deferens, Set of splenic trabeculae, Set of mammelons, Set of nerve terminals, Set of penicilli, Set of radii of lens, Set of papillae of tongue, Set of olfactory islets, Set of intestinal villi of small intestine, Set of vessels of internal ear, Set of peritoneal attachments of liver, Set of trabeculae of lymph node, Set of splenic lymphoid nodules, Set of choroid blood vessels, Set of organ components of skin, Set of trabeculae of corpus spongiosum of penis, Set of transverse ductules of epoophoron, Set of papillae of dermis, Set of hymenal caruncles, Set of zonular fibers, Set of capillary plexuses, Set of intertendinous connections of extensor digitorum, Set of anterior rami of sacral nerves and coccygeal nerve, Set of vincula tendinum of toes, Set of lymphoid nodules, Set of nerve fibers, Set of acoustic teeth, Set of ampullary membranous limbs, Set of capillaries, Set of arachnoid granulations, Set of arachnoid trabeculae, Set of tendinous intersections<br><b>preferred name</b>: fm_live_20951<br><b>synonym</b>: KB_AUTO-INSERT2_11370<br><b>:direct-template-slots</b>: regional part of, regional part" ;
    a owl:Class ;
    rdfs:label "Set of organ components" ;
    rdfs:subClassOf obo:FMA_228667 .

obo:FMA_78562
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Set of organ parts<br><b>subclasses</b>: Myotendinous unit, Set of major calyces, Set of minor calyces, Set of arterioles, Set of regional segments of veins, Set of tributaries of veins, Set of regional segments of arteries, Set of region of organ component of bone, Set of veins, Set of ciliary processes, Set of bronchopulmonary segments, Set of hairs, Neural network, Set of peripheral autonomic plexuses and ganglia, Set of fimbriae of uterine tube, Set of retinal blood vessels, Set of seminiferous tubules, Set of organ subdivisions of kidney, Set of anatomical folds, Set of paravertebral ganglia, Set of ampullary bony limbs, Set of cartilages, Set of excretory ducts of lacrimal gland, Set of spinal ganglia, Set of lobes of mammary gland, Set of lymphatic vessels, Set of palatine spines, Set of Cruveilhier's plexuses, Set of arteries, Neurovascular network, Set of taeniae coli, Set of glands, Set of capillary beds, Set of nerves, Set of chambers of eyeball, Set of maculae utriculosaccularis, Set of hepatic segmentation: lobes, parts, divisions and segments, Set of ducts, Set of fatty appendices of colon, Sphincter of common bile duct, Set of right and left lobes of prostate, Set of segments of nerve, Set of efferent ductules, Intrapulmonary part of pulmonary venous tree organ, Set of aberrant ductules of epididymis, Set of straight seminiferous tubules, Set of anal valves, Set of bronchi<br><b>preferred name</b>: fm_live_20953<br><b>:direct-template-slots</b>: constitutional part, regional part of, regional part<br><b>synonym</b>: KB_AUTO-INSERT2_9056, ONARD_Instance_1650082", """type: class
is-a: Set of organ parts
subclasses: Set of arterioles, Set of regional segments of veins, Set of tributaries of veins, Set of veins, Set of ciliary processes, Set of lymphatic vessels, Set of regional segments of arteries, Set of bronchopulmonary segments, Set of hairs, Neural network, Set of peripheral autonomic plexuses and ganglia, Set of fimbriae of uterine tube, Set of excretory ducts of lacrimal gland, Set of retinal blood vessels, Set of seminiferous tubules, Set of organ subdivisions of kidney, Set of anatomical folds, Set of paravertebral ganglia, Set of ampullary bony limbs, Set of cartilages, Lymphatic group, Set of spinal ganglia, Set of lobes of mammary gland, Set of region of organ component of bone, Set of palatine spines, Set of Cruveilhier's plexuses, Set of arteries, Neurovascular network, Set of taeniae coli, Transition zone of prostate, Set of glands, Set of capillary beds, Set of nerves, Set of chambers of eyeball, Set of maculae utriculosaccularis, Set of hepatic segmentation: lobes, parts, divisions and segments, Set of ducts, Set of fatty appendices of colon, Sphincter of common bile duct, Set of right and left lobes of prostate, Set of segments of nerve, Set of efferent ductules, Intrapulmonary part of pulmonary venous tree organ, Set of aberrant ductules of epididymis, Set of straight seminiferous tubules, Set of anal valves, Set of bronchi
:direct-template-slots: systemic part of, constitutional part, clinical part of, custom partonomy of, regional part of, regional part""" ;
    a owl:Class ;
    rdfs:label "Set of organ regions" ;
    rdfs:subClassOf obo:FMA_228667 .

obo:FMA_78570
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group<br><b>subclasses</b>: Set of all lymph nodes of head, Set of buccinator lymph nodes, Set of parotid lymph nodes, Set of lingual lymph nodes, Set of superficial parotid lymph nodes, Set of submandibular lymph nodes, Set of occipital lymph nodes, Set of submental lymph nodes, Set of deep parotid lymph nodes, Set of mastoid lymph nodes, Set of supramandibular lymph nodes, Set of infra-auricular lymph nodes, Set of intraglandular lymph nodes, Set of anterior auricular lymph nodes, Set of retro-auricular lymph nodes, Set of facial lymph nodes<br><b>preferred name</b>: ONARD_Instance_3470036<br><b>synonym</b>: fm_live_20969, August_Instance_10039" ;
    a owl:Class ;
    rdfs:label "Lymph node group of head" ;
    rdfs:subClassOf obo:FMA_70776 .

obo:FMA_78571
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Lymph node group of body proper, Lymph node group<br><b>subclasses</b>: Set of all lymph nodes of neck, Set of jugulo-omohyoid lymph nodes, Set of external jugular lymph nodes, Set of jugulodigastric lymph nodes, Set of lateral inferior deep cervical lymph nodes, Set of anterior superior deep cervical lymph nodes, Set of lateral superior deep cervical lymph nodes, Set of jugular lymph nodes, Set of paratracheal lymph nodes, Set of lateral cervical lymph nodes, Set of anterior inferior deep cervical lymph nodes, Set of superior deep lateral cervical lymph nodes, Set of superficial lateral cervical lymph nodes, Set of inferior deep lateral cervical lymph nodes, Set of superficial anterior cervical lymph nodes, Set of pericervical nodes, Set of inferior deep cervical lymph nodes, Set of thyroid lymph nodes, Set of superior deep cervical lymph nodes, Set of deep lateral cervical lymph nodes, Set of pretracheal lymph nodes, Set of superficial cervical lymph nodes, Set of deep cervical lymph nodes, Set of retropharyngeal lymph nodes, Set of deep anterior cervical lymph nodes, Set of prelaryngeal lymph nodes, Set of infrahyoid lymph nodes, Set of anterior cervical lymph nodes<br><b>preferred name</b>: ONARD_Instance_3100005<br><b>synonym</b>: ONARD_Instance_3470037, fm_live_20971, August_Instance_10040, ONARD_Instance_3060004" ;
    a owl:Class ;
    rdfs:label "Lymph node group of neck" ;
    rdfs:subClassOf obo:FMA_301793 .

obo:FMA_78590
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Anatomical set<br><b>subclasses</b>: Set of white matter structures of neuraxis, Set of gray matter structures of neuraxis, Exocrine system, Immune system, Set of laryngeal cartilages and joints, Set of fontanelles, Subdivision of hemolymphoid system, Subdivision of genital system, Set of renal medullae, Subdivision of nervous system, Set of eye and related structures, Set of accessory visual structures, Heterogeneous set of bones, Musculature, Nasal skeleton, Subdivision of endocrine system, Endocrine system<br><b>preferred name</b>: fm_live_21004<br><b>synonym</b>: August FMA_Instance_10011, KB_AUTO-INSERT2_9052<br><b>:direct-template-slots</b>: regional part of, regional part", """type: class
is-a: Anatomical set
subclasses: Dental arcade, Uterine adnexa, Exocrine system, Set of white matter structures of neuraxis, Mandibular dental arcade, Subdivision of nervous system, Set of laryngeal cartilages and joints, Set of fontanelles, Set of gray matter structures of neuraxis, Subdivision of hemolymphoid system, Set of renal medullae, Subdivision of genital system, Set of eye and related structures, Set of accessory visual structures, Maxillary dental arcade, Immune system, Endocrine system, Subdivision of endocrine system
:direct-template-slots: systemic part of, systemic part, custom partonomy of, regional part of, regional part""" ;
    a owl:Class ;
    rdfs:comment "Anatomical set which has as its direct members, organs, organ parts and tissues of same or different types." ;
    rdfs:label "Set of heterogeneous anatomical structures", "Set of heterogeneous clusters" ;
    rdfs:subClassOf obo:FMA_55652 .

obo:FMA_82472
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Postnatal anatomical structure<br><b>subclasses</b>: Organ region, Organ component, Region of organ component<br><b>preferred name</b>: fm_live_26923<br><b>non-English equivalent</b>: ONARD_Instance_580723, ONARD_Instance_580702, KB_AUTO-INSERT(3)_4643, ONARD_Instance_580743<br><b>:direct-template-slots</b>: segmental supply, attaches to, continuous proximally with, continuous distally with, receives input from, sends output to, sends output to<br><b>:documentation</b>: Old definition:nAnatomical structure, which consists of two or more types of tissues that form a defined structural aggregate in an organ.", """type: class
is-a: Anatomical structure
subclasses: Organ region, Organ component, Region of organ component
:direct-template-slots: segmental supply, attaches to, continuous with proximally, continuous with distally, lymphatic drainage, receives input from, sends output to, sends output to, member of
:documentation: Old definition:nAnatomical structure, which consists of two or more types of tissues that form a defined structural aggregate in an organ.
part of: Organ""" ;
    a owl:Class ;
    rdfs:comment "Anatomical structure which has as its direct parts portions of two or morentypes of tissue and is continuous with one or more anatomical structures likewisenconstituted by portions of two or more tissues distinct from those of theirncomplement.", "Anatomical structure which has as its direct parts two or more types of tissue and is continuous with one or more anatomical structures likewise constituted by two or more portions of tissues distinct from those of their complement. Examples: osteon, cortical bone, neck of femur, bronchopulmonary segment, left lobe of liver, anterior right side of heart, interventricular branch of left coronary artery, right atrium, mitral valve, head of pancreas." ;
    rdfs:label "Cardinal organ part" ;
    rdfs:subClassOf obo:FMA_67135 .

obo:FMA_82482
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Organ component<br><b>subclasses</b>: Wall of vascular tree, Wall of uterine tube, Wall of ureter, Wall of biliary tree, Wall of large intestine, Wall of small intestine, Wall of esophagus, Wall of pharyngotympanic tube, Wall of heart, Wall of membranous labyrinth, Wall of eyeball, Wall of stomach, Serous membrane, Wall of gallbladder, Wall of anal canal, Wall of uterus, Conjunctiva, Wall of vagina, Wall of urethra, Wall of male genital duct, Wall of appendix, Wall of lacrimal duct, Wall of tracheobronchial tree, Wall of urinary bladder<br><b>:slot-templates</b>: surrounds <i>value-type</i>: Physical anatomical entity, surrounds <i>value-type</i>: Class<br><b>:direct-template-slots</b>: surrounds<br><b>preferred name</b>: fm_live_26943<br><b>synonym</b>: fm_live_26986<br><b>non-English equivalent</b>: ONARD_Instance_580542" ;
    a owl:Class ;
    rdfs:comment "Organ component  adjacent to an organ cavity and which consists of a maximal aggregate of organ component layers." ;
    rdfs:label "Wall of organ" ;
    rdfs:subClassOf obo:FMA_14065 .

obo:FMA_82484
    obo:IAO_0000116 """type: class
is-a: Region of organ component
subclasses: Mediastinum of testis, Interalveolar septum of mandible, Cardiac septum, Septum of testis, Lingual septum, Interalveolar septum of maxilla, Fibromuscular septum of prostate""" ;
    a owl:Class ;
    rdfs:label "Septum of organ" ;
    rdfs:subClassOf obo:FMA_86103 .

obo:FMA_82485
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Organ component<br><b>subclasses</b>: Layer of dura mater, Layer of endometrium, Layer of cervical fascia, Spongy layer of female urethra, Layer of tooth, Endometrium, Limbus of osseous spiral lamina, Chorda tendinea, Membranous layer of organ wall, Nail wall, Adventitia, Serosa, Membranous layer, Fibromusculocartilaginous layer of bronchus, Layer of articular capsule of elbow joint, Basal lamina of ovarian follicle, Fascial sheath of eyeball, Layer of articular capsule of pisotriquetral joint, Tunica media, Layer of superficial fascia of thigh, Hepatic lamina, Dermis, Spongy layer of vagina, Layer of humeroulnar part of articular capsule of elbow joint, Fibroelastic component of longitudinal muscle layer of anal canal, Subserosa, Epiploic appendage, Layer of wall of eyeball, Subdivision of muscle layer, Lamina cribrosa of sclera, Layer of retina, Membranous lamina of pharyngotympanic tube, Lamina propria, Tunica intima, Subintima, Layer of articular capsule of distal radioulnar joint, Layer of cornea, Osseous spiral lamina, Lymphatic sheath, Organ component layer of skin, Submucosa, Intestinal villus, Mucosa, Myometrium<br><b>:slot-templates</b>: surrounds <i>value-type</i>: Physical anatomical entity, surrounds <i>value-type</i>: Class<br><b>:direct-template-slots</b>: surrounds<br><b>preferred name</b>: fm_live_26949<br><b>non-English equivalent</b>: KB_AUTO-INSERT(3)_499, KB_AUTO-INSERT(3)_1733, fm_live_26971, ONARD_Instance_580543", """type: class
is-a: Organ component
subclasses: Layer of endometrium, Membranous layer, Spongy layer of female urethra, Endometrium, Chorda tendinea, Nail wall, Membranous layer of organ wall, Layer of dura mater, Adventitia, Serosa, Fibromusculocartilaginous layer of bronchus, Layer of articular capsule of elbow joint, Muscle layer, Basal lamina of ovarian follicle, Layer of articular capsule of pisotriquetral joint, Tunica media, Layer of superficial fascia of thigh, Submucosa, Intestinal villus, Hepatic lamina, Fatty layer, Dermis, Spongy layer of vagina, Layer of humeroulnar part of articular capsule of elbow joint, Fibroelastic component of longitudinal muscle layer of anal canal, Subserosa, Epiploic appendage, Layer of wall of eyeball, Subdivision of muscle layer, Lamina cribrosa of sclera, Layer of retina, Membranous lamina of pharyngotympanic tube, Lamina propria, Tunica intima, Subintima, Layer of articular capsule of distal radioulnar joint, Layer of cornea, Lymphatic sheath, Organ component layer of skin, Limbus of osseous spiral lamina, Fascial sheath of eyeball, Layer of cervical fascia, Mucosa, Myometrium
:slot-templates: surrounds value-type: Physical anatomical entity, surrounds value-type: Class
:direct-template-slots: surrounds""" ;
    a owl:Class ;
    rdfs:comment "Organ component which is a part of a wall of an organ or a membranous layer of an organ.", "Organ component which is a part of a wall of an organ." ;
    rdfs:label "Organ component layer" ;
    rdfs:subClassOf obo:FMA_14065 .

obo:FMA_82496
    obo:IAO_0000116 """type: class
is-a: Organ component layer
subclasses: Cambial layer of periosteum, Capsular layer of periosteum, Fibrous membrane of wall of trachea, Periosteum, Endosteum, Vestibular membrane of cochlear duct""" ;
    a owl:Class ;
    rdfs:label "Membranous layer of organ wall" ;
    rdfs:subClassOf obo:FMA_82485 .

obo:FMA_82507
    obo:IAO_0000116 """type: class
is-a: Organ zone
subclasses: Interureteric crest, Bone crest, Ampullary crest of semicircular duct, Urethral crest""" ;
    a owl:Class ;
    rdfs:label "Organ crest" ;
    rdfs:subClassOf obo:FMA_55268 .

obo:FMA_82512
    obo:IAO_0000116 """type: class
is-a: Organ crest
subclasses: Crest of maxilla, Crest of palatine bone, Pubic crest""" ;
    a owl:Class ;
    rdfs:label "Bone crest" ;
    rdfs:subClassOf obo:FMA_82507 .

obo:FMA_82518
    obo:IAO_0000116 """type: class
is-a: Bone crest
subclasses: Nasal crest of maxilla, Conchal crest of maxilla, Anterior lacrimal crest of maxilla, Ethmoidal crest of maxilla""" ;
    a owl:Class ;
    rdfs:label "Crest of maxilla" ;
    rdfs:subClassOf obo:FMA_82512 .

obo:FMA_83129
    obo:IAO_0000116 """type: class
is-a: Organ component
subclasses: Bony part of short bone, Bony part of frontal bone, Bony part of nasal bone, Bony part of hyoid bone, Bony part of palatine bone, Bony part of long bone, Bony part of sternum, Bony part of sacrum, Bony part of fourth coccygeal segment, Bony part of ilium, Bony part of ischium, Bony part of pubis, Bony part of patella, Bony part of hip bone, Bony part of maxilla, Bony part of vertebra, Bony part of zygomatic bone, Bony part of vomer, Bony part of sphenoid bone, Bony part of stapes, Bony part of lacrimal bone, Bony part of inferior nasal concha, Bony part of scapula, Bony part of incus, Bony part of malleus, Bony part of mandible, Bony part of occipital bone, Bony part of sacral segment, Bony part of coccyx, Bony part of ethmoid, Bony part of parietal bone
constitutional part: Vasculature of bony part of bone organ, Bone tissue, Periosteum""" ;
    a owl:Class ;
    rdfs:label "Bony part of bone organ" ;
    rdfs:subClassOf obo:FMA_14065 .

obo:FMA_84200
    obo:IAO_0000116 """type: class
is-a: Incisor tooth
subclasses: Upper primary incisor tooth, Lower primary incisor tooth
:documentation: Gray's 99:1703- The incisors, canine and premolars of the permanent dentition replace two deciduous incisors, a deciduous canine and two deciduous molars in each jaw quadrant (12.23).""" ;
    a owl:Class ;
    rdfs:label "Primary incisor tooth" ;
    rdfs:subClassOf obo:FMA_12823 .

obo:FMA_84201
    obo:IAO_0000116 """type: class
is-a: Incisor tooth
subclasses: Lower secondary incisor tooth, Upper secondary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Secondary incisor tooth" ;
    rdfs:subClassOf obo:FMA_12823 .

obo:FMA_84202
    obo:IAO_0000116 """type: class
is-a: Canine tooth
subclasses: Lower primary canine tooth, Upper primary canine tooth
:documentation: Gray's 99:1703- The incisors, canine and premolars of the permanent dentition replace two deciduous incisors, a deciduous canine and two deciduous molars in each jaw quadrant (12.23).""" ;
    a owl:Class ;
    rdfs:label "Primary canine tooth" ;
    rdfs:subClassOf obo:FMA_55636 .

obo:FMA_84203
    obo:IAO_0000116 """type: class
is-a: Canine tooth
subclasses: Upper secondary canine tooth, Lower secondary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Secondary canine tooth" ;
    rdfs:subClassOf obo:FMA_55636 .

obo:FMA_84206
    obo:IAO_0000116 """type: class
is-a: Molar tooth
subclasses: Upper primary molar tooth, Lower primary molar tooth
:documentation: Gray's:99:1703- The incisors, canine and premolars of the permanent dentition replace two deciduous incisors, a deciduous canine and two deciduous molars in each jaw quadrant (12.23).""" ;
    a owl:Class ;
    rdfs:label "Primary molar tooth" ;
    rdfs:subClassOf obo:FMA_55638 .

obo:FMA_84207
    obo:IAO_0000116 """type: class
is-a: Molar tooth
subclasses: Upper secondary molar tooth, Lower secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Secondary molar tooth" ;
    rdfs:subClassOf obo:FMA_55638 .

obo:FMA_84210
    obo:IAO_0000116 """type: class
is-a: Primary molar tooth
subclasses: Upper second primary molar tooth, Upper first primary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Upper primary molar tooth" ;
    rdfs:subClassOf obo:FMA_84206 .

obo:FMA_84211
    obo:IAO_0000116 """type: class
is-a: Upper primary molar tooth
subclasses: Left upper first primary molar tooth, Right upper first primary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Upper first primary molar tooth" ;
    rdfs:subClassOf obo:FMA_84210, [
        a owl:Class ;
        owl:unionOf (obo:FMA_84238
            obo:FMA_84239
        )
    ] .

obo:FMA_84212
    obo:IAO_0000116 """type: class
is-a: Lower primary molar tooth
subclasses: Right lower first primary molar tooth, Left lower first primary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lower first primary molar tooth" ;
    rdfs:subClassOf obo:FMA_84213, [
        a owl:Class ;
        owl:unionOf (obo:FMA_84242
            obo:FMA_84243
        )
    ] .

obo:FMA_84213
    obo:IAO_0000116 """type: class
is-a: Primary molar tooth
subclasses: Lower second primary molar tooth, Lower first primary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lower primary molar tooth" ;
    rdfs:subClassOf obo:FMA_84206 .

obo:FMA_84214
    obo:IAO_0000116 """type: class
is-a: Primary incisor tooth
subclasses: Upper central primary incisor tooth, Upper lateral primary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Upper primary incisor tooth" ;
    rdfs:subClassOf obo:FMA_84200 .

obo:FMA_84215
    obo:IAO_0000116 """type: class
is-a: Primary incisor tooth
subclasses: Lower lateral primary incisor tooth, Lower central primary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Lower primary incisor tooth" ;
    rdfs:subClassOf obo:FMA_84200 .

obo:FMA_84216
    obo:IAO_0000116 """type: class
is-a: Upper primary incisor tooth
subclasses: Right upper central primary incisor tooth, Left upper central primary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Upper central primary incisor tooth" ;
    rdfs:subClassOf obo:FMA_84214, [
        a owl:Class ;
        owl:unionOf (obo:FMA_84220
            obo:FMA_84221
        )
    ] .

obo:FMA_84217
    obo:IAO_0000116 """type: class
is-a: Upper primary incisor tooth
subclasses: Left upper lateral primary incisor tooth, Right upper lateral primary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Upper lateral primary incisor tooth" ;
    rdfs:subClassOf obo:FMA_84214, [
        a owl:Class ;
        owl:unionOf (obo:FMA_84222
            obo:FMA_84223
        )
    ] .

obo:FMA_84218
    obo:IAO_0000116 """type: class
is-a: Lower primary incisor tooth
subclasses: Left lower central primary incisor tooth, Right lower central primary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Lower central primary incisor tooth" ;
    rdfs:subClassOf obo:FMA_84215, [
        a owl:Class ;
        owl:unionOf (obo:FMA_84224
            obo:FMA_84225
        )
    ] .

obo:FMA_84219
    obo:IAO_0000116 """type: class
is-a: Lower primary incisor tooth
subclasses: Left lower lateral primary incisor tooth, Right lower lateral primary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Lower lateral primary incisor tooth" ;
    rdfs:subClassOf obo:FMA_84215, [
        a owl:Class ;
        owl:unionOf (obo:FMA_84226
            obo:FMA_84227
        )
    ] .

obo:FMA_84220
    obo:IAO_0000116 """type: class
is-a: Upper central primary incisor tooth
:documentation: The Universal/National System order for the primary (baby) dentition is the same as described for the permanent dentition, however, the primary teeth are designated by upper case letters A through T, with A being the patient's upper right second primary molar and T being the lower right second primary molar.
member of: Primary dentition, Primary maxillary dentition""" ;
    a owl:Class ;
    rdfs:label "Right upper central primary incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_84216, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_maxillary_dentition
    ] .

obo:FMA_84221
    obo:IAO_0000116 """type: class
is-a: Upper central primary incisor tooth
:documentation: The Universal/National System order for the primary (baby) dentition is the same as described for the permanent dentition, however, the primary teeth are designated by upper case letters A through T, with A being the patient's upper right second primary molar and T being the lower right second primary molar.
member of: Primary dentition, Primary maxillary dentition""" ;
    a owl:Class ;
    rdfs:label "Left upper central primary incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_84216, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_maxillary_dentition
    ] .

obo:FMA_84222
    obo:IAO_0000116 """type: class
is-a: Upper lateral primary incisor tooth
:documentation: The Universal/National System order for the primary (baby) dentition is the same as described for the permanent dentition, however, the primary teeth are designated by upper case letters A through T, with A being the patient's upper right second primary molar and T being the lower right second primary molar.
member of: Primary dentition, Primary maxillary dentition""" ;
    a owl:Class ;
    rdfs:label "Right upper lateral primary incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_84217, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_maxillary_dentition
    ] .

obo:FMA_84223
    obo:IAO_0000116 """type: class
is-a: Upper lateral primary incisor tooth
:documentation: The Universal/National System order for the primary (baby) dentition is the same as described for the permanent dentition, however, the primary teeth are designated by upper case letters A through T, with A being the patient's upper right second primary molar and T being the lower right second primary molar.
member of: Primary dentition, Primary maxillary dentition""" ;
    a owl:Class ;
    rdfs:label "Left upper lateral primary incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_84217, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_maxillary_dentition
    ] .

obo:FMA_84224
    obo:IAO_0000116 """type: class
is-a: Lower central primary incisor tooth
:documentation: The Universal/National System order for the primary (baby) dentition is the same as described for the permanent dentition, however, the primary teeth are designated by upper case letters A through T, with A being the patient's upper right second primary molar and T being the lower right second primary molar.
member of: Primary mandibular dentition""" ;
    a owl:Class ;
    rdfs:label "Right lower central primary incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_84218, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_mandibular_dentition
    ] .

obo:FMA_84225
    obo:IAO_0000116 """type: class
is-a: Lower central primary incisor tooth
:documentation: The Universal/National System order for the primary (baby) dentition is the same as described for the permanent dentition, however, the primary teeth are designated by upper case letters A through T, with A being the patient's upper right second primary molar and T being the lower right second primary molar.
member of: Primary mandibular dentition""" ;
    a owl:Class ;
    rdfs:label "Left lower central primary incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_84218, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_mandibular_dentition
    ] .

obo:FMA_84226
    obo:IAO_0000116 """type: class
is-a: Lower lateral primary incisor tooth
:documentation: The Universal/National System order for the primary (baby) dentition is the same as described for the permanent dentition, however, the primary teeth are designated by upper case letters A through T, with A being the patient's upper right second primary molar and T being the lower right second primary molar.
member of: Primary mandibular dentition""" ;
    a owl:Class ;
    rdfs:label "Right lower lateral primary incisor tooth" ;
    rdfs:subClassOf example:right, obo:FMA_84219, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_mandibular_dentition
    ] .

obo:FMA_84227
    obo:IAO_0000116 """type: class
is-a: Lower lateral primary incisor tooth
:documentation: The Universal/National System order for the primary (baby) dentition is the same as described for the permanent dentition, however, the primary teeth are designated by upper case letters A through T, with A being the patient's upper right second primary molar and T being the lower right second primary molar.
member of: Primary mandibular dentition""" ;
    a owl:Class ;
    rdfs:label "Left lower lateral primary incisor tooth" ;
    rdfs:subClassOf example:left, obo:FMA_84219, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_mandibular_dentition
    ] .

obo:FMA_84228
    obo:IAO_0000116 """type: class
is-a: Primary canine tooth
subclasses: Left upper primary canine tooth, Right upper primary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Upper primary canine tooth" ;
    rdfs:subClassOf obo:FMA_84202, [
        a owl:Class ;
        owl:unionOf (obo:FMA_84230
            obo:FMA_84231
        )
    ] .

obo:FMA_84229
    obo:IAO_0000116 """type: class
is-a: Primary canine tooth
subclasses: Right lower primary canine tooth, Left lower primary canine tooth""" ;
    a owl:Class ;
    rdfs:label "Lower primary canine tooth" ;
    rdfs:subClassOf obo:FMA_84202, [
        a owl:Class ;
        owl:unionOf (obo:FMA_84232
            obo:FMA_84233
        )
    ] .

obo:FMA_84230
    obo:IAO_0000116 """type: class
is-a: Upper primary canine tooth
:documentation: The Universal/National System order for the primary (baby) dentition is the same as described for the permanent dentition, however, the primary teeth are designated by upper case letters A through T, with A being the patient's upper right second primary molar and T being the lower right second primary molar.
member of: Primary dentition, Primary maxillary dentition""" ;
    a owl:Class ;
    rdfs:label "Right upper primary canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_84228, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_maxillary_dentition
    ] .

obo:FMA_84231
    obo:IAO_0000116 """type: class
is-a: Upper primary canine tooth
:documentation: The Universal/National System order for the primary (baby) dentition is the same as described for the permanent dentition, however, the primary teeth are designated by upper case letters A through T, with A being the patient's upper right second primary molar and T being the lower right second primary molar.
member of: Primary dentition, Primary maxillary dentition""" ;
    a owl:Class ;
    rdfs:label "Left upper primary canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_84228, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_maxillary_dentition
    ] .

obo:FMA_84232
    obo:IAO_0000116 """type: class
is-a: Lower primary canine tooth
:documentation: The Universal/National System order for the primary (baby) dentition is the same as described for the permanent dentition, however, the primary teeth are designated by upper case letters A through T, with A being the patient's upper right second primary molar and T being the lower right second primary molar.
member of: Primary mandibular dentition""" ;
    a owl:Class ;
    rdfs:label "Right lower primary canine tooth" ;
    rdfs:subClassOf example:right, obo:FMA_84229, _:genid6162 .

obo:FMA_84233
    obo:IAO_0000116 """type: class
is-a: Lower primary canine tooth
:documentation: The Universal/National System order for the primary (baby) dentition is the same as described for the permanent dentition, however, the primary teeth are designated by upper case letters A through T, with A being the patient's upper right second primary molar and T being the lower right second primary molar.
member of: Primary mandibular dentition""" ;
    a owl:Class ;
    rdfs:label "Left lower primary canine tooth" ;
    rdfs:subClassOf example:left, obo:FMA_84229, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_mandibular_dentition
    ] .

obo:FMA_84236
    obo:IAO_0000116 """type: class
is-a: Upper primary molar tooth
subclasses: Left upper second primary molar tooth, Right upper second primary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Upper second primary molar tooth" ;
    rdfs:subClassOf obo:FMA_84210, [
        a owl:Class ;
        owl:unionOf (obo:FMA_84240
            obo:FMA_84241
        )
    ] .

obo:FMA_84237
    obo:IAO_0000116 """type: class
is-a: Lower primary molar tooth
subclasses: Right lower second primary molar tooth, Left lower second primary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Lower second primary molar tooth" ;
    rdfs:subClassOf obo:FMA_84213, [
        a owl:Class ;
        owl:unionOf (obo:FMA_84244
            obo:FMA_84245
        )
    ] .

obo:FMA_84238
    obo:IAO_0000116 """type: class
is-a: Upper first primary molar tooth
:documentation: The Universal/National System order for the primary (baby) dentition is the same as described for the permanent dentition, however, the primary teeth are designated by upper case letters A through T, with A being the patient's upper right second primary molar and T being the lower right second primary molar.
member of: Primary dentition, Primary maxillary dentition""" ;
    a owl:Class ;
    rdfs:label "Right upper first primary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_84211, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_maxillary_dentition
    ] .

obo:FMA_84239
    obo:IAO_0000116 """type: class
is-a: Upper first primary molar tooth
:documentation: The Universal/National System order for the primary (baby) dentition is the same as described for the permanent dentition, however, the primary teeth are designated by upper case letters A through T, with A being the patient's upper right second primary molar and T being the lower right second primary molar.
member of: Primary dentition, Primary maxillary dentition""" ;
    a owl:Class ;
    rdfs:label "Left upper first primary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_84211, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_maxillary_dentition
    ] .

obo:FMA_84240
    obo:IAO_0000116 """type: class
is-a: Upper second primary molar tooth
:documentation: The Universal/National System order for the primary (baby) dentition is the same as described for the permanent dentition, however, the primary teeth are designated by upper case letters A through T, with A being the patient's upper right second primary molar and T being the lower right second primary molar.
member of: Primary dentition, Primary maxillary dentition""" ;
    a owl:Class ;
    rdfs:label "Right upper second primary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_84236, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_maxillary_dentition
    ] .

obo:FMA_84241
    obo:IAO_0000116 """type: class
is-a: Upper second primary molar tooth
:documentation: The Universal/National System order for the primary (baby) dentition is the same as described for the permanent dentition, however, the primary teeth are designated by upper case letters A through T, with A being the patient's upper right second primary molar and T being the lower right second primary molar.
member of: Primary dentition, Primary maxillary dentition""" ;
    a owl:Class ;
    rdfs:label "Left upper second primary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_84236, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_maxillary_dentition
    ] .

obo:FMA_84242
    obo:IAO_0000116 """type: class
is-a: Lower first primary molar tooth
:documentation: The Universal/National System order for the primary (baby) dentition is the same as described for the permanent dentition, however, the primary teeth are designated by upper case letters A through T, with A being the patient's upper right second primary molar and T being the lower right second primary molar.
member of: Primary mandibular dentition""" ;
    a owl:Class ;
    rdfs:label "Right lower first primary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_84212, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_mandibular_dentition
    ] .

obo:FMA_84243
    obo:IAO_0000116 """type: class
is-a: Lower first primary molar tooth
:documentation: The Universal/National System order for the primary (baby) dentition is the same as described for the permanent dentition, however, the primary teeth are designated by upper case letters A through T, with A being the patient's upper right second primary molar and T being the lower right second primary molar.
member of: Primary mandibular dentition""" ;
    a owl:Class ;
    rdfs:label "Left lower first primary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_84212, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_mandibular_dentition
    ] .

obo:FMA_84244
    obo:IAO_0000116 """type: class
is-a: Lower second primary molar tooth
:documentation: The Universal/National System order for the primary (baby) dentition is the same as described for the permanent dentition, however, the primary teeth are designated by upper case letters A through T, with A being the patient's upper right second primary molar and T being the lower right second primary molar.
member of: Primary mandibular dentition""" ;
    a owl:Class ;
    rdfs:label "Right lower second primary molar tooth" ;
    rdfs:subClassOf example:right, obo:FMA_84237, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_mandibular_dentition
    ] .

obo:FMA_84245
    obo:IAO_0000116 """type: class
is-a: Lower second primary molar tooth
:documentation: The Universal/National System order for the primary (baby) dentition is the same as described for the permanent dentition, however, the primary teeth are designated by upper case letters A through T, with A being the patient's upper right second primary molar and T being the lower right second primary molar.
member of: Primary mandibular dentition""" ;
    a owl:Class ;
    rdfs:label "Left lower second primary molar tooth" ;
    rdfs:subClassOf example:left, obo:FMA_84237, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85868 ;
        owl:someValuesFrom obo:FMA_no_fmaid_Primary_mandibular_dentition
    ] .

obo:FMA_85299
    obo:IAO_0000116 """type: class
is-a: Crown of tooth
subclasses: Crown of upper second premolar tooth, Crown of lower second premolar tooth, Crown of lower first premolar tooth, Crown of upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of premolar tooth" ;
    rdfs:subClassOf obo:FMA_55623 .

obo:FMA_85300
    obo:IAO_0000116 """type: class
is-a: Root of tooth
subclasses: Root of upper second premolar tooth, Root of lower second premolar tooth, Root of lower first premolar tooth, Root of upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Root of premolar tooth" ;
    rdfs:subClassOf obo:FMA_55624 .

obo:FMA_85301
    obo:IAO_0000116 """type: class
is-a: Crown of tooth
subclasses: Crown of upper second molar tooth, Crown of lower second molar tooth, Crown of upper first molar tooth, Crown of lower first molar tooth, Crown of lower third molar tooth, Crown of upper third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Crown of molar tooth" ;
    rdfs:subClassOf obo:FMA_55623 .

obo:FMA_85302
    obo:IAO_0000116 """type: class
is-a: Root of tooth
subclasses: Root of upper second molar tooth, Root of upper first molar tooth, Root of lower second molar tooth, Root of lower first molar tooth, Root of upper third molar tooth, Root of lower third molar tooth""" ;
    a owl:Class ;
    rdfs:label "Root of molar tooth" ;
    rdfs:subClassOf obo:FMA_55624 .

obo:FMA_85355
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Organ component layer<br><b>subclasses</b>: Mucosa of pharyngotympanic tube, Mucosa of biliary tree, Mucosa of small intestine, Mucosa of large intestine, Mucosa of tongue, Mucosa of uterine tube, Mucosa of appendix, Mucosa of lacrimal duct, Mucosa of gallbladder, Mucosa of tracheobronchial tree, Mucosa of esophagus, Mucosa of stomach, Mucosa of vagina, Mucosa of urethra, Mucosa of anal canal, Mucosa of urinary bladder, Mucosa of ureter<br><b>:documentation</b>: Gray's 99:1747 - In the alimentary tract, subdivided into three strata, the lining epithelium, the lamina propria, and the muscularis mucosae (thin layer of smooth muscle).<br><b>preferred name</b>: ONARD_Instance_1560032<br><b>non-English equivalent</b>: ONARD_Instance_1560030<br><b>synonym</b>: ONARD_Instance_1560031, KB_AUTO-INSERT2_2251, fma_p2_Instance_50006" ;
    a owl:Class ;
    rdfs:comment "Organ component layer lining the internal side of an organ." ;
    rdfs:label "Mucosa" ;
    rdfs:subClassOf obo:FMA_82485 .

obo:FMA_85358
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of organ component<br><b>subclasses</b>: Region of mucosa of pharyngotympanic tube, Mucosa of segment of lacrimal duct, Mucosa of zone of small intestine, Mucosa of bronchus, Mucosa of base of tongue, Mucosa of segment of urethra, Region of viscerocranial mucosa, Mucosa of segment of esophagus, Mucosa of ventrum of tongue, Mucosa of zone of gallbladder, Mucosa of region of male genital duct, Mucosa of bronchiole, Mucosa of region of uterine tube, Mucosa of segment of large intestine, Mucosa of region of urinary bladder, Mucosa of segment of biliary tree, Mucosa of trachea, Mucosa of region of wall of vagina, Mucosa of zone of stomach, Mucosa of zone of anal canal, Mucosa of region of ureter<br><b>preferred name</b>: fma_p2_Instance_50012<br><b>non-English equivalent</b>: ONARD_Instance_580122<br><b>synonym</b>: KB_AUTO-INSERT2_4960, ONARD_Instance_1560029" ;
    a owl:Class ;
    rdfs:label "Region of mucosa" ;
    rdfs:subClassOf obo:FMA_86103 .

obo:FMA_85361
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of mucosa<br><b>subclasses</b>: Mucosa of floor of mouth, Mucosa of palate, Mucosa of oral segment of palate, Mucosa of region of soft palate, Region of mucosa of middle ear, Mucosa of region of pharynx, Mucosa of region of larynx, Mucosa of nose, Mucosa of pharynx, Mucosa of larynx, Mucosa of region of mouth, Mucosa of paranasal sinus, Mucosa of hard palate, Region of mucosa of hard palate, Mucosa of soft palate, Mucosa of segment of palate, Mucosa of middle ear, Mucosa of mouth, Mucosa of region of nose<br><b>preferred name</b>: ONARD_Instance_4010048<br><b>synonym</b>: fma_p2_Instance_50018" ;
    a owl:Class ;
    rdfs:label "Region of viscerocranial mucosa" ;
    rdfs:subClassOf obo:FMA_85358 .

obo:FMA_85381
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of viscerocranial mucosa<br><b>subclasses</b>: Mucosa of oral part of palate, Alveolar mucosa proper, Maxillary alveolar mucosa, Mucosa of internal part of mouth, Gingiva, Mucosa of external part of mouth, Mucosa of mouth proper, Left buccal side of maxillary gingiva, Region of gingiva, Right side of mandibular alveolar mucosa, Mucosa of labial part of mouth, Mucosa of retromolar region, Alveolar mucosa, Mucosa of floor of mouth, Mucosa of glosso-epiglottic region, Left side of mandibular alveolar mucosa, Mucosa of region of labial part of mouth, Mucosa of faucial part of mouth, Mucosa of palatoglossal arch, Mucosa of palatopharyngeal arch, Buccal mucosa, Region of alveolar mucosa, Mucosa of uvula<br><b>preferred name</b>: fma_p2_Instance_50058" ;
    a owl:Class ;
    rdfs:label "Mucosa of region of mouth" ;
    rdfs:subClassOf obo:FMA_85361 .

obo:FMA_85392
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of organ component<br><b>subclasses</b>: Submucosa of base of tongue, Submucosa of zone of small intestine, Submucosa of segment of anal canal, Submucosa of dorsum of tongue, Submucosa of region of large intestine, Submucosa of trachea, Submucosa of bronchus, Submucosa of pharynx, Submucosa of zone of urinary bladder, Submucosa of segment of biliary tree, Submucosa of laryngopharynx, Submucosa of ventrum of tongue, Submucosa of anal canal, Submucosa of segment of esophagus, Submucosa of bronchiole, Submucosa of zone of stomach, Submucosa of faucial part of mouth<br><b>synonym</b>: fma_p2_Instance_60003<br><b>preferred name</b>: August_Instance_80000" ;
    a owl:Class ;
    rdfs:label "Region of submucosa" ;
    rdfs:subClassOf obo:FMA_86103 .

obo:FMA_85453
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Myotendinous region of muscle organ<br><b>subclasses</b>: Proximal zone of muscle of head, Head of part of deltoid, Head of pectoralis major, Head of supraspinatus, Head of teres minor, Head of subscapularis, Head of teres major, Head of deltoid, Head of flexor carpi radialis, Head of flexor digitorum accessorius, Head of flexor hallucis brevis, Deep head of flexor pollicis brevis, Head of first palmar interosseous of hand, Ulnar head of flexor carpi ulnaris, Ulnar head of pronator teres, Extra head of sartorius, Head of second palmar interosseous of hand, Head of fourth palmar interosseous of hand, Sternal head of sternocleidomastoid, Short head of biceps brachii, Humeral head of extensor carpi ulnaris, Medial head of triceps brachii, Head of coracobrachialis, Lateral head of triceps brachii, Head of adductor hallucis, Humeral head of pronator teres, Long head of biceps brachii, Head of second lumbrical of hand, Head of brachialis, Head of third dorsal interosseous of foot, Humeral head of flexor carpi ulnaris, Head of dorsal interosseous of hand, Head of infraspinatus, Superficial head of flexor pollicis brevis, Head of first lumbrical of hand, Clavicular head of sternocleidomastoid, Head of second dorsal interosseous of foot, Head of first dorsal interosseous of foot, Ulnar head of extensor carpi ulnaris, Transverse head of adductor pollicis, Head of third palmar interosseous of hand, Long head of triceps brachii, Head of plantaris, Oblique head of adductor pollicis, Clavicular part of pectoralis major<br><b>preferred name</b>: ONARD_Instance_5360030<br><b>:direct-template-slots</b>: muscle origin<br><b>synonym</b>: fma_p2_Instance_120001, fma_p2_Instance_280001, ONARD.03.26.14_Instance_580002, KB_AUTO-INSERT2_7633, fma_p2_Instance_160000" ;
    a owl:Class ;
    rdfs:comment "Myotendinous region of muscle organ at site of origin." ;
    rdfs:label "Proximal zone of muscle organ" ;
    rdfs:subClassOf obo:FMA_319211 .

obo:FMA_85835
    obo:IAO_0000116 "<br><b>type</b>: slot<br><b>is-a</b>: Standard FMA slot<br><b>:slot-inverse</b>: contains<br><b>:slot-value-type</b>: Class, Anatomical space<br><b>:direct-domain</b>: Anatomical structure, Segment of ureter, Region of pelvic peritoneum, Heterogeneous anatomical cluster, Segment of large intestine, Segment of peritoneal sac, Upper lobe of lung, Branch of external iliac artery, Subdivision of external iliac vein, Branch of femoral nerve, Branch of posterior division of internal iliac artery, Branch of anterior division of internal iliac artery, Tributary of internal iliac vein, Branch of sacral nerve plexus, Middle cerebral artery, Segment of esophagus, Set of organs, Set of organ parts, Set of organ system subdivisions, Set of cells, Set of cell parts<br><b>:documentation</b>: Location relation which holds between a material anatomical entity and some anatomical space if the related entities are part of the same organism.nnOBO Relation Ontology definition:nC contained_in C' if and only if: given any instance c that instantiates C at a time t, there is some c' such that: c' instantiates C' at time t and c located_in c' at t, and it is not the case that c *overlaps* c' at t. (c' is a conduit or cavity.)nSource: http://obofoundry.org/ro/" ;
    a owl:ObjectProperty ;
    rdfs:label "contained in" ;
    owl:inverseOf obo:FMA_85857 .

obo:FMA_85848
    obo:IAO_0000116 "<br><b>type</b>: slot<br><b>is-a</b>: Structural slot<br><b>:slot-inverse</b>: part<br><b>:documentation</b>: Structural anatomical relations which holds between each entity of type A and some anatomical entity of the same dimension of type B such that if A is part-of B, there is a complement C which together with A accounts for the whole (100%) of B. The inverse relation is Has-part.n12-12-07:nThis relation is equivalent to &#x0022;proper_part_of&#x0022; in OBO Relation Ontology which is defined as:nAs for part_of, for continuants: C part_of C' if and only if: given any c that instantiates C at a time t, there is some c' such that c' instantiates C' at time t, and c *part_of* c' at t. For processes: P part_of P' if and only if: given any p that instantiates P at a time t, there is some p' such that p' instantiates P' at time t, and p *part_of* p' at t. (Here *part_of* is the instance-level part-relation.) Note the additional constraint that subject and object are distinct.nSource: http://obofoundry.org/ro/<br><b>:direct-subslots</b>: member of, constitutional part of, regional part of<br><b>:slot-value-type</b>: Anatomical entity template, Class, Developmental entity" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "part of (FMA)" ;
    rdfs:subPropertyOf obo:BFO_0000050 ;
    owl:inverseOf obo:FMA_85995 .

obo:FMA_85857
    obo:IAO_0000116 "<br><b>type</b>: slot<br><b>is-a</b>: Standard FMA slot<br><b>:slot-inverse</b>: contained in<br><b>:slot-value-type</b>: Class, Material anatomical entity<br><b>:direct-domain</b>: Subdivision of cochlea, Compartment of head, Prostatic duct, Subdivision of compartment of palm of hand, Subdivision of mediastinum, Compartment of neck, Compartment of free upper limb, Subdivision of abdominal compartment, Scrotal sac" ;
    a owl:ObjectProperty ;
    rdfs:label "contains" .

obo:FMA_85868
    obo:IAO_0000116 "<br><b>type</b>: slot<br><b>is-a</b>: Structural slot<br><b>:slot-inverse</b>: member<br><b>:direct-superslots</b>: part of<br><b>:documentation</b>: Has_part relation which holds between each anatomical set and any of its elements.<br><b>:direct-domain</b>: Anatomical structure, Bone of calcaneus, Bone of zone of calcaneus, Cartilage of calcaneus, Compact bone of calcaneus, Trabecular bone of calcaneus, Anatomical set, Membranous cytoplasmic organelle, Nonmembranous cytoplasmic organelle, Non-nucleated solocyte, Differentiated hemal cell, Set of neural tree organs, Synovial joint, Symphysis, Syndesmosis, Synovial joint of pectoral girdle, First costochondral joint, Second costochondral joint, Third costochondral joint, Fourth costochondral joint, Fifth costochondral joint, Sixth costochondral joint, Seventh costochondral joint, Eighth costochondral joint, Ninth costochondral joint, Tenth costochondral joint, Eleventh costochondral joint, Twelfth costochondral joint, First sternocostal joint, Cranial synchondrosis, Dento-alveolar joint of incisor tooth, Dento-alveolar joint of canine tooth, Dento-alveolar joint of premolar tooth, Dento-alveolar joint of molar tooth, Suture, Set of carpal bones, Set of metacarpal bones, Set of phalanges of hand, Set of sesamoid bones of hand, Set of nuclei of amygdala, Pharyngeal lymphoid tissue, Variant anatomical structure, Musculature of subdivision of free upper limb, Smooth muscle tissue, Set of viscera, Set of immaterial anatomical entities<br><b>:slot-value-type</b>: Anatomical set, Class, Developmental entity", """type: slot
is-a: Structural slot
:slot-inverse: member
:slot-value-type: Class, Anatomical set
:direct-superslots: part of
:documentation: Has_part relation which holds between each anatomical set and any of its elements.
:direct-domain: Anatomical structure, Cardinal organ part, Bone of calcaneus, Bone of zone of calcaneus, Cartilage of calcaneus, Compact bone of calcaneus, Trabecular bone of calcaneus, Anatomical set, Membranous cytoplasmic organelle, Nonmembranous cytoplasmic organelle, Non-nucleated solocyte, Differentiated hemal cell, Set of neural tree organs, Synovial joint, Symphysis, Syndesmosis, Synovial joint of pectoral girdle, First costochondral joint, Second costochondral joint, Third costochondral joint, Fourth costochondral joint, Fifth costochondral joint, Sixth costochondral joint, Seventh costochondral joint, Eighth costochondral joint, Ninth costochondral joint, Tenth costochondral joint, Eleventh costochondral joint, Twelfth costochondral joint, First sternocostal joint, Cranial synchondrosis, Dento-alveolar joint of incisor tooth, Dento-alveolar joint of canine tooth, Dento-alveolar joint of premolar tooth, Dento-alveolar joint of molar tooth, Suture, Set of carpal bones, Set of metacarpal bones, Set of phalanges of hand, Set of sesamoid bones of hand, Set of nuclei of amygdala, Naso-pharyngeal lymphoid tissue, Variant anatomical structure, Musculature of subdivision of free upper limb, Smooth muscle tissue, Set of viscera, Set of immaterial anatomical entities""" ;
    a owl:ObjectProperty ;
    rdfs:label "member of" ;
    rdfs:subPropertyOf obo:FMA_85848 ;
    owl:inverseOf obo:FMA_85879 .

obo:FMA_85879
    obo:IAO_0000116 "<br><b>type</b>: slot<br><b>is-a</b>: Structural slot<br><b>:slot-inverse</b>: member of<br><b>:direct-superslots</b>: part<br><b>:documentation</b>: Has_part relation which holds between each anatomical set and any of its elements.<br><b>:direct-domain</b>: Vasculature of bony part of vertebra, Set of immaterial anatomical entities, Heterogeneous anatomical cluster<br><b>:slot-value-type</b>: Material anatomical entity, Anatomical set, Class, Immaterial anatomical entity, Developmental entity", """type: slot
is-a: Structural slot
:slot-inverse: member of
:direct-superslots: part
:documentation: Has_part relation which holds between each anatomical set and any of its elements.
:slot-value-type: Anatomical set, Material anatomical entity, Class, Immaterial anatomical entity
:direct-domain: Vasculature of bony part of irregular bone, Set of immaterial anatomical entities""" ;
    a owl:ObjectProperty ;
    rdfs:label "member" ;
    rdfs:subPropertyOf obo:BFO_0000051, obo:FMA_85995 .

obo:FMA_85925
    obo:IAO_0000116 "<br><b>type</b>: slot<br><b>is-a</b>: Structural slot<br><b>:documentation</b>: Anatomical part relationship which describes a material or nonmaterial physical component (or constituent) of an anatomical structure and together with the other heterogeneous components, constitutes the entirety of an anatomical structure. Examples: integument, mediastinum, mucosa, wall of trachea, wall of artery, lumen of artery, muscularis mucosae, plasma membrane, nuclear matrix, histone.nnDescribes the organs, non-topological organ parts, cells or non-topological cell parts and their associated non-material physical anatomical entities that constitute an anatomical structure. Can also be called &#x0022;constituent part&#x0022;. Inverse relationship is constitutional part of.nnExamples: skin, fascia, set of muscles, set of bones (constitutional parts of the body); wall and lumen of esophagus; stroma and parenchyma of pancreas; endocardium, myocardium of right ventricle; Henley's and Huxley's layers of hair follicle; plasma membrane and protoplasm; outer and inner layers of wall of mitochondrion.<br><b>:slot-inverse</b>: constitutional part of<br><b>:direct-domain</b>: Set of bone organs, Anatomical structure, Blastocyst, Subdivision of nervous system, Subdivision of genital system, Subdivision of hemolymphoid system, Subdivision of cavity of pharynx, Cavity of organ part, Set of organ regions<br><b>:direct-superslots</b>: part<br><b>:slot-value-type</b>: Physical anatomical entity, Class", """type: slot
is-a: Structural slot
:documentation: Anatomical part relationship which describes a material or nonmaterial physical component (or constituent) of an anatomical structure and together with the other heterogeneous components, constitutes the entirety of an anatomical structure. Examples: integument, mediastinum, mucosa, wall of trachea, wall of artery, lumen of artery, muscularis mucosae, plasma membrane, nuclear matrix, histone.nnDescribes the organs, non-topological organ parts, cells or non-topological cell parts and their associated non-material physical anatomical entities that constitute an anatomical structure. Can also be called &#x0022;constituent part&#x0022;. Inverse relationship is constitutional part of.nnExamples: skin, fascia, set of muscles, set of bones (constitutional parts of the body); wall and lumen of esophagus; stroma and parenchyma of pancreas; endocardium, myocardium of right ventricle; Henley's and Huxley's layers of hair follicle; plasma membrane and protoplasm; outer and inner layers of wall of mitochondrion.
:slot-inverse: constitutional part of
:slot-value-type: Class, Physical anatomical entity
:direct-domain: Subdivision of nervous system, Subdivision of genital system, Subdivision of hemolymphoid system, Subdivision of cavity of pharynx, Cavity of organ part, Set of organ regions
:direct-superslots: part""" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "constitutional part" ;
    rdfs:subPropertyOf obo:BFO_0000051, obo:FMA_85995 ;
    owl:inverseOf obo:FMA_85927 .

obo:FMA_85926
    obo:IAO_0000116 """type: slot
is-a: Structural slot
:documentation: Anatomical part relationsip which describes a subdivision of an organ system and together with the other systemic parts constitutes an organ system or an organ system subdivision. Examples: cardiovascular system, autonomic nervous system, nervous system of right upper limb, hematopoietic system, axial skeleton, lower GI tract.
:slot-inverse: systemic part of
:slot-value-type: Anatomical space, Anatomical structure, Class, Endocrine system, Anatomical set
:direct-domain: Biological molecule, Biological molecular complex, Somatic nervous system, Set of bones, Set of heterogeneous clusters, Set of nerves, Set of organs, Anatomical structure
:direct-superslots: part""" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "systemic part" ;
    rdfs:subPropertyOf obo:BFO_0000051 ;
    owl:inverseOf obo:FMA_85928 .

obo:FMA_85927
    obo:IAO_0000116 "<br><b>type</b>: slot<br><b>is-a</b>: Structural slot<br><b>:slot-inverse</b>: constitutional part<br><b>:direct-domain</b>: Anatomical entity template<br><b>:direct-superslots</b>: part of<br><b>:slot-value-type</b>: Developmental entity, Material anatomical entity, Class", """type: slot
is-a: Structural slot
:slot-inverse: constitutional part
:slot-value-type: Material anatomical entity, Class
:direct-domain: Anatomical entity template
:direct-superslots: part of""" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "constitutional part of" ;
    rdfs:subPropertyOf obo:FMA_85848 .

obo:FMA_85928
    obo:IAO_0000116 """type: slot
is-a: Structural slot
:slot-inverse: systemic part
:slot-value-type: Anatomical space, Anatomical structure, Class, Anatomical set
:direct-domain: Organ system, Articular cartilage of costal facet of body of thoracic vertebra, Epithelium-associated lymphoid tissue, Primary nodular lymphoid tissue, Set of organ components, Set of organ regions, Portion of body substance, Zone of bone organ, Subdivision of urogenital part of male perineum, Subdivision of pelvis, Zone of cavernous organ, Subdivision of urogenital part of female perineum, Vestibule, Subdivision of bony labyrinth, Subdivision of epidermis, Smooth muscle tissue, Articular cartilage, Articular cartilage of epiphysis of metatarsal bone, Subdivision of surface of sternum, Region of surface of costal cartilage, Surface of subdivision of vertebra, Surface of subdivision of rib, Cartilage of atlas, Cartilage of axis, Cartilage of xiphoid process, Cartilage of body of sternum, Cartilage of manubrium, Cartilage of central part of body of vertebra, Cartilage of inferior surface of body of lumbar vertebra, Lumbar vertebral segment of anterior longitudinal ligament, Lumbar vertebral segment of posterior longitudinal ligament, Cartilage of inferior surface of body of thoracic vertebra, Cartilage of superior surface of body of thoracic vertebra, Thoracic vertebral segment of anterior longitudinal ligament, Thoracic vertebral segment of posterior longitudinal ligament, Cartilage of seventh cervical vertebra, Cervical vertebral segment of anterior longitudinal ligament, Cervical vertebral segment of posterior longitudinal ligament, Cartilage of sixth cervical vertebra, Cartilage of fifth cervical vertebra, Cartilage of fourth cervical vertebra, Cartilage of third cervical vertebra, Vocal ligament, Vestibular fold, Torus of pharyngotympanic tube, Torus levatorius, Salpingopharyngeal fold, Salpingopalatine fold, Zone of viscerocranial mucosa, Viscerocranial mucosa organ part, Fibrous connective tissue, Heterogeneous cluster, Piriform fossa, Fold of superior laryngeal nerve, Anatomical conduit space, Subdivision of respiratory conduit space, Cavity of organ part, Organ component cluster, Intramural nerve plexus, Organ subdivision cluster, Medial wall of ethmoidal labyrinth, Cavity of internal nose, Pulmonary nerve plexus, Organ cluster, Organ cavity subdivision, Cavity of organ system subdivision, Zone of small intestine, Organ segment, Subdivision of face, Set of joints, Anatomical line, Nasal crest of maxilla, Set of bones, Organ component gland, Zone of investing fascia, Layer of cervical fascia, Musculature, Set of neural tree organs, Neural cell, Set of viscera, Zone of superficial fascia of head, Zone of labial part of orbicularis oris, Zone of marginal part of orbicularis oris, Set of heterogeneous clusters, Cavity of subdivision of principal body part, Alar part of nasalis, Transverse part of nasalis, Subdivision of skin of face, Isthmus of external acoustic tube, Skin of external acoustic tube, Wall of subdivision of external acoustic tube
:direct-superslots: part of""" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "systemic part of" ;
    rdfs:subPropertyOf obo:BFO_0000050 .

obo:FMA_85935
    obo:IAO_0000116 """type: slot
is-a: Standard FMA slot
:slot-value-type: Class, Immaterial anatomical entity""" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "2D part" ;
    rdfs:subPropertyOf obo:FMA_85996 .

obo:FMA_85994
    obo:IAO_0000116 "<br><b>type</b>: slot<br><b>is-a</b>: Structural slot<br><b>slot synonym</b>: arises from<br><b>:slot-inverse</b>: branch<br><b>:slot-value-type</b>: Class, Postnatal anatomical structure<br><b>:direct-domain</b>: Conducting tissue of heart, Root of median nerve, Tributary of hepatic portal vein, Trunk of branch of internal iliac artery, Trunk of branch of external iliac artery, Segment of trunk of external iliac artery, Arteriole, Trunk of branch of left colic artery, Variant systemic artery, Arterial anastomosis, Thyrocervical trunk, Costocervical trunk, Septal branch of right posterior interventricular artery<br><b>:documentation</b>: Regional_part_of relation which holds between trunks and subtrees of a tree organ that is either tracheobronchial or biliary or of arterial or neural type.<br><b>:direct-superslots</b>: regional part of", """type: slot
is-a: Structural slot
slot synonym: arises from
:slot-inverse: branch
:slot-value-type: Class, Anatomical structure
:direct-domain: Conducting tissue of heart, Root of median nerve, Subdivision of hepatic portal vein, Trunk of branch of internal iliac artery, Trunk of branch of external iliac artery, Segment of trunk of external iliac artery, Arteriole, Trunk of branch of left colic artery, Variant systemic artery, Arterial anastomosis, Thyrocervical trunk, Costocervical trunk, Septal branch of right posterior interventricular artery
:documentation: Regional_part_of relation which holds between trunks and subtrees of a tree organ that is either tracheobronchial or biliary or of arterial or neural type.""" ;
    a owl:ObjectProperty ;
    rdfs:label "branch of" ;
    rdfs:subPropertyOf obo:FMA_85997 ;
    owl:inverseOf obo:FMA_86004 .

obo:FMA_85995
    obo:IAO_0000116 "<br><b>type</b>: slot<br><b>is-a</b>: Structural slot<br><b>:documentation</b>: Structural anatomical relations which holds between each entity of type A and some anatomical entity of the same dimension of type B such that if A is has_part B, there is a complement C which together with B accounts for the whole (100%) of A. The inverse relation is 'Part-of'.n5.02.01nDefinition: &#x0022;Has morphological part&#x0022; or &#x0022;morphological part of&#x0022;  is a part-whole relationship which describes the countable elements of which an anatomical structure is composed. Allowed classes are organ component and organ subdivision, body part and body part subdivision, organ system and  organ system subdivision, cell and cell part.nExample: muscle belly and muscle tendon, cardiac chamber and cardiac valve, lobe of organ, limb.<br><b>slot synonym</b>: unattributed part<br><b>:slot-inverse</b>: part of<br><b>:direct-subslots</b>: member, constitutional part, regional part<br><b>:slot-value-type</b>: Physical anatomical entity, Anatomical entity template, Class, Developmental entity" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "part (FMA)" ;
    rdfs:subPropertyOf obo:BFO_0000051, obo:FMA_85857 .

obo:FMA_85996
    obo:IAO_0000116 "<br><b>type</b>: slot<br><b>is-a</b>: Structural slot<br><b>:documentation</b>: 'Has-part' relation which holds between each maximally connected anatomical structure and its part demarcated from the complement by a predominantly fiat boundary Examples: body region like the head, thorax, or hand; organ region like the brain, trachea or cervical part of esophagus; organ part region like apical bronchopulmonary segment or mucosa of ascending aorta; cell region like apical part of cell or endoplasm<br><b>slot synonym</b>: topographic part<br><b>:slot-inverse</b>: regional part of<br><b>:direct-superslots</b>: part<br><b>:direct-domain</b>: Set of bone organs, Blastocyst, Anatomical boundary entity, Set of joints, Set of organs, Set of organ regions, Set of organ components, Subdivision of osseous skeleton, Set of heterogeneous anatomical structures, Osseous skeleton, Anatomical structure, Portion of body substance<br><b>:direct-subslots</b>: branch, tributary<br><b>:slot-value-type</b>: Class, Anatomical structure, Anatomical set", """type: slot
is-a: Structural slot
:documentation: 'Has-part' relation which holds between each maximally connected anatomical structure and its part demarcated from the complement by a predominantly fiat boundary Examples: body region like the head, thorax, or hand; organ region like the brain, trachea or cervical part of esophagus; organ part region like apical bronchopulmonary segment or mucosa of ascending aorta; cell region like apical part of cell or endoplasm
slot synonym: topographic part
:slot-inverse: regional part of
:slot-value-type: Anatomical space, Anatomical structure, Anatomical set, Orifice of anatomical junction, Class, Immaterial anatomical entity
:direct-superslots: part
:direct-domain: Set of bones, Anatomical boundary entity, Set of joints, Set of organs, Set of organ regions, Set of organ components, Subdivision of skeleton, Set of heterogeneous clusters, Skeleton, Portion of body substance
:direct-subslots: regional partition 2, regional partition 1, branch""" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "regional part" ;
    rdfs:subPropertyOf obo:BFO_0000051, obo:FMA_85995 ;
    owl:inverseOf obo:FMA_85997 .

obo:FMA_85997
    obo:IAO_0000116 "<br><b>type</b>: slot<br><b>is-a</b>: Structural slot<br><b>slot synonym</b>: Topographic part of<br><b>:slot-inverse</b>: regional part<br><b>:documentation</b>: Regional_ part_of  is a Part-of relation which holds between each maximally connected anatomical structure and its part demarcated from the complement by a predominantly fiat boundary<br><b>:slot-value-type</b>: Anatomical structure, Class, Anatomical set<br><b>:direct-superslots</b>: part of<br><b>:direct-subslots</b>: tributary of, branch of<br><b>:direct-domain</b>: Anatomical boundary entity, Set of organ components, Portion of body substance, Region of surface of sternum, Region of surface of costal cartilage, Surface of region of vertebra, Surface of region of rib, Set of organs, Torus of pharyngotympanic tube, Torus levatorius, Piriform fossa, Region of surface of eyeball, Anatomical line, Surface of auricular cartilage, External surface of rib, Internal surface of rib, Region of surface of rib, Clavicular facet of scapula, Orbital surface of frontal bone, Region of surface of humerus, Set of organ regions, Medial surface of superficial part of submandibular gland, Mesial surface layer of third lower molar tooth, Distal surface layer of third lower molar tooth, Buccal surface layer of third lower molar tooth, Lingual surface layer of third lower molar tooth, Occlusal surface layer of third lower molar tooth, Mesial contact surface layer of third lower molar tooth, Buccal surface layer of third upper molar tooth, Lingual surface layer of third upper molar tooth, Mesial surface layer of third upper molar tooth, Distal surface layer of third upper molar tooth, Occlusal surface layer of third upper molar tooth, Mesial contact surface layer of third upper molar tooth, Mesial surface layer of second lower molar tooth, Distal surface layer of second lower molar tooth, Buccal surface layer of second lower molar tooth, Lingual surface layer of second lower molar tooth, Occlusal surface layer of second lower molar tooth, Mesial contact surface layer of second lower molar tooth, Distal contact surface layer of second lower molar tooth, Mesial surface layer of second upper molar tooth, Distal surface layer of second upper molar tooth, Buccal surface layer of second upper molar tooth, Occlusal surface layer of second upper molar tooth, Mesial contact surface layer of second upper molar tooth, Distal contact surface layer of second upper molar tooth, Lingual surface layer of second upper molar tooth, Mesial surface layer of first lower molar tooth, Distal surface layer of first lower molar tooth, Buccal surface layer of first lower molar tooth, Lingual surface layer of first lower molar tooth, Mesial contact surface layer of first lower molar tooth, Distal contact surface layer of first lower molar tooth, Occlusal surface layer of first lower molar tooth, Mesial surface layer of first upper molar tooth, Distal surface layer of first upper molar tooth, Buccal surface layer of first upper molar tooth, Lingual surface layer of first upper molar tooth, Occlusal surface layer of first upper molar tooth, Mesial contact surface layer of first upper molar tooth, Distal contact surface layer of first upper molar tooth, Mesial surface layer of second lower premolar tooth, Distal surface layer of second lower premolar tooth, Buccal surface layer of second lower premolar tooth, Lingual surface layer of second lower premolar tooth, Occlusal surface layer of second lower premolar tooth, Mesial contact surface layer of second lower premolar tooth, Distal contact surface layer of second lower premolar tooth, Buccal surface layer of second upper premolar tooth, Lingual surface layer of second upper premolar tooth, Mesial surface layer of second upper premolar tooth, Distal surface layer of second upper premolar tooth, Occlusal surface layer of second upper premolar tooth, Mesial contact surface layer of second upper premolar tooth, Distal contact surface layer of second upper premolar tooth, Mesial surface layer of first lower premolar tooth, Distal surface layer of first lower premolar tooth, Buccal surface layer of first lower premolar tooth, Lingual surface layer of first lower premolar tooth, Occlusal surface layer of first lower premolar tooth, Mesial contact surface layer of first lower premolar tooth, Distal contact surface layer of first lower premolar tooth, Buccal surface layer of first upper premolar tooth, Lingual surface layer of first upper premolar tooth, Mesial surface layer of first upper premolar tooth, Distal surface layer of first upper premolar tooth, Occlusal surface layer of first upper premolar tooth, Mesial contact surface layer of first upper premolar tooth, Distal contact surface layer of first upper premolar tooth, Mesial surface layer of lower canine tooth, Distal surface layer of lower canine tooth, Labial surface layer of lower canine tooth, Lingual surface layer of lower canine tooth, Incisal surface layer of lower canine tooth, Mesial contact surface layer of lower canine tooth, Distal contact surface layer of lower canine tooth, Labial surface layer of upper canine tooth, Lingual surface layer of upper canine tooth, Mesial surface layer of upper canine tooth, Distal surface layer of upper canine tooth, Incisal surface layer of upper canine tooth, Mesial contact surface layer of upper canine tooth, Distal contact surface layer of upper canine tooth, Mesial surface layer of lower lateral incisor tooth, Distal surface layer of lower lateral incisor tooth, Labial surface layer of lower lateral incisor tooth, Lingual surface layer of lower lateral incisor tooth, Incisal surface layer of lower lateral incisor tooth, Mesial contact surface layer of lateral lower incisor tooth, Distal contact surface layer of lateral lower incisor tooth, Mesial surface layer of lower central incisor tooth, Distal surface layer of lower central incisor tooth, Labial surface layer of lower central incisor tooth, Lingual surface layer of lower central incisor tooth, Incisal surface layer of lower central incisor tooth, Mesial contact surface layer of central lower incisor tooth, Distal contact surface layer of central lower incisor tooth, Mesial surface layer of upper lateral incisor tooth, Distal surface layer of upper lateral incisor tooth, Labial surface layer of upper lateral incisor tooth, Incisal surface layer of upper lateral incisor tooth, Lingual surface layer of upper lateral incisor tooth, Mesial contact surface layer of lateral upper incisor tooth, Distal contact surface layer of upper lateral incisor tooth, Mesial surface layer of upper central incisor tooth, Labial surface layer of upper central incisor tooth, Lingual surface layer of upper central incisor tooth, Distal surface layer of upper central incisor tooth, Incisal surface layer of upper central incisor tooth, Mesial contact surface layer of central upper incisor tooth, Distal contact surface layer of central upper incisor tooth, Region of surface of peritoneal sac, Region of internal surface of kidney, Internal surface of segment of duodenum, Internal surface of subdivision of stomach, Region of diaphragmatic surface of liver, Surface of sclera, Subdivision of osseous skeleton, Set of joints, Set of heterogeneous anatomical structures, Surface of pinna, Anatomical structure, Blastocyst", """type: slot
is-a: Structural slot
slot synonym: Topographic part of
:slot-inverse: regional part
:direct-domain: Anatomical boundary entity, Set of organ components, Portion of body substance, Subdivision of surface of sternum, Region of surface of costal cartilage, Surface of subdivision of vertebra, Surface of subdivision of rib, Set of organs, Torus of pharyngotympanic tube, Torus levatorius, Piriform fossa, Region of surface of eyeball, Non-physical anatomical entity template, Anatomical line, Surface of auricular cartilage, External surface of rib, Internal surface of rib, Subdivision of surface of rib, Clavicular facet of scapula, Orbital surface of frontal bone, Subdivision of surface of humerus, Set of organ regions, Medial surface of superficial part of submandibular gland, Mesial surface of lower third molar tooth, Distal surface of lower third molar tooth, Buccal surface of lower third molar tooth, Lingual surface of lower third molar tooth, Occlusal surface of lower third molar tooth, Mesial contact surface of lower third molar tooth, Buccal surface of upper third molar tooth, Lingual surface of upper third molar tooth, Mesial surface of upper third molar tooth, Distal surface of upper third molar tooth, Occlusal surface of upper third molar tooth, Mesial contact surface of upper third molar tooth, Mesial surface of lower second molar tooth, Distal surface of lower second molar tooth, Buccal surface of lower second molar tooth, Lingual surface of lower second molar tooth, Occlusal surface of lower second molar tooth, Mesial contact surface of lower second molar tooth, Distal contact surface of lower second molar tooth, Mesial surface of upper second molar tooth, Distal surface of upper second molar tooth, Buccal surface of upper second molar tooth, Occlusal surface of upper second molar tooth, Mesial contact surface of upper second molar tooth, Distal contact surface of upper second molar tooth, Lingual surface of upper second molar tooth, Mesial surface of lower first molar tooth, Distal surface of lower first molar tooth, Buccal surface of lower first molar tooth, Lingual surface of lower first molar tooth, Mesial contact surface of lower first molar tooth, Distal contact surface of lower first molar tooth, Occlusal surface of lower first molar tooth, Mesial surface of upper first molar tooth, Distal surface of upper first molar tooth, Buccal surface of upper first molar tooth, Lingual surface of upper first molar tooth, Occlusal surface of upper first molar tooth, Mesial contact surface of upper first molar tooth, Distal contact surface of upper first molar tooth, Mesial surface of lower second premolar tooth, Distal surface of lower second premolar tooth, Buccal surface of lower second premolar tooth, Lingual surface of lower second premolar tooth, Occlusal surface of lower second premolar tooth, Mesial contact surface of lower second premolar tooth, Distal contact surface of lower second premolar tooth, Buccal surface of upper second premolar tooth, Lingual surface of upper second premolar tooth, Mesial surface of upper second premolar tooth, Distal surface of upper second premolar tooth, Occlusal surface of upper second premolar tooth, Mesial contact surface of upper second premolar tooth, Distal contact surface of upper second premolar tooth, Mesial surface of lower first premolar tooth, Distal surface of lower first premolar tooth, Buccal surface of lower first premolar tooth, Lingual surface of lower first premolar tooth, Occlusal surface of lower first premolar tooth, Mesial contact surface of lower first premolar tooth, Distal contact surface of lower first premolar tooth, Buccal surface of upper first premolar tooth, Lingual surface of upper first premolar tooth, Mesial surface of upper first premolar tooth, Distal surface of upper first premolar tooth, Occlusal surface of upper first premolar tooth, Mesial contact surface of upper first premolar tooth, Distal contact surface of upper first premolar tooth, Mesial surface of lower canine tooth, Distal surface of lower canine tooth, Labial surface of lower canine tooth, Lingual surface of lower canine tooth, Incisal surface of lower canine tooth, Mesial contact surface of lower canine tooth, Distal contact surface of lower canine tooth, Labial surface of upper canine tooth, Lingual surface of upper canine tooth, Mesial surface of upper canine tooth, Distal surface of upper canine tooth, Incisal surface of upper canine tooth, Mesial contact surface of upper canine tooth, Distal contact surface of upper canine tooth, Mesial surface of lower lateral incisor tooth, Distal surface of lower lateral incisor tooth, Labial surface of lower lateral incisor tooth, Lingual surface of lower lateral incisor tooth, Incisal surface of lower lateral incisor tooth, Mesial contact surface of lower lateral incisor tooth, Distal contact surface of lower lateral incisor tooth, Mesial surface of lower central incisor tooth, Distal surface of lower central incisor tooth, Labial surface of lower central incisor tooth, Lingual surface of lower central incisor tooth, Incisal surface of lower central incisor tooth, Mesial contact surface of lower central incisor tooth, Distal contact surface of lower central incisor tooth, Mesial surface of upper lateral incisor tooth, Distal surface of upper lateral incisor tooth, Labial surface of upper lateral incisor tooth, Incisal surface of upper lateral incisor tooth, Lingual surface of upper lateral incisor tooth, Mesial contact surface of upper lateral incisor tooth, Distal contact surface of upper lateral incisor tooth, Mesial surface of upper central incisor tooth, Labial surface of upper central incisor tooth, Lingual surface of upper central incisor tooth, Distal surface of upper central incisor tooth, Incisal surface of upper central incisor tooth, Mesial contact surface of upper central incisor tooth, Distal contact surface of upper central incisor tooth, Region of surface of peritoneal sac, Region of internal surface of kidney, Internal surface of segment of duodenum, Internal surface of subdivision of stomach, Region of diaphragmatic surface of liver, Surface of sclera, Subdivision of skeleton, Set of joints, Set of heterogeneous clusters, Surface of pinna
:documentation: Regional_ part_of  is a Part-of relation which holds between each maximally connected anatomical structure and its part demarcated from the complement by a predominantly fiat boundary
:slot-value-type: Class, Anatomical structure, Anatomical set, Anatomical space, Immaterial anatomical entity
:direct-superslots: part of
:direct-subslots: regional partition 1 of""" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "regional part of" ;
    rdfs:subPropertyOf obo:FMA_85848 .

obo:FMA_86004
    obo:IAO_0000116 "<br><b>type</b>: slot<br><b>is-a</b>: Structural slot<br><b>:documentation</b>: 'Has_regional_part' relation which holds between trunks and subtrees of a tree organ that is either tracheobronchial or biliary or of arterial, venous, lymphatic or neural type.<br><b>slot synonym</b>: gives rise to<br><b>:slot-inverse</b>: branch of<br><b>:slot-value-type</b>: Class, Postnatal anatomical structure<br><b>:direct-domain</b>: Material anatomical entity<br><b>:direct-superslots</b>: regional part", """type: slot
is-a: Structural slot
:documentation: 'Has_regional_part' relation which holds between trunks and subtrees of a tree organ that is either tracheobronchial or biliary or of arterial, venous, lymphatic or neural type.
slot synonym: gives rise to
:slot-inverse: branch of
:slot-value-type: Class, Anatomical structure
:direct-domain: Material anatomical entity
:direct-superslots: regional part""" ;
    a owl:ObjectProperty ;
    rdfs:label "branch" ;
    rdfs:subPropertyOf obo:FMA_85996 .

obo:FMA_86103
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Cardinal organ part<br><b>subclasses</b>: Region of prostatic capsule, Region of muscle layer of urethra, Region of lamina propria of pharyngotympanic tube, Segment of organ component, Region of surface layer of organ, Region of lens capsule, Zone of organ component, Region of wall of arachnoid, Segment of synovial membrane, Region of wall of ventricular system of neuraxis, Region of cerebral subcortex, Region of layer of wall of eyeball, Region of left ventricle, Region of serous pericardium, Head proper of muscle organ, Region of wall of ureter, Region of wall of eyeball, Region of wall of prostatic part of urethra, Region of wall of cardiac chamber, Region of parietal serous pericardium, Region of ventricular system of neuraxis, Serosa of organ region, Region of cerebral cortex, Wall of prostatic duct, Wall of pancreatic duct tree, Region of wall of gallbladder, Region of bony part of bone, Region of mesentery, Region of wall of ejaculatory duct, Region of peritoneum, Myometrium of zone of uterus, Subserosa of organ region, Region of wall of anal canal, Region of wall of trachea, Region of ganglion, Distal surface layer of tooth, Palatal surface layer of tooth, Occlusal surface layer of tooth, Wall of endolymphatic sac, Lingual surface layer of tooth, Region of fibrous mass of breast, Region of papillary muscle, Region of endocardium, Region of right ventricle, Contact surface layer of tooth, Wall of pulmono-ventricular junction, Choroid proper, Region of wall of membranous labyrinth, Medial wall of ethmoidal labyrinth, Region of cervical fascia, Wall of pancreatic acinus, Fibromuscular part of zone of prostate, Wall of lymphatic duct subtree, Region of visceral serous pericardium, Region of leptomeningeal sac, Region of mucosa of tongue, Surface papilla, Incisal surface layer of tooth, Region of wall of venous tree organ, Head of part of muscle organ, Anatomical fold, Region of surface layer of tooth, Region of deferent duct, Region of cardiac septum, Region of bronchus, Region of wall of tracheobronchial tree, Wall of prostatic acinus, Region of wall of large intestine, Muscle layer of region of seminal vesicle, Region of dura mater, Region of mucosa, Region of lung parenchyma, Carina of trachea, Wall of region of lymphatic vessel, Region of skeletal muscle body, Region of wall of heart, Region of wall of lacrimal duct, Region of parenchyma of spleen, Superficial transverse metatarsal ligament, Region of tendon, Region of muscle layer of organ, Wall of lactiferous duct, Mesial surface layer of tooth, Region of wall of male urethra, Region of wall of small intestine, Vestibular surface layer of tooth, Region of cremasteric muscle, Wall of lymphatic vessel, Region of investing fascia of hand, Approximal surface layer of tooth, Region of serous membrane, Wall of zone of uterus, Wall of blood vessel, Region of wall of urinary bladder, Region of wall of vagina, Septum of organ, Bony part of zone of bone organ, Region of ileocecal valve, Region of wall of pharyngotympanic tube, Wall of prostatic utricle, Region of crown of tooth, Region of plantar aponeurosis, Endometrium of zone of uterus, Region of suspensory ligament of lens, Region of vinculum of tendon, Region of vascular layer of eyeball, Region of organ component of kidney, Region of wall of esophagus, Region of wall of seminal vesicle, Villus, Region of cardiac chamber, Muscle belly, Region of submucosa, Region of lymph node, Region of myocardium, Pectinate muscle, Muscle layer of region of uterine tube, Region of head of epididymis, Region of stroma, Region of wall of cochlear duct of membranous labyrinth, Lateral wall of vagina, Region of lacrimal canaliculus, Quadrangular membrane proper, Prostatic papilla, Portal triad, Region of wall of stomach, Region of conjunctiva, Region of membranous labyrinth of internal ear, Region of tongue, Region of wall of uterine tube, Circumventricular organ of neuraxis, Region of medial plantar intermuscular septum, Paradidymis, Tendon proper of flexor digitorum longus, Wall of duct of accessory parotid gland, Region of adipose layer of superficial fascia of perineum, Region of peripheral zone of prostate, Region of transition zone of prostate, Region of peri-urethral zone of prostate, Region of wall of arterial tree organ, Wall of sinus of lymph node, Region of gastric gland, Region of ejaculatory duct, Region of efferent ductule, Seminal vesicle proper, Region of wall of male genital duct, Region of wall of vestibular labyrinth, Wall of pancreatic duct, Wall of sublingual duct, Region of wall of biliary tree, Wall of parotid duct, Wall of lactiferous duct tree, Wall of alveolar duct, Wall of submandibular duct, Wall of deferent duct, Region of adrenal cortex<br><b>preferred name</b>: ONARD_Instance_10013<br><b>synonym</b>: KB_AUTO-INSERT2_2133", """type: class
is-a: Cardinal organ part
subclasses: Region of lens capsule, Region of wall of arachnoid, Segment of synovial membrane, Region of ventricular system of neuraxis, Region of cerebral cortex, Region of cardiac septum, Region of left ventricle, Region of serous pericardium, Wall of lactiferous duct, Region of wall of ejaculatory duct, Region of wall of prostatic part of urethra, Region of wall of membranous labyrinth, Region of wall of cardiac chamber, Region of parietal serous pericardium, Serosa of organ region, Wall of prostatic acinus, Wall of prostatic duct, Region of right ventricle, Wall of lymphatic duct subtree, Region of papillary muscle of left ventricle, Region of mesentery, Region of peritoneum, Myometrium of zone of uterus, Region of layer of wall of eyeball, Subserosa of organ region, Region of wall of trachea, Region of ganglion, Region of wall of stomach, Wall of endolymphatic sac, Region of fibrous mass of breast, Region of papillary muscle, Region of endocardium, Wall of pulmono-ventricular junction, Choroid proper, Medial wall of ethmoidal labyrinth, Region of cervical fascia, Region of deferent duct, Wall of pancreatic acinus, Fibromuscular part of zone of prostate, Region of wall of ventricular system of neuraxis, Region of visceral serous pericardium, Region of leptomeningeal sac, Region of wall of pharyngotympanic tube, Surface papilla, Region of wall of venous tree organ, Wall of pancreatic duct tree, Region of wall of eyeball, Region of wall of ureter, Region of bronchus, Muscle layer of region of seminal vesicle, Region of wall of tracheobronchial tree, Region of investing fascia of hand, Region of dura mater, Region of mucosa, Region of lung parenchyma, Region of bony part of clavicle, Region of wall of heart, Region of parenchyma of spleen, Superficial transverse metatarsal ligament, Region of wall of lacrimal duct, Carina of trachea, Region of muscle layer of organ, Quadrangular membrane proper, Region of wall of small intestine, Region of head of epididymis, Region of tongue, Region of cremasteric muscle, Wall of lymphatic vessel, Region of wall of gallbladder, Villus, Region of serous membrane, Wall of zone of uterus, Wall of blood vessel, Region of wall of urinary bladder, Septum of organ, Bony part of zone of bone organ, Region of ileocecal valve, Region of wall of vagina, Region of wall of uterine tube, Wall of prostatic utricle, Region of wall of male urethra, Region of crown of tooth, Portal triad, Endometrium of zone of uterus, Region of suspensory ligament of lens, Region of vascular layer of eyeball, Region of organ component of kidney, Region of wall of esophagus, Region of wall of seminal vesicle, Region of cardiac chamber, Muscle belly, Region of submucosa, Region of myocardium, Pectinate muscle, Region of stroma, Wall of duct of accessory parotid gland, Region of wall of cochlear duct of membranous labyrinth, Lateral wall of vagina, Region of lacrimal canaliculus, Region of wall of anal canal, Prostatic papilla, Muscle layer of region of uterine tube, Region of conjunctiva, Region of membranous labyrinth of internal ear, Region of wall of large intestine, Region of plantar aponeurosis, Circumventricular organ of neuraxis, Region of medial plantar intermuscular septum, Paradidymis, Region of vinculum of tendon, Tendon proper of flexor digitorum longus, Anatomical fold, Region of adipose layer of superficial fascia of perineum, Region of tendon of quadriceps femoris, Subdivision of peripheral zone of prostate, Subdivision of lobe of transition zone of prostate, Subdivision of peri-urethral zone of prostate, Region of wall of arterial tree organ, Region of gastric gland, Region of ejaculatory duct, Region of efferent ductule, Seminal vesicle proper, Region of wall of male genital duct, Region of wall of vestibular labyrinth, Wall of pancreatic duct, Wall of sublingual duct, Region of wall of biliary tree, Wall of parotid duct, Wall of lactiferous duct tree, Wall of alveolar duct, Wall of submandibular duct, Wall of deferent duct, Region of adrenal cortex
regional part of: Organ""" ;
    a owl:Class ;
    rdfs:comment "Cardinal organ part which is a fiat subdivision of an organ component. Examples: cervical part of wall of esophagus, mucosa of body of stomach.", "Cardinal organ part which is a fiat subdivision of an organ component. Examples: wall of cervical part of esophagus, mucosa of body of stomach." ;
    rdfs:label "Region of organ component" ;
    rdfs:subClassOf obo:FMA_82472 .

obo:FMA_86140
    obo:IAO_0000116 """type: class
is-a: Organ region
subclasses: Segment of lactiferous gland, Segment of neuraxis, Segment of eyeball, Ileal diverticulum, Lingula of left lung, Segment of esophagus, Capitate bone proper, Cuneiform cartilage proper, Segment of ureter, Scaphoid proper, Sublingual duct tree, Diverticulum of seminal vesicle, Trapezium proper, Segment of duodenum, Process of organ, Segment of lens, Cuboid bone proper, Segment of coracoclavicular ligament, Segment of trachea, Segment of vagina, Segment of valve, Segment of pericardial sac, Auricle of heart, Segment of lacrimal duct, Segment of cervix, Segment of parotid gland, Region of vascular tree, Segment of bifurcate dorsal tarsal ligament, Segment of superficial fascia, Navicular bone proper, Segment of gingiva, Segment of male urethra, Scissura of liver, Segment of tooth, Segment of vertebra, Segment of skin, Omentum, Segment of biliary tree, Duodenum, Epiglottic cartilage proper, Segment of prostate, Segment of accessory parotid gland, Segment of tracheobronchial tree, Segment of neural tree organ, Segment of lymphatic tree organ, Subsegment of liver, Segment of submandibular gland, Thyrohyoid membrane proper, Hepatovenous subsector, Segment of large intestine, Segment of major alar cartilage, Segment of thyroid cartilage, Sphincter of pancreatic duct, Excretory duct of lacrimal gland, Conducting portion of bronchopulmonary segment, Intramural part of female urethra, Duct, Renal segment, Ureter proper, Corniculate cartilage proper, Segment of peritoneal sac, Segment of pharyngotympanic tube, Distal epiphysis proper of radius
:direct-template-slots: systemic part of""" ;
    a owl:Class ;
    rdfs:comment "Organ region with one or more anchored fiat boundaries. Examples: artery, trunk of nerve, cervical part of esophagus, pelvic part of vagina, horn of thyroid cartilage, anterior segment of eyeball." ;
    rdfs:label "Organ segment" ;
    rdfs:subClassOf obo:FMA_67619 .

obo:FMA_9338
    obo:IAO_0000116 """type: class
is-a: Anatomical space
subclasses: Upper respiratory tract space, Respiratory conduit space, Inferior pelvic aperture space, Space of hypoglossal canal, Space of coronary sulcus, Superior pelvic aperture space, Space of inguinal canal, Space of adductor canal, Subdivision of respiratory conduit space, Space of obturator canal, Foramen singulare, Interventricular foramen, Foramen caecum of medulla oblongata, Valve of foramen ovale, Thyroid foramen, Intervertebral foramen, Foramen magnum, Subcellular conduit, Anatomical orifice, Nutrient foramina of carpal bone, Nutrient foramen of ulna, Nutrient foramen of humerus, Epiploic foramen, Interatrial sulcus, Vomerorostral canal, Vomerovaginal canal, Oropharyngeal isthmus, Pharyngeal isthmus, Apical foramen of root of tooth, Pupil, Inner part of external acoustic meatal space, Space of nasolacrimal canal, Middle part of external acoustic meatal space, External part of external acoustic meatal space, External acoustic meatal space, Inferior thoracic aperture space, Superior thoracic aperture space, Conduit space of axilla, Nutrient canal space, Space of canal for vertebral artery, Space of canal of Volkmann, Space of Haversian canal, Osseoligamentous conduit, Urogenital hiatus, Condylar canal, Posterior sacral foramina, Anterior sacral foramina, Intervertebral foramina, Cribriform foramina, Cranial conduit, Incisive duct, Nutrient foramen of radius, Incisive foramen, Nutrient foramen
:slot-templates: contains value-type: Class, contains value-type: Organ
:documentation: Old Definition: Anatomical space, which connects two or more body spaces with one another; is surrounded by subdivisions of one or more organs; contains subdivisions of organs, or one or more body substances. Examples: intervertebral foramen (canal), pharyngotympanic tube, inguinal canal,  carpal canal, superior thoracic aperture, pelvic inlet.
:direct-template-slots: systemic part of""" ;
    a owl:Class ;
    rdfs:comment "Anatomical space which connects two or more compartment spaces or two or more anatomical cavities. Examples: foramen magnum, pyloric orifice, space of right inguinal canal, nutrient canal space," ;
    rdfs:label "Anatomical conduit space" ;
    rdfs:subClassOf obo:FMA_5897 .

obo:FMA_9581
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Wall of organ<br><b>subclasses</b>: Wall of synovial tendon sheath, Synovial membrane, Wall of synovial bursa, Viscus serous membrane<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_08222<br><b>synonym</b>: KB_INSTANCE_08223, fm-live_02193<br><b>:documentation</b>: Old definition:nOrgan subdivision, which has as its parts a parietal serous membrane and a visceral serous membrane that together forms a serous sac that encloses a serous cavity. Examples: pleura, serous pericardium, peritoneum.<br><b>regional part</b>: Parietal serous membrane, Visceral serous membrane" ;
    a owl:Class ;
    rdfs:label "Serous membrane" ;
    rdfs:subClassOf obo:FMA_82482 .

obo:FMA_9616
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle organ<br><b>subclasses</b>: Auricular muscle, Muscle of tongue, Muscle of palate, Muscle of face, Muscle of auditory ossicles, Muscle of head proper<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_08295<br><b>synonym</b>: KB_INSTANCE_08296, KB_INSTANCE_08297<br><b>non-English equivalent</b>: ONARD_Instance_580049, ONARD_Instance_580473" ;
    a owl:Class ;
    rdfs:comment "Muscle organ which is a part of the head. Examples: masseter, orbicularis oculi." ;
    rdfs:label "Muscle of head" ;
    rdfs:subClassOf obo:FMA_5022 .

obo:FMA_9617
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Muscle organ<br><b>subclasses</b>: Muscle of larynx, Muscle of pharynx, Infrahyoid muscle, Scalene muscle, Superficial muscle of neck, Suprahyoid muscle<br><b>:slot-templates</b>: location <i>value-type</i>: Organ anatomical coordinate adjacency, location <i>value-type</i>: Instance<br><b>preferred name</b>: KB_INSTANCE_08298<br><b>synonym</b>: KB_INSTANCE_08299<br><b>non-English equivalent</b>: ONARD_Instance_580476" ;
    a owl:Class ;
    rdfs:comment "Muscle organ which is a part of the neck. Examples: platysma, sternocleidomastoid, cricothyroid muscle." ;
    rdfs:label "Muscle of neck" ;
    rdfs:subClassOf obo:FMA_5022 .

obo:FMA_9637
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Postnatal anatomical structure<br><b>subclasses</b>: Portion of epithelium, Lens fiber mass, Portion of muscle tissue, Portion of connective tissue, Portion of neural tissue<br><b>synonym</b>: ONARD_Instance_400000<br><b>preferred name</b>: KB_INSTANCE_08338<br><b>:documentation</b>: 2.05.02: OM-suggests modification in the definition; consists predominantly of similarly specialized cells, with or without cells of other types and intercellular matrix.nOld definition 7.2003:Organ part, which is uncountable and consists of similarly specialized cells and intercellular matrix, aggregated according to genetically determined spatial relationships; together with other tissues, it constitutes an organ component. Examples: epithelium, muscle (tissue), connective tissue, neural tissue, lymphoid tissue.<br><b>:direct-template-slots</b>: germ origin<br><b>non-English equivalent</b>: ONARD_Instance_580744, ONARD_Instance_580206, ONARD_Instance_580647, ONARD_Instance_1060001<br><b>constitutional part</b>: Set of cells, Vasculature of portion of tissue", """type: class
is-a: Anatomical structure
subclasses: Portion of epithelium, Portion of heterogeneous tissue, Lens fiber mass, Portion of muscle tissue, Portion of connective tissue, Portion of neural tissue
:documentation: 2.05.02: OM-suggests modification in the definition; consists predominantly of similarly specialized cells, with or without cells of other types and intercellular matrix.nOld definition 7.2003:Organ part, which is uncountable and consists of similarly specialized cells and intercellular matrix, aggregated according to genetically determined spatial relationships; together with other tissues, it constitutes an organ component. Examples: epithelium, muscle (tissue), connective tissue, neural tissue, lymphoid tissue.
:direct-template-slots: germ origin, primary site of, lymphatic drainage
constitutional part: Set of cells, Vasculature of portion of tissue""" ;
    a owl:Class ;
    rdfs:comment "Anatomical structure which has as its parts cells of predominantly one type with or without intercellular matrix. Examples: epithelium, muscle tissue, connective tissue, neural tissue, lymphoid tissue.", "Anatomical structure which has as its parts cells of predominantly one type with or without intercellular matrix. Examples: portion of epithelium, portion of muscle tissue, portion of connective tissue, portion of neural tissue." ;
    rdfs:label "Portion of tissue" ;
    rdfs:subClassOf obo:FMA_67135 .

obo:FMA_9639
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Portion of tissue<br><b>subclasses</b>: Ecto-epithelium, Multilaminar epithelium, Endo-epithelium, Meso-epithelium, Atypical epithelium, Unilaminar epithelium<br><b>regional part of</b>: Organ component<br><b>preferred name</b>: KB_INSTANCE_08341<br><b>:direct-template-slots</b>: epithelial morphology<br><b>:documentation</b>: OM: have to decide which attribute to use for classification, morphological type (uni-, multi-, squamous, cubodial etc) vs. derivarion vs location or partition level.n2.15.01: We classify epithelia according to their structure into 3 basic types. However it is also necessary to enter epithelia of different organs and assign the basic epithelial types which constitute the organ epithelium as slot values of organ epithelium. (Slot is &#x0022;Has epithelial type&#x0022;)<br><b>non-English equivalent</b>: ONARD_Instance_580207, ONARD_Instance_530088, ONARD_Instance_580865<br><b>synonym</b>: KB_INSTANCE_08342, ONARD_Instance_410000<br><b>constitutional part</b>: Basement membrane, Epithelial cell, Vasculature of portion of epithelium" ;
    a owl:Class ;
    rdfs:comment "Portion of tissue, which consists of one or more layers of epithelial cells and a basement membrane; it covers the external surface of the body and lines the internal surfaces of the anatomical structures. Examples: simple squamous epithelium, glandular cuboidal epithelium, transitional epithelium, myoepithelium." ;
    rdfs:label "Portion of epithelium" ;
    rdfs:subClassOf obo:FMA_9637 .

obo:FMA_9640
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Portion of tissue<br><b>subclasses</b>: Regular connective tissue, Irregular connective tissue<br><b>preferred name</b>: KB_INSTANCE_08344<br><b>:documentation</b>: Gray's 99:75 - Formed of cells and extracellular matrix; the matrix is composed of fibers and ground substance.<br><b>:direct-template-slots</b>: attaches to<br><b>synonym</b>: ONARD_Instance_490001<br><b>non-English equivalent</b>: ONARD_Instance_580866, ONARD_Instance_490002, ONARD_Instance_580208<br><b>constitutional part</b>: Portion of extracellular matrix, Connective tissue cell, Vasculature of portion of connective tissue", """type: class
is-a: Portion of tissue
subclasses: Regular connective tissue, Irregular connective tissue
:documentation: Gray's 99:75 - Formed of cells and extracellular matrix; the matrix is composed of fibers and ground substance.
:direct-template-slots: attaches to
constitutional part: Portion of extracellular matrix, Connective tissue cell, Vasculature of portion of connective tissue""" ;
    a owl:Class ;
    rdfs:comment "Tissue which consists of fibroblasts, osteocytes or chondrocytes and intercellular matrix produced by these cells. Examples: bone (tissue), dense regular elastic tissue, areolar tissue, neuroglia, adipose tissue." ;
    rdfs:label "Portion of connective tissue" ;
    rdfs:subClassOf obo:FMA_9637 .

obo:FMA_9641
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Portion of tissue<br><b>subclasses</b>: Striated muscle tissue, Smooth muscle tissue<br><b>preferred name</b>: KB_INSTANCE_08346<br><b>synonym</b>: ONARD_Instance_610003<br><b>non-English equivalent</b>: ONARD_Instance_580867, ONARD_Instance_580209, ONARD_Instance_610004<br><b>constitutional part</b>: Vasculature of portion of muscle tissue" ;
    a owl:Class ;
    rdfs:comment "Portion of tissue which has as its parts an aggregate of muscle cells surrounded by a reticulum of collagen fibers or fine connective tissue [endomysium].  Examples: Smooth muscle tissue, Cardiac muscle tissue." ;
    rdfs:label "Portion of muscle tissue" ;
    rdfs:subClassOf obo:FMA_9637 .

obo:FMA_9669
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Material anatomical entity<br><b>subclasses</b>: Middle lamella, Portion of extracellular matrix, Portion of solid body substance, Portion of aqueous humor, Colloid of thyroid follicle, Portion of body fluid, Portion of vitreous humor, Portion of gas in anatomical space, Portion of cell substance<br><b>:slot-templates</b>: has inherent 3-D shape <i>values</i>: false<br><b>synonym</b>: ONARD_Instance_1060002<br><b>preferred name</b>: KB_INSTANCE_08389<br><b>:documentation</b>: OM12.14.00: n1. It is a 3-d object in gaseous, liquid, solid or semi-solid state.n2.Body substance may contain not only cells but acellular structures as well (macromolecules, proteins etc) and therefore change part of the definition to state &#x0022;which may or may not contain anatomical structures&#x0022;.n3. Blood is a circulating body fluid that contains rbc's, wbc's and other blood cells as well as macromolecules and electrolytes.<br><b>non-English equivalent</b>: ONARD_Instance_580714, ONARD_Instance_580655, KB_AUTO-INSERT(3)_4639, ONARD_Instance_580734<br><b>:direct-template-slots</b>: has inherent 3-D shape, contained in, constitutional part, regional part of, regional part" ;
    a owl:Class ;
    rdfs:comment "Material anatomical entity in fluid or solid state, with or without admixture of cells and biological macromolecules; produced by anatomical structures or derived from inhaled or ingested substances that have been modified by anatomical structures. Examples: portion of saliva, portion of semen, portion of cerebrospinal fluid, portion of respiratory air, portion of urine, feces, portion of blood, portion of plasma, portion of lymph." ;
    rdfs:label "Portion of body substance" ;
    rdfs:subClassOf obo:FMA_67165 .

obo:FMA_9711
    obo:IAO_0000116 """type: class
is-a: Pneumatized bone
subclasses: Right maxilla, Left maxilla
:slot-templates: location value-type: Organ anatomical coordinate adjacency, location value-type: Instance
constitutional part: Bony part of maxilla, Vasculature of maxilla
member of: Skeleton of head
regional part: Alveolar part of maxilla""" ;
    a owl:Class ;
    rdfs:label "Maxilla" ;
    rdfs:subClassOf obo:FMA_7478, [
        a owl:Class ;
        owl:unionOf (obo:FMA_53649
            obo:FMA_53650
        )
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_259759
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85925 ;
        owl:someValuesFrom obo:FMA_259850
    ], [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85996 ;
        owl:someValuesFrom obo:FMA_52897
    ] .

obo:FMA_9719
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Region of skeletal muscle body, Region of organ component<br><b>subclasses</b>: Belly of platysma, Belly of lateral pterygoid, Belly of muscle of head, Belly of mentalis, Belly of depressor septi nasi, Belly of procerus, Belly of nasalis, Belly of buccinator, Belly of popliteus, Belly of head of biceps femoris, Muscle body proper of biceps femoris, Belly of soleus, Belly of biceps brachii, Belly of spinal part of deltoid, Belly of acromial part of deltoid, Belly of clavicular part of deltoid, Belly of semimembranosus, Belly of vastus lateralis, Belly of vastus medialis, Belly of vastus intermedius, Belly of medial pterygoid, Belly of coracobrachialis, Belly of deltoid, Belly of subscapularis, Belly of teres major, Belly of teres minor, Belly of infraspinatus, Belly of supraspinatus, Belly of palmaris longus, Belly of adductor pollicis, Belly of clavicular head of sternocleidomastoid, Belly of plantaris, Belly of flexor pollicis brevis, Belly of flexor carpi ulnaris, Belly of flexor hallucis brevis, Belly of internal oblique, Belly of pronator teres, Belly of extensor hallucis brevis, Belly of rectus femoris, Belly of dorsal interosseous of foot, Belly of gastrocnemius, Belly of external oblique, Belly of flexor digitorum accessorius, Belly of flexor digitorum profundus, Belly of semitendinosus, Belly of lumbrical of foot, Belly of masseter, Belly of plantar interosseous of foot, Belly of lumbrical of hand, Belly of rectus abdominis, Belly of omohyoid, Belly of palmar interosseous of hand, Belly of extensor digitorum brevis, Belly of brachialis, Belly of gracilis, Belly of dorsal interosseous of hand, Belly of flexor digitorum brevis, Belly of digastric, Belly of triceps brachii, Belly of flexor carpi radialis, Belly of adductor hallucis, Belly of sternocleidomastoid, Belly of transversus abdominis, Belly of bulbospongiosus, Belly of sartorius<br><b>regional part of</b>: Muscle organ<br><b>preferred name</b>: KB_INSTANCE_08455<br><b>non-English equivalent</b>: KB_AUTO-INSERT(3)_989, ONARD_Instance_580090, su_incus_37521, ONARD_Instance_580547<br><b>synonym</b>: ONARD_Instance_5120034, su_incus_30855, ONARD_Instance_5120043" ;
    a owl:Class ;
    rdfs:comment "Region of organ component of muscle betwen the head of muscle and distal part of muscle." ;
    rdfs:label "Muscle belly" ;
    rdfs:subClassOf obo:FMA_298716 .

obo:FMA_9721
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Organ component<br><b>subclasses</b>: Tendon of nasalis, Tendon of procerus, Tendon of depressor supercilli, Distal tendon of vastus intermedius, Tendon of trapezius, Tendon of rhomboid minor, Tendon of rhomboid major, Tendon of rectus femoris, Distal tendon of vastus lateralis, Distal tendon of vastus medialis, Tendon of flexor digitorum profundus, Tendon of plantar interosseous of foot, Tendon of muscle of head, Tendon of stylohyoid, Tendon of teres major, Straight tendon of rectus femoris, Tendon of lateral rectus, Conjoint tendon, Tendon of subclavius, Tendon of inferior oblique, Tendon of brachioradialis, Tendon of fibularis brevis, Tendon of genioglossus, Tendon of superior oblique, Tendon of medial pterygoid, Tendon of coracobrachialis, Tendon of piriformis, Tendon of flexor digitorum superficialis, Tendon of latissimus dorsi, Tendon of tibialis anterior, Tendon of adductor magnus, Tendon of psoas minor, Tendon of medial rectus, Reflected tendon of rectus femoris, Tendon of tensor fasciae latae, Tendon of psoas major, Tendon of levator scapulae, Tendon of supraspinatus, Tendon of gracilis, Tendon of adductor pollicis, Tendon of semispinalis capitis, Tendon of dorsal interosseous of foot, Tendon of levator veli palatini, Tendon of gluteus minimus, Tendon of extensor hallucis longus, Intermediate tendon, Tendon of semispinalis thoracis, Tendon of transverse muscle of auricle, Tendon of fibularis longus, Tendon of semitendinosus, Distal tendon of flexor digitorum profundus, Tendon of flexor digitorum brevis, Tendon of gemellus superior, Central tendon, Tendon of compressor urethrae, Tendon of fibularis tertius, Tendon of flexor carpi radialis, Tendon of Todaro, Tendon of brachialis, Tendon of multifidus cervicis, Tendon of longissimus cervicis, Tendon of pronator teres, Tendon of gluteus maximus, Tendon of digastric, Tendon of extensor indicis, Tendon of longissimus capitis, Tendon of levator palpebrae superioris, Tendon of obturator externus, Tendon of omohyoid, Tendon of gluteus medius, Tendon of supinator, Tendon of longissimus thoracis, Tendon of pyramidalis, Tendon of flexor hallucis longus, Tendon of teres minor, Tendon of infundibulum, Tendon of sternocleidomastoid, Tendon of flexor pollicis longus, Tendon of infraspinatus, Tendon of biceps brachii, Tendon of subscapularis, Tendon of longus capitis, Tendon of flexor digiti minimi brevis of hand, Tendon of extensor digitorum longus, Tendon of inferior rectus, Tendon of extensor digitorum, Tendon of lateral pterygoid, Tendon of flexor digitorum longus, Tendon of iliocostalis thoracis, Tendon of flexor carpi ulnaris, Tendon of abductor digiti minimi of hand, Tendon of articularis cubiti, Tendon of tensor veli palatini, Tendon of abductor ossis metatarsi quinti, Tendon of extensor digitorum brevis, Tendon of plantaris, Tendon of pronator quadratus, Tendon of auricularis superior, Third tendon of flexor digitorum longus, Tendon of gastrocnemius, Tendon of extensor carpi radialis brevis, Tendon of flexor digiti minimi brevis of foot, Tendon of dorsal interosseous of hand, Tendon of longus colli, Tendon of stapedius, Tendon of iliocostalis lumborum, Tendon of extensor hallucis brevis, Tendon of semimembranosus, Tendon of gemellus inferior, Tendon of extensor pollicis longus, Tendon of pectoralis major, Tendinous sheath of superior oblique, Pubococcygeal tendon, Tendon of obturator internus, Tendon of tensor tympani, Tendon of multifidus lumborum, Tendon of semispinalis cervicis, Tendon of abductor pollicis longus, Tendon of obliquus capitis superior, Tendon of spinalis thoracis, Tendon of pectoralis minor, Tendon of iliocostalis cervicis, Tendon of muscle of hand, Tendon of quadratus lumborum, Tendon of superior rectus, Tendon of lumbrical of foot, Tendon of biceps femoris, Tendon of adductor brevis, Tendon of anconeus, Tendon of popliteus, Tendon of adductor longus, Tendon of extensor digiti minimi, Tendon of scalenus medius, Tendon of interspinalis lumborum, Tendon of scalenus posterior, Tendon of flexor pollicis brevis, Tendon of sartorius, Tendon of muscle of forearm, Tendon of spinalis cervicis, Tendon of bulbospongiosus, Tendon of extensor pollicis brevis, Tendon of multifidus thoracis, Tendon of deltoid, Tendon of scalenus anterior, Tendon of tibialis posterior, Tendon of interspinalis thoracis, Tendon of abductor pollicis brevis, Tendon of abductor digiti minimi of foot, Tendon of abductor hallucis, Tendon of adductor hallucis, Fourth tendon of flexor digitorum longus, Tendon of palmar interosseous of hand, Tendon of extensor carpi ulnaris, Tendon of extensor carpi radialis longus, Tendon of lumbrical of hand, Tendinous arch of levator ani, Tendinous arch of soleus, Tendon of soleus, Tendon of temporalis, Proximal tendon, Distal tendon, Tendon of palmaris longus, Tendon of spinalis capitis, Second tendon of flexor digitorum longus, Tendon of triceps brachii, Tendon of flexor hallucis brevis, First tendon of flexor digitorum longus, Tendon of interspinalis cervicis<br><b>preferred name</b>: KB_INSTANCE_08461<br><b>non-English equivalent</b>: ONARD_Instance_580088, su_incus_37522, ONARD_Instance_610009<br><b>constitutional part</b>: Dense regular collagenous tissue of tendon, Dense irregular connective tissue of tendon sheath" ;
    a owl:Class ;
    rdfs:comment "Organ component of muscle which consists of bundles of collagen fibrils (Type I collagen) bound by loose connective tissue." ;
    rdfs:label "Tendon" ;
    rdfs:subClassOf obo:FMA_14065 .

obo:FMA_9865
    obo:IAO_0000116 "<br><b>type</b>: class<br><b>is-a</b>: Synovial membrane<br><b>subclasses</b>: Synovial membrane of articular capsule of knee joint, Synovial membrane of articular capsule of incudostapedial joint, Synovial membrane of articular capsule of temporomandibular joint, Synovial membrane of articular capsule of wrist joint, Synovial membrane of articular capsule of glenohumeral joint, Synovial membrane of articular capsule of hip joint, Synovial membrane of articular capsule of metacarpophalangeal joint, Synovial membrane of articular capsule of sternoclavicular joint, Synovial membrane of articular capsule of incudomallear joint, Synovial membrane of articular capsule of elbow joint, Synovial membrane of articular capsule of acromioclavicular joint, Synovial membrane of articular capsule of interphalangeal joint, Synovial membrane of articular capsule of ankle joint, Synovial membrane of articular capsule of metatarsophalangeal joint, Synovial membrane of articular capsule of vertebral arch joint, Synovial membrane of humeroradial part of articular capsule of elbow joint<br><b>:slot-templates</b>: arterial supply <i>value-type</i>: Class, arterial supply <i>value-type</i>: Portion of tissue<br><b>preferred name</b>: KB_INSTANCE_08653<br><b>synonym</b>: KB_INSTANCE_08656, KB_INSTANCE_08657<br><b>constitutional part of</b>: Articular capsule<br><b>non-English equivalent</b>: ONARD_Instance_1200023, ONARD_Instance_1200024" ;
    a owl:Class ;
    rdfs:label "Synovial membrane of articular capsule of synovial joint" ;
    rdfs:subClassOf obo:FMA_66762 .

obo:FMA_FIXME
    a owl:NamedIndividual .

obo:FMA_NIL
    obo:IAO_0000116 """type: nil
is-a: """ ;
    rdfs:label "DENTITION", "JAW", "MAXILLA", "TOOTH-SOCKET" .

obo:FMA_no_fmaid_Buccal_surface_enamel_of_tooth
    obo:IAO_0000116 """type: class
is-a: Surface enamel of tooth
subclasses: Buccal surface of left upper second premolar tooth, Buccal surface of lower third molar tooth, Buccal surface of left lower second molar tooth, Buccal surface of lower first molar tooth, Buccal surface of right upper second molar tooth, Buccal surface of right lower third molar tooth, Buccal surface of left lower first molar tooth, Buccal surface of right lower second molar tooth, Buccal surface of left upper first molar tooth, Buccal surface of left lower first premolar tooth, Buccal surface of right upper first premolar tooth, Buccal surface of upper third molar tooth, Buccal surface of left upper first premolar tooth, Buccal surface of left lower second premolar tooth, Buccal surface of right lower first premolar tooth, Buccal surface of lower second molar tooth, Buccal surface of upper first molar tooth, Buccal surface of right upper first molar tooth, Buccal surface of upper first premolar tooth, Buccal surface of lower second premolar tooth, Buccal surface of right upper third molar tooth, Buccal surface of tooth, Buccal surface of left upper third molar tooth, Buccal surface of right upper second premolar tooth, Buccal surface of left upper second molar tooth, Buccal surface of lower first premolar tooth, Buccal surface of right lower first molar tooth, Buccal surface of left lower third molar tooth, Buccal surface of upper second premolar tooth, Buccal surface of upper second molar tooth, Buccal surface of right lower second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Buccal surface enamel of tooth" ;
    rdfs:subClassOf obo:FMA_no_fmaid_Surface_enamel_of_tooth .

obo:FMA_no_fmaid_Distal_surface_enamel_of_tooth
    obo:IAO_0000116 """type: class
is-a: Surface enamel of tooth
subclasses: Distal surface of left upper central incisor tooth, Distal surface of left upper second molar tooth, Distal surface of left upper second premolar tooth, Distal surface of right upper first premolar tooth, Distal surface of upper first premolar tooth, Distal surface of right upper second molar tooth, Distal surface of right upper first molar tooth, Distal surface of left upper first molar tooth, Distal surface of upper central incisor tooth, Distal surface of right lower canine tooth, Distal surface of left upper canine tooth, Distal surface of left lower first molar tooth, Distal surface of upper incisor tooth, Distal surface of left lower canine tooth, Distal surface of upper second molar tooth, Distal surface of lower canine tooth, Distal surface of right upper lateral incisor tooth, Distal surface of right lower second premolar tooth, Distal surface of lower central incisor tooth, Distal surface of right lower lateral incisor tooth, Distal surface of left lower central incisor tooth, Distal surface of left lower second premolar tooth, Distal surface of lower third molar tooth, Distal surface of lower second premolar tooth, Distal surface of right lower second molar tooth, Distal surface of lower second molar tooth, Distal surface of left upper third molar tooth, Distal surface of left lower third molar tooth, Distal surface of lower lateral incisor tooth, Distal surface of lower incisor tooth, Distal surface of lower first premolar tooth, Distal surface of right upper central incisor tooth, Distal surface of upper first molar tooth, Distal surface of left lower second molar tooth, Distal surface of right upper canine tooth, Distal surface of right upper third molar tooth, Distal surface of tooth, Distal surface of upper third molar tooth, Distal surface of upper canine tooth, Distal surface of right lower first premolar tooth, Distal surface of lower first molar tooth, Distal surface of right lower third molar tooth, Distal surface of left upper lateral incisor tooth, Distal surface of right upper second premolar tooth, Distal surface of upper lateral incisor tooth, Distal surface of upper second premolar tooth, Distal surface of left lower first premolar tooth, Distal surface of right lower first molar tooth, Distal surface of left lower lateral incisor tooth, Distal surface of right lower central incisor tooth, Distal surface of left upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Distal surface enamel of tooth" ;
    rdfs:subClassOf obo:FMA_no_fmaid_Surface_enamel_of_tooth .

obo:FMA_no_fmaid_Incisal_surface_enamel_of_tooth
    a owl:Class ;
    rdfs:label "Incisal surface enamel of tooth"@en ;
    rdfs:subClassOf obo:FMA_no_fmaid_Surface_enamel_of_tooth .

obo:FMA_no_fmaid_Labial_surface_enamel_of_tooth
    obo:IAO_0000116 """type: class
is-a: Surface enamel of tooth
subclasses: Labial surface of left lower canine tooth, Labial surface of lower incisor tooth, Labial surface of left lower central incisor tooth, Labial surface of left upper lateral incisor tooth, Labial surface of lower lateral incisor tooth, Labial surface of right upper lateral incisor tooth, Labial surface of right upper canine tooth, Labial surface of lower central incisor tooth, Labial surface of right lower central incisor tooth, Labial surface of upper lateral incisor tooth, Labial surface of right lower lateral incisor tooth, Labial surface of right upper central incisor tooth, Labial surface of upper incisor tooth, Labial surface of left upper canine tooth, Labial surface of tooth, Labial surface of left lower lateral incisor tooth, Labial surface of left upper central incisor tooth, Labial surface of right lower canine tooth, Labial surface of upper canine tooth, Labial surface of upper central incisor tooth, Labial surface of lower canine tooth""" ;
    a owl:Class ;
    rdfs:label "Labial surface enamel of tooth" ;
    rdfs:subClassOf obo:FMA_no_fmaid_Surface_enamel_of_tooth .

obo:FMA_no_fmaid_Lingual_surface_enamel_of_tooth
    obo:IAO_0000116 """type: class
is-a: Surface enamel of tooth
subclasses: Lingual surface of left lower second premolar tooth, Lingual surface of lower incisor tooth, Lingual surface of right lower first molar tooth, Lingual surface of upper canine tooth, Lingual surface of upper central incisor tooth, Lingual surface of right upper first premolar tooth, Lingual surface of left upper first molar tooth, Lingual surface of left lower first molar tooth, Lingual surface of left lower central incisor tooth, Lingual surface of lower lateral incisor tooth, Lingual surface of right lower third molar tooth, Lingual surface of lower first molar tooth, Lingual surface of upper second premolar tooth, Lingual surface of left upper central incisor tooth, Lingual surface of right lower canine tooth, Lingual surface of left lower canine tooth, Lingual surface of right upper canine tooth, Lingual surface of upper incisor tooth, Lingual surface of right lower lateral incisor tooth, Lingual surface of right upper first molar tooth, Lingual surface of right lower first premolar tooth, Lingual surface of left lower first premolar tooth, Lingual surface of upper third molar tooth, Lingual surface of lower first premolar tooth, Lingual surface of left upper second molar tooth, Lingual surface of right lower second molar tooth, Lingual surface of lower second premolar tooth, Lingual surface of upper first molar tooth, Lingual surface of right upper lateral incisor tooth, Lingual surface of left upper canine tooth, Lingual surface of left lower lateral incisor tooth, Lingual surface of tooth, Lingual surface of right upper second molar tooth, Lingual surface of left upper lateral incisor tooth, Lingual surface of left lower third molar tooth, Lingual surface of lower central incisor tooth, Lingual surface of right lower central incisor tooth, Lingual surface of right lower second premolar tooth, Lingual surface of upper second molar tooth, Lingual surface of right upper central incisor tooth, Lingual surface of upper lateral incisor tooth, Lingual surface of left upper third molar tooth, Lingual surface of left lower second molar tooth, Lingual surface of lower second molar tooth, Lingual surface of left upper first premolar tooth, Lingual surface of upper first premolar tooth, Lingual surface of lower third molar tooth, Lingual surface of right upper third molar tooth, Lingual surface of lower canine tooth, Lingual surface of left upper second premolar tooth, Lingual surface of right upper second premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Lingual surface enamel of tooth" ;
    rdfs:subClassOf obo:FMA_no_fmaid_Surface_enamel_of_tooth .

obo:FMA_no_fmaid_Mesial_surface_enamel_of_tooth
    obo:IAO_0000116 """type: class
is-a: Surface enamel of tooth
subclasses: Mesial surface of left lower central incisor tooth, Mesial surface of right upper central incisor tooth, Mesial surface of lower third molar tooth, Mesial surface of left lower third molar tooth, Mesial surface of upper second premolar tooth, Mesial surface of left upper second premolar tooth, Mesial surface of lower first molar tooth, Mesial surface of right upper third molar tooth, Mesial surface of right upper second molar tooth, Mesial surface of right upper canine tooth, Mesial surface of lower central incisor tooth, Mesial surface of right lower second molar tooth, Mesial surface of left lower second molar tooth, Mesial surface of tooth, Mesial surface of left lower lateral incisor tooth, Mesial surface of right lower central incisor tooth, Mesial surface of upper central incisor tooth, Mesial surface of right upper second premolar tooth, Mesial surface of left upper first premolar tooth, Mesial surface of left lower canine tooth, Mesial surface of upper first molar tooth, Mesial surface of right lower first premolar tooth, Mesial surface of upper first premolar tooth, Mesial surface of right lower second premolar tooth, Mesial surface of lower canine tooth, Mesial surface of lower second premolar tooth, Mesial surface of right upper first premolar tooth, Mesial surface of left upper lateral incisor tooth, Mesial surface of upper canine tooth, Mesial surface of right lower first molar tooth, Mesial surface of lower incisor tooth, Mesial surface of right lower lateral incisor tooth, Mesial surface of right upper first molar tooth, Mesial surface of left lower second premolar tooth, Mesial surface of left upper canine tooth, Mesial surface of upper second molar tooth, Mesial surface of right lower third molar tooth, Mesial surface of lower second molar tooth, Mesial surface of left upper third molar tooth, Mesial surface of left lower first premolar tooth, Mesial surface of lower lateral incisor tooth, Mesial surface of left upper central incisor tooth, Mesial surface of right lower canine tooth, Mesial surface of right upper lateral incisor tooth, Mesial surface of upper incisor tooth, Mesial surface of lower first premolar tooth, Mesial surface of upper third molar tooth, Mesial surface of left upper first molar tooth, Mesial surface of left upper second molar tooth, Mesial surface of upper lateral incisor tooth, Mesial surface of left lower first molar tooth""" ;
    a owl:Class ;
    rdfs:label "Mesial surface enamel of tooth" ;
    rdfs:subClassOf obo:FMA_no_fmaid_Surface_enamel_of_tooth .

obo:FMA_no_fmaid_Occlusal_surface_enamel_of_tooth
    obo:IAO_0000116 """type: class
is-a: Surface enamel of tooth
subclasses: Occlusal surface of left lower second molar tooth, Occlusal surface of upper second molar tooth, Occlusal surface of lower first premolar tooth, Occlusal surface of right upper second molar tooth, Occlusal surface of right upper second premolar tooth, Occlusal surface of left upper second molar tooth, Occlusal surface of left lower first molar tooth, Occlusal surface of right lower first premolar tooth, Occlusal surface of right upper third molar tooth, Occlusal surface of right lower first molar tooth, Occlusal surface of upper third molar tooth, Occlusal surface of tooth, Occlusal surface of right lower third molar tooth, Occlusal surface of left upper first premolar tooth, Occlusal surface of right lower second molar tooth, Occlusal surface of lower second premolar tooth, Occlusal surface of left upper second premolar tooth, Occlusal surface of upper second premolar tooth, Occlusal surface of left upper third molar tooth, Occlusal surface of lower third molar tooth, Occlusal surface of right upper first molar tooth, Occlusal surface of lower second molar tooth, Occlusal surface of left lower third molar tooth, Occlusal surface of lower first molar tooth, Occlusal surface of left lower first premolar tooth, Occlusal surface of right upper first premolar tooth, Occlusal surface of upper first molar tooth, Occlusal surface of right lower second premolar tooth, Occlusal surface of left lower second premolar tooth, Occlusal surface of left upper first molar tooth, Occlusal surface of upper first premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Occlusal surface enamel of tooth" ;
    rdfs:subClassOf obo:FMA_no_fmaid_Surface_enamel_of_tooth .

obo:FMA_no_fmaid_Primary_mandibular_dentition
    obo:IAO_0000116 """type: class
is-a: Mandibular dentition
member of: Mandibular dental arcade
part of: Primary dentition
member: Left lower second primary molar tooth, Right lower second primary molar tooth, Left lower first primary molar tooth, Right lower first primary molar tooth, Left lower primary canine tooth, Right lower primary canine tooth, Left lower lateral primary incisor tooth, Right lower lateral primary incisor tooth, Left lower central primary incisor tooth, Right lower central primary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Primary mandibular dentition" ;
    rdfs:subClassOf obo:FMA_269584 .

obo:FMA_no_fmaid_Primary_maxillary_dentition
    obo:IAO_0000116 """type: class
is-a: Maxillary dentition
member of: Maxillary dental arcade
part of: Primary dentition
member: Left upper second primary molar tooth, Right upper second primary molar tooth, Left upper first primary molar tooth, Right upper first primary molar tooth, Left upper primary canine tooth, Right upper primary canine tooth, Left upper lateral primary incisor tooth, Right upper lateral primary incisor tooth, Left upper central primary incisor tooth, Right upper central primary incisor tooth""" ;
    a owl:Class ;
    rdfs:label "Primary maxillary dentition" ;
    rdfs:subClassOf obo:FMA_269582 .

obo:FMA_no_fmaid_Secondary_mandibular_dentition
    obo:IAO_0000116 """type: class
is-a: Mandibular dentition
member of: Mandibular dental arcade
part of: Secondary dentition
member: Left lower first secondary premolar tooth, Right lower first secondary premolar tooth, Left lower secondary canine tooth, Right lower secondary canine tooth, Left lower lateral secondary incisor tooth, Right lower lateral secondary incisor tooth, Left lower central secondary incisor tooth, Right lower central secondary incisor tooth, Right lower second secondary premolar tooth, Left lower second secondary premolar tooth, Right lower first secondary molar tooth, Right lower second secondary molar tooth, Left lower first secondary molar tooth, Left lower second secondary molar tooth, Left lower third secondary molar tooth, Right lower third secondary molar tooth""" ;
    a owl:Class ;
    rdfs:label "Secondary mandibular dentition" ;
    rdfs:subClassOf obo:FMA_269584 .

obo:FMA_no_fmaid_Secondary_maxillary_dentition
    obo:IAO_0000116 """type: class
is-a: Maxillary dentition
member of: Maxillary dental arcade
part of: Secondary dentition
member: Left upper first secondary premolar tooth, Right upper first secondary premolar tooth, Left upper secondary canine tooth, Right upper secondary canine tooth, Left upper lateral secondary incisor tooth, Right upper lateral secondary incisor tooth, Left upper central secondary incisor tooth, Left upper second secondary premolar tooth, Right upper first secondary molar tooth, Left upper first secondary molar tooth, Right upper second secondary molar tooth, Left upper second secondary molar tooth, Left upper third secondary molar tooth, Right upper third secondary molar tooth, Right upper central secondary incisor tooth, Right upper second secondary premolar tooth""" ;
    a owl:Class ;
    rdfs:label "Secondary maxillary dentition" ;
    rdfs:subClassOf obo:FMA_269582 .

obo:FMA_no_fmaid_Surface_enamel_of_tooth
    obo:IAO_0000116 """type: class
is-a: Enamel
subclasses: Labial surface enamel of tooth, Incisal surface enamel of tooth, Lingual surface enamel of tooth, Distal surface enamel of tooth, Occlusial surface enamel of tooth, Mesial surface enamel of tooth, Buccal surface enamel of tooth""" ;
    a owl:Class ;
    rdfs:label "Surface enamel of tooth" ;
    rdfs:subClassOf obo:FMA_55629 .

obo:IAO_0000002
    obo:IAO_0000111 "example to be eventually removed"@en ;
    a obo:IAO_0000078, owl:NamedIndividual ;
    rdfs:label "example to be eventually removed"@en .

obo:IAO_0000005
    obo:IAO_0000111 "objective specification"@en ;
    obo:IAO_0000112 "In the protocol of a ChIP assay the objective specification says to identify protein and DNA interaction."@en ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "A directive information entity that describes an intended process endpoint. When part of a plan specification the concretization is realized in a planned process in which the bearer tries to effect the world so that the process endpoint is achieved."@en ;
    obo:IAO_0000116 "2009-03-16: original definition when imported from OBI read: \"objective is an non realizable information entity which can serve as that  proper part of a plan towards which the realization of the plan is directed.\""@en, "2014-03-31: In the example of usage (\"In the protocol of a ChIP assay the objective specification says to identify protein and DNA interaction\") there is a protocol which is the ChIP assay protocol. In addition to being concretized on paper, the protocol can be concretized as a realizable entity, such as a plan that inheres in a person. The objective specification is the part that says that some protein and DNA interactions are identified. This is a specification of a process endpoint: the boundary in the process before which they are not identified and after which they are. During the realization of the plan, the goal is to get to the point of having the interactions, and participants in the realization of the plan try to do that."@en, "Answers the question, why did you do this experiment?"@en ;
    obo:IAO_0000117 "PERSON: Alan Ruttenberg"@en, "PERSON: Barry Smith"@en, "PERSON: Bjoern Peters"@en, "PERSON: Jennifer Fostel"@en ;
    obo:IAO_0000118 "goal specification"@en ;
    obo:IAO_0000119 "OBI Plan and Planned Process/Roles Branch"@en, "OBI_0000217"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl> ;
    rdfs:label "objective specification"@en ;
    rdfs:subClassOf obo:IAO_0000033 .

obo:IAO_0000007
    obo:IAO_0000112 "Pour the contents of flask 1 into flask 2"@en ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "A directive information entity that describes an action the bearer will take."@en ;
    obo:IAO_0000117 "Alan Ruttenberg"@en ;
    obo:IAO_0000119 "OBI Plan and Planned Process branch"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl> ;
    rdfs:label "action specification"@en ;
    rdfs:subClassOf obo:IAO_0000033 .

obo:IAO_0000009
    obo:IAO_0000111 "datum label"@en ;
    obo:IAO_0000114 obo:IAO_0000123 ;
    obo:IAO_0000115 "A label is a symbol that is part of some other datum and is used to either partially define  the denotation of that datum or to provide a means for identifying the datum as a member of the set of data with the same label"@en ;
    obo:IAO_0000116 "http://www.golovchenko.org/cgi-bin/wnsearch?q=label#4n"@en ;
    obo:IAO_0000117 "GROUP: IAO"@en ;
    obo:IAO_0000232 """9/22/11 BP: changed the rdfs:label for this class from 'label' to 'datum label' to convey that this class is not intended to cover all kinds of labels (stickers, radiolabels, etc.), and not even all kind of textual labels, but rather the kind of labels occuring in a datum. 
""" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl> ;
    rdfs:label "datum label"@en ;
    rdfs:subClassOf obo:IAO_0000030 .

obo:IAO_0000027
    obo:IAO_0000111 "data item"@en ;
    obo:IAO_0000112 "Data items include counts of things, analyte concentrations, and statistical summaries."@en ;
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "An information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements."@en, "a data item is an information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements."@en ;
    obo:IAO_0000116 "2/2/2009 Alan and Bjoern discussing FACS run output data. This is a data item because it is about the cell population. Each element records an event and is typically further composed a set of measurment data items that record the fluorescent intensity stimulated by one of the lasers."@en, "2009-03-16: data item deliberatly ambiguous: we merged data set and datum to be one entity, not knowing how to define singular versus plural. So data item is more general than datum."@en, "2009-03-16: removed datum as alternative term as datum specifically refers to singular form, and is thus not an exact synonym."@en, "2014-03-31: See discussion at http://odontomachus.wordpress.com/2014/03/30/aboutness-objects-propositions/", """JAR: datum     -- well, this will be very tricky to define, but maybe some 
information-like stuff that might be put into a computer and that is 
meant, by someone, to denote and/or to be interpreted by some 
process... I would include lists, tables, sentences... I think I might 
defer to Barry, or to Brian Cantwell Smith

JAR: A data item is an approximately justified approximately true approximate belief"""@en ;
    obo:IAO_0000117 "PERSON: Alan Ruttenberg"@en, "PERSON: Chris Stoeckert"@en, "PERSON: Jonathan Rees"@en ;
    obo:IAO_0000118 "data"@en ;
    obo:IAO_0000119 "OBO:imported \"http://purl.obolibrary.org/obo/iao.owl\"" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl> ;
    rdfs:label "data item"@en ;
    rdfs:subClassOf obo:IAO_0000030 .

obo:IAO_0000028
    obo:IAO_0000111 "symbol"@en ;
    obo:IAO_0000112 "a serial number such as \"12324X\""@en, "a stop sign"@en, "a written proper name such as \"OBI\""@en ;
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "An information content entity that is a mark(s) or character(s) used as a conventional representation of another entity."@en ;
    obo:IAO_0000116 "20091104, MC: this needs work and will most probably change"@en, "2014-03-31: We would like to have a deeper analysis of 'mark' and 'sign' in the future (see https://github.com/information-artifact-ontology/IAO/issues/154)."@en ;
    obo:IAO_0000117 "PERSON: James A. Overton"@en, "PERSON: Jonathan Rees"@en ;
    obo:IAO_0000119 "based on Oxford English Dictionary"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl> ;
    rdfs:label "symbol"@en ;
    rdfs:subClassOf obo:IAO_0000030 .

obo:IAO_0000030
    obo:IAO_0000111 "information content entity"@en ;
    obo:IAO_0000112 "Examples of information content entites include journal articles, data, graphical layouts, and graphs."@en ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "A generically dependent continuant that is about some thing."@en, "an information content entity is an entity that is generically dependent on some artifact and stands in relation of aboutness to some entity"@en ;
    obo:IAO_0000116 "2014-03-10: The use of \"thing\" is intended to be general enough to include universals and configurations (see https://groups.google.com/d/msg/information-ontology/GBxvYZCk1oc/-L6B5fSBBTQJ)."@en, """information_content_entity 'is_encoded_in' some digital_entity in obi before split (040907). information_content_entity 'is_encoded_in' some physical_document in obi before split (040907).

Previous. An information content entity is a non-realizable information entity that 'is encoded in' some digital or physical entity."""@en ;
    obo:IAO_0000117 "PERSON: Chris Stoeckert"@en ;
    obo:IAO_0000119 "OBI_0000142"@en, "OBO:sourced \"OBI:0000142\"" ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl> ;
    rdfs:label "information content entity"@en ;
    rdfs:subClassOf obo:BFO_0000031 .

obo:IAO_0000033
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "An information content entity whose concretizations indicate to their bearer how to realize them in a process."@en ;
    obo:IAO_0000116 "2009-03-16: provenance: a term realizable information entity was proposed for OBI (OBI_0000337) , edited by the PlanAndPlannedProcess branch. Original definition was  \"is the specification of a process that can be concretized and realized by an actor\" with alternative term  \"instruction\".It has been subsequently moved to IAO where the objective for which the original term was defined was satisfied with the definitionof this, different, term."@en, "2013-05-30 Alan Ruttenberg: What differentiates a directive information entity from an information concretization is that it can have concretizations that are either qualities or realizable entities. The concretizations that are realizable entities are created when an individual chooses to take up the direction, i.e. has the intention to (try to) realize it."@en, "8/6/2009 Alan Ruttenberg: Changed label from \"information entity about a realizable\" after discussions at ICBO"@en, "Werner pushed back on calling it realizable information entity as it isn't realizable. However this name isn't right either. An example would be a recipe. The realizable entity would be a plan, but the information entity isn't about the plan, it, once concretized, *is* the plan. -Alan"@en ;
    obo:IAO_0000117 "PERSON: Alan Ruttenberg"@en, "PERSON: Bjoern Peters"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl> ;
    rdfs:label "directive information entity"@en ;
    rdfs:subClassOf obo:IAO_0000030 .

obo:IAO_0000078
    obo:IAO_0000111 "curation status specification"@en ;
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "The curation status of the term. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value."@en ;
    obo:IAO_0000116 "Better to represent curation as a process with parts and then relate labels to that process (in IAO meeting)"@en ;
    obo:IAO_0000117 "PERSON:Bill Bug"@en ;
    obo:IAO_0000119 "GROUP:OBI:<http://purl.obolibrary.org/obo/obi>"@en, "OBI_0000266"@en ;
    a owl:Class ;
    rdfs:label "curation status specification"@en ;
    rdfs:subClassOf obo:IAO_0000102 ;
    owl:equivalentClass _:genid6211 .

obo:IAO_0000102
    obo:IAO_0000111 "data about an ontology part"@en ;
    obo:IAO_0000115 "Data about an ontology part is a data item about a part of an ontology, for example a term"@en, "data about an ontology part is a data item about a part of an ontology, for example a term"@en ;
    obo:IAO_0000117 "Person:Alan Ruttenberg", "Person:Alan Ruttenberg"@en ;
    a owl:Class ;
    rdfs:label "data about an ontology part"@en ;
    rdfs:subClassOf obo:IAO_0000027 .

obo:IAO_0000103
    obo:IAO_0000111 "failed exploratory term"@en ;
    obo:IAO_0000115 "The term was used in an attempt to structure part of the ontology but in retrospect failed to do a good job"@en, "The term was used used in an attempt to structure part of the ontology but in retrospect failed to do a good job"@en ;
    obo:IAO_0000117 "Person:Alan Ruttenberg", "Person:Alan Ruttenberg"@en ;
    a obo:IAO_0000225, owl:NamedIndividual ;
    rdfs:label "failed exploratory term"@en .

obo:IAO_0000104
    obo:IAO_0000111 "plan specification"@en ;
    obo:IAO_0000112 "PMID: 18323827.Nat Med. 2008 Mar;14(3):226.New plan proposed to help resolve conflicting medical advice."@en ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "A directive information entity with action specifications and objective specifications as parts, and that may be concretized as a realizable entity that, if realized, is realized in a process in which the bearer tries to achieve the objectives by taking the actions specified."@en ;
    obo:IAO_0000116 "2009-03-16: provenance: a term a plan was proposed for OBI (OBI_0000344) , edited by the PlanAndPlannedProcess branch. Original definition was \" a plan is a specification of a process that is realized by an actor to achieve the objective specified as part of the plan\". It has been subsequently moved to IAO where the objective for which the original term was defined was satisfied with the definitionof this, different, term."@en, "2014-03-31: A plan specification can have other parts, such as conditional specifications."@en, "2022-01-16 Updated definition to that proposed by Clint Dowloand, IAO Issue 231."@en, "Alternative previous definition: a plan is a set of instructions that specify how an objective should be achieved"@en ;
    obo:IAO_0000117 "Alan Ruttenberg"@en, "Clint Dowland"@en ;
    obo:IAO_0000119 "OBI Plan and Planned Process branch"@en, "OBI_0000344"@en ;
    a owl:Class ;
    rdfs:comment """2/3/2009 Comment from OBI review.

Action specification not well enough specified.
Conditional specification not well enough specified.
Question whether all plan specifications have objective specifications.

Request that IAO either clarify these or change definitions not to use them"""@en ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl> ;
    rdfs:label "plan specification"@en ;
    rdfs:seeAlso "https://github.com/information-artifact-ontology/IAO/issues/231#issuecomment-1010455131"@en ;
    rdfs:subClassOf obo:IAO_0000033 .

obo:IAO_0000111
    obo:IAO_0000111 "editor preferred term"@en ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "The concise, meaningful, and human-friendly name for a class or property preferred by the ontology developers. (US-English)"@en ;
    obo:IAO_0000117 "PERSON:Daniel Schober"@en ;
    obo:IAO_0000119 "GROUP:OBI:<http://purl.obolibrary.org/obo/obi>"@en ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "editor preferred term", "editor preferred term"@en .

obo:IAO_0000112
    obo:IAO_0000111 "example"@en, "example of usage"@en ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "A phrase describing how a class name should be used. May also include other kinds of examples that facilitate immediate understanding of a class semantics, such as widely known prototypical subclasses or instances of the class. Although essential for high level terms, examples for low level terms (e.g., Affymetrix HU133 array) are not"@en, "A phrase describing how a term should be used and/or a citation to a work which uses it. May also include other kinds of examples that facilitate immediate understanding, such as widely know prototypes or instances of a class, or cases where a relation is said to hold."@en ;
    obo:IAO_0000117 "PERSON:Daniel Schober"@en ;
    obo:IAO_0000119 "GROUP:OBI:<http://purl.obolibrary.org/obo/obi>"@en ;
    oboInOwl:hasDbXref "IAO:0000112" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "example_of_usage" ;
    oboInOwl:is_metadata_tag true ;
    oboInOwl:shorthand "example_of_usage" ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl>, <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "example of usage", "example of usage"@en .

obo:IAO_0000113
    obo:IAO_0000111 "in branch"@en ;
    obo:IAO_0000115 "An annotation property indicating which module the terms belong to. This is currently experimental and not implemented yet."@en ;
    obo:IAO_0000117 "GROUP:OBI"@en ;
    obo:IAO_0000119 "OBI_0000277"@en ;
    a owl:AnnotationProperty ;
    rdfs:label "in branch"@en .

obo:IAO_0000114
    obo:IAO_0000111 "has curation status"@en ;
    obo:IAO_0000117 "PERSON:Alan Ruttenberg"@en, "PERSON:Bill Bug"@en, "PERSON:Melanie Courtot"@en ;
    obo:IAO_0000119 "OBI_0000281"@en ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "has curation status", "has curation status"@en .

obo:IAO_0000115
    obo:IAO_0000111 "definition", "definition"@en, "textual definition" ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "A property representing the English language definitions of what NCI means by the concept. They may also include information about the definition's source and attribution in a form that can easily be interpreted by software.", "English language definitions of what NCI means by the concept. These are limited to 1024 characters. They may also include information about the definition's source and attribution in a form that can easily be interpreted by software.", "The official OBI definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions."@en, "The official definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions."@en ;
    obo:IAO_0000116 """2012-04-05: 
Barry Smith

The official OBI definition, explaining the meaning of a class or property: 'Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions'  is terrible.

Can you fix to something like:

A statement of necessary and sufficient conditions explaining the meaning of an expression referring to a class or property.

Alan Ruttenberg

Your proposed definition is a reasonable candidate, except that it is very common that necessary and sufficient conditions are not given. Mostly they are necessary, occasionally they are necessary and sufficient or just sufficient. Often they use terms that are not themselves defined and so they effectively can't be evaluated by those criteria. 

On the specifics of the proposed definition:

We don't have definitions of 'meaning' or 'expression' or 'property'. For 'reference' in the intended sense I think we use the term 'denotation'. For 'expression', I think we you mean symbol, or identifier. For 'meaning' it differs for class and property. For class we want documentation that let's the intended reader determine whether an entity is instance of the class, or not. For property we want documentation that let's the intended reader determine, given a pair of potential relata, whether the assertion that the relation holds is true. The 'intended reader' part suggests that we also specify who, we expect, would be able to understand the definition, and also generalizes over human and computer reader to include textual and logical definition. 

Personally, I am more comfortable weakening definition to documentation, with instructions as to what is desirable. 

We also have the outstanding issue of how to aim different definitions to different audiences. A clinical audience reading chebi wants a different sort of definition documentation/definition from a chemistry trained audience, and similarly there is a need for a definition that is adequate for an ontologist to work with.  """@en ;
    obo:IAO_0000117 "PERSON:Daniel Schober"@en ;
    obo:IAO_0000119 "GROUP:OBI:<http://purl.obolibrary.org/obo/obi>"@en ;
    oboInOwl:hasExactSynonym "DEFINITION" ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl>, <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "definition", "definition"@en, "textual definition" .

obo:IAO_0000116
    obo:IAO_0000111 "editor note"@en ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "An administrative note intended for its editor. It may not be included in the publication version of the ontology, so it should contain nothing necessary for end users to understand the ontology."@en ;
    obo:IAO_0000117 "PERSON:Daniel Schober"@en ;
    obo:IAO_0000119 "GROUP:OBI:<http://purl.obfoundry.org/obo/obi>"@en, "GROUP:OBI:<http://purl.obofoundry.org/obo/obi>"@en ;
    oboInOwl:hasDbXref "IAO:0000116" ;
    oboInOwl:hasOBONamespace "uberon" ;
    oboInOwl:id "editor_note" ;
    oboInOwl:is_metadata_tag true ;
    oboInOwl:shorthand "editor_note" ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl>, <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "editor note", "editor note"@en, "fma translation source" .

obo:IAO_0000117
    obo:IAO_0000111 "definition editor"@en, "term editor"@en ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "Name of editor entering the definition in the file. The definition editor is a point of contact for information regarding the term. The definition editor may be, but is not always, the author of the definition, which may have been worked upon by several people"@en, "Name of editor entering the term in the file. The term editor is a point of contact for information regarding the term. The term editor may be, but is not always, the author of the definition, which may have been worked upon by several people"@en ;
    obo:IAO_0000116 "20110707, MC: label update to term editor and definition modified accordingly. See http://code.google.com/p/information-artifact-ontology/issues/detail?id=115."@en, "20110707, MC: label update to term editor and definition modified accordingly. See https://github.com/information-artifact-ontology/IAO/issues/115."@en ;
    obo:IAO_0000117 "PERSON:Daniel Schober"@en ;
    obo:IAO_0000119 "GROUP:OBI:<http://purl.obolibrary.org/obo/obi>"@en ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl>, <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "definition editor", "definition editor"@en, "term editor"@en .

obo:IAO_0000118
    obo:IAO_0000111 "alternative label"@en, "alternative term"@en ;
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "A label for a class or property that can be used to refer to the class or property instead of the preferred rdfs:label. Alternative labels should be used to indicate community- or context-specific labels, abbreviations, shorthand forms and the like."@en, "An alternative name for a class or property which means the same thing as the preferred name (semantically equivalent)"@en ;
    obo:IAO_0000117 "OBO Operations committee", "PERSON:Daniel Schober"@en ;
    obo:IAO_0000119 "GROUP:OBI:<http://purl.obolibrary.org/obo/obi>"@en ;
    a owl:AnnotationProperty ;
    rdfs:comment "Consider re-defing to: An alternative name for a class or property which can mean the same thing as the preferred name (semantically equivalent, narrow, broad or related)." ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl>, <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "alternative label"@en, "alternative term", "alternative term"@en .

obo:IAO_0000119
    obo:IAO_0000111 "definition source"@en ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "Formal citation, e.g. identifier in external database to indicate / attribute source(s) for the definition. Free text indicate / attribute source(s) for the definition. EXAMPLE: Author Name, URI, MeSH Term C04, PUBMED ID, Wiki uri on 31.01.2007"@en, "formal citation, e.g. identifier in external database to indicate / attribute source(s) for the definition. Free text indicate / attribute source(s) for the definition. EXAMPLE: Author Name, URI, MeSH Term C04, PUBMED ID, Wiki uri on 31.01.2007"@en ;
    obo:IAO_0000117 "PERSON:Daniel Schober"@en ;
    obo:IAO_0000119 "Discussion on obo-discuss mailing-list, see http://bit.ly/hgm99w", "Discussion on obo-discuss mailing-list, see http://bit.ly/hgm99w"@en, "GROUP:OBI:<http://purl.obolibrary.org/obo/obi>"@en ;
    terms:contributor <http://orcid.org/0000-0001-9625-1899> ;
    terms:created "2023-08-04T14:22:13Z"^^xsd:dateTime ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "definition source", "definition source"@en .

obo:IAO_0000120
    obo:IAO_0000111 "metadata complete"@en ;
    obo:IAO_0000115 "Class has all its metadata, but is either not guaranteed to be in its final location in the asserted IS_A hierarchy or refers to another class that is not complete."@en ;
    a obo:IAO_0000078, owl:NamedIndividual ;
    rdfs:label "metadata complete"@en .

obo:IAO_0000121
    obo:IAO_0000111 "organizational term"@en ;
    obo:IAO_0000115 "Term created to ease viewing/sort terms for development purpose, and will not be included in a release"@en, "term created to ease viewing/sort terms for development purpose, and will not be included in a release"@en ;
    a obo:IAO_0000078, owl:NamedIndividual ;
    rdfs:label "organizational term"@en .

obo:IAO_0000122
    obo:IAO_0000111 "ready for release"@en ;
    obo:IAO_0000115 "Class has undergone final review, is ready for use, and will be included in the next release. Any class lacking \"ready_for_release\" should be considered likely to change place in hierarchy, have its definition refined, or be obsoleted in the next release.  Those classes deemed \"ready_for_release\" will also derived from a chain of ancestor classes that are also \"ready_for_release.\""@en ;
    a obo:IAO_0000078, owl:NamedIndividual ;
    rdfs:label "ready for release"@en .

obo:IAO_0000123
    obo:IAO_0000111 "metadata incomplete"@en ;
    obo:IAO_0000115 "Class is being worked on; however, the metadata (including definition) are not complete or sufficiently clear to the branch editors."@en ;
    a obo:IAO_0000078, owl:NamedIndividual ;
    rdfs:label "metadata incomplete"@en .

obo:IAO_0000124
    obo:IAO_0000111 "uncurated"@en ;
    obo:IAO_0000115 "Nothing done yet beyond assigning a unique class ID and proposing a preferred term."@en ;
    a obo:IAO_0000078, owl:NamedIndividual ;
    rdfs:label "uncurated"@en .

obo:IAO_0000125
    obo:IAO_0000111 "pending final vetting"@en ;
    obo:IAO_0000115 "All definitions, placement in the asserted IS_A hierarchy and required minimal metadata are complete. The class is awaiting a final review by someone other than the term editor."@en ;
    a obo:IAO_0000078, owl:NamedIndividual ;
    rdfs:label "pending final vetting"@en .

obo:IAO_0000136
    obo:IAO_0000112 "This document is about information artifacts and their representations"@en ;
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "A (currently) primitive relation that relates an information artifact to an entity."@en, "is_about is a (currently) primitive relation that relates an information artifact to an entity."@en ;
    obo:IAO_0000116 """7/6/2009 Alan Ruttenberg. Following discussion with Jonathan Rees, and introduction of \"mentions\" relation. Weaken the is_about relationship to be primitive. 

We will try to build it back up by elaborating the various subproperties that are more precisely defined.

Some currently missing phenomena that should be considered \"about\" are predications - \"The only person who knows the answer is sitting beside me\" , Allegory, Satire, and other literary forms that can be topical without explicitly mentioning the topic."""@en ;
    obo:IAO_0000117 "person:Alan Ruttenberg"@en ;
    obo:IAO_0000119 "Smith, Ceusters, Ruttenberg, 2000 years of philosophy"@en ;
    obo:IAO_0000412 <http://purl.obolibrary.org/obo/iao.owl> ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl> ;
    rdfs:label "is about"@en ;
    rdfs:subPropertyOf owl:topObjectProperty .

obo:IAO_0000224
    obo:IAO_0000115 "Core is an instance of a grouping of terms from an ontology or ontologies. It is used by the ontology to identify main classes."@en ;
    obo:IAO_0000117 "PERSON: Alan Ruttenberg"@en, "PERSON: Melanie Courtot"@en ;
    obo:IAO_0000231 obo:IAO_0000226 ;
    a owl:NamedIndividual ;
    rdfs:label "obsolete_core"@en ;
    owl:deprecated true .

obo:IAO_0000225
    obo:IAO_0000111 "obsolescence reason specification"@en ;
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "The reason for which a term has been deprecated. The allowed values come from an enumerated list of predefined terms. See the specification of these instances for more detailed definitions of each enumerated value."@en ;
    obo:IAO_0000116 "The creation of this class has been inspired in part by Werner Ceusters' paper, Applying evolutionary terminology auditing to the Gene Ontology."@en ;
    obo:IAO_0000117 "PERSON: Alan Ruttenberg"@en, "PERSON: Melanie Courtot"@en ;
    a owl:Class ;
    rdfs:label "obsolescence reason specification"@en ;
    rdfs:subClassOf obo:IAO_0000102 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:oneOf (obo:IAO_0000103
            obo:IAO_0000226
            obo:IAO_0000227
            obo:IAO_0000228
            obo:IAO_0000229
        )
    ], [
        a owl:Class ;
        owl:oneOf (obo:IAO_0000103
            obo:IAO_0000226
            obo:IAO_0000227
            obo:IAO_0000228
            obo:IAO_0000229
            obo:OMO_0001000
        )
    ] .

obo:IAO_0000226
    obo:IAO_0000111 "placeholder removed"@en ;
    a obo:IAO_0000225, owl:NamedIndividual ;
    rdfs:label "placeholder removed"@en .

obo:IAO_0000227
    obo:IAO_0000111 "terms merged"@en ;
    obo:IAO_0000116 "An editor note should explain what were the merged terms and the reason for the merge."@en ;
    a obo:IAO_0000225, owl:NamedIndividual ;
    rdfs:label "terms merged"@en .

obo:IAO_0000228
    obo:IAO_0000111 "term imported"@en ;
    obo:IAO_0000116 "This is to be used when the original term has been replaced by a term imported from an other ontology. An editor note should indicate what is the URI of the new term to use."@en ;
    a obo:IAO_0000225, owl:NamedIndividual ;
    rdfs:label "term imported"@en .

obo:IAO_0000229
    obo:IAO_0000111 "term split"@en ;
    obo:IAO_0000116 "This is to be used when a term has been split in two or more new terms. An editor note should indicate the reason for the split and indicate the URIs of the new terms created."@en ;
    a obo:IAO_0000225, owl:NamedIndividual ;
    rdfs:label "term split"@en .

obo:IAO_0000231
    obo:IAO_0000111 "has obsolescence reason"@en ;
    obo:IAO_0000115 "Relates an annotation property to an obsolescence reason. The values of obsolescence reasons come from a list of predefined terms, instances of the class obsolescence reason specification."@en ;
    obo:IAO_0000117 "PERSON:Alan Ruttenberg"@en, "PERSON:Melanie Courtot"@en ;
    a owl:AnnotationProperty ;
    rdfs:label "has obsolescence reason"@en .

obo:IAO_0000232
    obo:IAO_0000111 "curator note"@en ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "An administrative note of use for a curator but of no use for a user"@en ;
    obo:IAO_0000117 "PERSON:Alan Ruttenberg"@en ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "curator note", "curator note"@en .

obo:IAO_0000233
    obo:IAO_0000111 "term tracker item"@en ;
    obo:IAO_0000112 "the URI for an OBI Terms ticket at sourceforge, such as https://sourceforge.net/p/obi/obi-terms/772/"@en ;
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "An IRI or similar locator for a request or discussion of an ontology term."@en ;
    obo:IAO_0000117 "Person: Jie Zheng, Chris Stoeckert, Alan Ruttenberg"@en ;
    obo:IAO_0000119 "Person: Jie Zheng, Chris Stoeckert, Alan Ruttenberg"@en ;
    a owl:AnnotationProperty ;
    rdfs:comment "The 'tracker item' can associate a tracker with a specific ontology term."@en ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "term tracker item"@en .

obo:IAO_0000234
    obo:IAO_0000111 "ontology term requester"@en ;
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "The name of the person, project, or organization that motivated inclusion of an ontology term by requesting its addition."@en ;
    obo:IAO_0000117 "Person: Jie Zheng, Chris Stoeckert, Alan Ruttenberg"@en ;
    obo:IAO_0000119 "Person: Jie Zheng, Chris Stoeckert, Alan Ruttenberg"@en ;
    a owl:AnnotationProperty ;
    rdfs:comment "The 'term requester' can credit the person, organization or project who request the ontology term." ;
    rdfs:label "ontology term requester"@en .

obo:IAO_0000409
    obo:IAO_0000111 "denotator type"@en ;
    obo:IAO_0000112 "The Basic Formal Ontology ontology makes a distinction between Universals and defined classes, where the formal are \"natural kinds\" and the latter arbitrary collections of entities.", "The Basic Formal Ontology ontology makes a distinction between Universals and defined classes, where the formal are \"natural kinds\" and the latter arbitrary collections of entities."@en ;
    obo:IAO_0000115 "A denotator type indicates how a term should be interpreted from an ontological perspective.", "A denotator type indicates how a term should be interpreted from an ontological perspective."@en ;
    obo:IAO_0000117 "Alan Ruttenberg", "Alan Ruttenberg"@en ;
    obo:IAO_0000119 "Barry Smith, Werner Ceusters", "Barry Smith, Werner Ceusters"@en ;
    a owl:Class ;
    rdfs:label "denotator type", "denotator type"@en ;
    rdfs:subClassOf obo:IAO_0000102 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:oneOf (obo:IAO_0000410
            obo:IAO_0000420
            obo:IAO_0000421
        )
    ] .

obo:IAO_0000410
    obo:IAO_0000111 "universal"@en ;
    obo:IAO_0000116 "Hard to give a definition for. Intuitively a \"natural kind\" rather than a collection of any old things, which a class is able to be, formally. At the meta level, universals are defined as positives, are disjoint with their siblings, have single asserted parents.", "Hard to give a definition for. Intuitively a \"natural kind\" rather than a collection of any old things, which a class is able to be, formally. At the meta level, universals are defined as positives, are disjoint with their siblings, have single asserted parents."@en ;
    obo:IAO_0000117 "Alan Ruttenberg", "Alan Ruttenberg"@en ;
    obo:IAO_0000119 "A Formal Theory of Substances, Qualities, and Universals, http://ontology.buffalo.edu/bfo/SQU.pdf", "A Formal Theory of Substances, Qualities, and Universals, http://ontology.buffalo.edu/bfo/SQU.pdf"@en ;
    a obo:IAO_0000409, owl:NamedIndividual ;
    rdfs:label "universal", "universal"@en .

obo:IAO_0000411
    obo:IAO_0000111 "is denotator type"@en ;
    obo:IAO_0000115 "Relates an class defined in an ontology, to the type of it's denotator"@en, "relates an class defined in an ontology, to the type of it's denotator" ;
    obo:IAO_0000116 "In OWL 2 add AnnotationPropertyRange('is denotator type' 'denotator type')", "In OWL 2 add AnnotationPropertyRange('is denotator type' 'denotator type')"@en ;
    obo:IAO_0000117 "Alan Ruttenberg", "Alan Ruttenberg"@en ;
    a owl:AnnotationProperty ;
    rdfs:label "is denotator type", "is denotator type"@en .

obo:IAO_0000412
    obo:IAO_0000111 "imported from"@en ;
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "For external terms/classes, the ontology from which the term was imported"@en ;
    obo:IAO_0000117 "PERSON:Alan Ruttenberg"@en, "PERSON:Melanie Courtot"@en ;
    obo:IAO_0000119 "GROUP:OBI:<http://purl.obolibrary.org/obo/obi>"@en ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl> ;
    rdfs:label "imported from", "imported from"@en .

obo:IAO_0000420
    obo:IAO_0000111 "defined class"@en ;
    obo:IAO_0000115 "A defined class is a class that is defined by a set of logically necessary and sufficient conditions but is not a universal"@en ;
    obo:IAO_0000116 "\"definitions\", in some readings, always are given by necessary and sufficient conditions. So one must be careful (and this is difficult sometimes) to distinguish between defined classes and universal.", "\"definitions\", in some readings, always are given by necessary and sufficient conditions. So one must be careful (and this is difficult sometimes) to distinguish between defined classes and universal."@en ;
    obo:IAO_0000117 "A defined class is a class that is defined by a set of logically necessary and sufficient conditions but is not a universal", "Alan Ruttenberg", "Alan Ruttenberg"@en ;
    a obo:IAO_0000409, owl:NamedIndividual ;
    rdfs:label "defined class", "defined class"@en .

obo:IAO_0000421
    obo:IAO_0000111 "named class expression"@en ;
    obo:IAO_0000115 "A named class expression is a logical expression that is given a name. The name can be used in place of the expression.", "A named class expression is a logical expression that is given a name. The name can be used in place of the expression."@en ;
    obo:IAO_0000116 "named class expressions are used in order to have more concise logical definition but their extensions may not be interesting classes on their own. In languages such as OWL, with no provisions for macros, these show up as actuall classes. Tools may with to not show them as such, and to replace uses of the macros with their expansions", "named class expressions are used in order to have more concise logical definition but their extensions may not be interesting classes on their own. In languages such as OWL, with no provisions for macros, these show up as actuall classes. Tools may with to not show them as such, and to replace uses of the macros with their expansions"@en ;
    obo:IAO_0000117 "Alan Ruttenberg", "Alan Ruttenberg"@en ;
    a obo:IAO_0000409, owl:NamedIndividual ;
    rdfs:label "named class expression", "named class expression"@en .

obo:IAO_0000423
    obo:IAO_0000111 "to be replaced with external ontology term"@en ;
    obo:IAO_0000115 "Terms with this status should eventually replaced with a term from another ontology."@en ;
    obo:IAO_0000117 "Alan Ruttenberg"@en ;
    obo:IAO_0000119 "group:OBI"@en ;
    a obo:IAO_0000078, owl:NamedIndividual ;
    rdfs:label "to be replaced with external ontology term"@en .

obo:IAO_0000424
    obo:IAO_0000111 "expand expression to"@en ;
    obo:IAO_0000112 """ObjectProperty: RO_0002104
Label: has plasma membrane part
Annotations: IAO_0000424 \"http://purl.obolibrary.org/obo/BFO_0000051 some (http://purl.obolibrary.org/obo/GO_0005886 and http://purl.obolibrary.org/obo/BFO_0000051 some ?Y)\"
"""@en, """ObjectProperty: RO_0002104
Label: has plasma membrane part
Annotations: IAO_0000424 \"http://purl.obolibrary.org/obo/BFO_0000051 some (http://purl.org/obo/owl/GO#GO_0005886 and http://purl.obolibrary.org/obo/BFO_0000051 some ?Y)\"
"""@en ;
    obo:IAO_0000115 "A macro expansion tag applied to an object property (or possibly a data property)  which can be used by a macro-expansion engine to generate more complex expressions from simpler ones"@en ;
    obo:IAO_0000117 "Chris Mungall", "Chris Mungall"@en ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "expand expression to"@en .

obo:IAO_0000425
    obo:IAO_0000111 "expand assertion to"@en ;
    obo:IAO_0000112 """ObjectProperty: RO???
Label: spatially disjoint from
Annotations: expand_assertion_to \"DisjointClasses: (http://purl.obolibrary.org/obo/BFO_0000051 some ?X)  (http://purl.obolibrary.org/obo/BFO_0000051 some ?Y)\"
"""@en ;
    obo:IAO_0000115 "A macro expansion tag applied to an annotation property which can be expanded into a more detailed axiom."@en ;
    obo:IAO_0000117 "Chris Mungall"@en ;
    a owl:AnnotationProperty ;
    rdfs:label "expand assertion to"@en .

obo:IAO_0000426
    obo:IAO_0000111 "first order logic expression"@en ;
    obo:IAO_0000117 "PERSON:Alan Ruttenberg"@en ;
    a owl:AnnotationProperty ;
    rdfs:label "first order logic expression"@en .

obo:IAO_0000427
    obo:IAO_0000111 "antisymmetric property"@en ;
    obo:IAO_0000112 "part_of antisymmetric property xsd:true"@en ;
    obo:IAO_0000115 "Use boolean value xsd:true to indicate that the property is an antisymmetric property"@en, "use boolean value xsd:true to indicate that the property is an antisymmetric property"@en ;
    obo:IAO_0000117 "Alan Ruttenberg"@en ;
    a owl:AnnotationProperty ;
    rdfs:label "antisymmetric property"@en ;
    rdfs:subPropertyOf obo:OMO_0001001 .

obo:IAO_0000428
    obo:IAO_0000111 "requires discussion"@en ;
    obo:IAO_0000115 "A term that is metadata complete, has been reviewed, and problems have been identified that require discussion before release. Such a term requires editor note(s) to identify the outstanding issues."@en ;
    obo:IAO_0000117 "Alan Ruttenberg"@en ;
    obo:IAO_0000119 "group:OBI"@en ;
    a obo:IAO_0000078, owl:NamedIndividual ;
    rdfs:label "requires discussion"@en .

obo:IAO_0000577
    obo:IAO_0000112 "The sentence \"The article has Pubmed ID 12345.\" contains a CRID that has two parts: one part is the CRID symbol, which is '12345'; the other part denotes the CRID registry, which is Pubmed."@en ;
    obo:IAO_0000114 obo:IAO_0000120 ;
    obo:IAO_0000115 "A symbol that is part of a CRID and that is sufficient to look up a record from the CRID's registry."@en ;
    obo:IAO_0000117 "PERSON: Alan Ruttenberg"@en, "PERSON: Bill Hogan"@en, "PERSON: Bjoern Peters"@en, "PERSON: Melanie Courtot"@en ;
    obo:IAO_0000118 "CRID symbol" ;
    obo:IAO_0000119 "Original proposal from Bjoern, discussions at IAO calls"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl> ;
    rdfs:label "centrally registered identifier symbol"@en ;
    rdfs:subClassOf obo:IAO_0000028 .

obo:IAO_0000578
    obo:IAO_0000112 "The sentence \"The article has Pubmed ID 12345.\" contains a CRID that has two parts: one part is the CRID symbol, which is '12345'; the other part denotes the CRID registry, which is Pubmed."@en ;
    obo:IAO_0000114 obo:IAO_0000120 ;
    obo:IAO_0000115 "An information content entity that consists of a CRID symbol and additional information about the CRID registry to which it belongs."@en ;
    obo:IAO_0000116 "2014-05-05: In defining this term we take no position on what the CRID denotes. In particular do not assume it denotes a *record* in the CRID registry (since the registry might not have 'records')."@en, "Alan, IAO call 20101124: potentially the CRID denotes the instance it was associated with during creation."@en, "Note, IAO call 20101124: URIs are not always CRID, as not centrally registered. We acknowledge that CRID is a subset of a larger identifier class, but this subset fulfills our current needs. OBI PURLs are CRID as they are registered with OCLC. UPCs (Universal Product Codes from AC Nielsen)are not CRID as they are not centrally registered."@en ;
    obo:IAO_0000117 "PERSON: Alan Ruttenberg"@en, "PERSON: Bill Hogan"@en, "PERSON: Bjoern Peters"@en, "PERSON: Melanie Courtot"@en ;
    obo:IAO_0000118 "CRID" ;
    obo:IAO_0000119 "Original proposal from Bjoern, discussions at IAO calls"@en ;
    a owl:Class ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl> ;
    rdfs:label "centrally registered identifier"@en ;
    rdfs:subClassOf obo:IAO_0020000 .

obo:IAO_0000589
    obo:IAO_0000111 "OBO foundry unique label"@en ;
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "An alternative name for a class or property which is unique across the OBO Foundry."@en ;
    obo:IAO_0000116 "The intended usage of that property is as follow: OBO foundry unique labels are automatically generated based on regular expressions provided by each ontology, so that SO could specify unique label = 'sequence ' + [label], etc. , MA could specify 'mouse + [label]' etc. Upon importing terms, ontology developers can choose to use the 'OBO foundry unique label' for an imported term or not. The same applies to tools .", "The intended usage of that property is as follow: OBO foundry unique labels are automatically generated based on regular expressions provided by each ontology, so that SO could specify unique label = 'sequence ' + [label], etc. , MA could specify 'mouse + [label]' etc. Upon importing terms, ontology developers can choose to use the 'OBO foundry unique label' for an imported term or not. The same applies to tools ."@en ;
    obo:IAO_0000117 "PERSON:Alan Ruttenberg"@en, "PERSON:Bjoern Peters"@en, "PERSON:Chris Mungall"@en, "PERSON:Melanie Courtot"@en ;
    obo:IAO_0000119 "GROUP:OBO Foundry <http://obofoundry.org/>"@en ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "OBO foundry unique label"@en .

obo:IAO_0000596
    obo:IAO_0000111 "has ID digit count"@en ;
    obo:IAO_0000112 """Ontology: <http://purl.obolibrary.org/obo/ro/idrange/>
  Annotations: 
     'has ID prefix': \"http://purl.obolibrary.org/obo/RO_\"
     'has ID digit count' : 7,
     rdfs:label \"RO id policy\"
     'has ID policy for': \"RO\"""", """Ontology: <http://purl.obolibrary.org/obo/ro/idrange/>
  Annotations: 
     'has ID prefix': \"http://purl.obolibrary.org/obo/RO_\"
     'has ID digit count' : 7,
     rdfs:label \"RO id policy\"
     'has ID policy for': \"RO\""""@en ;
    obo:IAO_0000115 "Relates an ontology used to record id policy to the number of digits in the URI. The URI is: the 'has ID prefix\" annotation property value concatenated with an integer in the id range (left padded with \"0\"s to make this many digits)", "Relates an ontology used to record id policy to the number of digits in the URI. The URI is: the 'has ID prefix\" annotation property value concatenated with an integer in the id range (left padded with \"0\"s to make this many digits)"@en ;
    obo:IAO_0000117 "Person:Alan Ruttenberg", "Person:Alan Ruttenberg"@en ;
    a owl:AnnotationProperty ;
    rdfs:label "has ID digit count"@en .

obo:IAO_0000597
    obo:IAO_0000111 "has ID range allocated"@en ;
    obo:IAO_0000112 """Datatype: idrange:1
Annotations: 'has ID range allocated to': \"Chris Mungall\"
EquivalentTo: xsd:integer[> 2151 , <= 2300]
""", """Datatype: idrange:1
Annotations: 'has ID range allocated to': \"Chris Mungall\"
EquivalentTo: xsd:integer[> 2151 , <= 2300]
"""@en ;
    obo:IAO_0000115 "Relates a datatype that encodes a range of integers to the name of the person or organization who can use those ids constructed in that range to define new terms", "Relates a datatype that encodes a range of integers to the name of the person or organization who can use those ids constructed in that range to define new terms"@en ;
    obo:IAO_0000117 "Person:Alan Ruttenberg", "Person:Alan Ruttenberg"@en ;
    a owl:AnnotationProperty ;
    rdfs:label "has ID range allocated to"@en .

obo:IAO_0000598
    obo:IAO_0000111 "has ID policy for"@en ;
    obo:IAO_0000112 """Ontology: <http://purl.obolibrary.org/obo/ro/idrange/>
  Annotations: 
     'has ID prefix': \"http://purl.obolibrary.org/obo/RO_\"
     'has ID digit count' : 7,
     rdfs:label \"RO id policy\"
     'has ID policy for': \"RO\"""", """Ontology: <http://purl.obolibrary.org/obo/ro/idrange/>
  Annotations: 
     'has ID prefix': \"http://purl.obolibrary.org/obo/RO_\"
     'has ID digit count' : 7,
     rdfs:label \"RO id policy\"
     'has ID policy for': \"RO\""""@en ;
    obo:IAO_0000115 "Relating an ontology used to record id policy to the ontology namespace whose policy it manages", "Relating an ontology used to record id policy to the ontology namespace whose policy it manages"@en ;
    obo:IAO_0000117 "Person:Alan Ruttenberg", "Person:Alan Ruttenberg"@en ;
    a owl:AnnotationProperty ;
    rdfs:label "has ID policy for", "has ID policy for"@en .

obo:IAO_0000599
    obo:IAO_0000111 "has ID prefix"@en ;
    obo:IAO_0000112 """Ontology: <http://purl.obolibrary.org/obo/ro/idrange/>
  Annotations: 
     'has ID prefix': \"http://purl.obolibrary.org/obo/RO_\"
     'has ID digit count' : 7,
     rdfs:label \"RO id policy\"
     'has ID policy for': \"RO\""""@en ;
    obo:IAO_0000115 "Relates an ontology used to record id policy to a prefix concatenated with an integer in the id range (left padded with \"0\"s to make this many digits) to construct an ID for a term being created."@en ;
    obo:IAO_0000117 "Person:Alan Ruttenberg"@en ;
    a owl:AnnotationProperty ;
    rdfs:label "has ID prefix"@en .

obo:IAO_0000600
    obo:IAO_0000111 "elucidation"@en ;
    obo:IAO_0000117 "person:Alan Ruttenberg"@en ;
    obo:IAO_0000119 "Person:Barry Smith"@en ;
    obo:IAO_0000600 "Primitive terms in a highest-level ontology such as BFO are terms which are so basic to our understanding of reality that there is no way of defining them in a non-circular fashion. For these, therefore, we can provide only elucidations, supplemented by examples and by axioms"@en ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl>, <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "elucidation"@en .

obo:IAO_0000601
    obo:IAO_0000111 "has associated axiom(nl)"@en ;
    obo:IAO_0000117 "Person:Alan Ruttenberg"@en ;
    obo:IAO_0000119 "Person:Alan Ruttenberg"@en ;
    obo:IAO_0000600 "An axiom associated with a term expressed using natural language"@en ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl>, <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl> ;
    rdfs:label "has associated axiom(nl)"@en .

obo:IAO_0000602
    obo:IAO_0000111 "has associated axiom(fol)"@en ;
    obo:IAO_0000117 "Person:Alan Ruttenberg"@en ;
    obo:IAO_0000119 "Person:Alan Ruttenberg"@en ;
    obo:IAO_0000600 "An axiom expressed in first order logic using CLIF syntax"@en ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl>, <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl> ;
    rdfs:label "has associated axiom(fol)"@en .

obo:IAO_0000603
    obo:IAO_0000111 "is allocated id range"@en ;
    obo:IAO_0000115 "Relates an ontology IRI to an (inclusive) range of IRIs in an OBO name space. The range is give as, e.g. \"IAO_0020000-IAO_0020999\""@en ;
    obo:IAO_0000117 "PERSON:Alan Ruttenberg"@en ;
    a owl:AnnotationProperty ;
    rdfs:comment "Add as annotation triples in the granting ontology"@en ;
    rdfs:label "is allocated id range"@en .

obo:IAO_0000604
    obo:IAO_0000111 "retired from use as of"@en ;
    obo:IAO_0000115 "relates a class of CRID to the date after which further instances should not be made, according to the central authority" ;
    obo:IAO_0000116 "In OWL 2 add AnnotationPropertyRange xsd:dateTimeStamp"@en ;
    obo:IAO_0000117 "Alan Ruttenberg"@en ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl> ;
    rdfs:label "retired from use as of" .

obo:IAO_0000700
    obo:IAO_0000111 "has ontology root term"@en ;
    obo:IAO_0000115 "Ontology annotation property. Relates an ontology to a term that is a designated root term of the ontology. Display tools like OLS can use terms annotated with this property as the starting point for rendering the ontology class hierarchy. There can be more than one root."@en ;
    obo:IAO_0000117 "Nicolas Matentzoglu"@en ;
    a owl:AnnotationProperty ;
    rdfs:label "has ontology root term"@en .

obo:IAO_0006011
    obo:IAO_0000111 "may be identical to"@en ;
    obo:IAO_0000115 "A annotation relationship between two terms in an ontology that may refer to the same (natural) type but where more evidence is required before terms are merged."@en ;
    obo:IAO_0000117 "David Osumi-Sutherland"@en ;
    obo:IAO_0000233 "#40"@en ;
    obo:IAO_0000234 "VFB"@en ;
    a owl:AnnotationProperty ;
    rdfs:comment "Edges asserting this should be annotated with to record evidence supporting the assertion and its provenance."@en ;
    rdfs:label "may be identical to"@en .

obo:IAO_0006012
    obo:IAO_0000111 "scheduled for obsoletion on or after"@en ;
    obo:IAO_0000115 "Used when the class or object is scheduled for obsoletion/deprecation on or after a particular date."@en ;
    obo:IAO_0000117 "Chris Mungall, Jie Zheng"@en ;
    obo:IAO_0000233 "https://github.com/geneontology/go-ontology/issues/15532"@en, "https://github.com/information-artifact-ontology/ontology-metadata/issues/32"@en ;
    obo:IAO_0000234 "GO ontology"@en ;
    a owl:AnnotationProperty ;
    rdfs:label "scheduled for obsoletion on or after"@en ;
    rdfs:range xsd:dateTime .

obo:IAO_0010000
    obo:IAO_0000111 "has axiom id"@en ;
    obo:IAO_0000117 "Person:Alan Ruttenberg"@en ;
    obo:IAO_0000119 "Person:Alan Ruttenberg"@en ;
    obo:IAO_0000600 "A URI that is intended to be unique label for an axiom used for tracking change to the ontology. For an axiom expressed in different languages, each expression is given the same URI"@en ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/iao.owl>, <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl> ;
    rdfs:label "axiom id", "has axiom label"@en .

obo:IAO_0020000
    obo:IAO_0000111 "identifier"@en ;
    obo:IAO_0000115 "An information content entity that is the outcome of a dubbing process and is used to refer to one instance of entity shared by a group of people to refer to that individual entity."@en ;
    obo:IAO_0000117 "Justin Whorton"@en, "Mathias Brochhausen"@en ;
    obo:IAO_0000118 "proper name"@en ;
    obo:IAO_0000233 "https://github.com/information-artifact-ontology/IAO/issues/237"@en ;
    dc:creator "Mathias Brochhausen" ;
    a owl:Class ;
    rdfs:comment "Sep 29, 2016: The current definition has been amended from the previous version: \"A proper name is an information content entity that is the outcome of a dubbing process and is used to refer to one instance of entity shared by a group of people to refer to that individual entity.\" to more accuratly reflect the necessary and sufficient condition on the class. (MB)"@en ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl> ;
    rdfs:label "identifier"@en ;
    rdfs:subClassOf obo:IAO_0000030 .

obo:IAO_0100001
    obo:IAO_0000111 "term replaced by"@en ;
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "Use on obsolete terms, relating the term to another term that can be used as a substitute"@en ;
    obo:IAO_0000117 "Person:Alan Ruttenberg"@en ;
    obo:IAO_0000119 "Person:Alan Ruttenberg"@en ;
    a owl:AnnotationProperty ;
    rdfs:comment "Add as annotation triples in the granting ontology"@en ;
    rdfs:label "term replaced by"@en .

obo:IAO_8000000
    obo:IAO_0000111 "ontology module"@en ;
    obo:IAO_0000116 "I have placed this under 'data about an ontology part', but this can be discussed. I think this is OK if 'part' is interpreted reflexively, as an ontology module is the whole ontology rather than part of it."@en ;
    obo:IAO_0000118 "ontology file"@en ;
    obo:IAO_0000232 "This class and it's subclasses are applied to OWL ontologies. Using an rdf:type triple will result in problems with OWL-DL. I propose that dcterms:type is instead used to connect an ontology URI with a class from this hierarchy. The class hierarchy is not disjoint, so multiple assertions can be made about a single ontology."@en ;
    a owl:Class ;
    rdfs:label "ontology module"@en ;
    rdfs:subClassOf obo:IAO_0000102 .

obo:IAO_8000001
    obo:IAO_0000111 "base ontology module"@en ;
    obo:IAO_0000115 "An ontology module that comprises only of asserted axioms local to the ontology, excludes import directives, and excludes axioms or declarations from external ontologies."@en ;
    a owl:Class ;
    rdfs:label "base ontology module"@en ;
    rdfs:seeAlso <https://github.com/INCATools/ontology-starter-kit/issues/50> ;
    rdfs:subClassOf obo:IAO_8000000 .

obo:IAO_8000002
    obo:IAO_0000111 "editors ontology module"@en ;
    obo:IAO_0000115 "An ontology module that is intended to be directly edited, typically managed in source control, and typically not intended for direct consumption by end-users."@en ;
    obo:IAO_0000118 "source ontology module"@en ;
    a owl:Class ;
    rdfs:label "editors ontology module"@en ;
    rdfs:subClassOf obo:IAO_8000000 .

obo:IAO_8000003
    obo:IAO_0000111 "main release ontology module"@en ;
    obo:IAO_0000115 "An ontology module that is intended to be the primary release product and the one consumed by the majority of tools."@en ;
    obo:IAO_0000116 "TODO: Add logical axioms that state that a main release ontology module is derived from (directly or indirectly) an editors module"@en ;
    a owl:Class ;
    rdfs:label "main release ontology module"@en ;
    rdfs:subClassOf obo:IAO_8000000 .

obo:IAO_8000004
    obo:IAO_0000111 "bridge ontology module"@en ;
    obo:IAO_0000115 "An ontology module that consists entirely of axioms that connect or bridge two distinct ontology modules. For example, the Uberon-to-ZFA bridge module."@en ;
    a owl:Class ;
    rdfs:label "bridge ontology module"@en ;
    rdfs:seeAlso <https://github.com/obophenotype/uberon/wiki/inter-anatomy-ontology-bridge-ontologies> ;
    rdfs:subClassOf obo:IAO_8000000 .

obo:IAO_8000005
    obo:IAO_0000111 "import ontology module"@en ;
    obo:IAO_0000115 "A subset ontology module that is intended to be imported from another ontology."@en ;
    obo:IAO_0000116 "TODO: add axioms that indicate this is the output of a module extraction process."@en ;
    obo:IAO_0000118 "import file"@en ;
    a owl:Class ;
    rdfs:label "import ontology module"@en ;
    rdfs:seeAlso <http://robot.obolibrary.org/extract> ;
    rdfs:subClassOf obo:IAO_8000006 .

obo:IAO_8000006
    obo:IAO_0000111 "subset ontology module"@en ;
    obo:IAO_0000115 "An ontology module that is extracted from a main ontology module and includes only a subset of entities or axioms."@en ;
    obo:IAO_0000118 "ontology slim"@en, "subset ontology"@en ;
    a owl:Class ;
    rdfs:label "subset ontology module"@en ;
    rdfs:seeAlso <http://robot.obolibrary.org/filter>, <http://www.geneontology.org/page/go-slim-and-subset-guide> ;
    rdfs:subClassOf obo:IAO_8000000 .

obo:IAO_8000007
    obo:IAO_0000111 "curation subset ontology module"@en ;
    obo:IAO_0000115 "A subset ontology that is intended as a whitelist for curators using the ontology. Such a subset will exclude classes that curators should not use for curation."@en ;
    a owl:Class ;
    rdfs:label "curation subset ontology module"@en ;
    rdfs:subClassOf obo:IAO_8000006 .

obo:IAO_8000008
    obo:IAO_0000111 "analysis ontology module"@en ;
    obo:IAO_0000115 "An ontology module that is intended for usage in analysis or discovery applications."@en ;
    a owl:Class ;
    rdfs:label "analysis subset ontology module"@en ;
    rdfs:subClassOf obo:IAO_8000006 .

obo:IAO_8000009
    obo:IAO_0000111 "single layer ontology module"@en ;
    obo:IAO_0000115 "A subset ontology that is largely comprised of a single layer or strata in an ontology class hierarchy. The purpose is typically for rolling up for visualization. The classes in the layer need not be disjoint."@en ;
    obo:IAO_0000118 "ribbon subset"@en ;
    a owl:Class ;
    rdfs:label "single layer subset ontology module"@en ;
    rdfs:subClassOf obo:IAO_8000006 .

obo:IAO_8000010
    obo:IAO_0000111 "exclusion subset ontology module"@en ;
    obo:IAO_0000115 "A subset of an ontology that is intended to be excluded for some purpose. For example, a blacklist of classes."@en ;
    obo:IAO_0000118 "antislim"@en ;
    a owl:Class ;
    rdfs:label "exclusion subset ontology module"@en ;
    rdfs:subClassOf obo:IAO_8000006 .

obo:IAO_8000011
    obo:IAO_0000111 "external import ontology module"@en ;
    obo:IAO_0000115 "An imported ontology module that is derived from an external ontology. Derivation methods include the OWLAPI SLME approach."@en ;
    obo:IAO_0000118 "external import"@en ;
    a owl:Class ;
    rdfs:label "external import ontology module"@en ;
    rdfs:subClassOf obo:IAO_8000005 .

obo:IAO_8000012
    obo:IAO_0000111 "species subset ontology module"@en ;
    obo:IAO_0000115 "A subset ontology that is crafted to either include or exclude a taxonomic grouping of species."@en ;
    obo:IAO_0000118 "taxon subset"@en ;
    a owl:Class ;
    rdfs:label "species subset ontology module"@en ;
    rdfs:seeAlso <https://github.com/obophenotype/uberon/wiki/Taxon-constraints> ;
    rdfs:subClassOf obo:IAO_8000006 .

obo:IAO_8000013
    obo:IAO_0000111 "reasoned ontology module"@en ;
    obo:IAO_0000115 "An ontology module that contains axioms generated by a reasoner. The generated axioms are typically direct SubClassOf axioms, but other possibilities are available."@en ;
    a owl:Class ;
    rdfs:label "reasoned ontology module"@en ;
    rdfs:seeAlso <http://robot.obolibrary.org/reason> ;
    rdfs:subClassOf obo:IAO_8000000 .

obo:IAO_8000014
    obo:IAO_0000111 "generated ontology module"@en ;
    obo:IAO_0000115 "An ontology module that is automatically generated, for example via a SPARQL query or via template and a CSV."@en ;
    obo:IAO_0000116 "TODO: Add axioms (using PROV-O?) that indicate this is the output-of some reasoning process"@en ;
    a owl:Class ;
    rdfs:label "generated ontology module"@en ;
    rdfs:subClassOf obo:IAO_8000000 .

obo:IAO_8000015
    obo:IAO_0000111 "template generated ontology module"@en ;
    obo:IAO_0000115 "An ontology module that is automatically generated from a template specification and fillers for slots in that template."@en ;
    a owl:Class ;
    rdfs:label "template generated ontology module"@en ;
    rdfs:seeAlso <http://robot.obolibrary.org/template>, <https://doi.org/10.1186/s13326-017-0126-0>, <https://github.com/dosumis/dead_simple_owl_design_patterns/> ;
    rdfs:subClassOf obo:IAO_8000014 .

obo:IAO_8000016
    obo:IAO_0000111 "taxonomic bridge ontology module"@en ;
    a owl:Class ;
    rdfs:label "taxonomic bridge ontology module"@en ;
    rdfs:subClassOf obo:IAO_8000004 .

obo:IAO_8000017
    obo:IAO_0000111 "ontology module subsetted by expressivity"@en ;
    a owl:Class ;
    rdfs:label "ontology module subsetted by expressivity"@en ;
    rdfs:subClassOf obo:IAO_8000006 .

obo:IAO_8000018
    obo:IAO_0000111 "obo basic subset ontology module"@en ;
    obo:IAO_0000115 """A subset ontology that is designed for basic applications to continue to make certain simplifying assumptions; many of these simplifying assumptions were based on the initial version of the Gene Ontology, and have become enshrined in many popular and useful tools such as term enrichment tools.

Examples of such assumptions include: traversing the ontology graph ignoring relationship types using a naive algorithm will not lead to cycles (i.e. the ontology is a DAG); every referenced term is declared in the ontology (i.e. there are no dangling clauses).

An ontology is OBO Basic if and only if it has the following characteristics:
DAG
Unidirectional
No Dangling Clauses
Fully Asserted
Fully Labeled
No equivalence axioms
Singly labeled edges
No qualifier lists
No disjointness axioms
No owl-axioms header
No imports"""@en ;
    a owl:Class ;
    rdfs:label "obo basic subset ontology module"@en ;
    rdfs:seeAlso <http://owlcollab.github.io/oboformat/doc/obo-syntax.html#6.2> ;
    rdfs:subClassOf obo:IAO_8000017 .

obo:IAO_8000019
    obo:IAO_0000111 "ontology module subsetted by OWL profile"@en ;
    a owl:Class ;
    rdfs:label "ontology module subsetted by OWL profile"@en ;
    rdfs:subClassOf obo:IAO_8000017 .

obo:IAO_8000020
    obo:IAO_0000111 "EL++ ontology module"@en ;
    a owl:Class ;
    rdfs:label "EL++ ontology module"@en ;
    rdfs:subClassOf obo:IAO_8000019 .

obo:IAO_creation_date
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl> .

obo:IAO_scope
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl> .

obo:NBO_0000007
    obo:IAO_0000116 "Import from NBO" ;
    a owl:Class ;
    rdfs:label "temp: mouth movement"@en ;
    rdfs:subClassOf obo:OGMS_0000060 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OGMS_0000060
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000057 ;
                owl:someValuesFrom obo:FMA_49184
            ]
        )
    ] .

obo:NCBITaxon_9606
    obo:IAO_0000118 "human", "man" ;
    obo:IAO_0000412 <http://purl.obolibrary.org/obo/ncbitaxon.owl> ;
    a owl:Class ;
    rdfs:label "Homo sapiens" ;
    rdfs:subClassOf obo:CARO_0000012 .

obo:NCIT_P378
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

obo:NCIT_P383
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

obo:NCIT_P384
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

obo:OBI_0000011
    obo:IAO_0000111 "planned process" ;
    obo:IAO_0000112 "Injecting mice with a vaccine in order to test its efficacy" ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "A processual entity that realizes a plan which is the concretization of a plan specification."@en ;
    obo:IAO_0000116 "'Plan' includes a future direction sense. That can be problematic if plans are changed during their execution. There are however implicit contingencies for protocols that an agent has in his mind that can be considered part of the plan, even if the agent didn't have them in mind before. Therefore, a planned process can diverge from what the agent would have said the plan was before executing it, by adjusting to problems encountered during execution (e.g. choosing another reagent with equivalent properties, if the originally planned one has run out.)", """We are only considering successfully completed planned processes. A plan may be modified, and details added during execution. For a given planned process, the associated realized plan specification is the one encompassing all changes made during execution. This means that all processes in which an agent acts towards achieving some 
objectives is a planned process.""" ;
    obo:IAO_0000117 "Bjoern Peters" ;
    obo:IAO_0000119 "branch derived" ;
    obo:IAO_0000232 "6/11/9: Edited at workshop. Used to include: is initiated by an agent", "This class merges the previously separated objective driven process and planned process, as they the separation proved hard to maintain. (1/22/09, branch call)"@en ;
    a owl:Class ;
    rdfs:label "planned process"@en ;
    rdfs:subClassOf obo:BFO_0000015 .

obo:OBI_0000047
    obo:IAO_0000111 "processed material"@en ;
    obo:IAO_0000112 "Examples include gel matrices, filter paper, parafilm and buffer solutions, mass spectrometer, tissue samples"@en ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "Is a material entity that is created or changed during material processing."@en ;
    obo:IAO_0000117 "PERSON: Alan Ruttenberg"@en ;
    a owl:Class ;
    rdfs:label "processed material"@en ;
    rdfs:subClassOf obo:BFO_0000040 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf _:genid6244
    ] .

obo:OBI_0000067
    obo:IAO_0000111 "evaluant role"@en ;
    obo:IAO_0000112 "When a specimen of blood is assayed for glucose concentration, the blood has the evaluant role. When measuring the mass of a mouse, the evaluant is the mouse. When measuring the time of DNA replication, the evaluant is the DNA. When measuring the intensity of light on a surface, the evaluant is the light source."@en ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "a role that inheres in a material entity that is realized in an assay in which data is generated about the bearer of the evaluant role"@en ;
    obo:IAO_0000116 "Role call - 17nov-08: JF and MC think an evaluant role is always specified input of a process. Even in the case where we have an assay taking blood as evaluant and outputting blood, the blood is not the specified output at the end of the assay (the concentration of glucose in the blood is)"@en, "examples of features that could be described in an evaluant: quality.... e.g. \"contains 10 pg/ml IL2\", or \"no glucose detected\")"@en ;
    obo:IAO_0000117 "GROUP:  Role Branch" ;
    obo:IAO_0000119 "OBI" ;
    obo:IAO_0000232 "Feb 10, 2009.  changes after discussion at OBI Consortium Workshop Feb 2-6, 2009.  accepted as core term." ;
    a owl:Class ;
    rdfs:label "evaluant role"@en ;
    rdfs:subClassOf obo:BFO_0000023, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000052 ;
        owl:someValuesFrom obo:BFO_0000040
    ], [
        a owl:Restriction ;
        owl:allValuesFrom obo:OBI_0000070 ;
        owl:onProperty obo:BFO_0000054
    ] .

obo:OBI_0000070
    obo:IAO_0000111 "assay"@en ;
    obo:IAO_0000112 "Assay the wavelength of light emitted by excited Neon atoms. Count of geese flying over a house." ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "A planned process with the objective to produce information about the material entity that is the evaluant, by physically examining it or its proxies."@en ;
    obo:IAO_0000116 "12/3/12: BP: the reference to the 'physical examination' is included to point out that a prediction is not an assay, as that does not require physical examiniation. " ;
    obo:IAO_0000117 "PlanAndPlannedProcess Branch"@en ;
    obo:IAO_0000118 "measuring"@en, "scientific observation"@en ;
    obo:IAO_0000119 "OBI branch derived"@en ;
    obo:OBI_0001847 "study assay" ;
    obo:OBI_9991118 "any method" ;
    a owl:Class ;
    rdfs:label "assay"@en ;
    rdfs:subClassOf obo:OBI_0000011, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000055 ;
        owl:someValuesFrom obo:OBI_0000067
    ], [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000293 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:BFO_0000040
                [
                    a owl:Restriction ;
                    owl:onProperty obo:RO_0000087 ;
                    owl:someValuesFrom obo:OBI_0000067
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000299 ;
        owl:someValuesFrom _:genid6258
    ] ;
    owl:equivalentClass _:genid6250 .

obo:OBI_0000093
    obo:IAO_0000111 "patient role" ;
    obo:IAO_0000112 "a hospitalized person; a person with controlled diabetes; the patient's role http://www.fertilityjourney.com/testingAndDiagnosis/theRightDoctor/thePatientsRole/index.asp?C=55245395146924652778"@en ;
    obo:IAO_0000114 obo:IAO_0000120 ;
    obo:IAO_0000115 "a role which inheres in a person and is realized by the process of being under the care of a physician or health care provider"@en ;
    obo:IAO_0000117 "GROUP:Role Branch"@en ;
    obo:IAO_0000118 "patient" ;
    obo:IAO_0000119 "OBI, CDISC"@en ;
    obo:IAO_0000232 "CDISC definition:  patient. Person under a physician's care for a particular disease or condition. NOTE: A subject in a clinical trial is not necessarily a patient, but a patient in a clinical trial is a subject. See also subject, trial subject, healthy volunteer. Often used interchangeably"@en ;
    a owl:Class ;
    rdfs:label "patient role"@en ;
    rdfs:subClassOf obo:BFO_0000023 .

obo:OBI_0000094
    obo:IAO_0000111 "material processing" ;
    obo:IAO_0000112 "A cell lysis, production of a cloning vector, creating a buffer." ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "A planned process which results in physical changes in a specified input material"@en ;
    obo:IAO_0000117 "PERSON: Bjoern Peters"@en, "PERSON: Frank Gibson", "PERSON: Jennifer Fostel", "PERSON: Melanie Courtot", "PERSON: Philippe Rocca Serra" ;
    obo:IAO_0000118 "material transformation"@en ;
    obo:IAO_0000119 "OBI branch derived"@en ;
    a owl:Class ;
    rdfs:label "material processing"@en ;
    rdfs:subClassOf obo:OBI_0000011, [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000293 ;
        owl:someValuesFrom obo:BFO_0000040
    ], [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000299 ;
        owl:someValuesFrom obo:OBI_0000047
    ], [
        a owl:Restriction ;
        owl:allValuesFrom obo:BFO_0000040 ;
        owl:onProperty obo:OBI_0000293
    ], [
        a owl:Restriction ;
        owl:allValuesFrom obo:BFO_0000040 ;
        owl:onProperty obo:OBI_0000299
    ] ;
    owl:equivalentClass _:genid6266 .

obo:OBI_0000245
    obo:IAO_0000111 "organization"@en ;
    obo:IAO_0000112 "PMID: 16353909.AAPS J. 2005 Sep 22;7(2):E274-80. Review. The joint food and agriculture organization of the United Nations/World Health Organization Expert Committee on Food Additives and its role in the evaluation of the safety of veterinary drug residues in foods."@en ;
    obo:IAO_0000115 "An organization is a continuant entity which can play roles,  has members, and has a set of organization rules.  Members of organizations are either organizations themselves or individual people. Members can bear specific organization member roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the organization by the organization members."@en ;
    obo:IAO_0000116 """BP: The definition summarizes long email discussions on the OBI developer, roles, biomaterial and denrie branches. It leaves open if an organization is a material entity or a dependent continuant, as no consensus was reached on that.  The current placement as material is therefore temporary, in order to move forward with development. Here is the entire email summary, on which the definition is based:

1) there are organization_member_roles (president, treasurer, branch
editor), with individual persons as bearers

2) there are organization_roles (employer, owner, vendor, patent holder)

3) an organization has a charter / rules / bylaws, which specify what roles
there are, how they should be realized, and how to modify the
charter/rules/bylaws themselves.

It is debatable what the organization itself is (some kind of dependent
continuant or an aggregate of people). This also determines who/what the
bearer of organization_roles' are. My personal favorite is still to define
organization as a kind of 'legal entity', but thinking it through leads to
all kinds of questions that are clearly outside the scope of OBI.

Interestingly enough, it does not seem to matter much where we place
organization itself, as long as we can subclass it (University, Corporation,
Government Agency, Hospital), instantiate it (Affymetrix, NCBI, NIH, ISO,
W3C, University of Oklahoma), and have it play roles.

This leads to my proposal: We define organization through the statements 1 -
3 above, but without an 'is a' statement for now. We can leave it in its
current place in the is_a hierarchy (material entity) or move it up to
'continuant'. We leave further clarifications to BFO, and close this issue
for now."""@en ;
    obo:IAO_0000117 "PERSON: Alan Ruttenberg", "PERSON: Bjoern Peters", "PERSON: Philippe Rocca-Serra", "PERSON: Susanna Sansone" ;
    obo:IAO_0000119 "GROUP: OBI" ;
    a owl:Class ;
    rdfs:label "organization"@en ;
    rdfs:subClassOf obo:BFO_0000040 .

obo:OBI_0000274
    obo:IAO_0000111 "adding a material entity into a target" ;
    obo:IAO_0000112 "Injecting a drug into a mouse. Adding IL-2 to a cell culture. Adding NaCl into water." ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "is a process with the objective to place a material entity bearing the 'material to be added role' into a material bearing the 'target of material addition role'."@en ;
    obo:IAO_0000116 "Class was renamed from 'administering substance', as this is commonly used only for additions into organisms." ;
    obo:IAO_0000117 "BP" ;
    obo:IAO_0000119 "branch derived" ;
    a owl:Class ;
    rdfs:label "adding a material entity into a target"@en ;
    rdfs:subClassOf obo:OBI_0000652, _:genid6272, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000055 ;
        owl:someValuesFrom obo:OBI_0000444
    ] ;
    owl:equivalentClass [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000417 ;
        owl:someValuesFrom obo:OBI_0000434
    ] .

obo:OBI_0000284
    a owl:AnnotationProperty .

obo:OBI_0000285
    a owl:AnnotationProperty .

obo:OBI_0000293
    obo:IAO_0000111 "has_specified_input" ;
    obo:IAO_0000112 "see is_input_of example_of_usage"@en ;
    obo:IAO_0000115 "A relation between a planned process and a continuant participating in that process that is not created during  the process. The presence of the continuant during the process is explicitly specified in the plan specification which the process realizes the concretization of."@en ;
    obo:IAO_0000116 "8/17/09: specified inputs of one process are not necessarily specified inputs of a larger process that it is part of. This is in contrast to how 'has participant' works." ;
    obo:IAO_0000117 "PERSON: Alan Ruttenberg"@en, "PERSON: Bjoern Peters", "PERSON: Larry Hunter", "PERSON: Melanie Coutot" ;
    a owl:ObjectProperty ;
    rdfs:domain obo:OBI_0000011 ;
    rdfs:label "has_specified_input"@en ;
    rdfs:subPropertyOf obo:RO_0000057 ;
    owl:inverseOf obo:OBI_0000295 .

obo:OBI_0000295
    obo:IAO_0000111 "is_specified_input_of" ;
    obo:IAO_0000112 "some Autologous EBV(Epstein-Barr virus)-transformed B-LCL (B lymphocyte cell line) is_input_for instance of Chromum Release Assay described at https://wiki.cbil.upenn.edu/obiwiki/index.php/Chromium_Release_assay"@en ;
    obo:IAO_0000115 "A relation between a planned process and a continuant participating in that process that is not created during  the process. The presence of the continuant during the process is explicitly specified in the plan specification which the process realizes the concretization of."@en ;
    obo:IAO_0000117 "Alan Ruttenberg"@en, "PERSON:Bjoern Peters" ;
    a owl:ObjectProperty ;
    rdfs:label "is_specified_input_of"@en ;
    rdfs:range obo:OBI_0000011 ;
    rdfs:subPropertyOf obo:RO_0000056 .

obo:OBI_0000299
    obo:IAO_0000111 "has_specified_output" ;
    obo:IAO_0000115 "A relation between a planned process and a continuant participating in that process. The presence of the continuant at the end of the process is explicitly specified in the objective specification which the process realizes the concretization of."@en ;
    obo:IAO_0000117 "PERSON: Alan Ruttenberg"@en, "PERSON: Bjoern Peters", "PERSON: Larry Hunter", "PERSON: Melanie Courtot" ;
    a owl:ObjectProperty ;
    rdfs:domain obo:OBI_0000011 ;
    rdfs:label "has_specified_output"@en ;
    rdfs:subPropertyOf obo:RO_0000057 ;
    owl:inverseOf obo:OBI_0000312 .

obo:OBI_0000312
    obo:IAO_0000111 "is_specified_output_of" ;
    obo:IAO_0000115 "A relation between a planned process and a continuant participating in that process. The presence of the continuant at the end of the process is explicitly specified in the objective specification which the process realizes the concretization of."@en ;
    obo:IAO_0000117 "Alan Ruttenberg"@en, "PERSON:Bjoern Peters" ;
    a owl:ObjectProperty ;
    rdfs:label "is_specified_output_of"@en ;
    rdfs:range obo:OBI_0000011 ;
    rdfs:subPropertyOf obo:RO_0000056 .

obo:OBI_0000319
    obo:IAO_0000111 "material to be added role" ;
    obo:IAO_0000112 "drug added to a buffer contained in a tube; substance injected into an animal;" ;
    obo:IAO_0000114 obo:IAO_0000120 ;
    obo:IAO_0000115 "material to be added role is a protocol participant role realized by a material which is added into a material bearing the target of material addition role in a material addition process"@en ;
    obo:IAO_0000117 "Role Branch" ;
    obo:IAO_0000119 "OBI" ;
    obo:IAO_0000232 "9 March 09 from discussion with PA branch" ;
    a owl:Class ;
    rdfs:label "material to be added role"@en ;
    rdfs:subClassOf obo:BFO_0000023, [
        a owl:Restriction ;
        owl:allValuesFrom obo:OBI_0000274 ;
        owl:onProperty obo:BFO_0000054
    ] .

obo:OBI_0000339
    obo:IAO_0000111 "planning" ;
    obo:IAO_0000112 "The process of a scientist thinking about and deciding what reagents to use as part of a protocol for an experiment. Note that the scientist could be human or a \"robot scientist\" executing software." ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "a process of creating or modifying a plan specification"@en ;
    obo:IAO_0000116 "7/18/2011 BP: planning used to itself be a planned process. Barry Smith pointed out that this would lead to an infinite regression, as there would have to be a plan to conduct a planning process, which in itself would be the result of planning etc. Therefore, the restrictions on 'planning' were loosened to allow for informal processes that result in an 'ad hoc plan '. This required changing from 'has_specified_output some plan specifiction' to 'has_participant some plan specification'. " ;
    obo:IAO_0000117 "Bjoern Peters" ;
    obo:IAO_0000119 "Bjoern Peters", "Plans and Planned Processes Branch" ;
    a owl:Class ;
    rdfs:label "planning"@en ;
    rdfs:subClassOf [
        a owl:Class ;
        owl:intersectionOf (obo:BFO_0000015
            _:genid6278
        )
    ] .

obo:OBI_0000417
    obo:IAO_0000111 "achieves_planned_objective" ;
    obo:IAO_0000112 "A cell sorting process achieves the objective specification 'material separation objective'" ;
    obo:IAO_0000115 "This relation obtains between a planned process and a objective specification when the criteria specified in the objective specification are met at the end of the planned process." ;
    obo:IAO_0000117 "BP, AR, PPPB branch" ;
    obo:IAO_0000119 "PPPB branch derived" ;
    obo:IAO_0000232 "modified according to email thread from 1/23/09 in accordince with DT and PPPB branch" ;
    a owl:ObjectProperty ;
    rdfs:domain obo:OBI_0000011 ;
    rdfs:label "achieves_planned_objective" ;
    rdfs:range obo:IAO_0000005 .

obo:OBI_0000434
    obo:IAO_0000111 "adding material objective" ;
    obo:IAO_0000112 "creating a mouse infected with LCM virus" ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "is the specification of an objective to add a material into a target material. The adding is asymmetric in the sense that the target material largely retains its identity"@en ;
    obo:IAO_0000117 "BP" ;
    a owl:Class ;
    rdfs:label "adding material objective"@en ;
    rdfs:subClassOf obo:OBI_0000686 .

obo:OBI_0000441
    obo:IAO_0000111 "assay objective" ;
    obo:IAO_0000112 "the objective to determine the weight of a mouse." ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "an objective specification to determine a specified type of information about an evaluated entity (the material entity bearing evaluant role)"@en ;
    obo:IAO_0000117 "PPPB branch" ;
    obo:IAO_0000119 "PPPB branch" ;
    a owl:Class ;
    rdfs:label "assay objective"@en ;
    rdfs:subClassOf obo:IAO_0000005 .

obo:OBI_0000444
    obo:IAO_0000111 "target of material addition role" ;
    obo:IAO_0000112 "peritoneum of an animal receiving an interperitoneal injection; solution in a tube receiving additional material; location of absorbed material following a dermal application." ;
    obo:IAO_0000114 obo:IAO_0000120 ;
    obo:IAO_0000115 "target of material addition role is a role realized by an entity into which a material is added in a material addition process" ;
    obo:IAO_0000116 "From Branch discussion with BP, AR, MC -- there is a need for the recipient to interact with the administered material.  for example, a tooth receiving a filling was not considered to be a target role." ;
    obo:IAO_0000117 "GROUP:  Role Branch" ;
    obo:IAO_0000119 "OBI" ;
    a owl:Class ;
    rdfs:label "target of material addition role"@en ;
    rdfs:subClassOf obo:BFO_0000023, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000052 ;
        owl:someValuesFrom obo:BFO_0000040
    ], [
        a owl:Restriction ;
        owl:allValuesFrom obo:OBI_0000274 ;
        owl:onProperty obo:BFO_0000054
    ] .

obo:OBI_0000456
    obo:IAO_0000111 "material transformation objective" ;
    obo:IAO_0000112 "The objective to create a mouse infected with LCM virus. The objective to create a defined solution of PBS." ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "an objective specifiction that creates an specific output object from input materials."@en ;
    obo:IAO_0000117 "PERSON: Bjoern Peters", "PERSON: Frank Gibson", "PERSON: Jennifer Fostel", "PERSON: Melanie Courtot", "PERSON: Philippe Rocca-Serra" ;
    obo:IAO_0000118 "artifact  creation objective"@en ;
    obo:IAO_0000119 "GROUP: OBI PlanAndPlannedProcess Branch" ;
    a owl:Class ;
    rdfs:label "material transformation objective"@en ;
    rdfs:subClassOf obo:IAO_0000005 .

obo:OBI_0000652
    obo:IAO_0000111 "material combination" ;
    obo:IAO_0000112 "Mixing two fluids. Adding salt into water. Injecting a mouse with PBS." ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "is a material processing with the objective to combine two or more material entities as input into a single material entity as output." ;
    obo:IAO_0000116 "created at workshop as parent class for 'adding material into target', which is asymmetric, while combination encompasses all addition processes." ;
    obo:IAO_0000117 "bp" ;
    obo:IAO_0000119 "bp" ;
    a owl:Class ;
    rdfs:label "material combination" ;
    rdfs:subClassOf obo:OBI_0000094 ;
    owl:equivalentClass [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000417 ;
        owl:someValuesFrom obo:OBI_0000686
    ] .

obo:OBI_0000686
    obo:IAO_0000111 "material combination objective" ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "is an objective to obtain an output material that contains several input materials." ;
    obo:IAO_0000117 "PPPB branch" ;
    obo:IAO_0000119 "bp" ;
    a owl:Class ;
    rdfs:label "material combination objective" ;
    rdfs:subClassOf obo:OBI_0000456 .

obo:OBI_0000806
    obo:IAO_0000111 "material maintenance objective" ;
    obo:IAO_0000114 obo:IAO_0000123 ;
    obo:IAO_0000115 "is the objective to maintain some or all of the qualities of a material over time." ;
    obo:IAO_0000117 "PERSON: Bjoern Peters" ;
    a owl:Class ;
    rdfs:label "material maintenance objective" ;
    rdfs:subClassOf obo:IAO_0000005 .

obo:OBI_0001847
    a owl:AnnotationProperty .

obo:OBI_0200000
    obo:IAO_0000111 "data transformation"@en ;
    obo:IAO_0000112 "The application of a clustering protocol to microarray data or the application of a statistical testing method on a primary data set to determine a p-value." ;
    obo:IAO_0000114 obo:IAO_0000122 ;
    obo:IAO_0000115 "A planned process that produces output data from input data."@en ;
    obo:IAO_0000117 "Elisabetta Manduchi"@en, "Helen Parkinson"@en, "James Malone"@en, "Melanie Courtot"@en, "Philippe Rocca-Serra", "Richard Scheuermann"@en, "Ryan Brinkman"@en, "Tina Hernandez-Boussard"@en ;
    obo:IAO_0000118 "data analysis"@en, "data processing"@en ;
    obo:IAO_0000119 "Branch editors"@en ;
    a owl:Class ;
    rdfs:label "data transformation"@en ;
    rdfs:subClassOf obo:OBI_0000011, [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000293 ;
        owl:someValuesFrom obo:IAO_0000027
    ], [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000299 ;
        owl:someValuesFrom obo:IAO_0000027
    ], [
        a owl:Restriction ;
        owl:allValuesFrom obo:IAO_0000027 ;
        owl:onProperty obo:OBI_0000293
    ], _:genid6286 .

obo:OBI_9991118
    a owl:AnnotationProperty .

obo:OGMS_0000014
    obo:IAO_0000115 "A representation that is either the output of a clinical history taking or a physical examination or an image finding, or some combination thereof."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2010-07-19T10:18:02Z" ;
    a owl:Class ;
    rdfs:label "clinical finding" ;
    rdfs:subClassOf obo:IAO_0000027 .

obo:OGMS_0000015
    obo:IAO_0000115 "A series of statements representing health-relevant qualities of a patient and of a patient's family."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2010-07-19T10:18:59Z" ;
    a owl:Class ;
    rdfs:label "clinical history" ;
    rdfs:subClassOf obo:OGMS_0000014 .

obo:OGMS_0000016
    obo:IAO_0000115 "A representation of the clinically significant bodily components and/or bodily processes of a human being that is inferred from the totality of relevant clinical findings."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2010-07-19T10:20:20Z" ;
    a owl:Class ;
    rdfs:label "clinical picture" ;
    rdfs:subClassOf obo:IAO_0000027 .

obo:OGMS_0000017
    obo:IAO_0000115 "A representation of an image that supports an inference to an assertion about some quality of a patient."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T10:21:10Z" ;
    a owl:Class ;
    rdfs:label "image finding" ;
    rdfs:subClassOf obo:OGMS_0000014 .

obo:OGMS_0000018
    obo:IAO_0000115 "A representation of a quality of a specimen that is the output of a laboratory test and that can support an inference to an assertion about some quality of the patient."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T10:21:58Z" ;
    a owl:Class ;
    rdfs:label "laboratory finding" ;
    rdfs:subClassOf obo:OGMS_0000014 .

obo:OGMS_0000019
    obo:IAO_0000115 "A representation of a quality of a patient that is (1) recorded by a clinician because the quality is hypothesized to be of clinical significance and (2) refers to qualities obtaining in the patient prior to their becoming detectable in a clinical history taking or physical examination."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T10:22:44Z" ;
    a owl:Class ;
    rdfs:label "preclinical finding" ;
    rdfs:subClassOf obo:IAO_0000027 .

obo:OGMS_0000020
    obo:IAO_0000115 "A quality of a patient that is observed by the patient or a processual entity experienced by the patient, either of which is hypothesized by the patient to be a realization of a disease."@en ;
    obo:IAO_0000116 "note: defined class" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2010-11-18T11:02:10Z" ;
    a owl:Class ;
    rdfs:label "symptom" ;
    rdfs:subClassOf obo:BFO_0000001 .

obo:OGMS_0000022
    obo:IAO_0000115 "A quality of a patient that is (a) a deviation from clinical normality that exists in virtue of the realization of a disease and (b) is observable."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:12:33Z" ;
    a owl:Class ;
    rdfs:label "manifestation of a disease" ;
    rdfs:subClassOf obo:BFO_0000019 .

obo:OGMS_0000023
    obo:IAO_0000115 "A (combination of) quality(ies) of an organism determined by the interaction of its genetic make-up and environment that differentiates specific instances of a species from other instances of the same species."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2010-07-19T11:13:49Z" ;
    a owl:Class ;
    rdfs:label "phenotype" ;
    rdfs:subClassOf obo:BFO_0000019 .

obo:OGMS_0000024
    obo:IAO_0000115 "A quality of a patient, a material entity that is part of a patient, or a processual entity that a patient participates in, any one of which is observed in a physical examination and is deemed by the clinician to be of clinical significance."@en ;
    obo:IAO_0000116 "note: defined class" ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2010-11-18T11:14:36Z" ;
    a owl:Class ;
    rdfs:label "sign" ;
    rdfs:subClassOf obo:BFO_0000001 .

obo:OGMS_0000025
    obo:IAO_0000115 "A manifestation of a disease that is detectable in a clinical history taking or physical examination."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:15:43Z" ;
    a owl:Class ;
    rdfs:label "clinical manifestation of a disease" ;
    rdfs:subClassOf obo:OGMS_0000022 .

obo:OGMS_0000026
    obo:IAO_0000115 "A manifestation of a disease that exists prior to the time at which it would be detected in a clinical history taking or physical examination, if the patient were to present to a clinician. A realization of a disease that exists prior to its becoming detectable in a clinical history taking or physical examination."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:16:50Z" ;
    a owl:Class ;
    rdfs:label "preclinical manifestation of a disease" ;
    rdfs:subClassOf obo:OGMS_0000022 .

obo:OGMS_0000027
    obo:IAO_0000115 "A clinically abnormal phenotype."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:18:05Z" ;
    a owl:Class ;
    rdfs:label "clinical phenotype" ;
    rdfs:subClassOf obo:OGMS_0000023 .

obo:OGMS_0000028
    obo:IAO_0000115 "A clinically abnormal phenotype that is characteristic of a single disease."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:18:39Z" ;
    a owl:Class ;
    rdfs:label "disease phenotype" ;
    rdfs:subClassOf obo:OGMS_0000023 .

obo:OGMS_0000029
    obo:IAO_0000115 "A physical sign in which a non-zero value is standardly considered to be an indication that the organism is alive."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:19:17Z" ;
    a owl:Class ;
    rdfs:label "vital sign" ;
    rdfs:subClassOf obo:OGMS_0000024 .

obo:OGMS_0000030
    obo:IAO_0000115 "A disposition in an organism that constitutes an increased risk of the organism's subsequently developing the disease X."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:20:25Z" ;
    a owl:Class ;
    rdfs:label "predisposition to disease of type X" ;
    rdfs:subClassOf obo:BFO_0000016 .

obo:OGMS_0000031
    obo:IAO_0000115 "A disposition (i) to undergo pathological processes that (ii) exists in an organism because of one or more disorders in that organism."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:21:20Z" ;
    a owl:Class ;
    rdfs:label "disease" ;
    rdfs:subClassOf obo:BFO_0000016 .

obo:OGMS_0000032
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:22:01Z" ;
    a owl:Class ;
    rdfs:label "homeostasis" ;
    rdfs:subClassOf obo:BFO_0000016 .

obo:OGMS_0000033
    obo:IAO_0000115 "A predisposition to disease of type X whose physical basis is a constitutional abnormality in an organism's genome. This abnormality is the physical basis for the increased risk of acquiring the disease X."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:23:07Z" ;
    a owl:Class ;
    rdfs:label "genetic predisposition to disease of type X" ;
    rdfs:subClassOf obo:OGMS_0000030 .

obo:OGMS_0000034
    obo:IAO_0000115 "A disease whose physical basis is an acquired genetic disorder."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:24:05Z" ;
    a owl:Class ;
    rdfs:label "acquired genetic disease" ;
    rdfs:subClassOf obo:OGMS_0000031 .

obo:OGMS_0000035
    obo:IAO_0000115 "A disease whose physical basis is a constitutional genetic disorder."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:24:59Z" ;
    a owl:Class ;
    rdfs:label "constitutional genetic disease" ;
    rdfs:subClassOf obo:OGMS_0000031 .

obo:OGMS_0000037
    obo:IAO_0000115 "Homeostasis that is clinically abnormal for an organism of a given type and age in a given environment."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:26:44Z" ;
    a owl:Class ;
    rdfs:label "abnormal homeostasis" ;
    rdfs:subClassOf obo:OGMS_0000032 .

obo:OGMS_0000038
    obo:IAO_0000115 "Homeostasis of a type that is not clinically abnormal."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:27:28Z" ;
    a owl:Class ;
    rdfs:label "normal homeostasis" ;
    rdfs:subClassOf obo:OGMS_0000032 .

obo:OGMS_0000039
    obo:IAO_0000115 "A quality which is an spatial arrangement or distribution of a(n) independent continuant(s) across a Three Dimensional Region."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:36:24Z" ;
    a owl:Class ;
    rdfs:label "configuration" ;
    rdfs:subClassOf obo:BFO_0000019 .

obo:OGMS_0000040
    obo:IAO_0000115 "A configuration which deviates in some way from a canonical configuration for a particular organism."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:36:58Z" ;
    a owl:Class ;
    rdfs:label "pathological physical configuration" ;
    rdfs:subClassOf obo:OGMS_0000039 .

obo:OGMS_0000045
    obo:IAO_0000115 "A material entity which is clinically abnormal and part of an extended organism. Disorders are the physical basis of disease."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:39:44Z" ;
    a owl:Class ;
    rdfs:label "disorder" ;
    rdfs:subClassOf obo:BFO_0000040 .

obo:OGMS_0000046
    obo:IAO_0000115 "A disorder whose etiology involves (1) a modification to the patient's genomic DNA which leads to alterations in the normal expression pattern of the genome, but is (2) not a change in the nucleotide sequence."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:40:27Z" ;
    a owl:Class ;
    rdfs:label "epigenetic disorder" ;
    rdfs:subClassOf obo:OGMS_0000045 .

obo:OGMS_0000047
    obo:IAO_0000115 "A disorder whose etiology involves an abnormality in the nucleotide sequence of an organism's genome."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:41:14Z" ;
    a owl:Class ;
    rdfs:label "genetic disorder" ;
    rdfs:subClassOf obo:OGMS_0000045 .

obo:OGMS_0000050
    obo:IAO_0000115 "A genetic disorder acquired by a single cell in an organism that leads to a population of cells within the organism bearing the disorder."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:43:09Z" ;
    a owl:Class ;
    rdfs:label "acquired genetic disorder" ;
    rdfs:subClassOf obo:OGMS_0000047 .

obo:OGMS_0000051
    obo:IAO_0000115 "A genetic disorder inherited during conception that is part of all cells in the organism."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:43:44Z" ;
    a owl:Class ;
    rdfs:label "constitutional genetic disorder" ;
    rdfs:subClassOf obo:OGMS_0000047 .

obo:OGMS_0000055
    obo:IAO_0000115 "An interview in which a clinician elicits a clinical history from a patient or from a third party who is reporting on behalf of the patient."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:49:16Z" ;
    a owl:Class ;
    rdfs:label "clinical history taking" ;
    rdfs:subClassOf obo:OGMS_0000097, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:OGMS_0000096
    ] .

obo:OGMS_0000056
    obo:IAO_0000115 "A measurement assay that has as input a patient-derived specimen, and as output a result that represents a quality of the specimen."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:49:49Z" ;
    a owl:Class ;
    rdfs:label "laboratory test" ;
    rdfs:subClassOf obo:OBI_0000011 .

obo:OGMS_0000057
    obo:IAO_0000115 "A sequence of acts of observing and measuring qualities of a patient performed by a clinician; measurements may occur with and without elicitation."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2010-07-19T11:50:18Z" ;
    a owl:Class ;
    rdfs:label "physical examination" ;
    rdfs:subClassOf obo:OBI_0000070, obo:OGMS_0000097, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000055 ;
        owl:someValuesFrom obo:OBI_0000093
    ], [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000417 ;
        owl:someValuesFrom obo:OBI_0000441
    ] .

obo:OGMS_0000059
    obo:IAO_0000115 "A process in an organism that leads to a subsequent disorder."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:53:07Z" ;
    a owl:Class ;
    rdfs:label "etiological process" ;
    rdfs:subClassOf obo:BFO_0000015 .

obo:OGMS_0000060
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:53:49Z" ;
    a owl:Class ;
    rdfs:label "bodily process" ;
    rdfs:subClassOf obo:BFO_0000015 .

obo:OGMS_0000061
    obo:IAO_0000115 "A bodily process that is clinically abnormal."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:54:29Z" ;
    a owl:Class ;
    rdfs:label "pathological bodily process" ;
    rdfs:subClassOf obo:OGMS_0000060 .

obo:OGMS_0000063
    obo:IAO_0000115 "The totality of all processes through which a given disease instance is realized."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:55:44Z" ;
    a owl:Class ;
    rdfs:label "disease course" ;
    rdfs:subClassOf obo:BFO_0000015 .

obo:OGMS_0000064
    obo:IAO_0000115 "A disease course that (a) does not terminate in a return to normal homeostasis and (b) would, absent intervention, fall within abnormal homeostatic range."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:56:26Z" ;
    a owl:Class ;
    rdfs:label "chronic disease course" ;
    rdfs:subClassOf obo:OGMS_0000063 .

obo:OGMS_0000065
    obo:IAO_0000115 "A disease course that (a) does not terminate in a return to normal homeostasis and (b) would, absent intervention, involve an increasing deviation from homeostasis."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:57:09Z" ;
    a owl:Class ;
    rdfs:label "progressive disease course" ;
    rdfs:subClassOf obo:OGMS_0000063 .

obo:OGMS_0000066
    obo:IAO_0000115 "A disease course that terminates in a return to normal homeostasis."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:57:44Z" ;
    a owl:Class ;
    rdfs:label "transient disease course" ;
    rdfs:subClassOf obo:OGMS_0000063 .

obo:OGMS_0000067
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:58:22Z" ;
    a owl:Class ;
    rdfs:label "_undefined primitive term" ;
    rdfs:subClassOf obo:BFO_0000001 .

obo:OGMS_0000069
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000232 "creation date: 2009-06-23T11:59:24Z" ;
    a owl:Class ;
    rdfs:label "clinically abnormal" ;
    rdfs:subClassOf obo:OGMS_0000067 .

obo:OGMS_0000070
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000232 "creation date: 2009-06-23T12:00:09Z" ;
    a owl:Class ;
    rdfs:label "physical basis" ;
    rdfs:subClassOf obo:OGMS_0000067 .

obo:OGMS_0000071
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000232 "creation date: 2009-06-23T12:00:39Z" ;
    a owl:Class ;
    rdfs:label "realization" ;
    rdfs:subClassOf obo:OGMS_0000067 .

obo:OGMS_0000073
    obo:IAO_0000115 "The representation of a conclusion of a diagnostic process."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-23T12:42:23Z" ;
    a owl:Class ;
    rdfs:label "diagnosis" ;
    rdfs:subClassOf obo:IAO_0000027 .

obo:OGMS_0000074
    obo:IAO_0000115 "A value for a quality reported in a lab report and asserted by the testing lab or the kit manufacturer to be normal based on a statistical treatment of values from a reference population."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/medo/Disease_and_Diagnosis.pdf" ;
    obo:IAO_0000232 "creation date: 2009-06-26T10:31:34Z" ;
    a owl:Class ;
    rdfs:label "normal value" ;
    rdfs:subClassOf obo:BFO_0000031 .

obo:OGMS_0000077
    obo:IAO_0000115 "TODO: Define, relate to disorder, and place in the OGMS hierarchy."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/bio/ISMB/ISMB_Bio-ontologies.pdf" ;
    obo:IAO_0000232 "creation date: 2009-07-13T02:14:59Z" ;
    a owl:Class ;
    rdfs:label "pathological formation" ;
    rdfs:subClassOf obo:BFO_0000040 .

obo:OGMS_0000078
    obo:IAO_0000115 "An anatomical structure (FMA) is pathological whenever (1) it has come into being as a result of changes in some pre-existing canonical anatomical structure, (2) through processes other than the expression of the normal complement of genes of an organism of the given type, and (3) is predisposed to have health-related consequences for the organism in question manifested by symptoms and signs."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/bio/ISMB/ISMB_Bio-ontologies.pdf" ;
    obo:IAO_0000232 "creation date: 2009-07-13T02:14:05Z" ;
    a owl:Class ;
    rdfs:label "pathological anatomical structure" ;
    rdfs:subClassOf obo:BFO_0000040 .

obo:OGMS_0000079
    obo:IAO_0000115 "TODO: Define, relate to disorder, and place in the OGMS hierarchy."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/bio/ISMB/ISMB_Bio-ontologies.pdf" ;
    obo:IAO_0000232 "creation date: 2009-07-13T02:15:17Z" ;
    a owl:Class ;
    rdfs:label "portion of pathological body substance" ;
    rdfs:subClassOf obo:BFO_0000040 .

obo:OGMS_0000080
    obo:IAO_0000115 "A pathological bodily process in which a canonical anatomical structure becomes a pathological anatomical structure."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/bio/ISMB/ISMB_Bio-ontologies.pdf" ;
    obo:IAO_0000232 "creation date: 2009-07-13T02:17:07Z" ;
    a owl:Class ;
    rdfs:label "pathological transformation" ;
    rdfs:subClassOf obo:OGMS_0000061 .

obo:OGMS_0000081
    obo:IAO_0000115 "A pathological bodily process in which matter is reorganized in such a way as to give rise to new pathological formations which take the place of entities existing earlier."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/bio/ISMB/ISMB_Bio-ontologies.pdf" ;
    obo:IAO_0000232 "creation date: 2009-07-13T02:17:24Z" ;
    a owl:Class ;
    rdfs:label "pathological derivation" ;
    rdfs:subClassOf obo:OGMS_0000061 .

obo:OGMS_0000082
    obo:IAO_0000115 "TODO: Define."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://ontology.buffalo.edu/bio/ISMB/ISMB_Bio-ontologies.pdf" ;
    obo:IAO_0000232 "creation date: 2009-07-13T02:17:47Z" ;
    a owl:Class ;
    rdfs:label "pathological invasion" ;
    rdfs:subClassOf obo:OGMS_0000061 .

obo:OGMS_0000083
    obo:IAO_0000115 "TODO: Define."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://code.google.com/p/ogms/issues/detail?id=26" ;
    obo:IAO_0000232 "creation date: 2009-11-24T04:51:11Z" ;
    a owl:Class ;
    rdfs:label "physical examination finding" ;
    rdfs:subClassOf obo:OGMS_0000014 .

obo:OGMS_0000084
    obo:IAO_0000115 "An aggregate of organisms of the same type."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://code.google.com/p/ogms/issues/detail?id=33" ;
    obo:IAO_0000232 "creation date: 2009-11-24T04:51:11Z" ;
    a owl:Class ;
    rdfs:label "organism population" ;
    rdfs:subClassOf obo:BFO_0000040 .

obo:OGMS_0000085
    obo:IAO_0000115 "TODO: Define."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://code.google.com/p/ogms/issues/detail?id=13" ;
    obo:IAO_0000232 "creation date: 2009-11-24T04:51:11Z" ;
    a owl:Class ;
    rdfs:label "pain" ;
    rdfs:subClassOf obo:OGMS_0000020 .

obo:OGMS_0000086
    obo:IAO_0000115 "A pattern of signs and symptoms that typically co-occur."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://code.google.com/p/ogms/issues/detail?id=32" ;
    obo:IAO_0000232 "creation date: 2009-11-24T04:51:11Z" ;
    a owl:Class ;
    rdfs:label "syndrome" ;
    rdfs:subClassOf obo:BFO_0000019 .

obo:OGMS_0000087
    obo:IAO_0000115 "An object aggregate consisting of an organism and all material entities located within the organism, overlapping the organism, or occupying sites formed in part by the organism."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://code.google.com/p/ogms/issues/detail?id=3" ;
    obo:IAO_0000232 "creation date: 2010-01-25T04:51:11Z" ;
    a owl:Class ;
    rdfs:label "extended organism" ;
    rdfs:subClassOf obo:BFO_0000040 .

obo:OGMS_0000088
    obo:IAO_0000115 "A communication from a patient about something they perceive as being abnormal about their body or life."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://code.google.com/p/ogms/issues/detail?id=12" ;
    obo:IAO_0000232 "creation date: 2010-01-25T04:51:11Z" ;
    a owl:Class ;
    rdfs:label "patient symptom report" ;
    rdfs:subClassOf obo:IAO_0000030 .

obo:OGMS_0000089
    obo:IAO_0000115 "A structurally anomalous part of an organism acquired during fetal development and present at birth (but not necessarily hereditary) which is hypothesized to be harmful for the organism."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://code.google.com/p/ogms/issues/detail?id=28" ;
    obo:IAO_0000232 "creation date: 2010-03-31T04:51:11Z" ;
    a owl:Class ;
    rdfs:label "congenital malformation" ;
    rdfs:subClassOf obo:BFO_0000040 .

obo:OGMS_0000090
    obo:IAO_0000115 "A processual entity whose completion is hypothesized (by a healthcare provider) to alleviate the signs and symptoms associated with a disorder"@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://code.google.com/p/ogms/issues/detail?id=35" ;
    obo:IAO_0000232 "creation date: 2010-03-31T04:51:11Z" ;
    a owl:Class ;
    rdfs:label "treatment" ;
    rdfs:subClassOf obo:OBI_0000011 .

obo:OGMS_0000091
    obo:IAO_0000115 "A processual entity during which a patient participating in a disease course gradually returns to participating in a canonical life course. "@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://code.google.com/p/ogms/issues/detail?id=35" ;
    obo:IAO_0000232 "creation date: 2010-03-31T04:51:11Z" ;
    a owl:Class ;
    rdfs:label "convalescence" ;
    rdfs:subClassOf obo:BFO_0000015 .

obo:OGMS_0000092
    obo:IAO_0000115 "A processual entity which has as parts all the processes in which a given organism is participant."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://code.google.com/p/ogms/issues/detail?id=38" ;
    obo:IAO_0000232 "creation date: 2010-03-31T04:51:11Z" ;
    a owl:Class ;
    rdfs:label "life course" ;
    rdfs:subClassOf obo:BFO_0000015 .

obo:OGMS_0000093
    obo:IAO_0000115 "A hypothesis about the course of a disease."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://code.google.com/p/ogms/issues/detail?id=35" ;
    obo:IAO_0000232 "creation date: 2010-03-31T12:42:23Z" ;
    a owl:Class ;
    rdfs:label "prognosis" ;
    rdfs:subClassOf obo:IAO_0000027 .

obo:OGMS_0000094
    obo:IAO_0000115 "a disease course with a rapid onset but typical unfolding of signs and symptoms after this rapid onset."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://code.google.com/p/ogms/wiki/Meeting_notes_20100513" ;
    obo:IAO_0000232 "creation date: 2010-07-19T11:57:44Z" ;
    a owl:Class ;
    rdfs:label "acute disease course" ;
    rdfs:subClassOf obo:OGMS_0000063 .

obo:OGMS_0000095
    obo:IAO_0000115 "A process which is a response by an organism's tissues that is generally identified by swelling or localized pain"@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://code.google.com/p/ogms/wiki/Meeting_notes_20100513" ;
    obo:IAO_0000232 "creation date: 2010-07-19T11:57:44Z" ;
    a owl:Class ;
    rdfs:label "inflammation process" ;
    rdfs:subClassOf obo:BFO_0000015 .

obo:OGMS_0000096
    obo:IAO_0000115 "A social process that has at least one human participant and that includes as parts the treatment, diagnosis, or prevention of disease or injury--or the following of instructions of another human for treatment, diagnosis, or prevention--of a participant in the process"@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://groups.google.com/group/ogms-discuss/browse_thread/thread/a2dbc2ed1dff99d6" ;
    obo:IAO_0000232 "creation date: 2011-02-21T09:57:44Z" ;
    a owl:Class ;
    rdfs:label "health care process" ;
    rdfs:subClassOf obo:OBI_0000011 .

obo:OGMS_0000097
    obo:IAO_0000115 "A temporally-connected health care process that has as participants an organization or person realizing the health care provider role and a person realizing the patient role.  The health care provider role and patient are realized during the health care encounter"@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://groups.google.com/group/ogms-discuss/browse_thread/thread/a2dbc2ed1dff99d6" ;
    obo:IAO_0000232 "creation date: 2011-02-21T09:57:44Z" ;
    a owl:Class ;
    rdfs:label "health care encounter" ;
    rdfs:subClassOf obo:OGMS_0000096 .

obo:OGMS_0000098
    obo:IAO_0000115 "TODO"@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://groups.google.com/group/ogms-discuss/browse_thread/thread/a2dbc2ed1dff99d6" ;
    obo:IAO_0000232 "creation date: 2011-02-21T09:57:44Z" ;
    a owl:Class ;
    rdfs:label "hospitalization" ;
    rdfs:subClassOf obo:OGMS_0000097 .

obo:OGMS_0000099
    obo:IAO_0000115 "TODO"@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://groups.google.com/group/ogms-discuss/browse_thread/thread/a2dbc2ed1dff99d6" ;
    obo:IAO_0000232 "creation date: 2011-02-21T09:57:44Z" ;
    a owl:Class ;
    rdfs:label "outpatient encounter" ;
    rdfs:subClassOf obo:OGMS_0000097 .

obo:OGMS_0000100
    obo:IAO_0000115 "TODO"@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://groups.google.com/group/ogms-discuss/browse_thread/thread/a2dbc2ed1dff99d6" ;
    obo:IAO_0000232 "creation date: 2011-02-21T09:57:44Z" ;
    a owl:Class ;
    rdfs:label "inpatient encounter" ;
    rdfs:subClassOf obo:OGMS_0000097 .

obo:OGMS_0000101
    obo:IAO_0000115 "TODO"@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://groups.google.com/group/ogms-discuss/browse_thread/thread/a2dbc2ed1dff99d6" ;
    obo:IAO_0000232 "creation date: 2011-02-21T09:57:44Z" ;
    a owl:Class ;
    rdfs:label "ED encounter" ;
    rdfs:subClassOf obo:OGMS_0000097 .

obo:OGMS_0000102
    obo:IAO_0000115 "A part of an organism that has undergone a change in structural integrity and has a higher chance of dysfunction or causing dysfunction in another structure."@en ;
    obo:IAO_0000116 "At the scale of organism (as opposed to the cellular scale or the population scale), an injury is typically the result of a catastrophic event. Consider the implications of making 'injury' a subtype of 'disorder'." ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://groups.google.com/group/ogms-discuss/browse_thread/thread/ca0ad373f27774c5" ;
    obo:IAO_0000232 "creation date: 2011-09-20T09:57:44Z" ;
    a owl:Class ;
    rdfs:label "injury" ;
    rdfs:subClassOf obo:BFO_0000040 .

obo:OGMS_0000103
    obo:IAO_0000115 "A planned process that has the objective to reduce the risk of acquiring one or more disorders."@en ;
    obo:IAO_0000116 "Whether or not 'prophylaxis' and 'treatment' classes are disjoint is an open question." ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://groups.google.com/group/ogms-discuss/browse_thread/thread/e42bde79218ee34e" ;
    obo:IAO_0000232 "creation date: 2011-09-20T09:57:44Z" ;
    a owl:Class ;
    rdfs:label "prophylaxis" ;
    rdfs:subClassOf obo:OBI_0000011 .

obo:OGMS_0000104
    obo:IAO_0000115 "An interpretive process that has as input a clinical picture of a given patient and as output an assertion (diagnostic statement) to the effect that the patient has a disease of such and such a type."@en ;
    obo:IAO_0000117 "Albert Goldfain" ;
    obo:IAO_0000119 "http://groups.google.com/group/ogms-discuss/browse_thread/thread/2a7008f311fac766/e7de486c94dfd82e" ;
    obo:IAO_0000232 "creation date: 2011-09-20T09:57:44Z" ;
    a owl:Class ;
    rdfs:label "diagnostic process" ;
    rdfs:subClassOf obo:OBI_0000011, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:OGMS_0000096
    ] .

obo:OHD_0000000
    obo:IAO_0000115 "A processed material that bears a dental restoration material role."@en ;
    obo:IAO_0000118 "restoration material"@en ;
    a owl:Class ;
    rdfs:label "dental restoration material" ;
    rdfs:subClassOf obo:OBI_0000047, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000053 ;
        owl:someValuesFrom obo:OHD_0000191
    ] ;
    owl:equivalentClass _:genid6292 .

obo:OHD_0000001
    obo:IAO_0000115 "A metal dental restoration material that consists of silver-colored, metallic alloy which is composed of a mixture of mercury and other metals." ;
    obo:IAO_0000116 "Titus Schleyer 1/14/2014: updated definition" ;
    a owl:Class ;
    rdfs:label "amalgam dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000048 .

obo:OHD_0000002
    obo:IAO_0000115 "A heath care encounter that realizes a dental patient role in which the patient undergoes a diagnostic or therapeutic process." ;
    obo:IAO_0000116 """Bill Duncan 5/12/2015:

Changed \"A specific healthcare activity\" to \"A health care encounter in which\"""", "Titus Schleyer 1/14/14: adapted definition slightly" ;
    obo:IAO_0000117 "PERSON:Pedro Cott" ;
    a owl:Class ;
    rdfs:label "dental procedure"@en ;
    rdfs:subClassOf obo:OGMS_0000097, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000055 ;
        owl:someValuesFrom obo:OHD_0000052
    ] ;
    owl:equivalentClass [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000055 ;
        owl:someValuesFrom obo:OHD_0000190
    ] .

obo:OHD_0000003
    obo:IAO_0000115 "A dental procedure that is performed on the pulp chamber and/or root canal of a tooth, or a part thereof." ;
    obo:IAO_0000116 "Titus Schleyer 1/14/2014: adapted definition" ;
    obo:IAO_0000117 "PERSON:Pedro Cott" ;
    a owl:Class ;
    rdfs:label "endodontic procedure"@en ;
    rdfs:subClassOf obo:OHD_0000002, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000057 ;
        owl:someValuesFrom obo:FMA_12516
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000057 ;
        owl:someValuesFrom obo:NCBITaxon_9606
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000002
            _:genid6298
        )
    ] .

obo:OHD_0000004
    obo:IAO_0000115 "A dental procedure in which either a whole tooth or a part of a tooth is replaced by dental restoration material in order to reestablish the tooth's anatomical and functional form and function." ;
    obo:IAO_0000116 """Bill Duncan 12/16/2014:
Updated definition. 

Original defintion:
A dental procedure in which a part of a tooth that has been lost due to disease, trauma or other causes is replaced by dental restoration material in order to reestablish the tooth's anatomical form and function.
A tooth restoration procedure achieves some tooth restoration objective specification.

1. Added \"either a whole tooth or part of a tooth\", since implants and pontics are also restoration procedures.

2. Removed \"that has been lost due to disease, trauma or other causes\". This is information about why a restoration procedure may be performed, not necessarily what such a procedure is.""", """Bill Duncan:
Removed axiom for tooth restoration procedure that has specified output some \"has_part some  (Tooth and ('has role' some 'tooth to be restored role'))\". 

My reasons for doing this are:
1) the 'has role' axiom looks wrong. The restoration process realizes the role, but it sounds odd for the process to output the role.

2) Since the tooth restoration process outputs a restored tooth, a restored tooth by definition/axiom has part some (tooth and dental restoration material).""", "Mosby's Dental Dictionary 2nd ed", "Titus Schleyer 3/14/2014: slightly edited definition" ;
    obo:IAO_0000117 "PERSON:Alan Ruttenberg", "PERSON:Pedro Cott" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "tooth restoration procedure"@en ;
    rdfs:subClassOf obo:OBI_0000274, obo:OHD_0000002, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000055 ;
        owl:someValuesFrom obo:OHD_0000007
    ], [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000417 ;
        owl:someValuesFrom obo:OBI_0000434
    ], [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000057 ;
        owl:someValuesFrom obo:FMA_12516
    ] .

obo:OHD_0000005
    obo:IAO_0000115 "A series of steps followed in a regular, orderly, definite way, performed by a physician, dentist or surgeon by manual operation." ;
    obo:IAO_0000116 "Titus Schleyer 3/4/2014: adapted definition" ;
    obo:IAO_0000117 "PERSON:Pedro Cott" ;
    obo:IAO_0000119 "Mosby's Dental Dictionary 2nd ed" ;
    a owl:Class ;
    rdfs:label "surgical procedure"@en ;
    rdfs:subClassOf obo:OGMS_0000097 .

obo:OHD_0000006
    obo:IAO_0000115 """A tooth restoration procedure in which a dental restoration material is placed into a site that is located in the crown of the tooth.
""" ;
    obo:IAO_0000116 "Titus Schleyer 1/14/2014: updated definition" ;
    obo:IAO_0000117 "Bill Duncan", "PERSON: Alan Ruttenberg" ;
    obo:IAO_0000118 "filling restoration" ;
    a owl:Class ;
    rdfs:label "intracoronal restoration procedure"@en ;
    rdfs:subClassOf obo:OHD_0000004 .

obo:OHD_0000007
    obo:IAO_0000115 "A target of material addition role that inheres in a tooth and is realized by a tooth restoration procedure during which the tooth bearing the role is restored to health." ;
    obo:IAO_0000117 "PERSON: Bill Duncan" ;
    a owl:Class ;
    rdfs:label "tooth to be restored role" ;
    rdfs:subClassOf obo:OBI_0000444, [
        a owl:Class ;
        owl:intersectionOf (_:genid6310
            [
                a owl:Restriction ;
                owl:allValuesFrom obo:OHD_0000206 ;
                owl:onProperty obo:BFO_0000052
            ]
        )
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000054 ;
        owl:someValuesFrom obo:OHD_0000004
    ] .

obo:OHD_0000008
    obo:IAO_0000115 "A tooth to be restored role that is realized by an intracoronal restoration procedure" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "tooth to be filled role" ;
    rdfs:subClassOf obo:OHD_0000007 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf _:genid6316
    ] .

obo:OHD_0000009
    obo:IAO_0000115 "An outpatient encounter during which a dental health care professional and a patient meet for the purpose of evaluating, treating disorders of, or preventing deterioration of the patient's oral health." ;
    obo:IAO_0000116 "Titus Schleyer 1/14/14: adapted definition" ;
    obo:IAO_0000117 "PERSON:Alan Ruttenberg" ;
    obo:IAO_0000119 "Adapted from Mosby's Dental Dictionary" ;
    a owl:Class ;
    rdfs:label "dental visit"@en ;
    rdfs:subClassOf obo:OGMS_0000099, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000055 ;
        owl:someValuesFrom obo:OHD_0000052
    ] .

obo:OHD_0000010
    obo:IAO_0000115 """A clinical finding is a specified output of a dental exam and is about the oral cavity, maxillofacial area, and/or the adjacent and associated structures, or their parts, or pathological anatomical entities derived from them. The finding has a part that is about when the exam that led to the finding occured well as other data items specifying the nature of the finding.
"""@en ;
    obo:IAO_0000116 """Alan Ruttenberg 4/12/2012:
First version of adapted definition by Bill:
A dental observation regarding (or about) the evaluation, diagnosis, and/or treatment (nonsurgical, surgical, or related procedures) of diseases, disorders, and/or conditions of the oral cavity, maxillofacial area, and/or the adjacent and associated structures and their impact on the body; provided by dental professionals, within the scope of his/her education, training , and experience, in accordance with the ethics of the profession and applicable law"""@en, """Alan Ruttenberg 4/12/2012: The part of the finding that is specification of the time when it was created, is currently represented using the data property
'occurence date'."""@en, "Titus Schleyer1/14/2014: made a minor modification to the definition. This particular definition brings up the issue of language. This one is written in a very \"ontology-compliant\" way (\"... specified output of ...\"). The question is to what degree this would be understandable to the layman." ;
    obo:IAO_0000117 "Person:Alan Ruttenberg"@en, "Person:Bill Duncan" ;
    dc:source """Adapted from Mosby's definition of dentistry:
The evaluation, diagnosis, and/or treatment (nonsurgical, surgical, or related procedures) of diseases, disorders, and/or conditions of the oral cavity, maxillofacial area, and/or the adjacent and associated structures and their impact on the body; provided by dental professionals, within the scope of his/her education, training, and experience, in accordance with the ethics of the profession and applicable law.
(Mosby. Mosby's Dental Dictionary, 2nd Edition. Mosby, 102007. p. 173). 
""" ;
    a owl:Class ;
    rdfs:comment "replace tooth in logical def with dentition or mouth when it's been imported." ;
    rdfs:label "dental finding"@en ;
    rdfs:subClassOf [
        a owl:Class ;
        owl:intersectionOf (obo:OGMS_0000014
            [
                a owl:Restriction ;
                owl:onProperty obo:IAO_0000136 ;
                owl:someValuesFrom obo:FMA_49184
            ]
        )
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:IAO_0000027
    ] .

obo:OHD_0000011
    obo:IAO_0000115 "should use obi class with modifications to not include restriction that has specified output is a diagnosis, and/or subclass the obi class" ;
    a owl:Class ;
    rdfs:label "performing a dental clinical assessment"@en ;
    rdfs:subClassOf [
        a owl:Class ;
        owl:intersectionOf (obo:OGMS_0000104
            _:genid6328
        )
    ] .

obo:OHD_0000012
    obo:IAO_0000115 "A Homo sapiens that bears some dental patient role." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "human dental patient"@en ;
    rdfs:subClassOf obo:NCBITaxon_9606 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:NCBITaxon_9606
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000087 ;
                owl:someValuesFrom obo:OHD_0000190
            ]
        )
    ] .

obo:OHD_0000013
    obo:IAO_0000115 "An organization that is focused on maintaining and improving the oral health of a  population."@en ;
    obo:IAO_0000116 "Titus Schleyer 1/14/14: adapted definition" ;
    obo:IAO_0000117 "PERSON: Bill Duncan" ;
    obo:IAO_0000119 "PERSON: Bill Duncan"@en ;
    a owl:Class ;
    rdfs:label "dental health care organization"@en ;
    rdfs:subClassOf obo:OBI_0000245 .

obo:OHD_0000014
    obo:IAO_0000115 "a data property that relates an individual patient to the literal string that represents the patient's id" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:DatatypeProperty ;
    rdfs:domain obo:OHD_0000012 ;
    rdfs:label "patient ID"@en ;
    rdfs:range xsd:string .

obo:OHD_0000015
    obo:IAO_0000115 """a data property that relates either:
1. a finding to the date on which it was recorded
2. a process to the date on which it occrred""" ;
    obo:IAO_0000116 """Bill Duncan 5/23/2012:
There is a problem with occurrence date.  The date on which an event occurred and the date on which it the event was recorded do not always match up.  This will eventually need to be fixed.""" ;
    a owl:DatatypeProperty ;
    rdfs:label "occurrence date"@en ;
    rdfs:range [
        a rdfs:Datatype ;
        owl:unionOf (xsd:date
            xsd:dateTime
        )
    ] ;
    rdfs:subPropertyOf owl:topDataProperty .

obo:OHD_0000016
    obo:IAO_0000115 "a dental health care provider role that inheres in a person who is a licensed dental professional that specializes in preventative care" ;
    obo:IAO_0000116 """Bill Duncan 09/30/2015:
Professional prophylaxis, radiographs, sealants, and nonsurgical periodontal therapy are among the procedures performed by a hygienist. Most are licensed to administer local anesthesia, depending on applicable regulations in their area. They usually work for a dentist in a dental office or clinic under a form of supervision. In some locations hygienists are allowed to practice without a dentist's supervision. """ ;
    obo:IAO_0000117 "PERSON: Bill Duncan" ;
    obo:IAO_0000119 "Mosby. Mosby's Dental Dictionary, 2nd Edition. Mosby, 2008. VitalBook file. p. 325." ;
    a owl:Class ;
    rdfs:label "dental hygienist role" ;
    rdfs:subClassOf obo:OHD_0000052 .

obo:OHD_0000017
    obo:IAO_0000115 """a dental health care provider role that inheres in a person who is qualified by training and licensed by a state or region to diagnose and treat abnormalities of the teeth, gums, and underlying bone, including conditions caused by disease, trauma, and heredity

""" ;
    obo:IAO_0000117 "PERSON: Bill Duncan" ;
    obo:IAO_0000119 "Mosby. Mosby's Dental Dictionary, 2nd Edition. Mosby, 2008. VitalBook file. p. 173." ;
    a owl:Class ;
    rdfs:label "dentist role" ;
    rdfs:subClassOf obo:OHD_0000052 .

obo:OHD_0000018
    obo:IAO_0000115 "a dental health care provider that bears a dentist role" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "dentist" ;
    rdfs:subClassOf obo:OHD_0000051 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000051
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000087 ;
                owl:someValuesFrom obo:OHD_0000017
            ]
        )
    ] .

obo:OHD_0000019
    obo:IAO_0000115 "A conversational, visual and tactile examination in which the clinician evaluates the status of the patient's medical, dental and oral health. "@en ;
    obo:IAO_0000116 "Melissa Haendel 4/12/2012: There can be more than one dental exam that occurs during a dental visit."@en, "Titus Schleyer 1/1/2014: original definition was too narrow, now expanded" ;
    obo:IAO_0000117 "Mellisa Haendel"@en, "Person:Alan Ruttenberg"@en ;
    a owl:Class ;
    rdfs:label "dental exam"@en ;
    rdfs:subClassOf obo:OGMS_0000057, _:genid6340, [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000299 ;
        owl:someValuesFrom obo:OHD_0000010
    ] .

obo:OHD_0000020
    obo:IAO_0000115 "a dental health care provider that bears a dental hygienist role" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "dental hygienist" ;
    rdfs:subClassOf obo:OHD_0000051 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000051
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000087 ;
                owl:someValuesFrom obo:OHD_0000016
            ]
        )
    ] .

obo:OHD_0000021
    obo:IAO_0000115 "A tooth disorder that affects a tooth that includes both the infectious organisms, the material they generate from the tooth, any immune effectors that are a response to the presence of the disorder and the physical changes to the tooth (i.e., demineralization or a cavity) resulting from the disorder. It is the physical basis for the disease \"dental caries.\"" ;
    obo:IAO_0000116 "Titus Schleyer 1/14/2014: updated definition" ;
    obo:IAO_0000117 "Titus Schleyer" ;
    a owl:Class ;
    rdfs:comment """is caries a material entity or a quality?
""" ;
    rdfs:label "carious tooth lesion"@en ;
    rdfs:subClassOf obo:OHD_0000260, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002354 ;
        owl:someValuesFrom obo:OHD_0000258
    ] .

obo:OHD_0000022
    obo:IAO_0000115 "An inlay restoration procedure that uses metal to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "metallic inlay restoration" ;
    a owl:Class ;
    rdfs:label "metallic inlay restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000133, obo:OHD_0000304 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000133
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:OHD_0000038
            ]
            _:genid6352
        )
    ] .

obo:OHD_0000023
    obo:IAO_0000115 "A dental finding that a tooth has been restored." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T01:37:27Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "restored tooth finding"@en ;
    rdfs:subClassOf obo:OHD_0000010 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000010
            [
                a owl:Restriction ;
                owl:onProperty obo:IAO_0000136 ;
                owl:someValuesFrom obo:OHD_0000189
            ]
        )
    ] .

obo:OHD_0000024
    obo:IAO_0000115 "A dental finding that indicates a carious lesion of a tooth" ;
    obo:IAO_0000116 "Titus Schleyer 1/14/2014: How about this as an alternative definition: \"A dental finding that indicates a carious lesion of a tooth\"?" ;
    obo:IAO_0000117 "PERSON: Bill Duncan" ;
    a owl:Class ;
    rdfs:label "caries finding"@en ;
    rdfs:subClassOf obo:OHD_0000010, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:OHD_0000021
    ] .

obo:OHD_0000025
    obo:IAO_0000115 "A dental exam which includes a complete examination of hard tissues, specifically the teeth. It is performed tooth by tooth and documents aspects such as whether the tooth is missing or not, and its condition. A tooth is typically considered healthy if it is in a virgin state, or has one or more restorations that restore it to full morphology and function. Pathological conditions may include carious lesions, fractures, defective restorations, excessive wear and malpositions."@en ;
    obo:IAO_0000116 "Titus Schleyer 1/14/14: essentially rewrote definition and removed outdated citation to source" ;
    obo:IAO_0000117 "Person:Alan Ruttenberg"@en ;
    a owl:Class ;
    rdfs:label "hard tissue exam"@en ;
    rdfs:subClassOf obo:OHD_0000019, _:genid6362, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000057 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:unionOf (obo:FMA_12516
                obo:FMA_54396
            )
        ]
    ] .

obo:OHD_0000026
    obo:IAO_0000115 "A dental finding that notes the absence of a tooth that is canonically found, as identified by the universal tooth number.  The criteria for determing that a tooth is missing includes its absence in a visual exam, a radiographic exam or both. Thus, an unerrupted tooth seen in a radiograph is not considered missing."@en ;
    obo:IAO_0000116 "Bill Duncan 4/12/2012: To think about: There are two cases at least - one where the tooth was never formed in the mouth and the other where the tooth was lost through some process.  Presently we do not distinquish between these cases."@en, "Bill Duncan 5/14/2012: Our criteria for determing that a tooth is missing is stronger than the clinical criterion.  Clinically, a tooth is missing if it is not visible in the oral cavity, in which case an unerrupted tooth is considered missing.  However, we include the added criterion that the tooth must also not be present in a radiograph.  Thus, if such an exam reveals the presence of such a tooth, the tooth is not considered to be missing.", "Bill Duncan 5/14/2012: We have added the necessary condtion that a missing tooth finding is about 'exactly 1 Secondary Dentition'.  ", "Titus Schleyer 1/14/2014: This might be a minor point, but clinically the two cases of \"tooth missing on visual clinical inspection\" and \"tooth missing on visual clinical inspection AND on radiograph\" might often be conflated in clinical documentation.  For instance, if a practitioner does not obtain radiographs,  she cannot really find the \"ground truth.\"" ;
    a owl:Class ;
    rdfs:comment "to think about the proper logical definition: probably there is lacks_part to be fixed"@en ;
    rdfs:label "missing tooth finding"@en ;
    rdfs:subClassOf obo:OHD_0000010, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:OHD_0000100
    ], [
        a owl:Restriction ;
        owl:onClass obo:FMA_75152 ;
        owl:onProperty obo:IAO_0000136 ;
        owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
    ] .

obo:OHD_0000027
    obo:IAO_0000115 "A tooth restoration procedure in which a thin layer of material (i.e., a veneer) is placed over one or more surfaces of the tooth either to improve the aesthetics of the tooth or to protect the tooth's surface from damage" ;
    obo:IAO_0000117 "PERSON: Bill Duncan" ;
    obo:IAO_0000119 """Adapted from Wikipedia:
http://en.wikipedia.org/wiki/Veneer_%28dentistry%29""" ;
    a owl:Class ;
    rdfs:label "veneer restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000004 .

obo:OHD_0000028
    obo:IAO_0000115 "a missing tooth finding in which tooth 14 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 14 finding"@en ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                [
                    a owl:Restriction ;
                    owl:allValuesFrom [
                        a owl:Class ;
                        owl:complementOf obo:FMA_55699
                    ] ;
                    owl:onProperty obo:BFO_0000051
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000114 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000029
    a owl:Class ;
    rdfs:label "fractured tooth"@en ;
    rdfs:subClassOf [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_12516
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000053 ;
                owl:someValuesFrom obo:PATO_0040034
            ]
        )
    ] .

obo:OHD_0000030
    a owl:Class ;
    rdfs:label "fractured tooth finding"@en ;
    rdfs:subClassOf obo:OHD_0000010 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000010
            [
                a owl:Restriction ;
                owl:onProperty obo:IAO_0000136 ;
                owl:someValuesFrom obo:OHD_0000029
            ]
        )
    ] .

obo:OHD_0000031
    obo:IAO_0000115 "A disease realized as a disease course in which a carious lesion develops in a tooth, resulting in demineralization, loss of tooth structure/appearance of a cavity or other structural damage to the tooth."@en ;
    obo:IAO_0000116 " Titus Schleyer 3/4/2014: definition updated", "Alan Ruttenberg 4/12/2012: We need to hook up the disease with the material basis, and possible a representation of the disease course. However we don't have the 'has material basis' relation yet, and its not clear that it is useful to represent the disease course."@en, """Bill Duncan 6/26/2015:
The old uri was DOID_216. I assume this class is intended to be an import from the disease ontology.
The uri was changed for backward compatabilty in the r21 study.""" ;
    obo:IAO_0000117 "Person:Alan Ruttenberg"@en, "Person:Bill Duncan"@en ;
    a owl:Class ;
    rdfs:label "dental caries"@en ;
    rdfs:subClassOf obo:OGMS_0000031 .

obo:OHD_0000032
    obo:IAO_0000115 "a dental exam which focuses on soft tissue in and near the mouth." ;
    obo:IAO_0000117 "Alan Ruttenberg" ;
    a owl:Class ;
    rdfs:label "soft tissue exam"@en ;
    rdfs:subClassOf obo:OHD_0000019 .

obo:OHD_0000033
    obo:IAO_0000115 "A tooth restoration procedure whereby an artificial crown replaces all or part of the natural dental crown." ;
    obo:IAO_0000116 "Titus Schleyer 1/14/2014: adapted definition" ;
    a owl:Class ;
    rdfs:label "crown restoration procedure"@en ;
    rdfs:subClassOf obo:OHD_0000004 .

obo:OHD_0000034
    obo:IAO_0000115 "A metal dental restoration material which the principal ingredient is gold." ;
    obo:IAO_0000116 """Bill Duncan 12/11/2014:
updated defintion""", "Titus Schleyer 3/13/2014: slightly updated definition" ;
    a owl:Class ;
    rdfs:label "gold foil dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000048 .

obo:OHD_0000035
    obo:IAO_0000115 "A ceramic dental restoration material that contains a glassy alumino-silicate matrix in which are embedded several crystalline phases of feldspar, mullite, or quartz.", "A ceramic material used for tooth-colored restorations." ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096> ;
    a owl:Class ;
    rdfs:label "porcelain dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000135 .

obo:OHD_0000036
    obo:IAO_0000115 "A dental restoration material that is primarily composed of highly cross-linked organic polymeric matrix reinforced by filler particles and/or short fibers bound to the matrix by coupling agents and set by light and or chemically activated polymerization reaction." ;
    obo:IAO_0000116 """Titus Schleyer 3/13/2014: updated definition

Bill D. 08-04-2023: Not all resins are tooth colored. Some are cream colored. Also, updated definition source Craig's restorative Dental Material.""" ;
    obo:IAO_0000119 "Craig's restorative Dental Material", "ISBN:0323478212" ;
    a owl:Class ;
    rdfs:label "resin-based composite dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000000 .

obo:OHD_0000037
    obo:IAO_0000115 "A material combination in which a moldable restorative material is placed directly into or on the tooth. The material then hardens and becomes (essentially) part of the tooth. " ;
    obo:IAO_0000116 """Bill Duncan 12/11/2014:
Moved from this class from being a subtype of tooth restoration procedure to being a subclass of material combination.""", "Titus Schleyer 1/1/2014: made definition clearer" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "direct dental material insertion process"@en ;
    rdfs:subClassOf obo:OBI_0000652, [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000293 ;
        owl:someValuesFrom obo:FMA_12516
    ] .

obo:OHD_0000038
    obo:IAO_0000115 "A material combination in which a rigid piece of restoration material is attached to a tooth. The restoration is attached to the tooth by mechanical forces or some form of cement or glue. " ;
    obo:IAO_0000116 """Bill Duncan 12/11/2014:
Moved from this class from being a subtype of tooth restoration procedure to being a subclass of material combination.""", """Bill Duncan 12/16/2014:
Updated definition.

Original definition:
A material combination in which a rigid restoration, such as a gold inlay, is attached to a tooth. The restoration is attached to the tooth by some form of cement or glue. 

1. Removed \"such as a gold inlay\".

2. Added that the material may be held in place by mechanical forces""", "Titus Schleyer 1/14/2014: made the definition consistent with that of direct restoration" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "dental material tooth attachment process"@en ;
    rdfs:subClassOf obo:OBI_0000652, [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000293 ;
        owl:someValuesFrom obo:FMA_12516
    ] .

obo:OHD_0000039
    obo:IAO_0000115 "An intracoronal restoration procedure that uses gold foil to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "gold filling restoration", "gold foil intracoronal restoration procedure" ;
    a owl:Class ;
    rdfs:label "gold filling restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000006, obo:OHD_0000304 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000006
            _:genid6396
            _:genid6398
        )
    ] .

obo:OHD_0000040
    obo:IAO_0000115 "A 3/4 crown restoration procedure that uses noble metal to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "3/4 noble metal crown restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000142, obo:OHD_0000305 ;
    owl:equivalentClass _:genid6402 .

obo:OHD_0000041
    obo:IAO_0000115 "An intracoronal restoration procedure that uses amalgam to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "amalgam filling restoration", "amalgam intracoronal restoration procedure" ;
    a owl:Class ;
    rdfs:label "amalgam filling restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000006, obo:OHD_0000303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000006
            _:genid6412
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000001
            ]
        )
    ] .

obo:OHD_0000042
    obo:IAO_0000115 "An intracoronal restoration procedure that uses resin to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "resin filling restoration", "resin intracoronal restoration procedure" ;
    a owl:Class ;
    rdfs:label "resin filling restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000006, obo:OHD_0000303 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000006
            _:genid6420
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000036
            ]
        )
    ] .

obo:OHD_0000044
    obo:IAO_0000115 "A dental procedure that consists of series of steps followed in a regular, orderly, definite way, performed by a dentist or dental surgeon by manual operation on some part of the mouth." ;
    obo:IAO_0000116 "Titus Schleyer 1/14/14:checked definition, adapted it slightly" ;
    obo:IAO_0000119 "Mosby's Dental Dictionary 2nd ed" ;
    a owl:Class ;
    rdfs:label "surgical dental procedure"@en ;
    rdfs:subClassOf obo:OHD_0000002 .

obo:OHD_0000045
    obo:IAO_0000115 "A veneer restoration procedure that uses resin laminate to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "resin laminate veneer restoration" ;
    a owl:Class ;
    rdfs:label "resin laminate veneer restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000027 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000027
            _:genid6428
        )
    ] .

obo:OHD_0000046
    obo:IAO_0000115 "A veneer restoration procedure that uses porcelain laminate to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "porcelain laminate veneer restoration" ;
    a owl:Class ;
    rdfs:label "porcelain laminate veneer restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000027 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf _:genid6432
    ] .

obo:OHD_0000047
    obo:IAO_0000115 "A tooth to be restored role that is realized by a veneer restoration procedure" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "tooth to undergo veneer procedure role" ;
    rdfs:subClassOf obo:OHD_0000007 ;
    owl:equivalentClass _:genid6436 .

obo:OHD_0000048
    obo:IAO_0000115 "A dental restoration material that consists mostly of metal atoms"@en ;
    obo:IAO_0000116 "Use CHEBI:33521 'metal ion' in a complete definition. Fixure out how to say \"mostly\" first, however"@en ;
    a owl:Class ;
    rdfs:label "metal dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000000 .

obo:OHD_0000049
    obo:IAO_0000115 "A human dental patient that bears a female gender role." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "female dental patient" ;
    rdfs:subClassOf obo:OHD_0000012 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000012
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000087 ;
                owl:someValuesFrom obo:OMRSE_00000009
            ]
        )
    ] .

obo:OHD_0000050
    obo:IAO_0000115 "a data property that relates an individual to the date on which the individual was born" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:DatatypeProperty ;
    rdfs:domain obo:OHD_0000012 ;
    rdfs:label "birth date"@en ;
    rdfs:range [
        a rdfs:Datatype ;
        owl:unionOf (xsd:date
            xsd:dateTime
        )
    ] ;
    rdfs:subPropertyOf owl:topDataProperty .

obo:OHD_0000051
    obo:IAO_0000115 "a health care provider that bears a dental health care provider role" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "dental health care provider"@en ;
    rdfs:subClassOf obo:OHD_0000179 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000179
            _:genid6448
        )
    ] .

obo:OHD_0000052
    obo:IAO_0000115 "a health care provider role that inheres in a person who is licensed to provide dental health care" ;
    obo:IAO_0000117 "PERSON: Bill Duncan" ;
    a owl:Class ;
    rdfs:label "dental health care provider role"@en ;
    rdfs:subClassOf obo:OHD_0000212, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000054 ;
        owl:someValuesFrom obo:OHD_0000002
    ] .

obo:OHD_0000053
    obo:IAO_0000115 "an annotation property that relates an individual to the data source that was used to extract information about the individual" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:AnnotationProperty ;
    rdfs:label "data source" .

obo:OHD_0000054
    obo:IAO_0000115 "A human dental patient that bears a male gender role." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "male dental patient" ;
    rdfs:subClassOf obo:OHD_0000012 ;
    owl:equivalentClass _:genid6452 .

obo:OHD_0000055
    obo:IAO_0000115 "A tooth to be restored role that is realized by a crown restoration procedure" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "tooth to be crowned role" ;
    rdfs:subClassOf obo:OHD_0000007 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf _:genid6458
    ] .

obo:OHD_0000056
    obo:IAO_0000115 "A role that inheres in a tooth and is realized by a tooth extraction procedure during which the tooth bearing the role is extracted." ;
    obo:IAO_0000117 "PERSON: Bill Duncan" ;
    a owl:Class ;
    rdfs:label "tooth to be extracted role" ;
    rdfs:subClassOf obo:BFO_0000023, _:genid6462, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000054 ;
        owl:someValuesFrom obo:OHD_0000057
    ] .

obo:OHD_0000057
    obo:IAO_0000115 """A surgical dental procedure that removes a tooth from the oral cavity.
""" ;
    obo:IAO_0000116 """Titus Schleyer 1/14/2014: 
I think the instrumentation (\" ...  by means of elevators and/or forceps\")  is not relevant to this definition.  I have extracted certain teeth with two fingers.""" ;
    obo:IAO_0000117 "PERSON: Bill Duncan" ;
    obo:IAO_0000119 """Mosby. Mosby's Dental Dictionary, 2nd Edition. Mosby, 102007. p. 238
""" ;
    a owl:Class ;
    rdfs:label "tooth extraction procedure" ;
    rdfs:subClassOf obo:OHD_0000044, _:genid6468, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000057 ;
        owl:someValuesFrom obo:FMA_12516
    ] .

obo:OHD_0000058
    obo:IAO_0000115 "A role that inheres in a tooth and is realized by an endodontic procedure performed on the tooth bearing the role." ;
    obo:IAO_0000117 "PERSON: Bill Duncan" ;
    a owl:Class ;
    rdfs:label "tooth to undergo endodontic procedure role" ;
    rdfs:subClassOf obo:BFO_0000023, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000052 ;
        owl:someValuesFrom obo:OHD_0000206
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000054 ;
        owl:someValuesFrom obo:OHD_0000003
    ] .

obo:OHD_0000059
    obo:IAO_0000115 "a missing tooth finding in which tooth 1 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 1 finding" ;
    rdfs:subClassOf obo:OHD_0000026, _:genid6472, [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000101 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000060
    obo:IAO_0000115 "a missing tooth finding in which tooth 2 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 2 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom _:genid6480
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000102 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000061
    obo:IAO_0000115 "a missing tooth finding in which tooth 3 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 3 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf _:genid6488
        ]
    ], _:genid6492 .

obo:OHD_0000062
    obo:IAO_0000115 "a missing tooth finding in which tooth 4 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 4 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                _:genid6496
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000104 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000063
    obo:IAO_0000115 "a missing tooth finding in which tooth 5 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 5 finding" ;
    rdfs:subClassOf obo:OHD_0000026, _:genid6500, [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000105 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000064
    obo:IAO_0000115 "a missing tooth finding in which tooth 6 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 6 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom _:genid6508
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000106 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000065
    a owl:AnnotationProperty ;
    rdfs:label "ADA universal tooth number" ;
    rdfs:subPropertyOf obo:IAO_0000118 .

obo:OHD_0000066
    obo:IAO_0000115 "a missing tooth finding in which tooth 7 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 7 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf _:genid6516
        ]
    ], _:genid6520 .

obo:OHD_0000067
    obo:IAO_0000115 "a missing tooth finding in which tooth 8 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 8 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                _:genid6524
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000108 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000068
    obo:IAO_0000115 "a missing tooth finding in which tooth 9 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 9 finding" ;
    rdfs:subClassOf obo:OHD_0000026, _:genid6528, [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000109 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000069
    obo:IAO_0000115 "a missing tooth finding in which tooth 10 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 10 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom _:genid6536
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000110 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000070
    obo:IAO_0000115 "a missing tooth finding in which tooth 11 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 11 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf _:genid6544
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000111 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000071
    obo:IAO_0000115 "a missing tooth finding in which tooth 12 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 12 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                [
                    a owl:Restriction ;
                    owl:allValuesFrom [
                        a owl:Class ;
                        owl:complementOf obo:FMA_55690
                    ] ;
                    owl:onProperty obo:BFO_0000051
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000112 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000072
    obo:IAO_0000115 "a missing tooth finding in which tooth 13 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 13 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                [
                    a owl:Restriction ;
                    owl:allValuesFrom [
                        a owl:Class ;
                        owl:complementOf obo:FMA_55691
                    ] ;
                    owl:onProperty obo:BFO_0000051
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000113 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000073
    obo:IAO_0000115 "a missing tooth finding in which tooth 15 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 15 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                [
                    a owl:Restriction ;
                    owl:allValuesFrom [
                        a owl:Class ;
                        owl:complementOf obo:FMA_55700
                    ] ;
                    owl:onProperty obo:BFO_0000051
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000115 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000074
    obo:IAO_0000115 "a missing tooth finding in which tooth 16 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 16 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                [
                    a owl:Restriction ;
                    owl:allValuesFrom [
                        a owl:Class ;
                        owl:complementOf obo:FMA_55701
                    ] ;
                    owl:onProperty obo:BFO_0000051
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000116 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000075
    obo:IAO_0000115 "a missing tooth finding in which tooth 17 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 17 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                [
                    a owl:Restriction ;
                    owl:allValuesFrom [
                        a owl:Class ;
                        owl:complementOf obo:FMA_55702
                    ] ;
                    owl:onProperty obo:BFO_0000051
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000117 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000076
    obo:IAO_0000115 "a missing tooth finding in which tooth 18 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 18 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                [
                    a owl:Restriction ;
                    owl:allValuesFrom [
                        a owl:Class ;
                        owl:complementOf obo:FMA_55703
                    ] ;
                    owl:onProperty obo:BFO_0000051
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000118 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000077
    obo:IAO_0000115 "a missing tooth finding in which tooth 19 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 19 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                [
                    a owl:Restriction ;
                    owl:allValuesFrom [
                        a owl:Class ;
                        owl:complementOf obo:FMA_55704
                    ] ;
                    owl:onProperty obo:BFO_0000051
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000119 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000078
    obo:IAO_0000115 "a missing tooth finding in which tooth 20 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 20 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                [
                    a owl:Restriction ;
                    owl:allValuesFrom [
                        a owl:Class ;
                        owl:complementOf obo:FMA_55692
                    ] ;
                    owl:onProperty obo:BFO_0000051
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000120 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000079
    obo:IAO_0000115 "a missing tooth finding in which tooth 21 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 21 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                [
                    a owl:Restriction ;
                    owl:allValuesFrom [
                        a owl:Class ;
                        owl:complementOf obo:FMA_55693
                    ] ;
                    owl:onProperty obo:BFO_0000051
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000121 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000080
    obo:IAO_0000115 "a missing tooth finding in which tooth 22 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 22 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                [
                    a owl:Restriction ;
                    owl:allValuesFrom [
                        a owl:Class ;
                        owl:complementOf obo:FMA_55687
                    ] ;
                    owl:onProperty obo:BFO_0000051
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000122 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000081
    obo:IAO_0000115 "a missing tooth finding in which tooth 23 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 23 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                [
                    a owl:Restriction ;
                    owl:allValuesFrom [
                        a owl:Class ;
                        owl:complementOf obo:FMA_57141
                    ] ;
                    owl:onProperty obo:BFO_0000051
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000123 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000082
    obo:IAO_0000115 "a missing tooth finding in which tooth 24 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 24 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                [
                    a owl:Restriction ;
                    owl:allValuesFrom [
                        a owl:Class ;
                        owl:complementOf obo:FMA_57143
                    ] ;
                    owl:onProperty obo:BFO_0000051
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000124 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000083
    obo:IAO_0000115 "a missing tooth finding in which tooth 25 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 25 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                [
                    a owl:Restriction ;
                    owl:allValuesFrom [
                        a owl:Class ;
                        owl:complementOf obo:FMA_57142
                    ] ;
                    owl:onProperty obo:BFO_0000051
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000125 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000084
    obo:IAO_0000115 "a missing tooth finding in which tooth 26 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 26 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                [
                    a owl:Restriction ;
                    owl:allValuesFrom [
                        a owl:Class ;
                        owl:complementOf obo:FMA_57140
                    ] ;
                    owl:onProperty obo:BFO_0000051
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000126 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000085
    obo:IAO_0000115 "a missing tooth finding in which tooth 27 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 27 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                [
                    a owl:Restriction ;
                    owl:allValuesFrom [
                        a owl:Class ;
                        owl:complementOf obo:FMA_55686
                    ] ;
                    owl:onProperty obo:BFO_0000051
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000127 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000086
    obo:IAO_0000115 "a missing tooth finding in which tooth 28 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 28 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                [
                    a owl:Restriction ;
                    owl:allValuesFrom [
                        a owl:Class ;
                        owl:complementOf obo:FMA_55694
                    ] ;
                    owl:onProperty obo:BFO_0000051
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000128 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000087
    obo:IAO_0000115 "a missing tooth finding in which tooth 29 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 29 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                [
                    a owl:Restriction ;
                    owl:allValuesFrom [
                        a owl:Class ;
                        owl:complementOf obo:FMA_55695
                    ] ;
                    owl:onProperty obo:BFO_0000051
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000129 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000088
    obo:IAO_0000115 "a missing tooth finding in which tooth 30 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 30 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                [
                    a owl:Restriction ;
                    owl:allValuesFrom [
                        a owl:Class ;
                        owl:complementOf obo:FMA_55705
                    ] ;
                    owl:onProperty obo:BFO_0000051
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000130 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000089
    obo:IAO_0000115 "a missing tooth finding in which tooth 31 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 31 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                [
                    a owl:Restriction ;
                    owl:allValuesFrom [
                        a owl:Class ;
                        owl:complementOf obo:FMA_55706
                    ] ;
                    owl:onProperty obo:BFO_0000051
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000131 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000090
    obo:IAO_0000115 "a missing tooth finding in which tooth 32 is found to be missing" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "missing tooth 32 finding" ;
    rdfs:subClassOf obo:OHD_0000026, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:FMA_75152
                [
                    a owl:Restriction ;
                    owl:allValuesFrom [
                        a owl:Class ;
                        owl:complementOf obo:FMA_55707
                    ] ;
                    owl:onProperty obo:BFO_0000051
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:hasValue obo:OHD_0000132 ;
        owl:onProperty obo:BFO_0000051
    ] .

obo:OHD_0000091
    obo:IAO_0000115 "This relation holds between some restorative material and some part of a tooth in which the restorative material restores or replaces lost tooth structure, oral tissues, tooth (structural) integrity, or tooth functioning." ;
    obo:IAO_0000116 """Bill Duncan 6/27/2012:
This relation is intended to capture the relationship between restorative materials, such as amalagam, and the tooth (or teeth) that is being repaired.  Some examples in which this relation obtains include fillings, crowns, bridges, and inlays. 

It is going to be a shortcut relation between the material, the tooth in which the material is located, and the site formed for the restoration (e.g., a hole formed by drilling).  The details of this still need to be worked out.""", "Titus Schleyer 1/1/2014: nice definition!" ;
    obo:IAO_0000117 "PERSON: Bill Duncan" ;
    obo:IAO_0000119 """Adapted from:
Mosby's Dental Dictionary, 2nd Edition. page 580. 
Wikipedia: http://en.wikipedia.org/wiki/Dental_restoration""" ;
    terms:contributor "PERSON: Bill Duncan" ;
    a owl:ObjectProperty ;
    rdfs:label "is dental restoration of" ;
    rdfs:range [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:FMA_12516
    ] .

obo:OHD_0000092
    obo:IAO_0000115 "This annotation is used to indicate that an individual is asserted to be a member of a class.  This is useful when needing to find only the non-inferred type of an individual, and not the all the inferred types.  For example, suppose x is a member of the class 'material entity' and 'material entity' is a subclass of 'independent continuant'.  This entails that x will be a member of 'independent continuant'.  However, by using this annotation to assert that x is a member of 'material entity', you can query for x's 'asserted type' and ignore the other inferred types in the class hierarchy.  " ;
    obo:IAO_0000117 "Bill Duncan" ;
    dc:creator "Person:Bill Duncan" ;
    a owl:AnnotationProperty ;
    rdfs:comment "Titus Schleyer 1/1/2014: Need to understand this property from an ontological construction perspective." ;
    rdfs:label "asserted type" .

obo:OHD_0000093
    obo:IAO_0000115 "A dental finding that a tooth was present during a clinical exam." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, "Alan Ruttenberg" ;
    a owl:Class ;
    rdfs:label "tooth clinically present finding" ;
    rdfs:subClassOf obo:OHD_0000010, [
        a owl:Restriction ;
        owl:onProperty obo:IAO_0000136 ;
        owl:someValuesFrom obo:FMA_12516
    ] .

obo:OHD_0000094
    obo:IAO_0000115 "An inlay restoration procedure that uses ceramic to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "ceramic inlay restoration" ;
    a owl:Class ;
    rdfs:label "ceramic inlay restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000133, obo:OHD_0000304 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000133
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:OHD_0000038
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000135
            ]
        )
    ] .

obo:OHD_0000095
    obo:IAO_0000115 "An onlay restoration procedure that uses ceramic to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "ceramic onlay restoration" ;
    a owl:Class ;
    rdfs:label "ceramic onlay restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000134, obo:OHD_0000155 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000134
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:OHD_0000038
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000135
            ]
        )
    ] .

obo:OHD_0000096
    obo:IAO_0000115 "An inlay restoration procedure that uses resin to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "resin inlay restoration" ;
    a owl:Class ;
    rdfs:label "resin inlay restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000133 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000133
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000036
            ]
        )
    ] .

obo:OHD_0000097
    obo:IAO_0000115 "a data property in which the values provide information as to whether a patient is actively being cared for by the practicet; takes values \"active\" and \"inactive\"" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T01:11:57Z"^^xsd:dateTime ;
    a owl:DatatypeProperty ;
    rdfs:label "has patient activity status" ;
    rdfs:range xsd:string .

obo:OHD_0000098
    obo:IAO_0000115 "A tooth to be restored role that is realized by an inlay restoration procedure" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "tooth to undergo inlay procedure role" ;
    rdfs:subClassOf obo:OHD_0000008 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000007
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000054 ;
                owl:someValuesFrom obo:OHD_0000133
            ]
        )
    ] .

obo:OHD_0000099
    obo:IAO_0000115 "A tooth to be restored role that is realized by an onlay restoration procedure" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "tooth to undergo onlay procedure role" ;
    rdfs:subClassOf obo:OHD_0000055 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000007
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000054 ;
                owl:someValuesFrom obo:OHD_0000134
            ]
        )
    ] .

obo:OHD_0000100
    obo:IAO_0000115 "A label naming a type of secondary tooth canonically found in humans, adopted by the American Dental Association, and commonly used as labels on odontograms (toothcharts) and clinical notes. The Universal Numbering System uses No. 1 through 32 for the 32 teeth in the permanent dentition, starting with 1 for the maxillary right third molar, going around the arch to the maxillary left third molar as 16; dropping down on the same side, the left mandibular third molar becomes 17, and then the numbers increase around the lower arch to 32, which is the lower right third molar. "@en ;
    obo:IAO_0000116 "Bill Duncan 4/12/2012: From the book: \"The Universal Numbering System was first suggested by Parreidt in 1882, and officially adopted by the American Dental Association in 1975. It is accepted by third-party providers and is endorsed by the American Society of Forensic Odontology.\""@en, "Titus Schleyer 1/1/2014: slightly updated definition" ;
    obo:IAO_0000119 "Book:Scheid, Rickne. Woelfel's Dental Anatomy, 8th Edition. Lippincott Williams & Wilkins, 01/2011. pp. i - ii). "@en ;
    a owl:Class ;
    rdfs:label "Universal tooth number" ;
    rdfs:subClassOf obo:IAO_0000009 .

obo:OHD_0000101
    obo:IAO_0000136 obo:FMA_55696 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "1"@en .

obo:OHD_0000102
    obo:IAO_0000136 obo:FMA_55697 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "2"@en .

obo:OHD_00001025
    obo:IAO_0000115 "A dental restoration material that primarily consists of tricalcium silicate, dicalcium silicate (similar to Portland cement), calcium aluminate, gypsum, radiopacifiers and set by hydration of silicates in the presence of moisture." ;
    obo:IAO_0000119 """Chang, S.W., 2012. Chemical characteristics of mineral trioxide aggregate and its hydration reaction. 
Restorative dentistry & endodontics, 37(4), pp.188-193.""" ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096>, <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-10-12T21:52:17Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:comment "It is used in pulp capping, apexification, pulpotomy, and treatment of perforation." ;
    rdfs:label "mineral trioxide aggregate cement dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000000 .

obo:OHD_0000103
    obo:IAO_0000136 obo:FMA_55698 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "3"@en .

obo:OHD_0000104
    obo:IAO_0000136 obo:FMA_55688 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "4"@en .

obo:OHD_0000105
    obo:IAO_0000136 obo:FMA_55689 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "5"@en .

obo:OHD_0000106
    obo:IAO_0000136 obo:FMA_55798 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "6"@en .

obo:OHD_0000107
    obo:IAO_0000136 obo:FMA_55680 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "7"@en .

obo:OHD_0000108
    obo:IAO_0000136 obo:FMA_55681 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "8"@en .

obo:OHD_0000109
    obo:IAO_0000136 obo:FMA_55682 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "9"@en .

obo:OHD_0000110
    obo:IAO_0000136 obo:FMA_55683 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "10"@en .

obo:OHD_0000111
    obo:IAO_0000136 obo:FMA_55799 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "11"@en .

obo:OHD_0000112
    obo:IAO_0000136 obo:FMA_55690 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "12"@en .

obo:OHD_0000113
    obo:IAO_0000136 obo:FMA_55691 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "13"@en .

obo:OHD_0000114
    obo:IAO_0000136 obo:FMA_55699 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "14"@en .

obo:OHD_0000115
    obo:IAO_0000136 obo:FMA_55700 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "15"@en .

obo:OHD_0000116
    obo:IAO_0000136 obo:FMA_55701 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "16"@en .

obo:OHD_0000117
    obo:IAO_0000136 obo:FMA_55702 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "17"@en .

obo:OHD_0000118
    obo:IAO_0000136 obo:FMA_55703 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "18"@en .

obo:OHD_0000119
    obo:IAO_0000136 obo:FMA_55704 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "19"@en .

obo:OHD_0000120
    obo:IAO_0000136 obo:FMA_55692 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "20"@en .

obo:OHD_0000121
    obo:IAO_0000136 obo:FMA_55693 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "21"@en .

obo:OHD_0000122
    obo:IAO_0000136 obo:FMA_55687 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "22"@en .

obo:OHD_0000123
    obo:IAO_0000136 obo:FMA_57141 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "23"@en .

obo:OHD_0000124
    obo:IAO_0000136 obo:FMA_57143 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "24"@en .

obo:OHD_0000125
    obo:IAO_0000136 obo:FMA_57142 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "25"@en .

obo:OHD_0000126
    obo:IAO_0000136 obo:FMA_57140 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "26"@en .

obo:OHD_0000127
    obo:IAO_0000136 obo:FMA_55686 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "27"@en .

obo:OHD_0000128
    obo:IAO_0000136 obo:FMA_55694 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "28"@en .

obo:OHD_0000129
    obo:IAO_0000136 obo:FMA_55695 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "29"@en .

obo:OHD_0000130
    obo:IAO_0000136 obo:FMA_55705 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "30"@en .

obo:OHD_0000131
    obo:IAO_0000136 obo:FMA_55706 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "31"@en .

obo:OHD_0000132
    obo:IAO_0000136 obo:FMA_55707 ;
    a obo:OHD_0000100, owl:NamedIndividual ;
    rdfs:label "32"@en .

obo:OHD_0000133
    obo:IAO_0000115 "An intracoronal restoration procedure in which dental restoration material is placed within the grooves and pits of the occlusal surface of a tooth." ;
    obo:IAO_0000117 "PERSON: Bill Duncan" ;
    a owl:Class ;
    rdfs:label "inlay restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000006 .

obo:OHD_0000134
    obo:IAO_0000115 "A crown restoration procedure in which the dental restoration material either replaces the cusp or overlays the cusp." ;
    obo:IAO_0000117 "Bill Duncan", "PERSON: Bill Duncan" ;
    a owl:Class ;
    rdfs:label "onlay restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000033 .

obo:OHD_0000135
    obo:IAO_0000115 "A dental restoration material that consists of non-metal, non-resin inorganic refractory compounds processed at high temperatures and pressed, polished or milled." ;
    obo:IAO_0000119 " ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1" ;
    a owl:Class ;
    rdfs:label "ceramic dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000000 .

obo:OHD_0000136
    obo:IAO_0000115 "A metal dental restoration material which contains 85% or more titanium." ;
    obo:IAO_0000119 " ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1" ;
    a owl:Class ;
    rdfs:label "titanium dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000048 .

obo:OHD_0000137
    obo:IAO_0000115 "A metal dental restoration material which the principal ingredient is stainless steel." ;
    a owl:Class ;
    rdfs:label "stainless steel dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000048 .

obo:OHD_0000138
    obo:IAO_0000115 "An onlay restoration procedure that uses metal to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "metallic onlay restoration" ;
    a owl:Class ;
    rdfs:label "metallic onlay restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000134, obo:OHD_0000304 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000134
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:OHD_0000038
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000048
            ]
        )
    ] .

obo:OHD_0000139
    obo:IAO_0000115 "A crown restoration procedure in which the artifical crown used to restore the tooth is formed by covering all or some of a predominantly base metal substrate with resin." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000119 "https://www.patientconnect365.com/DentalHealthTopics/Article/Crown__Resin_With_Predominately_Base_Metal__Dental_Procedure_Code_Description" ;
    a owl:Class ;
    rdfs:label "resin with predominantly base metal crown restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000033, obo:OHD_0000304 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000033
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:OHD_0000038
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom [
                    a owl:Class ;
                    owl:intersectionOf (obo:OHD_0000349
                        [
                            a owl:Class ;
                            owl:intersectionOf ([
                                    a owl:Restriction ;
                                    owl:onProperty obo:OBI_0000293 ;
                                    owl:someValuesFrom obo:OHD_0000036
                                ]
                                [
                                    a owl:Restriction ;
                                    owl:onProperty obo:OBI_0000293 ;
                                    owl:someValuesFrom obo:OHD_0000156
                                ]
                            )
                        ]
                    )
                ]
            ]
        )
    ] .

obo:OHD_0000140
    obo:IAO_0000115 "A crown restoration procedure that uses titanium to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "titanium crown restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000033, obo:OHD_0000304 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000033
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:OHD_0000038
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000136
            ]
        )
    ] .

obo:OHD_0000141
    obo:IAO_0000116 """Bill Duncan 6/26/2015:
There is not a dental restoration material of this kind. The class needs to be made obsolete.""" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "resin with predominantly base metal dental restoration" ;
    rdfs:subClassOf oboInOwl:ObsoleteClass ;
    owl:deprecated true .

obo:OHD_0000142
    obo:IAO_0000115 "A crown restoration procedure that uses noble metal to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "noble metal crown restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000033, obo:OHD_0000304 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000033
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:OHD_0000038
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000146
            ]
        )
    ] .

obo:OHD_0000143
    obo:IAO_0000116 """Bill Duncan 6/26/2015:
There is not a dental restoration material of this kind. The class needs to be made obsolete.""" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "porcelain fused to noble metal dental restoration material" ;
    rdfs:subClassOf oboInOwl:ObsoleteClass ;
    owl:deprecated true .

obo:OHD_0000144
    obo:IAO_0000116 """Bill Duncan 6/26/2015:
There is not a dental restoration material of this kind. The class needs to be made obsolete.""" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "porcelain fused to high noble metal dental restoration material" ;
    rdfs:subClassOf oboInOwl:ObsoleteClass ;
    owl:deprecated true .

obo:OHD_0000145
    obo:IAO_0000116 """Bill Duncan 6/26/2015:
There is not a dental restoration material of this kind. The class needs to be made obsolete.""" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "porcelain fused to predominantly base metal dental restoration material" ;
    rdfs:subClassOf oboInOwl:ObsoleteClass ;
    owl:deprecated true .

obo:OHD_0000146
    obo:IAO_0000115 "A metal dental restoration material that is composed of a matalic alloy that contains 25% or more of gold, palladium, and/or or platinum." ;
    obo:IAO_0000119 " ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1" ;
    a owl:Class ;
    rdfs:label "noble metal dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000048 .

obo:OHD_0000147
    obo:IAO_0000119 "A metal dental restoration material that is composed of a matalic alloy that contains 60% or more of gold, palladium, and/or or platinum (with at least 40% gold).", "ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1" ;
    a owl:Class ;
    rdfs:label "high noble metal dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000146 .

obo:OHD_0000148
    obo:IAO_0000115 "A resin with noble metal crown restoraton procedure that uses high noble metal as a substrate." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000119 "https://www.patientconnect365.com/DentalHealthTopics/Article/Crown__Resin_With_High_Noble_Metal__Dental_Procedure_Code_Description" ;
    a owl:Class ;
    rdfs:label "resin with high noble metal crown restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000166 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000166
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom [
                    a owl:Class ;
                    owl:intersectionOf (obo:OHD_0000349
                        [
                            a owl:Class ;
                            owl:intersectionOf ([
                                    a owl:Restriction ;
                                    owl:onProperty obo:OBI_0000293 ;
                                    owl:someValuesFrom obo:OHD_0000036
                                ]
                                [
                                    a owl:Restriction ;
                                    owl:onProperty obo:OBI_0000293 ;
                                    owl:someValuesFrom obo:OHD_0000147
                                ]
                            )
                        ]
                    )
                ]
            ]
        )
    ] .

obo:OHD_0000149
    obo:IAO_0000115 "A 3/4 crown restoration procedure that uses resin to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "3/4 resin crown restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000154, obo:OHD_0000305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000305
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000036
            ]
        )
    ] .

obo:OHD_0000150
    obo:IAO_0000115 "A 3/4 noble metal crown restoration procedure that uses high noble metal to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "3/4 high noble metal crown restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000040, obo:OHD_0000157 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000040
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000147
            ]
        )
    ] .

obo:OHD_0000151
    obo:IAO_0000115 "A 3/4 crown restoration procedure that uses predominantly base metal to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "3/4 predominantly base metal crown restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000162, obo:OHD_0000305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000305
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:OHD_0000038
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000156
            ]
        )
    ] .

obo:OHD_0000152
    obo:IAO_0000115 "A 3/4 crown restoration procedure that uses ceramic to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "3/4 ceramic crown restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000155, obo:OHD_0000305 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000305
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:OHD_0000038
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000135
            ]
        )
    ] .

obo:OHD_0000153
    obo:IAO_0000115 "A metallic onlay restoration procedure that uses noble metal to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "noble metal onlay restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000138, obo:OHD_0000142 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000138
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000146
            ]
        )
    ] .

obo:OHD_0000154
    obo:IAO_0000115 "A crown restoration procedure that uses resin to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "resin crown restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000033 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000033
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000036
            ]
        )
    ] .

obo:OHD_0000155
    obo:IAO_0000115 "A crown restoration procedure that uses ceramic to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "ceramic crown restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000033, obo:OHD_0000304 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000033
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:OHD_0000038
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000135
            ]
        )
    ] .

obo:OHD_0000156
    obo:IAO_0000115 "A metal dental restoration material that is composed of a matalic alloy that contains less than 25% of gold, palladium, and/or or platinum." ;
    obo:IAO_0000119 " ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1" ;
    a owl:Class ;
    rdfs:label "predominantly base metal dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000048 .

obo:OHD_0000157
    obo:IAO_0000115 "A noble metal crown restoration procedure that uses high noble metal to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "high noble metal crown restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000142 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000142
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000147
            ]
        )
    ] .

obo:OHD_0000158
    obo:IAO_0000115 """A procelain fused to nobal metal crown restoration procedure that uses high noble metal as a substrate.
""" ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000119 "https://www.patientconnect365.com/DentalHealthTopics/Article/Crown__Porcelain_Fused_To_High_Noble_Metal__Dental_Procedure_Code_Description" ;
    a owl:Class ;
    rdfs:label "porcelain fused to high noble metal crown restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000160 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000160
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom [
                    a owl:Class ;
                    owl:intersectionOf (obo:OHD_0000306
                        [
                            a owl:Class ;
                            owl:intersectionOf ([
                                    a owl:Restriction ;
                                    owl:onProperty obo:OBI_0000293 ;
                                    owl:someValuesFrom obo:OHD_0000035
                                ]
                                [
                                    a owl:Restriction ;
                                    owl:onProperty obo:OBI_0000293 ;
                                    owl:someValuesFrom obo:OHD_0000147
                                ]
                            )
                        ]
                    )
                ]
            ]
        )
    ] .

obo:OHD_0000159
    obo:IAO_0000117 "A noble metal onlay restoration procedure that uses high noble metal to restore the tooth.", "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "high noble metal onlay restoration procedure"@en ;
    rdfs:subClassOf obo:OHD_0000153, obo:OHD_0000157 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000153
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000147
            ]
        )
    ] .

obo:OHD_0000160
    obo:IAO_0000115 "A crown restoration procedure in which the artifical crown used to restore the tooth is formed by fusing porcelain to a substrate composed of noble metal." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000119 "https://www.patientconnect365.com/DentalHealthTopics/Article/Crown__Porcelain_Fused_To_Noble_Metal__Dental_Procedure_Code_Description" ;
    a owl:Class ;
    rdfs:label "porcelain fused to noble metal crown restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000033, obo:OHD_0000304 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000033
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:OHD_0000038
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom [
                    a owl:Class ;
                    owl:intersectionOf (obo:OHD_0000306
                        [
                            a owl:Class ;
                            owl:intersectionOf ([
                                    a owl:Restriction ;
                                    owl:onProperty obo:OBI_0000293 ;
                                    owl:someValuesFrom obo:OHD_0000035
                                ]
                                [
                                    a owl:Restriction ;
                                    owl:onProperty obo:OBI_0000293 ;
                                    owl:someValuesFrom obo:OHD_0000146
                                ]
                            )
                        ]
                    )
                ]
            ]
        )
    ] .

obo:OHD_0000161
    obo:IAO_0000115 "A crown restoration procedure in which the artifical crown used to restore the tooth is formed by fusing porcelain to a substrate composed of predominatly base metal." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000119 "https://www.patientconnect365.com/DentalHealthTopics/Article/Crown__Porcelain_Fused_To_Predominately_Base_Metal__Dental_Procedure_Code_Description" ;
    a owl:Class ;
    rdfs:label "porcelain fused to predominantly base metal crown restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000033, obo:OHD_0000304 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000033
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:OHD_0000038
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom [
                    a owl:Class ;
                    owl:intersectionOf (obo:OHD_0000306
                        [
                            a owl:Class ;
                            owl:intersectionOf ([
                                    a owl:Restriction ;
                                    owl:onProperty obo:OBI_0000293 ;
                                    owl:someValuesFrom obo:OHD_0000035
                                ]
                                [
                                    a owl:Restriction ;
                                    owl:onProperty obo:OBI_0000293 ;
                                    owl:someValuesFrom obo:OHD_0000156
                                ]
                            )
                        ]
                    )
                ]
            ]
        )
    ] .

obo:OHD_0000162
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "predominantly base metal crown restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000033, obo:OHD_0000304 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000033
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:OHD_0000038
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000156
            ]
        )
    ] .

obo:OHD_0000163
    obo:IAO_0000115 "A crown restoration procedure that uses stainless steel to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "stainless steel crown restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000033, obo:OHD_0000304 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000033
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:OHD_0000038
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000137
            ]
        )
    ] .

obo:OHD_0000164
    obo:IAO_0000115 """A crown restoration procedure in which the artifical crown used to restore the tooth is formed by cutting a window into a stainless steel prosthetic crown and filling the window with resin.
""" ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000119 "http://www.dentalcare.com/en-US/dental-education/continuing-education/ce379/ce379.aspx?ModuleName=coursecontent&PartID=3&SectionID=-1", "https://www.patientconnect365.com/DentalHealthTopics/Article/Crown__Prefabricated_Stainless_Steel_with_Resin__Dental_Procedure_Code_Description" ;
    a owl:Class ;
    rdfs:label "stainless steel with resin window crown restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000033, obo:OHD_0000304 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000033
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:OHD_0000038
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom [
                    a owl:Class ;
                    owl:intersectionOf (obo:OHD_0000349
                        [
                            a owl:Class ;
                            owl:intersectionOf ([
                                    a owl:Restriction ;
                                    owl:onProperty obo:OBI_0000293 ;
                                    owl:someValuesFrom obo:OHD_0000036
                                ]
                                [
                                    a owl:Restriction ;
                                    owl:onProperty obo:OBI_0000293 ;
                                    owl:someValuesFrom obo:OHD_0000137
                                ]
                            )
                        ]
                    )
                ]
            ]
        )
    ] .

obo:OHD_0000165
    obo:IAO_0000115 """a dental health care provider role that inheres in a person who is a an auxiliary to the dental operator
""" ;
    obo:IAO_0000117 "PERSON: Bill Duncan" ;
    obo:IAO_0000119 "Mosby. Mosby's Dental Dictionary, 2nd Edition. Mosby, 2008. VitalBook file. p. 55." ;
    a owl:Class ;
    rdfs:label "dental assistant role" ;
    rdfs:subClassOf obo:OHD_0000052 .

obo:OHD_0000166
    obo:IAO_0000115 "A crown restoration procedure in which the artifical crown used to restore the tooth is formed by covering all or some of a noble metal substrate with resin." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000119 "https://www.patientconnect365.com/DentalHealthTopics/Article/Crown__Resin_With_Noble_Metal__Dental_Procedure_Code_Description" ;
    a owl:Class ;
    rdfs:label "resin with noble metal crown restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000033, obo:OHD_0000304 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000033
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:OHD_0000038
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:OHD_0000349
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom [
                    a owl:Class ;
                    owl:intersectionOf (obo:OHD_0000349
                        [
                            a owl:Class ;
                            owl:intersectionOf ([
                                    a owl:Restriction ;
                                    owl:onProperty obo:OBI_0000293 ;
                                    owl:someValuesFrom obo:OHD_0000036
                                ]
                                [
                                    a owl:Restriction ;
                                    owl:onProperty obo:OBI_0000293 ;
                                    owl:someValuesFrom obo:OHD_0000146
                                ]
                            )
                        ]
                    )
                ]
            ]
        )
    ] .

obo:OHD_0000167
    obo:IAO_0000117 "A metallic inlay restoration procedure that uses noble metal to restore the tooth.", "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "noble metal inlay restoration procedure"@en ;
    rdfs:subClassOf obo:OHD_0000022 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000022
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000146
            ]
        )
    ] .

obo:OHD_0000168
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, "A dental finding that a tooth has not errupted.", "Alan Ruttenberg" ;
    a owl:Class ;
    rdfs:label "unerupted tooth finding" ;
    rdfs:subClassOf obo:OHD_0000010 .

obo:OHD_0000169
    obo:IAO_0000115 "An onlay restoration procedure that uses resin to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "resin onlay restoration procedure" ;
    a owl:Class ;
    rdfs:label "resin onlay restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000134, obo:OHD_0000154 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000134
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000036
            ]
        )
    ] .

obo:OHD_0000170
    obo:IAO_0000115 "a dentist role that inheres in a person a dentist who practices as part of the dental team to provide educational, clinical and therapeutic patient services; and can provide basic preventive and restorative treatment to children and adults, and extractions of primary (baby) teeth under the supervision of a dentist" ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000119 "http://dentistry.umn.edu/programs-admissions/dental-therapy/index.htm" ;
    a owl:Class ;
    rdfs:label "dental therapist role"@en ;
    rdfs:subClassOf obo:OHD_0000052 .

obo:OHD_0000171
    obo:IAO_0000115 "a dentist role that inheres in a person who specializes in performing endodontic procedures" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "endodontist role"@en ;
    rdfs:subClassOf obo:OHD_0000017 .

obo:OHD_0000172
    obo:IAO_0000115 "a dentist role that inheres in a person who specializes in performing oral surgery" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "oral surgeon role"@en ;
    rdfs:subClassOf obo:OHD_0000017 .

obo:OHD_0000173
    obo:IAO_0000115 "a dentist role that inheres in a person who has received specialized training in treating disorders that cause orofacial pain, such as TMJ disorder (TMD)" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "orofacial pain dentist role"@en ;
    rdfs:subClassOf obo:OHD_0000017 .

obo:OHD_0000174
    obo:IAO_0000115 "a dentist role that inheres in a person who specializes in the prevention and correction of irregular teeth, as by means of braces" ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000119 "http://dictionary.reference.com/browse/orthodontist" ;
    a owl:Class ;
    rdfs:label "orthodontist role"@en ;
    rdfs:subClassOf obo:OHD_0000017 .

obo:OHD_0000175
    obo:IAO_0000115 "a dentist role that inheres in a person who specializes in children's oral health" ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000119 "http://www.aapd.org" ;
    a owl:Class ;
    rdfs:label "pediatric dentist role"@en ;
    rdfs:subClassOf obo:OHD_0000017 .

obo:OHD_0000176
    obo:IAO_0000115 "a dentist role that inheres in a person who specializes in the prevention, diagnosis, and treatment of periodontal disease, oral inflammation, and in the placement of dental implants" ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000119 "https://www.perio.org/consumer/periodontist2.htm" ;
    a owl:Class ;
    rdfs:label "periodontist role"@en ;
    rdfs:subClassOf obo:OHD_0000017 .

obo:OHD_0000177
    obo:IAO_0000115 "a dentist role that inheres in a person who specializes in the aesthetic (cosmetic) restoration and replacement of teeth" ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000119 "https://en.wikipedia.org/wiki/Prosthodontics" ;
    a owl:Class ;
    rdfs:label "prosthodontist role"@en ;
    rdfs:subClassOf obo:OHD_0000017 .

obo:OHD_0000178
    obo:IAO_0000115 "a health care provider role that inheres in a person who specializes in the protection, promotion, and optimization of health and abilities, prevention of illness and injury, alleviation of suffering through the diagnosis and treatment of human response, and advocacy in the care of individuals, families, communities, and populations" ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000119 "http://www.nursingworld.org/EspeciallyForYou/What-is-Nursing" ;
    a owl:Class ;
    rdfs:label "registered nurse role"@en ;
    rdfs:subClassOf obo:OHD_0000212 .

obo:OHD_0000179
    obo:IAO_0000115 "a Homo sapiens that bears a health care provider role" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "health care provider"@en ;
    rdfs:subClassOf obo:NCBITaxon_9606 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:NCBITaxon_9606
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000087 ;
                owl:someValuesFrom obo:OHD_0000212
            ]
        )
    ] .

obo:OHD_0000180
    obo:IAO_0000115 "a health care provider that bears a registered nurse role" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "registered nurse"@en ;
    rdfs:subClassOf obo:OHD_0000179 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000179
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000087 ;
                owl:someValuesFrom obo:OHD_0000178
            ]
        )
    ] .

obo:OHD_0000181
    obo:IAO_0000115 "a dental health care provider that bears a dental therapist role" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "dental therapist"@en ;
    rdfs:subClassOf obo:OHD_0000051 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000051
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000087 ;
                owl:someValuesFrom obo:OHD_0000170
            ]
        )
    ] .

obo:OHD_0000182
    obo:IAO_0000115 "a dentists that bears a endodontist role" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "endodontist"@en ;
    rdfs:subClassOf obo:OHD_0000018 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000018
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000087 ;
                owl:someValuesFrom obo:OHD_0000171
            ]
        )
    ] .

obo:OHD_0000183
    obo:IAO_0000115 "a dentist that bears an oral surgeon role" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "oral surgeon"@en ;
    rdfs:subClassOf obo:OHD_0000018 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000018
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000087 ;
                owl:someValuesFrom obo:OHD_0000172
            ]
        )
    ] .

obo:OHD_0000184
    obo:IAO_0000115 "a dentist that bears an orofacial pain dentist role" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "orofacial pain dentist"@en ;
    rdfs:subClassOf obo:OHD_0000018 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000018
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000087 ;
                owl:someValuesFrom obo:OHD_0000173
            ]
        )
    ] .

obo:OHD_0000185
    obo:IAO_0000115 "a dentist that bears an orthodontist role" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "orthodontist"@en ;
    rdfs:subClassOf obo:OHD_0000018 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000018
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000087 ;
                owl:someValuesFrom obo:OHD_0000174
            ]
        )
    ] .

obo:OHD_0000186
    obo:IAO_0000115 "a dentist that bears a pediatric dentist role" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "pediatric dentist"@en ;
    rdfs:subClassOf obo:OHD_0000018 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000018
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000087 ;
                owl:someValuesFrom obo:OHD_0000175
            ]
        )
    ] .

obo:OHD_0000187
    obo:IAO_0000115 "a dentist that bears a periodontist role" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "periodontist"@en ;
    rdfs:subClassOf obo:OHD_0000018 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000018
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000087 ;
                owl:someValuesFrom obo:OHD_0000176
            ]
        )
    ] .

obo:OHD_0000188
    obo:IAO_0000116 """Bill Duncan 6/26/2015:
There is not a dental restoration material of this kind. The class needs to be made obsolete.""" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "stainless steel with resin window dental restoration material" ;
    rdfs:subClassOf oboInOwl:ObsoleteClass ;
    owl:deprecated true .

obo:OHD_0000189
    obo:IAO_0000115 "A tooth that has been restored by using dental restoration material to replace decayed or missing parts of the tooth." ;
    obo:IAO_0000116 """Bill Duncan 12/29/2017:
A restored tooth typically results when a tooth with some type of pathological defect is restored.""", "Titus Schleyer 1/1/2014: updated definition" ;
    obo:IAO_0000117 "Alan Ruttenberg" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "restored tooth"@en ;
    rdfs:subClassOf obo:FMA_12516 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_12516
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:OHD_0000000
            ]
        )
    ] .

obo:OHD_0000190
    obo:IAO_0000115 "A patient role that is realized by the process of being under the care of a dental health care provider." ;
    obo:IAO_0000117 "Alan Ruttenberg", "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "dental patient role"@en ;
    rdfs:subClassOf obo:OBI_0000093, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000052 ;
        owl:someValuesFrom obo:NCBITaxon_9606
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000054 ;
        owl:someValuesFrom obo:OHD_0000002
    ] .

obo:OHD_0000191
    obo:IAO_0000115 "A material to be added role that is born by a portion of material and is realized during a process in which the material plays a role in restoring the tooth. Dental restoration material roles are realized in processes that restore teeth."@en ;
    obo:IAO_0000116 """Bill Duncan 12/11/2014:
Changed definition to read that a \"portion of dental restoration material\" is realized by a \"tooth restoration procedure\".""", """Bill Duncan 2023-10-17:
A 'tooth' in the definition may be natural or artificial. Also, the material bearing the role does not necessarily have to become part of the tooth.""", """Bill Duncan 2023-10-17:
Widened the definition to include other materials used in restoration processes (e.g., luting agents).""", "Titus Schleyer 1/1/2014: updated definition" ;
    a owl:Class ;
    rdfs:label "dental restoration material role", "dental restoration material role"@en ;
    rdfs:subClassOf obo:OBI_0000319, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000052 ;
        owl:someValuesFrom obo:BFO_0000040
    ], [
        a owl:Restriction ;
        owl:allValuesFrom obo:OHD_0000004 ;
        owl:onProperty obo:BFO_0000054
    ] .

obo:OHD_0000192
    obo:IAO_0000117 "An inlay restoration procedure that uses high noble metal to restore the tooth.", "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "high noble metal inlay restoration procedure"@en ;
    rdfs:subClassOf obo:OHD_0000167 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000167
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000147
            ]
        )
    ] .

obo:OHD_0000193
    obo:IAO_0000115 "An onlay restoration procedure that uses predominantly base metal to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "predominantly base metal onlay restoration procedure"@en ;
    rdfs:subClassOf obo:OHD_0000138, obo:OHD_0000162 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000134
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:OHD_0000038
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000156
            ]
        )
    ] .

obo:OHD_0000194
    obo:IAO_0000115 "An inlay restoration procedure that uses predominantly base metal to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "predominantly base metal inlay restoration procedure"@en ;
    rdfs:subClassOf obo:OHD_0000022 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000133
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:OHD_0000038
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000156
            ]
        )
    ] .

obo:OHD_0000195
    obo:IAO_0000115 "A metallic onlay restoration procedure that uses titanium to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "titanium onlay restoration procedure"@en ;
    rdfs:subClassOf obo:OHD_0000138, obo:OHD_0000140 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000138
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000136
            ]
        )
    ] .

obo:OHD_0000196
    obo:IAO_0000115 "A metallic inlay restoration procedure that uses titanium to restore the tooth." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "titanium inlay restoration procedure"@en ;
    rdfs:subClassOf [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000022
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000293 ;
                owl:someValuesFrom obo:OHD_0000136
            ]
        )
    ] .

obo:OHD_0000197
    obo:IAO_0000115 "A visual and tactile examination in which the clinician evaluates the status of the patient's oral cavity and related areas. An oral evaluation is performed as part of a dental exam. The examination may also include the results of tests, such as radiographs, pulp vitality, etc." ;
    obo:IAO_0000116 """This class was created in order to associate oral evaluations with dental findings that came about as the result of a dental exam. The data source I am working with has records that show multiple oral evalutions were performed on the same day. For example, the data source may have records that show a periodic oral evaluation, comprehensive oral evaluation, and comprehensive periodontal evaluation are performed on the same day. However, the finding(s) for these evaluations is/are stored in a separate table with only the patient id and date to associate the finding with the exam. There is no information to link the finding to a particular evaluation. 

As a work around (i.e., hack!), I've made oral evaluations be part of the dental examination. There is a case to be made that oral evaluations should be a subclass of dental exam, but, such a representation, would make representing the finding information (associated with a particular oral evaluation) difficult.""", """Titus Schleyer 1/14/2014: updated definition

Also, regarding Bill's comment on the fact that multiple examinations can occur on the same day (e.g.  periodic oral evaluation, comprehensive oral evaluation and comprehensive periodontal evaluation): From a billing and clinical perspective,  these are separate. For instance, a comprehensive oral evaluation has a larger scope than a periodic oral evaluation, while a  comprehensive periodontal evaluation is focused primarily on gums and supporting tissues.""" ;
    obo:IAO_0000117 "Person: Bill Duncan" ;
    a owl:Class ;
    rdfs:label "oral evaluation" ;
    rdfs:subClassOf obo:OGMS_0000057, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:OHD_0000019
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000055 ;
        owl:someValuesFrom obo:OHD_0000052
    ] .

obo:OHD_0000198
    obo:IAO_0000115 "An oral evaluation performed on a patient of record (at an interval specified by the dentist) to determine any changes in the patient’s dental and medical health status since a previous evaluation. It includes an oral cancer evaluation and periodontal screening where indicated, and may require interpretation of information acquired through additional diagnostic procedures." ;
    obo:IAO_0000116 "Titus Schleyer 1/1/2014: updated definition" ;
    obo:IAO_0000117 "Person: Bill Duncan" ;
    obo:IAO_0000119 "ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1" ;
    a owl:Class ;
    rdfs:label "periodic oral evaluation" ;
    rdfs:subClassOf obo:OHD_0000197, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:unionOf (obo:OHD_0000025
                obo:OHD_0000032
            )
        ]
    ] .

obo:OHD_0000199
    obo:IAO_0000117 "Bill Duncan", "a resin crown restoration procedure in which the artificial crown has been produced beforehand" ;
    a owl:Class ;
    rdfs:label "prefabricated resin crown restoration procedure"@en ;
    rdfs:subClassOf obo:OHD_0000154 .

obo:OHD_0000200
    obo:IAO_0000115 "A dental finding in which there were no oral health issues were reported." ;
    obo:IAO_0000116 """The intent of the class is to represent those case in which a dental exam is performed on patient, no finding is reported for the exam.  This could mean that the patients mouth is healthy; the patient had an issue but the examiner failed to report it; or (perhaps) that the patient has some oral health issue, but there are no new issues to report.

The label of the class may need to be changed.""", "Titus Schleyer 1/14/2014: added \"issue\" to definition" ;
    obo:IAO_0000117 "Bill Duncan", "PERSON: Bill Duncan", "a role that inheres in a person who licensed to provide health care" ;
    a owl:Class ;
    rdfs:label "no oral health issues reported" ;
    rdfs:subClassOf obo:OHD_0000010 .

obo:OHD_0000201
    obo:IAO_0000115 "An oral evaluation limited to a specific oral health problem or complaint. This may require interpretation of information acquired through additional diagnostic procedures. Typically, patients receiving this type of evaluation present with a specific problem and/or dental emergencies, trauma, acute infections, etc." ;
    obo:IAO_0000117 "Person: Bill Duncan" ;
    obo:IAO_0000119 "ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1" ;
    a owl:Class ;
    rdfs:label "limited oral evaluation" ;
    rdfs:subClassOf obo:OHD_0000197, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:unionOf (obo:OHD_0000025
                obo:OHD_0000032
            )
        ]
    ] .

obo:OHD_0000202
    obo:IAO_0000115 """An oral evaluation that is performed on new patients; established patients who have had a significant change in health conditions or other unusual circumstances; or established patients who have been absent from active treatment for three or more years. It is a thorough evaluation and recording of the extraoral and intraoral hard and soft tissues. It may require interpretation of information acquired through additional diagnostic procedures. 

This includes an evaluation for oral cancer where indicated, the evaluation and recording of the patients dental and medical history and a general health assessment.  It may include the evaluation and recording of dental caries, missing or unerupted teeth, restorations, existing prostheses, occlusal relationships, periodontal conditions (including periodontal screening and/or charting), hard and soft tissue anomalies, etc. """ ;
    obo:IAO_0000116 "Titus Schleyer 1/1/2014: checked definition, looks okay" ;
    obo:IAO_0000117 "Person: Bill Duncan" ;
    obo:IAO_0000119 "ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1" ;
    a owl:Class ;
    rdfs:label "comprehensive oral evaluation" ;
    rdfs:subClassOf obo:OHD_0000197, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:OHD_0000025
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:OHD_0000204
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:OHD_0000205
    ] .

obo:OHD_0000203
    obo:IAO_0000115 "An oral evaluation performed on patients showing signs or symptoms of periodontal disease and for patients with risk factors for such disease, such as smoking or diabetes.  It includes evaluation of periodontal conditions, probing and charting, evaluation and recording of the patients dental and medical history and general health assessment.  It may include the evaluation and recording of dental caries, missing or unerupted teeth, restorations and occlusal relationships. " ;
    obo:IAO_0000116 "Titus Schleyer 1/1/2014: slightly updated definition" ;
    obo:IAO_0000117 "Person: Bill Duncan" ;
    obo:IAO_0000119 "ISBN:1935201387#CDT 2011-2012 Current Dental Terminology, Chapter 1" ;
    a owl:Class ;
    rdfs:label "comprehensive periodontal evaluation" ;
    rdfs:subClassOf obo:OHD_0000197, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:OHD_0000204
    ] .

obo:OHD_0000204
    obo:IAO_0000115 "a physical examination of the soft tissue of the mouth, including the lips, mucosa, hard and soft palate, tongue, and floor of mouth" ;
    obo:IAO_0000116 "technically I don't need to include giniva since it is mucosa, but felt like it in the interest of avoiding questions" ;
    obo:IAO_0000119 "Alan Ruttenberg", "http://www.dentistry.utoronto.ca/dpes/diagnostic/patients/extraoral-and-intraoral-soft-tissue-examination-patient" ;
    a owl:Class ;
    rdfs:label "intraoral soft tissue exam"@en ;
    rdfs:subClassOf obo:OHD_0000032, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000055 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:OBI_0000067
                [
                    a owl:Restriction ;
                    owl:onProperty obo:BFO_0000052 ;
                    owl:someValuesFrom [
                        a owl:Class ;
                        owl:unionOf (obo:FMA_54640
                            obo:FMA_59660
                            obo:FMA_59762
                        )
                    ]
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000293 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:unionOf (obo:FMA_54640
                obo:FMA_59660
                obo:FMA_59762
            )
        ]
    ] .

obo:OHD_0000205
    obo:IAO_0000115 "a physical examination of the soft tissue of the head and neck with attention to the temporomandibular joint area" ;
    obo:IAO_0000117 "Alan Ruttenberg" ;
    obo:IAO_0000119 "http://www.dentistry.utoronto.ca/dpes/diagnostic/patients/extraoral-and-intraoral-soft-tissue-examination-patient" ;
    a owl:Class ;
    rdfs:label "extraoral soft tissue exam"@en ;
    rdfs:subClassOf obo:OHD_0000032, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000055 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:OBI_0000067
                [
                    a owl:Restriction ;
                    owl:onProperty obo:BFO_0000052 ;
                    owl:someValuesFrom [
                        a owl:Class ;
                        owl:unionOf (obo:FMA_54832
                            obo:FMA_61212
                            obo:FMA_61213
                        )
                    ]
                ]
            )
        ]
    ], [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000293 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:unionOf (obo:FMA_54832
                obo:FMA_61212
                obo:FMA_61213
            )
        ]
    ] .

obo:OHD_0000206
    obo:IAO_0000115 "A natural, modified or prosthetic tooth" ;
    obo:IAO_0000117 "Alan Ruttenberg" ;
    a owl:Class ;
    rdfs:label "functional tooth"@en ;
    rdfs:subClassOf obo:OBI_0000047 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:unionOf (obo:FMA_12516
            obo:OHD_0000189
            obo:OHD_0000302
        )
    ] .

obo:OHD_0000207
    obo:IAO_0000115 "A target of material addition role that inheres in some part of a tooth and is realized in a process where dental material forms a new surface" ;
    obo:IAO_0000116 "Can't say the role inheres in a surface as the problem may be that the  particular surface isn't present before the restoration." ;
    obo:IAO_0000117 "Alan Ruttenberg" ;
    a owl:Class ;
    rdfs:label "tooth surface to be restored role"@en ;
    rdfs:subClassOf obo:OBI_0000444, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000052 ;
        owl:someValuesFrom [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000050 ;
            owl:someValuesFrom obo:OHD_0000206
        ]
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000054 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:intersectionOf (obo:OHD_0000004
                [
                    a owl:Restriction ;
                    owl:onProperty obo:OBI_0000299 ;
                    owl:someValuesFrom obo:FMA_no_fmaid_Surface_enamel_of_tooth
                ]
            )
        ]
    ] .

obo:OHD_0000208
    obo:IAO_0000116 "A processed material that is part of a restored tooth and forms the part of a restored tooth where a the surface enamel of the restored tooth used to be." ;
    obo:IAO_0000117 "Alan Ruttenberg" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "restored tooth surface"@en ;
    rdfs:subClassOf obo:OBI_0000047, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:OHD_0000189
    ] .

obo:OHD_0000209
    obo:IAO_0000116 "This property is an application property, used for intermediate calculations when cleaning data." ;
    obo:IAO_0000117 "Alan Ruttenberg" ;
    a owl:AnnotationProperty ;
    rdfs:comment "mark true for representational units that are duplicate/conflict others" ;
    rdfs:label "duplicated"@en .

obo:OHD_0000210
    obo:IAO_0000117 "Bill Duncan", "a dental health care provider that bears a dental assistant role" ;
    a owl:Class ;
    rdfs:label "dental assistant"@en ;
    rdfs:subClassOf obo:OHD_0000051 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000051
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000087 ;
                owl:someValuesFrom obo:OHD_0000165
            ]
        )
    ] .

obo:OHD_0000211
    obo:IAO_0000115 "A physical structure, such as a building, in which dental care is provided by licensed providers." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T01:28:31Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "dental practice facility"@en ;
    rdfs:subClassOf obo:BFO_0000004 .

obo:OHD_0000212
    obo:IAO_0000115 "a role that inheres in a person who is licensed to provide health care" ;
    a owl:Class ;
    rdfs:label "health care provider role" ;
    rdfs:subClassOf obo:BFO_0000023, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000052 ;
        owl:someValuesFrom obo:NCBITaxon_9606
    ], [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000054 ;
        owl:someValuesFrom obo:OGMS_0000096
    ] .

obo:OHD_0000213
    obo:IAO_0000115 "a dentist that bears a prosthodontist role" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "prosthodontist"@en ;
    rdfs:subClassOf obo:OHD_0000018 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000018
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000087 ;
                owl:someValuesFrom obo:OHD_0000177
            ]
        )
    ] .

obo:OHD_0000214
    obo:IAO_0000115 "A role borne by a person who is employed by health care organization." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T01:30:55Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "health care organization employee role"@en ;
    rdfs:subClassOf obo:BFO_0000023 .

obo:OHD_0000215
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T01:32:39Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "health care office staff role"@en ;
    rdfs:subClassOf obo:OHD_0000214 .

obo:OHD_0000216
    obo:IAO_0000115 "relates a health care encounter such as a inpatient, outpatient, or hospital stay to the next such encounter for the same patient." ;
    obo:IAO_0000116 "precedes is too general as it doesn't have any constraint on continuity of participants. However it is the case a visit precedes the next one.", "relation added as a convenience for survival analysis queries." ;
    obo:IAO_0000117 "Alan Ruttenberg" ;
    a owl:ObjectProperty ;
    rdfs:label "next visit"@en ;
    rdfs:subPropertyOf obo:OHD_0000217 .

obo:OHD_0000217
    obo:IAO_0000115 "relates a health care encounter such as a inpatient, outpatient, or hospital stay to any subsequent such encounter for the same patient." ;
    obo:IAO_0000116 "relation added as a convenience for survival analysis queries." ;
    obo:IAO_0000117 "Alan Ruttenberg" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:label "later visit"@en ;
    rdfs:subPropertyOf obo:BFO_0000063 .

obo:OHD_0000218
    obo:IAO_0000115 "a data property used to record the date of a patient's first dental visit" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T01:22:17Z"^^xsd:dateTime ;
    a owl:DatatypeProperty ;
    rdfs:label "first dental visit date" ;
    rdfs:range [
        a rdfs:Datatype ;
        owl:unionOf (xsd:date
            xsd:dateTime
        )
    ] .

obo:OHD_0000219
    obo:IAO_0000115 "a data property used to record the last date on which a patient had a dental visit" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T01:23:31Z"^^xsd:dateTime ;
    a owl:DatatypeProperty ;
    rdfs:label "last dental visit date" ;
    rdfs:range [
        a rdfs:Datatype ;
        owl:unionOf (xsd:date
            xsd:dateTime
        )
    ] .

obo:OHD_0000220
    obo:IAO_0000115 "A dental finding that one or more surfaces of a tooth have been restored." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T01:39:35Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "restored tooth surface finding"@en ;
    rdfs:subClassOf obo:OHD_0000010 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000010
            [
                a owl:Restriction ;
                owl:onProperty obo:IAO_0000136 ;
                owl:someValuesFrom obo:OHD_0000208
            ]
        )
    ] .

obo:OHD_0000221
    obo:IAO_0000115 "A dental finding that a dental procedure has been performed on a patient's mouth." ;
    obo:IAO_0000116 """Bill Duncan 12/27/2016:

This finding can indicate that a procedure was performed even when the output is not observable. For example, by looking a dental record, a provider may find that the last time a patient's teeth were cleaned was two years ago.""" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2016-12-27T01:45:45Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "dental procedure finding"@en ;
    rdfs:subClassOf obo:OHD_0000010 .

obo:OHD_0000222
    obo:IAO_0000115 "A restored tooth surface that forms the buccal surface of a restored tooth." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T02:41:02Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "restored buccal surface"@en ;
    rdfs:subClassOf obo:OHD_0000235 .

obo:OHD_0000223
    obo:IAO_0000115 "A restored tooth surface that forms the distal surface of a restored tooth." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T02:41:41Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "restored distal surface"@en ;
    rdfs:subClassOf obo:OHD_0000208 .

obo:OHD_0000224
    obo:IAO_0000115 "A restored tooth surface that forms the incisal surface of a restored tooth." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T02:44:18Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "restored incisal surface"@en ;
    rdfs:subClassOf obo:OHD_0000208 .

obo:OHD_0000225
    obo:IAO_0000115 "A restored tooth surface that forms the labial surface of a restored tooth." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T02:47:52Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "restored labial surface"@en ;
    rdfs:subClassOf obo:OHD_0000235 .

obo:OHD_0000226
    obo:IAO_0000115 "A restored tooth surface that forms the lingual surface of a restored tooth." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T02:49:31Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "restored lingual surface"@en ;
    rdfs:subClassOf obo:OHD_0000208 .

obo:OHD_0000227
    obo:IAO_0000115 "A restored tooth surface that forms the mesial surface of a restored tooth." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T02:50:33Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "restored mesial surface"@en ;
    rdfs:subClassOf obo:OHD_0000208 .

obo:OHD_0000228
    obo:IAO_0000115 "A restored tooth surface that forms the occlusal surface of a restored tooth." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T02:51:08Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "restored occlusal surface"@en ;
    rdfs:subClassOf obo:OHD_0000208 .

obo:OHD_0000229
    obo:IAO_0000115 "A surgical endodontic procedure involving a multi-root tooth in which the decayed root and its related coronal portion are removed to the furcation (area of bone loss)." ;
    obo:IAO_0000116 """Bill Duncan 12/29/2016:
Typically the removal of root/crown/bone is followed by the placement of an indirect restoration.""" ;
    obo:IAO_0000119 "http://medical-dictionary.thefreedictionary.com/hemisection" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T02:30:43Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "hemisection procedure"@en ;
    rdfs:subClassOf obo:OHD_0000243 .

obo:OHD_0000230
    obo:IAO_0000115 "A restored tooth in which the tooth's pulp is removed and replaced by dental restoration material." ;
    obo:IAO_0000118 "root canal treatment procedure" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T02:21:35Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "endodontic treatment procedure"@en ;
    rdfs:subClassOf obo:OHD_0000242 .

obo:OHD_0000231
    obo:IAO_0000112 "A tooth in which inflamed pulp has been removed by a pulp debridement procedure." ;
    obo:IAO_0000115 "A tooth that has been modified in some way as the result of some surgical dental procedure." ;
    obo:IAO_0000116 """Bill Duncan 12/29/2016:
The intent of this class is to represent teeth that have undergone some kind of surgical procedure, but which are not restored in the sense of having dental restoration material placed in them; e.g, a pulp debridement procedure.""" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T02:12:10Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "surgically modified tooth"@en ;
    rdfs:subClassOf obo:FMA_12516 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_12516
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000312 ;
                owl:someValuesFrom obo:OHD_0000044
            ]
        )
    ] .

obo:OHD_0000232
    obo:IAO_0000115 "A surgical endodontic procedure in which infected pulp is removed from a tooth in order to give the remaining pulp room to swell." ;
    obo:IAO_0000116 """Bill Duncan 12/29/2016:
This procedure relieves some of the pain, allowing a root canal patient to wait longer before having the full procedure performed.""" ;
    obo:IAO_0000119 "http://www.ehow.com/facts_7478434_pulpal-debridement.html" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T02:32:55Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "pulpal debridement procedure"@en ;
    rdfs:subClassOf obo:OHD_0000243 .

obo:OHD_0000233
    obo:IAO_0000115 "A tooth that has been surgically extracted from a patient's mouth." ;
    obo:IAO_0000116 """Bill Duncan 12/29/2016:
This class represents those teeth which are extracted from a patient. After all, an extracted tooth is still a tooth. It just isn't part of the patient anymore.

This class provides us with a convient way to represent those teeth that have been extracted.""" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T02:15:20Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "extracted tooth"@en ;
    rdfs:subClassOf obo:FMA_12516 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_12516
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000295 ;
                owl:someValuesFrom obo:OHD_0000057
            ]
        )
    ] .

obo:OHD_0000234
    obo:IAO_0000115 "a data property whose value is an ADA universal tooth number that represents a tooth which is missing from a dentition" ;
    obo:IAO_0000116 """Bill Duncan 01/03/2017:
This data property provides a means to query for missing teeth. Since a missing tooth is not a tooth, it is wrong represent a missing tooth as an instance of a tooth. Rather, we represent a missing tooth by respresenting the instance of the dentition and then specify with this data property that the dentition is missing a tooth designated by the universtal tooth number.""" ;
    dc:date "2017-01-03T18:37:35Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:DatatypeProperty ;
    rdfs:label "missing tooth number"@en ;
    rdfs:range xsd:string .

obo:OHD_0000235
    obo:IAO_0000115 "A restored tooth surface that forms the lip-facing or cheek-facing surface of a restored tooth." ;
    obo:IAO_0000116 """Bill Duncan 01/05/2017:
Some dental EHR systems use the letter \"F\" for facial surfaces rather than \"L\" for labial surfaces. The reason is that \"L\" is also used for the lingual surface.""", """Gopikrishnan M. Chandrasekharan 07/12/2023:
We decided that the facial surface should subsume both labial and buccal surfaces.""" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    oboInOwl:creation_date "2022-12-06T02:42:40Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "restored facial surface"@en ;
    rdfs:subClassOf obo:OHD_0000208 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000208
            [
                a owl:Class ;
                owl:unionOf (obo:OHD_0000222
                    obo:OHD_0000225
                )
            ]
        )
    ] .

obo:OHD_0000236
    obo:IAO_0000115 "A restored tooth in which some portion of the tooth's root or pulp has been replaced by dental restoration material as a result of the tooth undergoing an endodontic restorative procedure." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T02:00:27Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "endodontically restored tooth"@en ;
    rdfs:subClassOf obo:OHD_0000189 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000189
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000295 ;
                owl:someValuesFrom obo:OHD_0000242
            ]
        )
    ] .

obo:OHD_0000237
    obo:IAO_0000115 "A restored tooth in which some portion of enamel in the tooth's crown has been restored by dental restoration material as the result of the tooth undergoing either a crown procedure or intracoronal restoration procedure." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T01:55:01Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "coronally restored tooth"@en ;
    rdfs:subClassOf obo:OHD_0000189 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000189
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000295 ;
                owl:someValuesFrom [
                    a owl:Class ;
                    owl:unionOf (obo:OHD_0000006
                        obo:OHD_0000033
                    )
                ]
            ]
        )
    ] .

obo:OHD_0000238
    obo:IAO_0000115 "A coronally restored tooth in which all or part of the natural dental crown is repalced by an artificial crown as a result of the tooth undergoing an crown procedure." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T01:56:50Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "extracoronally restored tooth"@en ;
    rdfs:subClassOf obo:OHD_0000237 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000237
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000295 ;
                owl:someValuesFrom obo:OHD_0000033
            ]
        )
    ] .

obo:OHD_0000239
    obo:IAO_0000115 "A coronally restored tooth in which dental restoration material is placed into a site that is located in the crown of the tooth as the result of the tooth undergoing an intracoronal restoration procedure." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T01:57:51Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "intracoronally restored tooth"@en ;
    rdfs:subClassOf obo:OHD_0000237 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000237
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000295 ;
                owl:someValuesFrom obo:OHD_0000006
            ]
        )
    ] .

obo:OHD_0000240
    obo:IAO_0000115 "A coronally restored tooth in which a thin layer of material (i.e., a veneer) has been placed over one or more surfaces of the tooth as a result of the tooth undergoing a veneer restoration procedure." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T01:59:02Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "veneer surface restored tooth"@en ;
    rdfs:subClassOf obo:OHD_0000237 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000237
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000295 ;
                owl:someValuesFrom obo:OHD_0000027
            ]
        )
    ] .

obo:OHD_0000241
    obo:IAO_0000115 "An endodontic restorative procedure during which a tooth's root tip is removed and a root end cavity is prepared and filled with dental restoration material." ;
    obo:IAO_0000119 "https://en.wikipedia.org/wiki/Apicoectomy" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T02:20:26Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "apicoectomy procedure"@en ;
    rdfs:subClassOf obo:OHD_0000242 .

obo:OHD_0000242
    obo:IAO_0000115 "A tooth restoration procedure during which some portion of the tooth's root or pulp is replaced by dental restoration material." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T01:52:43Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "endodontic restorative procedure"@en ;
    rdfs:subClassOf obo:OHD_0000003, [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000299 ;
        owl:someValuesFrom obo:OHD_0000236
    ] .

obo:OHD_0000243
    obo:IAO_0000115 "A surgical dental procedure that is performed on the pulp chamber and/or root canal of a tooth, or a part thereof." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T02:26:59Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "surgical endodontic procedure"@en ;
    rdfs:subClassOf obo:OHD_0000003, obo:OHD_0000044 .

obo:OHD_0000244
    obo:IAO_0000115 "A surgical endodontic procure during which a root is removed from a multi-root tooth." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T02:35:48Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "root amputation procedure"@en ;
    rdfs:subClassOf obo:OHD_0000243 .

obo:OHD_0000245
    obo:IAO_0000115 "A dental procedure during which some part of the mouth is replaced by or fitted for a prothesis." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T01:49:03Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "prosthodontics procedure"@en ;
    rdfs:subClassOf obo:OHD_0000002, [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000299 ;
        owl:someValuesFrom obo:OHD_0000301
    ] .

obo:OHD_0000246
    obo:IAO_0000115 "A prosthodontics procedure during which a prosthesis is permanently attached to some part of the mouth." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:06:45Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "fixed prosthodontics procedure"@en ;
    rdfs:subClassOf obo:OHD_0000245 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000245
            [
                a owl:Restriction ;
                owl:onProperty obo:OBI_0000299 ;
                owl:someValuesFrom obo:OHD_0000281
            ]
        )
    ] .

obo:OHD_0000247
    obo:IAO_0000115 "A prosthodontics procedure during which a removable prosthesis is either constructed or fitted to the patient's mouth." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:08:52Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "removable prosthodontics procedure"@en ;
    rdfs:subClassOf obo:OHD_0000245 .

obo:OHD_0000248
    obo:IAO_0000115 "A fixed prosthodontics procedure in which a dental implant is permanently attached to the jaw." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:37:27Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "dental implant procedure"@en ;
    rdfs:subClassOf obo:OHD_0000246 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000246
            [
                a owl:Class ;
                owl:unionOf ([
                        a owl:Restriction ;
                        owl:onProperty obo:OBI_0000299 ;
                        owl:someValuesFrom obo:OHD_0000259
                    ]
                    [
                        a owl:Restriction ;
                        owl:onProperty obo:OBI_0000299 ;
                        owl:someValuesFrom [
                            a owl:Restriction ;
                            owl:onProperty obo:BFO_0000050 ;
                            owl:someValuesFrom obo:OHD_0000259
                        ]
                    ]
                )
            ]
        )
    ] .

obo:OHD_0000249
    obo:IAO_0000115 "A removable prosthodontics procedure in which the prosthesis being constructed or fitted replaces all of the patient's teeth." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:10:46Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "complete denture procedure"@en ;
    rdfs:subClassOf obo:OHD_0000247, [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000299 ;
        owl:someValuesFrom obo:OHD_0000254
    ] .

obo:OHD_0000250
    obo:IAO_0000115 "A removable prosthodontics procedure in which the prosthesis being constructed or fitted replaces some but not all of the patient's teeth." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:12:21Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "removable partial denture procedure"@en ;
    rdfs:subClassOf obo:OHD_0000247, [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000299 ;
        owl:someValuesFrom obo:OHD_0000252
    ] .

obo:OHD_0000251
    obo:IAO_0000115 "A fixed partial denture that is suppored and retained by underlying tissue and one or more dental implants." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T03:41:04Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "implant supported partial denture"@en ;
    rdfs:subClassOf obo:OHD_0000312 .

obo:OHD_0000252
    obo:IAO_0000115 "A partial denture that is designed and constructed to be removed readily from the mouth." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T03:54:24Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "removable partial denture"@en ;
    rdfs:subClassOf obo:OHD_0000310 .

obo:OHD_0000253
    obo:IAO_0000115 "A prosthesis that replaces all the natural teeth and associated structures in either the maxilla or mandible (or both)." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T03:32:49Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "complete denture"@en ;
    rdfs:subClassOf obo:OHD_0000301 .

obo:OHD_0000254
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T03:35:25Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "complete removable denture"@en ;
    rdfs:subClassOf obo:OHD_0000253 .

obo:OHD_0000255
    obo:IAO_0000115 "A complete denture that is perminately attached to the mouth." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T03:33:42Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "complete fixed denture"@en ;
    rdfs:subClassOf obo:OHD_0000253 .

obo:OHD_0000256
    obo:IAO_0000115 "A complete denture that replaces all the natural teeth and associated structures in both the maxilla and mandible." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T03:34:14Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "complete full denture"@en ;
    rdfs:subClassOf obo:OHD_0000253 .

obo:OHD_0000257
    obo:IAO_0000115 "A complete denture that replaces all the natural teeth and associated structures in the mandible." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T03:34:47Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "complete lower denture"@en ;
    rdfs:subClassOf obo:OHD_0000253 .

obo:OHD_0000258
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-06-06T21:29:59Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "tooth decay"@en ;
    rdfs:subClassOf obo:OGMS_0000065 .

obo:OHD_0000259
    obo:IAO_0000115 "A prosthetic tooth with an anchoring structure surgically implanted beneath the mucosal or periosteal layer or in the bone." ;
    obo:IAO_0000119 "http://medical-dictionary.thefreedictionary.com/tooth+implant" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:03:18Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "dental implant"@en ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000260
    obo:IAO_0000115 "A disorder that is part of a tooth." ;
    terms:contributor <http://orcid.org/0000-0001-9625-1899> ;
    terms:created "2023-06-06T21:30:39Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "tooth disorder"@en ;
    rdfs:subClassOf obo:OGMS_0000045 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OGMS_0000045
            [
                a owl:Restriction ;
                owl:onProperty obo:FMA_85848 ;
                owl:someValuesFrom obo:FMA_12516
            ]
        )
    ] .

obo:OHD_0000261
    obo:IAO_0000115 "A mechanical tooth lesion formed as a result of the tooth being fatigued, flexed, and deformed by biomechanical loading of the tooth. Tooth abfactions are primarily found in the cervical region of the tooth." ;
    obo:IAO_0000116 "Tooth abfractions are usually wedge-shaped lesions with sharp-line angles, but sometimes circular invaginations on occlusal surfaces." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-06-06T21:30:59Z" ;
    a owl:Class ;
    rdfs:label "tooth abfraction lesion"@en ;
    rdfs:subClassOf obo:OHD_0000271 ;
    skos:exactMatch "SCTID:109750005" .

obo:OHD_0000262
    obo:IAO_0000115 "A tooth friction lesion that is caused by either the functional (e.g., mastication) or parafunctional movement of the jaws (e.g., bruxism)."@en ;
    obo:IAO_0000116 "The lesion are primarily found on the occlusal and incisal surfaces of the teeth, however it can be found on the proximal surfaces as well." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-06-06T21:31:20Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "tooth attrition lesion"@en ;
    rdfs:subClassOf obo:OHD_0000290, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002354 ;
        owl:someValuesFrom [
            a owl:Class ;
            owl:unionOf (obo:OHD_0000407
                obo:OHD_0002000
            )
        ]
    ] .

obo:OHD_0000263
    obo:IAO_0000115 "A non-carious tooth lesion that is formed as result of the tooth being exposed to acids." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-06-06T21:31:50Z"^^xsd:dateTime ;
    oboInOwl:hasRelatedSynonym "dental erosion" ;
    a owl:Class ;
    rdfs:label "tooth erosive lesion"@en ;
    rdfs:subClassOf obo:OHD_0000270, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002354 ;
        owl:someValuesFrom obo:ECTO_9002146
    ] .

obo:OHD_0000264
    obo:IAO_0000115 "A tooth friction lesion that is formed as result of some abrasive process." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-06-06T21:33:29Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "tooth abrasive lesion"@en ;
    rdfs:subClassOf obo:OHD_0000290, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0002354 ;
        owl:someValuesFrom obo:OHD_0000282
    ] .

obo:OHD_0000265
    obo:IAO_0000115 "A carious tooth lesion that resulted from some tooth decay but the infected region is not currently decaying." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-06-06T21:37:28Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "arrested carious lesion"@en ;
    rdfs:subClassOf obo:OHD_0000021 .

obo:OHD_0000266
    obo:IAO_0000115 "A carious tooth lesion that is currently undergoing the process of tooth decay." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-06-06T21:37:54Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "active carious lesion"@en ;
    rdfs:subClassOf obo:OHD_0000021 .

obo:OHD_0000267
    obo:IAO_0000115 "A carious tooth lesion that is found only within the enamel." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-06-06T21:38:37Z" ;
    a owl:Class ;
    rdfs:label "enamel carious lesion"@en ;
    rdfs:subClassOf obo:OHD_0000021, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85848 ;
        owl:someValuesFrom obo:FMA_55629
    ] .

obo:OHD_0000268
    obo:IAO_0000115 "A carious tooth legion that has extended to the dentine." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-06-06T21:39:01Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "dentine carious lesion"@en ;
    rdfs:subClassOf obo:OHD_0000021, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85848 ;
        owl:someValuesFrom obo:FMA_55628
    ] .

obo:OHD_0000269
    obo:IAO_0000115 "A carious tooth lesion that is either wholly or partially part of the tooth root." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-06-06T21:39:44Z"^^xsd:dateTime ;
    oboInOwl:hasExactSynonym "root caries" ;
    a owl:Class ;
    rdfs:label "tooth root carious lesion"@en ;
    rdfs:subClassOf obo:OHD_0000021, [
        a owl:Restriction ;
        owl:onProperty obo:FMA_85848 ;
        owl:someValuesFrom obo:FMA_55624
    ] .

obo:OHD_0000270
    obo:IAO_0000115 "A tooth disorder that is not formed by tooth decay." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-06-07T14:15:31Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "non-carious tooth lesion"@en ;
    rdfs:subClassOf obo:OHD_0000260 .

obo:OHD_0000271
    obo:IAO_0000112 "A tooth lesion caused by brushing too hard.", "A tooth lesion caused by bruxism." ;
    obo:IAO_0000115 "A non-carious tooth lesion that is the result of functional or parafunctional activity of the jaws or a process of friction or an abrasive process" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-06-08T16:19:59Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "mechanical tooth lesion"@en ;
    rdfs:subClassOf obo:OHD_0000270 ;
    skos:broadMatch obo:GSSO_007548 .

obo:OHD_0000273
    a owl:AnnotationProperty .

obo:OHD_0000274
    obo:IAO_0000115 "A process during which the surface of the tooth is cleaned." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-06-08T16:56:25Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "tooth cleaning process"@en ;
    rdfs:subClassOf obo:BFO_0000015, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000057 ;
        owl:someValuesFrom obo:FMA_12516
    ] .

obo:OHD_0000275
    obo:IAO_0000115 "A tooth cleaning process during which an object is used to clean the tooth (or teeth) by applying a powder, paste, or liquid (i.e., dentifrice)." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-06-08T16:59:29Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "toothbrushing"@en ;
    rdfs:subClassOf obo:OHD_0000274, obo:OHD_0000282, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000057 ;
        owl:someValuesFrom obo:OHD_0000284
    ] .

obo:OHD_0000276
    obo:IAO_0000115 "A bruxism that occurs during sleep and is characterised by rhythmic (phasic) or non-rhythmic (tonic) movements of the jaw." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-06-06T21:39:37Z" ;
    a owl:Class ;
    rdfs:label "sleep bruxism"@en ;
    rdfs:subClassOf obo:OHD_0000407 .

obo:OHD_0000277
    obo:IAO_0000115 "A tooth disorder that is an outcome of a ruture or break of some part of the tooth." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-06-08T17:13:14Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "tooth fracture"@en ;
    rdfs:subClassOf obo:OHD_0000260 .

obo:OHD_0000278
    obo:IAO_0000115 "A prosthesis that forms the part of a prosthetic tooth  that is in direct contact with the bone and actually provides the fixation to the bone." ;
    obo:IAO_0000119 "http://www.ptcdental.com/dentaldictionary/i/implant-body/" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:22:55Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "dental implant body"@en ;
    rdfs:subClassOf obo:OHD_0000301, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:OHD_0000259
    ] .

obo:OHD_0000279
    obo:IAO_0000115 "A prosthesis that forms the part of a prosthetic tooth to which the restoration is attached and supports the restoration." ;
    obo:IAO_0000116 """Bill Duncan 07/26/2017:
Implant abutments are conical-shaped, and are screwed into a dental implant integrated into the jawbone. Today, the most common form of implant abutments are made of tooth colored material to add a more natural look to the crown that covers the abutment. This type of abutment allows the crown to blend more appropriately with adjacent teeth as is the case with the high noble metal resin crowns and porcelain-fused to noble metal crowns.

(https://www.patientconnect365.com/DentalHealthTopics/Article/Abutment__Dental_Procedure_Code_Description)""", """Bill Duncan 7/26/2017:
Most often the dental implant abutment is an intermediate component between the implant body and the restoration.""" ;
    obo:IAO_0000119 "http://www.ptcdental.com/dentaldictionary/a/abutment/" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:19:43Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "dental implant abutment"@en ;
    rdfs:subClassOf obo:OHD_0000301, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:OHD_0000259
    ] .

obo:OHD_0000280
    obo:IAO_0000115 "A prosthesis that forms the part of a prosthetic tooth which provides the prosthetic tooth with the functionallity and appearance of a natural tooth." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:27:20Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "dental implant crown"@en ;
    rdfs:subClassOf obo:OHD_0000301, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom obo:OHD_0000259
    ] .

obo:OHD_0000281
    obo:IAO_0000115 "A prosthesis that is permanently attached attached to some part of the mouth." ;
    obo:IAO_0000116 """Bill Duncan 07/26/2017:
This class is used to group dental implants and fixed dentures under one term.""" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:00:32Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "fixed prothesis"@en ;
    rdfs:subClassOf obo:OHD_0000301 .

obo:OHD_0000282
    obo:IAO_0000115 "A process during which the tooth is affected by an abrasive material." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-06-09T16:17:51Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "tooth abrasive process"@en ;
    rdfs:subClassOf obo:BFO_0000015 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:BFO_0000015
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000057 ;
                owl:someValuesFrom obo:FMA_12516
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000057 ;
                owl:someValuesFrom obo:OHD_0000284
            ]
        )
    ] .

obo:OHD_0000283
    obo:IAO_0000115 "A dental implant body fabricated to fit the supporting areas of mandible or maxilla with permucosal extensions for support and attachment of abutments." ;
    obo:IAO_0000119 "http://dentalimplants.uchc.edu/about/types.html", "http://implantdirect.co/ai/implantcatalogpdf/glossary.pdf" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:25:20Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "subperiosteal implant framework"@en ;
    rdfs:subClassOf obo:OHD_0000278 .

obo:OHD_0000284
    obo:IAO_0000115 "A material entity of a certain hardness and density that helps remove material from the surface of an entity." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-06-09T16:29:17Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "abrasive material"@en ;
    rdfs:subClassOf obo:BFO_0000040 .

obo:OHD_0000285
    obo:IAO_0000115 "A dental implant body that is less that 3mm in diameter." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:24:40Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "mini dental implant body"@en ;
    rdfs:subClassOf obo:OHD_0000278 .

obo:OHD_0000286
    obo:IAO_0000115 "An endodontic restorative procedure during which material is placed over exposed or nearly dental pulp in order to protect and promote healing of the dental pulp." ;
    obo:IAO_0000119 "https://en.wikipedia.org/wiki/Pulp_capping" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T02:23:54Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "pulp capping procedure"@en ;
    rdfs:subClassOf obo:OHD_0000242 .

obo:OHD_0000287
    obo:IAO_0000115 "A bruxism that occurs during wakeful-ness and is characterised by repetitive or sustained tooth contact and/or by bracing or thrusting of the mandible." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-06-06T21:38:37Z" ;
    a owl:Class ;
    rdfs:label "awake bruxism"@en ;
    rdfs:subClassOf obo:OHD_0000407 .

obo:OHD_0000289
    obo:IAO_0000115 "A surgical endodontic procedure during which medications are placed inside the pulp chamber in order to induce the formation of living replacement tissue." ;
    obo:IAO_0000119 "http://www.neendosol.com/procedures/pulpal-regeneration/" ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T02:34:17Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "pulpal regeneration procedure"@en ;
    rdfs:subClassOf obo:OHD_0000243 .

obo:OHD_0000290
    obo:IAO_0000115 "A mechnical tooth lesion that formed as a result of some friction process." ;
    obo:IAO_0000116 "A tooth friction lesion is caused by a friction process involving an external object. For example, the clasp of an ill-fitting denture, pipe stem of a tobacco pipe, friction lesion of the interproximal areas caused by vigorous use of a tooth pick etc. An abrasive material is not involved in creating the friction lesion." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-06-22T21:30:59Z" ;
    a owl:Class ;
    rdfs:label "tooth friction lesion"@en ;
    rdfs:subClassOf obo:OHD_0000271 .

obo:OHD_0000291
    obo:IAO_0000115 "A removable partial denture procedure in which the prosthesis being constructed or fitted replaces some but not all of the patient's maxillary teeth." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:15:55Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "removable maxillary partial denture procedure"@en ;
    rdfs:subClassOf obo:OHD_0000250 .

obo:OHD_0000292
    obo:IAO_0000115 "A removable partial denture procedure in which the prosthesis being constructed or fitted replaces some but not all of the patient's mandibular teeth." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:15:07Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "removable mandibular partial denture procedure"@en ;
    rdfs:subClassOf obo:OHD_0000250 .

obo:OHD_0000293
    obo:IAO_0000115 "A dental implant body that is placed in the mouth for short duration of time in order to allow adequate time for healing or completion of definitive treatment planning." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:24:01Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "interim dental implant body"@en ;
    rdfs:subClassOf obo:OHD_0000278 .

obo:OHD_0000294
    obo:IAO_0000115 "A dental implant crown constructed out of ceramic." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:28:56Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "ceramic implant crown"@en ;
    rdfs:subClassOf obo:OHD_0000280 .

obo:OHD_0000295
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:32:56Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "porcelain fused to metal impant crown"@en ;
    rdfs:subClassOf obo:OHD_0000280 .

obo:OHD_0000296
    obo:IAO_0000115 "A fixed prosthodontics procedure during which an artificial crown is attached to an dental implant abutment." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:43:23Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "dental implant crown attachment procedure"@en ;
    rdfs:subClassOf obo:OHD_0000248, [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000299 ;
        owl:someValuesFrom obo:OHD_0000280
    ] .

obo:OHD_0000297
    obo:IAO_0000115 "A dental implant crown attachment procedure in which the implant crown is composed of ceramic." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:44:43Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "ceramic dental implant crown attachement procedure"@en ;
    rdfs:subClassOf obo:OHD_0000296, [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000299 ;
        owl:someValuesFrom obo:OHD_0000294
    ] .

obo:OHD_0000298
    obo:IAO_0000115 "A dental implant crown attachment procedure in which the implant crown is composed of porcelain fused to metal." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:46:37Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "porcelain fused to metal dental implant crown attachement procedure"@en ;
    rdfs:subClassOf obo:OHD_0000296, [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000299 ;
        owl:someValuesFrom obo:OHD_0000295
    ] .

obo:OHD_0000299
    obo:IAO_0000115 "A fixed prosthodontics procedure during which an abutment is attached to an implant body." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:39:09Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "dental implant abutment attachement procedure"@en ;
    rdfs:subClassOf obo:OHD_0000248, [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000299 ;
        owl:someValuesFrom obo:OHD_0000279
    ] .

obo:OHD_0000300
    obo:IAO_0000115 "A dental implant abutment attachment procedure during which a retainer for a fixed partial denture is attached to an implant body." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:40:12Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "dental implant retainer attachement procedure for fixed partial denture"@en ;
    rdfs:subClassOf obo:OHD_0000299, [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000299 ;
        owl:someValuesFrom obo:OHD_0000358
    ] .

obo:OHD_0000301
    obo:IAO_0000115 "a processed material that bears a prothetic role" ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "prosthesis" ;
    rdfs:subClassOf obo:OBI_0000047 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OBI_0000047
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000053 ;
                owl:someValuesFrom obo:OHD_0000314
            ]
        )
    ] .

obo:OHD_0000302
    obo:IAO_0000115 "a prosthesis that has been fabricated for use as a substitute for a natural tooth" ;
    obo:IAO_0000116 "usually made of porcelain or plastic " ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000119 "Mosby. Mosby's Dental Dictionary, 2nd Edition. Mosby, 2008. VitalBook file. p. 689" ;
    a owl:Class ;
    rdfs:label "prosthetic tooth" ;
    rdfs:subClassOf obo:OHD_0000206, obo:OHD_0000301, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000053 ;
        owl:someValuesFrom obo:OHD_0000315
    ] .

obo:OHD_0000303
    obo:IAO_0000115 "A tooth restoration procedure in which the dental restoration material is placed in the tooth via some direct dental restoration material combination process." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "direct restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000004 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000004
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:OHD_0000037
            ]
        )
    ] .

obo:OHD_0000304
    obo:IAO_0000115 "A tooth restoration procedure in which the dental restoration material is placed in the tooth via some dental material tooth attachment process." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "indirect restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000004 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000004
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000051 ;
                owl:someValuesFrom obo:OHD_0000038
            ]
        )
    ] .

obo:OHD_0000305
    obo:IAO_0000115 "A crown restoration procedure in which 3 of the 4 surfaces on an anterior tooth is restored. The dental restoration material extends to (or almost to) the gum line." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "3/4 crown restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000033, [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000293 ;
        owl:someValuesFrom obo:OHD_0000307
    ] .

obo:OHD_0000306
    obo:IAO_0000115 "A dental material combination process in which one or more materials forms a substructure and then one or more materials are fused (or baked) onto this substructure." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "dental material fusion process" ;
    rdfs:subClassOf obo:OHD_0000349 .

obo:OHD_0000307
    obo:IAO_0000115 "A tooth that is either an incisor or a canine." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "Anterior Tooth" ;
    rdfs:subClassOf obo:FMA_12516 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:unionOf (obo:FMA_12823
            obo:FMA_55636
        )
    ] .

obo:OHD_0000308
    obo:IAO_0000115 "A tooth that is either a molar or premolar." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "Posterior Tooth" ;
    rdfs:subClassOf obo:FMA_12516 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:unionOf (obo:FMA_55637
            obo:FMA_55638
        )
    ] .

obo:OHD_0000309
    obo:IAO_0000115 "A dental implant retainer attachement procedure for fixed partial denture in which the retainer being attached to the implant body is to be used as a retainer for a ceramic fixed partial denture." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:41:10Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "dental implant retainer attachement procedure for ceramic fixed partial denture"@en ;
    rdfs:subClassOf obo:OHD_0000300 .

obo:OHD_0000310
    obo:IAO_0000111 "partial denture" ;
    obo:IAO_0000115 "a prosthesis that replaces one or more, but less than all, of the natural teeth and associated structures " ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "partial dental prothesis" ;
    obo:IAO_0000119 "Mosby. Mosby's Dental Dictionary, 2nd Edition. Mosby, 2008. VitalBook file. p. 175" ;
    a owl:Class ;
    rdfs:label "partial denture" ;
    rdfs:subClassOf obo:OHD_0000301, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000051 ;
        owl:someValuesFrom obo:OHD_0000302
    ] .

obo:OHD_0000311
    obo:IAO_0000115 "A fixed partial denture that is suppored and retained by underlying tissue and some or all of the remaining teeth." ;
    obo:IAO_0000116 """Dan Caplan 12/13/2014:
Mosby's definition is not quite corrrect. The support could also include other teeth that are not adjacent to the endentulous area. The important point is that the prosthesis is supported by existing teeth (wherever they are in the arch), and not by the gingiva.
""" ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000119 "Mosby. Mosby's Dental Dictionary, 2nd Edition. Mosby, 2008. VitalBook file. p. 175-176" ;
    a owl:Class ;
    rdfs:label "tooth-supported partial denture" ;
    rdfs:subClassOf obo:OHD_0000312 .

obo:OHD_0000312
    obo:IAO_0000115 "A partial denture that is permanently attached to prepared natural teeth, roots, or implants." ;
    obo:IAO_0000118 "bridge" ;
    obo:IAO_0000119 "Mosby. Mosby's Dental Dictionary, 2nd Edition. Mosby, 2008. VitalBook file. p. 175" ;
    a owl:Class ;
    rdfs:label "fixed partial denture" ;
    rdfs:subClassOf obo:OHD_0000310 .

obo:OHD_0000313
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "A tooth restoration procedure in which a fixed partial denture (i.e., bridge) is attached to the supporting teeth.", "bridge restoration procedure" ;
    a owl:Class ;
    rdfs:label "fixed partial denture restoration procedure" ;
    rdfs:subClassOf obo:OHD_0000004 .

obo:OHD_0000314
    obo:IAO_0000112 "A glass eye (see  http://en.wikipedia.org/wiki/Ocular_prosthesis)", "A prothetic hand (see http://bebionic.com)" ;
    obo:IAO_0000115 "A material to be added role that inheres in a material entity that replaces some missing body part." ;
    obo:IAO_0000116 """Bill Duncan / Alan Ruttenber 12/16/2014:

Prosthics may be either functional for non-functional. For example, a glass eye bears a prosthetic role, but it does not see. """ ;
    obo:IAO_0000117 "Alan Ruttenberg", "Bill Dunan" ;
    a owl:Class ;
    rdfs:label "prosthetic role" ;
    rdfs:subClassOf obo:OBI_0000319, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000052 ;
        owl:someValuesFrom obo:BFO_0000040
    ] .

obo:OHD_0000315
    obo:IAO_0000112 "A prosthic hand" ;
    obo:IAO_0000115 "A prosthetic role that is realized by activities in which the material entity (bearing the role) is used a manner that is similar to how the body part that the prosthesis replaces would be used." ;
    obo:IAO_0000117 "Alan Ruttenberg", "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "functional prosthetic role" ;
    rdfs:subClassOf obo:OHD_0000314 .

obo:OHD_0000316
    obo:IAO_0000116 "A prothetic tooth that is part of a fixed partial denture." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "pontic" ;
    rdfs:subClassOf obo:OHD_0000302 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000302
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000050 ;
                owl:someValuesFrom obo:OHD_0000312
            ]
        )
    ] .

obo:OHD_0000317
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a right upper third secondary molar tooth (tooth 1)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 1" ;
    a owl:Class ;
    rdfs:label "prosthetic right upper third secondary molar tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000318
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a right upper second secondary molar tooth (tooth 2)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 2" ;
    a owl:Class ;
    rdfs:label "prosthetic right upper second secondary molar tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000319
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a right upper first secondary molar tooth (tooth 3)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 3" ;
    a owl:Class ;
    rdfs:label "prosthetic right upper first secondary molar tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000320
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a right upper second secondary premolar tooth (tooth 4)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 4" ;
    a owl:Class ;
    rdfs:label "prosthetic right upper second secondary premolar tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000321
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a right upper first secondary premolar tooth (tooth 5)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 5" ;
    a owl:Class ;
    rdfs:label "prosthetic right upper first secondary premolar tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000322
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a right upper secondary canine tooth (tooth 6)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 6" ;
    a owl:Class ;
    rdfs:label "prosthetic right upper secondary canine tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000323
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a right upper lateral secondary incisor tooth (tooth 7)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 7" ;
    a owl:Class ;
    rdfs:label "prosthetic right upper lateral secondary incisor tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000324
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a right upper central secondary incisor tooth (tooth 8)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 8" ;
    a owl:Class ;
    rdfs:label "prosthetic right upper central secondary incisor tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000325
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a left upper central secondary incisor tooth (tooth 9)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 9" ;
    a owl:Class ;
    rdfs:label "prosthetic left upper central secondary incisor tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000326
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a left upper lateral secondary incisor tooth (tooth 10)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 10" ;
    a owl:Class ;
    rdfs:label "prosthetic left upper lateral secondary incisor tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000327
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a left upper secondary canine tooth (tooth 11)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 11" ;
    a owl:Class ;
    rdfs:label "prosthetic left upper secondary canine tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000328
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a left upper first secondary premolar tooth (tooth 12)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 12" ;
    a owl:Class ;
    rdfs:label "prosthetic left upper first secondary premolar tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000329
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a left upper second secondary premolar tooth (tooth 13)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 13" ;
    a owl:Class ;
    rdfs:label "prosthetic left upper second secondary premolar tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000330
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a left upper first secondary molar tooth (tooth 14)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 14" ;
    a owl:Class ;
    rdfs:label "prosthetic left upper first secondary molar tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000331
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a left upper second secondary molar tooth (tooth 15)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 15" ;
    a owl:Class ;
    rdfs:label "prosthetic left upper second secondary molar tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000332
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a left upper third secondary molar tooth (tooth 16)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prothetic tooth 16" ;
    a owl:Class ;
    rdfs:label "prosthetic left upper third secondary molar tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000333
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a left lower third secondary molar tooth (tooth 17)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 17" ;
    a owl:Class ;
    rdfs:label "prosthetic left lower third secondary molar tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000334
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a left lower second secondary molar tooth (tooth 18)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 18" ;
    a owl:Class ;
    rdfs:label "prosthetic left lower second secondary molar tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000335
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a left lower first secondary molar tooth (tooth 19)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 19" ;
    a owl:Class ;
    rdfs:label "prosthetic left lower first secondary molar tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000336
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a left lower second secondary premolar tooth (tooth 20)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 20" ;
    a owl:Class ;
    rdfs:label "prosthetic left lower second secondary premolar tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000337
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a left lower first secondary premolar tooth (tooth 21)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 21" ;
    a owl:Class ;
    rdfs:label "prosthetic left lower first secondary premolar tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000338
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a left lower secondary canine tooth (tooth 22)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 22" ;
    a owl:Class ;
    rdfs:label "prosthetic left lower secondary canine tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000339
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a left lower lateral secondary incisor tooth (tooth 23)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 23" ;
    a owl:Class ;
    rdfs:label "prosthetic left lower lateral secondary incisor tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000340
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a left lower central secondary incisor tooth (tooth 24)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 24" ;
    a owl:Class ;
    rdfs:label "prosthetic left lower central secondary incisor tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000341
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a right lower central secondary incisor tooth (tooth 25)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 25" ;
    a owl:Class ;
    rdfs:label "prosthetic right lower central secondary incisor tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000342
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a right lower lateral secondary incisor tooth (tooth 26)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 26" ;
    a owl:Class ;
    rdfs:label "prosthetic right lower lateral secondary incisor tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000343
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a right lower secondary canine tooth (tooth 27)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 27" ;
    a owl:Class ;
    rdfs:label "prosthetic right lower secondary canine tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000344
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a right lower first secondary premolar tooth (tooth 28)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 28" ;
    a owl:Class ;
    rdfs:label "prosthetic right lower first secondary premolar tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000345
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a right lower second secondary premolar tooth (tooth 29)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 29" ;
    a owl:Class ;
    rdfs:label "prosthetic right lower second secondary premolar tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000346
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a right lower first secondary molar tooth (tooth 30)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 30" ;
    a owl:Class ;
    rdfs:label "prosthetic right lower first secondary molar tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000347
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a right lower second secondary molar tooth (tooth 31)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 31" ;
    a owl:Class ;
    rdfs:label "prosthetic right lower second secondary molar tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000348
    obo:IAO_0000115 "A prosthetic tooth that is used a substitute for a right lower third secondary molar tooth (tooth 32)." ;
    obo:IAO_0000117 "Bill Duncan" ;
    obo:IAO_0000118 "prosthetic tooth 32" ;
    a owl:Class ;
    rdfs:label "prosthetic right lower third secondary molar tooth" ;
    rdfs:subClassOf obo:OHD_0000302 .

obo:OHD_0000349
    obo:IAO_0000115 "A material combination in which two or more dental restoration materials are combined." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "dental material combination process" ;
    rdfs:subClassOf obo:OBI_0000652 .

obo:OHD_0000350
    obo:IAO_0000112 "provisional crown" ;
    obo:IAO_0000115 "A prosthetic role that is borne by a material entity which is serves as a temporary replacement for some body part in order to allow adequate time for healing or completion of other procedures." ;
    obo:IAO_0000117 "Bill Duncan" ;
    a owl:Class ;
    rdfs:label "temporary prosthetic role" ;
    rdfs:subClassOf obo:OHD_0000314 .

obo:OHD_0000351
    obo:IAO_0000115 "A dental implant retainer attachement procedure for fixed partial denture in which the retainer being attached to the implant body is to be used as a retainer for a porcelain fused to metal fixed partial denture." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:42:02Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "dental implant retainer attachement procedure for porcelain fused to metal fixed partial denture"@en ;
    rdfs:subClassOf obo:OHD_0000300 .

obo:OHD_0000352
    obo:IAO_0000115 "A fixed partial denture constructed out of ceramic." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T03:39:55Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "ceramic fixed partial denture"@en ;
    rdfs:subClassOf obo:OHD_0000312 .

obo:OHD_0000353
    obo:IAO_0000115 "A fixed partial denture constructed out of porcelain fused to metal." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T03:43:52Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "porcelain fused to metal fixed partial denture"@en ;
    rdfs:subClassOf obo:OHD_0000312 .

obo:OHD_0000354
    obo:IAO_0000115 "An implant supported fixed partial denture constructed out of ceramic." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T03:42:00Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "ceramic implant supported partial denture"@en ;
    rdfs:subClassOf obo:OHD_0000251 .

obo:OHD_0000355
    obo:IAO_0000115 "An implant supported fixed partial denture constructed out of porcelain fused to metal." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T03:42:38Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "porcelain fused to metal implant supported partial denture"@en ;
    rdfs:subClassOf obo:OHD_0000251 .

obo:OHD_0000356
    obo:IAO_0000115 "A tooth supported fixed partial denture constructed out of porcelain fused to metal." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T03:51:56Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "porcelain fused to metal tooth supported partial denture"@en ;
    rdfs:subClassOf obo:OHD_0000311 .

obo:OHD_0000357
    obo:IAO_0000115 "A tooth supported fixed partial denture constructed out of ceramic." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T03:51:23Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "ceramic tooth supported partial denture"@en ;
    rdfs:subClassOf obo:OHD_0000311 .

obo:OHD_0000358
    obo:IAO_0000115 "A dental implant abutment that serves as a retainer for a fixed partial denture." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:22:08Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "dental implant fixed partial denture retainer"@en ;
    rdfs:subClassOf obo:OHD_0000279 .

obo:OHD_0000359
    obo:IAO_0000115 "A dental implant crown constructed out of high noble metal." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T04:30:02Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "high noble metal implant crown"@en ;
    rdfs:subClassOf obo:OHD_0000280 .

obo:OHD_0000360
    obo:IAO_0000115 "a data property whose value is an ADA universal tooth number that represents the tooth associated with a tooth root that is missing from a dentition" ;
    obo:IAO_0000116 """Bill Duncan 10/18/2017:
This data property provides a means to query for missing tooth roots. Since a missing tooth root is not a tooth root, it is wrong represent a missing tooth root as an instance of a tooth root. Rather, we represent a missing tooth root by respresenting the instance of the dentition and then specify with this data property that the dentition is missing a tooth root that is associated with the tooth designated by the universtal tooth number.""" ;
    dc:date "2017-10-18T20:39:14Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:DatatypeProperty ;
    rdfs:label "missing tooth root number"@en ;
    rdfs:range xsd:string .

obo:OHD_0000361
    obo:IAO_0000115 "A caries finding in which the caries lesion is found to be in the tooth's crown." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2017-11-09T22:29:25Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "coronal caries finding"@en ;
    rdfs:subClassOf obo:OHD_0000024 .

obo:OHD_0000362
    obo:IAO_0000115 "A caries finding in which the caries lesion is found to be in the tooth's root." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2017-11-09T22:30:09Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "tooth root caries finding"@en ;
    rdfs:subClassOf obo:OHD_0000024 .

obo:OHD_0000363
    obo:IAO_0000116 """Bill Duncan:
This individual is needed so that the organization identifier, missing tooth number, and missing tooth root number annotations/data properties are not removed when the inferred axioms are export using the HermiT reasoner. 

I have no idea why this happening...""" ;
    obo:OHD_0000234 "1" ;
    obo:OHD_0000273 "test organization" ;
    obo:OHD_0000360 "1" ;
    dc:contributor "http://orcid.org/0000-0001-9625-1899" ;
    dc:date "2017-11-09T22:32:52Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:NamedIndividual ;
    rdfs:label "missing tooth example"@en .

obo:OHD_0000364
    obo:IAO_0000115 "A secondary dentition that is missing tooth 1." ;
    dc:date "2017-11-10T03:42:18Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 1" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "1" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000365
    obo:IAO_0000115 "A secondary dentition that is missing tooth 2." ;
    dc:date "2017-11-10T03:49:27Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 2" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "2" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000366
    obo:IAO_0000115 "A secondary dentition that is missing tooth 3." ;
    dc:date "2017-11-10T03:49:34Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 3" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "3" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000367
    obo:IAO_0000115 "A secondary dentition that is missing tooth 4." ;
    dc:date "2017-11-10T03:49:39Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 4" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "4" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000368
    obo:IAO_0000115 "A secondary dentition that is missing tooth 5." ;
    dc:date "2017-11-10T03:49:48Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 5" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "5" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000369
    obo:IAO_0000115 "A secondary dentition that is missing tooth 6." ;
    dc:date "2017-11-10T03:49:54Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 6" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "6" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000370
    obo:IAO_0000115 "A secondary dentition that is missing tooth 7." ;
    dc:date "2017-11-10T03:50:01Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 7" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "7" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000371
    obo:IAO_0000115 "A secondary dentition that is missing tooth 8." ;
    dc:date "2017-11-10T03:50:08Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 8" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "8" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000372
    obo:IAO_0000115 "A secondary dentition that is missing tooth 9." ;
    dc:date "2017-11-10T03:50:29Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 9" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "9" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000373
    obo:IAO_0000115 "A secondary dentition that is missing tooth 10." ;
    dc:date "2017-11-10T03:50:36Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 10" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "10" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000374
    obo:IAO_0000115 "A secondary dentition that is missing tooth 11." ;
    dc:date "2017-11-10T03:50:44Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 11" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "11" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000375
    obo:IAO_0000115 "A secondary dentition that is missing tooth 12." ;
    dc:date "2017-11-10T03:50:49Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 12" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "12" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000376
    obo:IAO_0000115 "A secondary dentition that is missing tooth 13." ;
    dc:date "2017-11-10T03:50:55Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 13" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "13" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000377
    obo:IAO_0000115 "A secondary dentition that is missing tooth 14." ;
    dc:date "2017-11-10T03:51:02Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 14" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "14" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000378
    obo:IAO_0000115 "A secondary dentition that is missing tooth 15." ;
    dc:date "2017-11-10T03:51:11Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 15" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "15" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000379
    obo:IAO_0000115 "A secondary dentition that is missing tooth 16," ;
    dc:date "2017-11-10T03:51:17Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 16" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "16" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000380
    obo:IAO_0000115 "A secondary dentition that is missing tooth 17." ;
    dc:date "2017-11-10T03:51:23Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 17" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "17" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000381
    obo:IAO_0000115 "A secondary dentition that is missing tooth 18." ;
    dc:date "2017-11-10T03:51:28Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 18" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "18" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000382
    obo:IAO_0000115 "A secondary dentition that is missing tooth 19." ;
    dc:date "2017-11-10T03:51:33Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 19" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "19" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000383
    obo:IAO_0000115 "A secondary dentition that is missing tooth 20." ;
    dc:date "2017-11-10T03:51:38Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 20" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "20" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000384
    obo:IAO_0000115 "A secondary dentition that is missing tooth 21." ;
    dc:date "2017-11-10T03:51:45Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 21" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "21" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000385
    obo:IAO_0000115 "A secondary dentition that is missing tooth 22." ;
    dc:date "2017-11-10T03:52:02Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 22" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "22" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000386
    obo:IAO_0000115 "A secondary dentition that is missing tooth 23." ;
    dc:date "2017-11-10T03:52:06Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 23" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "23" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000387
    obo:IAO_0000115 "A secondary dentition that is missing tooth 24." ;
    dc:date "2017-11-10T03:52:13Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 24" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "24" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000388
    obo:IAO_0000115 "A secondary dentition that is missing tooth 25." ;
    dc:date "2017-11-10T03:52:16Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 25" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "25" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000389
    obo:IAO_0000115 "A secondary dentition that is missing tooth 26." ;
    dc:date "2017-11-10T03:52:20Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 26" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "26" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000390
    obo:IAO_0000115 "A secondary dentition that is missing tooth 27." ;
    dc:date "2017-11-10T03:52:25Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 27" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "27" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000391
    obo:IAO_0000115 "A secondary dentition that is missing tooth 28." ;
    dc:date "2017-11-10T03:52:36Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 28" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "28" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000392
    obo:IAO_0000115 "A secondary dentition that is missing tooth 29." ;
    dc:date "2017-11-10T03:52:40Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 29" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "29" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000393
    obo:IAO_0000115 "A secondary dentition that is missing tooth 30." ;
    dc:date "2017-11-10T03:52:48Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 30" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "30" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000394
    obo:IAO_0000115 "A secondary dentition that is missing tooth 31." ;
    dc:date "2017-11-10T03:52:54Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 31" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "31" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000395
    obo:IAO_0000115 "A secondary dentition that is missing tooth 32." ;
    dc:date "2017-11-10T03:52:59Z"^^xsd:dateTime ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    a owl:Class ;
    rdfs:label "secondary dentition missing tooth 32" ;
    rdfs:subClassOf obo:FMA_75152 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:hasValue "32" ;
                owl:onProperty obo:OHD_0000234
            ]
        )
    ] .

obo:OHD_0000396
    obo:IAO_0000115 "A dental finding procedure that an endodontic procedure was performed on the patient." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2017-11-21T03:27:27Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "endodontic procedure finding"@en ;
    rdfs:subClassOf obo:OHD_0000221 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000221
            [
                a owl:Restriction ;
                owl:onProperty obo:IAO_0000136 ;
                owl:someValuesFrom obo:OHD_0000003
            ]
        )
    ] .

obo:OHD_0000397
    obo:IAO_0000115 "A dental finding procedure that procedure a prosthodontics procedure was performed on the patient." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2017-11-21T03:27:44Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "prosthodontics procedure finding"@en ;
    rdfs:subClassOf obo:OHD_0000221 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000221
            [
                a owl:Restriction ;
                owl:onProperty obo:IAO_0000136 ;
                owl:someValuesFrom obo:OHD_0000245
            ]
        )
    ] .

obo:OHD_0000398
    obo:IAO_0000115 "A dental finding procedure that a surgical dental procedure was performed on the patient." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2017-11-21T03:28:02Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "surgical dental procedure finding"@en ;
    rdfs:subClassOf obo:OHD_0000221 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000221
            [
                a owl:Restriction ;
                owl:onProperty obo:IAO_0000136 ;
                owl:someValuesFrom obo:OHD_0000044
            ]
        )
    ] .

obo:OHD_0000399
    obo:IAO_0000115 "A dental finding procedure that tooth restoration procedure was performed on the patient." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2017-11-21T03:28:33Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "tooth restoration procedure finding"@en ;
    rdfs:subClassOf obo:OHD_0000221 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000221
            [
                a owl:Restriction ;
                owl:onProperty obo:IAO_0000136 ;
                owl:someValuesFrom obo:OHD_0000004
            ]
        )
    ] .

obo:OHD_0000400
    obo:IAO_0000115 "A dental finding procedure that a crown restoration procedure was performed on the patient." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2017-11-21T03:28:47Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "crown restoration procedure finding"@en ;
    rdfs:subClassOf obo:OHD_0000399 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000399
            [
                a owl:Restriction ;
                owl:onProperty obo:IAO_0000136 ;
                owl:someValuesFrom obo:OHD_0000033
            ]
        )
    ] .

obo:OHD_0000401
    obo:IAO_0000115 "A dental finding procedure that an intracoronal restoration procedure was performed on the patient." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2017-11-21T03:29:24Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "intracoronal restoration procedure finding"@en ;
    rdfs:subClassOf obo:OHD_0000399 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000399
            [
                a owl:Restriction ;
                owl:onProperty obo:IAO_0000136 ;
                owl:someValuesFrom obo:OHD_0000006
            ]
        )
    ] .

obo:OHD_0000402
    obo:IAO_0000115 "A dental finding procedure that a veneer restoration procedure was performed on the patient." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2017-11-21T03:29:54Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "veneer restoration procedure finding"@en ;
    rdfs:subClassOf obo:OHD_0000399 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000399
            [
                a owl:Restriction ;
                owl:onProperty obo:IAO_0000136 ;
                owl:someValuesFrom obo:OHD_0000027
            ]
        )
    ] .

obo:OHD_0000403
    obo:IAO_0000115 "A dental finding that is about an oral evaluation." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2017-11-21T03:30:30Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "oral evaluation finding"@en ;
    rdfs:subClassOf obo:OHD_0000010 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OHD_0000010
            [
                a owl:Restriction ;
                owl:onProperty obo:IAO_0000136 ;
                owl:someValuesFrom obo:OHD_0000197
            ]
        )
    ] .

obo:OHD_0000406
    obo:IAO_0000112 "Mouth breathing", "Teeth grinding and clenching", "Tongue thrusting" ;
    obo:IAO_0000115 "A pathological process that involves the mouth and can contribute to some disorder of the head and neck region." ;
    obo:IAO_0000116 "An oral parafunction can include tongue thrusting, mouth breathing, bruxism etc." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    a owl:Class ;
    rdfs:label "oral parafunction"@en ;
    rdfs:subClassOf obo:NBO_0000007, obo:OGMS_0000061 ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (obo:OGMS_0000061
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000057 ;
                owl:someValuesFrom obo:FMA_49184
            ]
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0003304 ;
                owl:someValuesFrom obo:OGMS_0000045
            ]
        )
    ] .

obo:OHD_0000407
    obo:IAO_0000115 "A masticatory muscle activity that may result in a disorder within the head and neck region." ;
    obo:IAO_0000116 "Involuntary holding of the teeth together and tightening of the jaw muscles or grinding of the teeth."@en ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-06-06T21:27:37Z" ;
    a owl:Class ;
    rdfs:label "bruxism"@en ;
    rdfs:subClassOf obo:OHD_0000406, obo:OHD_0002000, [
        a owl:Restriction ;
        owl:onProperty obo:RO_0003304 ;
        owl:someValuesFrom obo:OGMS_0000045
    ] .

obo:OHD_0001000
    obo:IAO_0000115 "A ceramic dental restoration material that contains crystalline oxide of zirconium." ;
    terms:created "2023-07-07T14:36:57Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10351515/" ;
    a owl:Class ;
    rdfs:label "zirconium dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000135 .

obo:OHD_0001005
    obo:IAO_0000115 "A dental restoration material which contain methacrylate monomers, fillers and activator intiator system to fascilitate light activated and or chemically activated polymerization reaction." ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096> ;
    terms:created "2023-08-07T15:16:39Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "ISO 4049:2009", "https://www.iso.org/standard/42898.html" ;
    a owl:Class ;
    rdfs:comment "It is intended for use in the cementation or fixation of restorations and appliances." ;
    rdfs:label "resin-based cement dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000000 .

obo:OHD_0001006
    obo:IAO_0000115 "An acid-base cement dental restoration material containing basic ion-leachable glass (fluoroaluminosilicate glass) as a powder component with polymeric water-soluble acid (polyacrylic acid, polyprotic carboxilic acid) as liquid componenet to complete the acid-base reaction." ;
    obo:IAO_0000118 "Glass Ionomer Cement (GIC)"@en, "glass polyalkenoate cement"@en ;
    obo:IAO_0000119 "doi:10.3390/jfb7030016" ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096> ;
    terms:created "2023-07-19T15:23:33Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "glass ionomer cement dental restoration material" ;
    rdfs:subClassOf obo:OHD_0001021 .

obo:OHD_0001007
    obo:IAO_0000115 "A zinc-oxide cement dental restoration material containingeugenol as a liquid componenet to complete the acid-base reaction." ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096> ;
    terms:created "2023-07-21T13:58:36Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "zinc oxide eugenol cement dental restoration material" ;
    rdfs:subClassOf obo:OHD_0001022 .

obo:OHD_0001008
    obo:IAO_0000115 "A dental restoration material containing calcium aluminate, polyacrylic acid  with basic ion-leachable glass particles as  powder component with water as liquid componenet to complete the acid-base reaction of glass ionomer and hydration of calcium aluminate cement." ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096> ;
    terms:created "2024-02-08T11:22:23Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "calcium aluminate glass ionomer hybrid cement dental restoration material"@en ;
    rdfs:subClassOf obo:OHD_0000000 .

obo:OHD_0001010
    obo:IAO_0000115 "A zinc-oxide cement dental restoration material containing aliphatic acid or butyric acid to substitute the eugenol as a liquid componenet to complete the acid-base reaction." ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096> ;
    terms:created "2023-07-31T12:05:19Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "10.3390/dj10110208", "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9689175/" ;
    a owl:Class ;
    rdfs:label "zinc oxide non-eugenol cement dental restoration material" ;
    rdfs:subClassOf obo:OHD_0001022 .

obo:OHD_0001011
    obo:IAO_0000115 "A resin-based composite dental restoration material which enable the restoration to be built up in thick layers of up to 4 mm and are recommended by manufacturers to simplify clinical technique and save time compared to traditional incremental placement." ;
    obo:IAO_0000119 "Craig's restorative Dental Material"@en ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096> ;
    terms:created "2023-07-31T12:07:09Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "bulkfilled resin-based composite dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000036 .

obo:OHD_0001012
    obo:IAO_0000115 "A resin-based composite dental restoration material which has low-viscosity and recommended for cervical lesions, restorations in deciduous teeth, and other small, low- or nonstress bearing restorations." ;
    obo:IAO_0000119 "Craig's restorative Dental Material"@en ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096> ;
    terms:created "2023-07-31T12:07:24Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "flowable resin-based composite dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000036 .

obo:OHD_0001014
    obo:IAO_0000115 "A resin-based composite dental restoration material which contain macrosize filler particles." ;
    obo:IAO_0000119 "Craig's restorative Dental Material"@en ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096> ;
    terms:created "2023-07-31T12:08:04Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "macrofilled resin-based composite dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000036 .

obo:OHD_0001015
    obo:IAO_0000115 "A resin-based composite dental restoration material which composed of dimethacrylate resins with 0.04-μm colloidal sillica fillers and prepolymerized resins, which are sometimes filled with colloidal silica." ;
    obo:IAO_0000119 "Craig's restorative Dental Material"@en ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096> ;
    terms:created "2023-07-31T12:08:13Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "microfilled resin-based composite dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000036 .

obo:OHD_0001017
    obo:IAO_0000115 "A resin-based composite dental restoration material which contain nanometer-sized filler particles (1 to 100 nm) throughout the resin matrix." ;
    obo:IAO_0000119 "Craig's restorative Dental Material"@en ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096> ;
    terms:created "2023-07-31T12:08:41Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "nano filled resin-based composite dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000036 .

obo:OHD_0001018
    obo:IAO_0000115 """A resin-based composite dental restoration material which consist of large particles 
(0.4 to 5 μm) with added nanometer-sized filler particles. Thus they are hybrid materials, not true nanofilled composites.""" ;
    obo:IAO_0000119 "Craig's restorative Dental Material"@en ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096> ;
    terms:created "2023-07-31T12:08:57Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "nano hybrid resin-based composite dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000036 .

obo:OHD_0001019
    obo:IAO_0000115 "A resin-based composite dental restoration material  which contain  fluoride-releasing silicate glass filler phase and a methacrylate based matrix with carboxylic acid functional groups." ;
    obo:IAO_0000118 "polyacid-modified glass ionomer cement" ;
    obo:IAO_0000119 "Craig's restorative Dental Material"@en, "ISBN: 978-1-4377-2418-9" ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096> ;
    terms:created "2023-07-31T12:09:12Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "ISBN: 978-81-312-3488-4" ;
    a owl:Class ;
    rdfs:label "compomer resin-based composite dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000036 .

obo:OHD_0001020
    obo:IAO_0000115 "An acid-base cement dental restoration material where in  glass ionomer cements  the glasses are fused with metals such as gold, silver, titanium, and silver to improve their strength." ;
    obo:IAO_0000118 "cermet dental restoration material"@en ;
    obo:IAO_0000119 "Craig's restorative Dental Material"@en ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096> ;
    terms:created "2023-07-31T15:40:29Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "metal modified glass ionomer dental restoration material" ;
    rdfs:subClassOf obo:OHD_0001021 .

obo:OHD_0001021
    obo:IAO_0000115 "A dental restoration material containing acid and liquid components in powder liquid form." ;
    obo:IAO_0000119 "ISBN:0323478212" ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096> ;
    terms:created "2023-08-07T15:21:32Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "ISO standards 9917-1:2007", "https://www.iso.org/standard/45818.html" ;
    a owl:Class ;
    rdfs:label "acid-base cement dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000000 .

obo:OHD_0001022
    obo:IAO_0000115 "An acid-base cement dental restoration material containing zinc-oxide as a powder component with some specific liquid componenet to complete the acid-base reaction." ;
    obo:IAO_0000119 "ISBN:0323478212" ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096> ;
    terms:created "2023-08-05T15:44:55Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "ISO standards 3107:2022", "https://www.iso.org/standard/84407.html" ;
    a owl:Class ;
    rdfs:label "zinc oxide cement dental restoration material" ;
    rdfs:subClassOf obo:OHD_0001021 .

obo:OHD_0001023
    obo:IAO_0000231 "glass ionomer types (e.g., type i, ii, iii) are not standardized" ;
    owl:deprecated true .

obo:OHD_0001024
    obo:IAO_0000231 "glass ionomer types (e.g., type i, ii, iii) are not standardized" ;
    owl:deprecated true .

obo:OHD_0001025
    obo:IAO_0000231 "glass ionomer types (e.g., type i, ii, iii) are not standardized" ;
    owl:deprecated true .

obo:OHD_0001026
    obo:IAO_0000115 "An acid-base cement dental restoration material with modification of  glass ionomer cement with some monomer component and associated activator initiator system to fascilitate light and chemically activated polymerization reaction." ;
    obo:IAO_0000119 "doi: 10.3390/jfb7030016" ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096> ;
    terms:created "2023-08-08T12:27:23Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:comment "The monomer is typically 2-hydroxyethyl methacrylate, HEMA, and the initiator is camphorquinone. Resin-modified glass-ionomers set by the twin processes of neutralization (acid-base reaction) and addition polymerization, and the resulting material has a complicated structure based on the combined products of these two reactions." ;
    rdfs:label "resin-modified glass ionomer dental restoration material" ;
    rdfs:subClassOf obo:OHD_0001021 .

obo:OHD_0001042
    obo:IAO_0000115 "An acid-base cement dental restoration material containing zinc-oxide and magnasium oxide as a powder component with phosphoric acid as liquid componenet to complete the acid-base reaction." ;
    obo:IAO_0000119 "ISBN:0323478212" ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096> ;
    terms:created "2023-09-14T16:34:50Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "zinc phosphate cement dental restoration material" ;
    rdfs:subClassOf obo:OHD_0001021 .

obo:OHD_0001043
    obo:IAO_0000115 "A acid-base cement dental restoration material containing zinc-oxide and magnasium oxide as a powder component with polyacrylic acid and water as liquid componenet to complete the acid-base reaction." ;
    obo:IAO_0000119 "ISBN:0323478212" ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096> ;
    terms:created "2023-09-14T16:35:15Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "zinc polycarboxylate cement dental restoration material" ;
    rdfs:subClassOf obo:OHD_0001021 .

obo:OHD_0001044
    obo:IAO_0000115 "A dental restoration material role that is borne by a portion of dental restoration material in association with bulk restoration and is realized in a tooth restoration procedure in which the restoration material becomes part of a restored tooth." ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096> ;
    terms:created "2023-10-12T11:44:24Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "dental prosthesis support role" ;
    rdfs:subClassOf obo:OHD_0000191 .

obo:OHD_0001045
    obo:IAO_0000115 "A dental restoration material containing calcium hydroxide as a chief ingredient, suspended in a solvent carrier with a thickening agent." ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096> ;
    terms:created "2023-10-12T12:11:12Z"^^xsd:dateTime ;
    a owl:Class ;
    rdfs:label "calcium hydroxide cement dental restoration material" ;
    rdfs:subClassOf obo:OHD_0000000 .

obo:OHD_0001093
    obo:IAO_0000115 "A ceramic dental restoration material that is composed of lithium disilicate embedded in a glass matrix." ;
    obo:IAO_0000118 "LS2"@en ;
    terms:contributor <https://orcid.org/0000-0001-6424-4096> ;
    terms:created "2024-01-19T04:38:08Z"^^xsd:dateTime ;
    oboInOwl:hasDbXref "https://doi.org/10.1186%2Fs12903-019-0838-x" ;
    a owl:Class ;
    rdfs:label "lithium disilicate restoration material" ;
    rdfs:subClassOf obo:OHD_0000135 .

obo:OHD_0002000
    obo:IAO_0000115 "A bodily process that involves the masticatory muscles of the head and neck region." ;
    terms:contributor <https://orcid.org/0000-0001-9625-1899>, <https://orcid.org/0009-0006-7251-3026> ;
    terms:created "2023-06-06T21:30:37Z" ;
    a owl:Class ;
    rdfs:label "masticatory muscle activity" ;
    rdfs:subClassOf obo:OGMS_0000060 .

obo:OMO_0001000
    obo:IAO_0000115 "The term was added to the ontology on the assumption it was in scope, but it turned out later that it was not."@en ;
    obo:IAO_0000116 "This obsolesence reason should be used conservatively. Typical valid examples are: un-necessary grouping classes in disease ontologies, a phenotype term added on the assumption it was a disease."@en ;
    obo:IAO_0000117 <http://orcid.org/0000-0001-5208-3432> ;
    obo:IAO_0000233 "https://github.com/information-artifact-ontology/ontology-metadata/issues/77" ;
    obo:IAO_0000234 "https://orcid.org/0000-0001-5208-3432" ;
    a obo:IAO_0000225, owl:NamedIndividual ;
    rdfs:label "out of scope" .

obo:OMO_0001001
    obo:IAO_0000115 "This is an annotation used on an object property to indicate a logical characterstic beyond what is possible in OWL." ;
    obo:IAO_0000119 "OBO Operations call" ;
    oboInOwl:created_by <http://orcid.org/0000-0001-5208-3432> ;
    a owl:AnnotationProperty ;
    rdfs:label "logical characteristic of object property" .

obo:OMO_0002000
    obo:IAO_0000112 """'part disjoint with' 'defined by construct' \"\"\"
    PREFIX owl: <http://www.w3.org/2002/07/owl#>
    PREFIX : <http://example.org/
    CONSTRUCT {
      [
        a owl:Restriction ;
        owl:onProperty :part_of ;
        owl:someValuesFrom ?a ;
        owl:disjointWith [
          a owl:Restriction ;
          owl:onProperty :part_of ;
          owl:someValuesFrom ?b
        ]
      ]
    }
    WHERE {
      ?a :part_disjoint_with ?b .
    }""" ;
    obo:IAO_0000115 "Links an annotation property to a SPARQL CONSTRUCT query which is meant to provide semantics for a shortcut relation." ;
    obo:IAO_0000233 <https://github.com/ontodev/robot/issues/963> ;
    dc:contributor <https://orcid.org/0000-0002-7356-1779>, <https://orcid.org/0000-0002-8688-6599> ;
    a owl:AnnotationProperty ;
    rdfs:label "defined by construct" .

obo:OMO_0003000
    obo:IAO_0000112 "CHEBI:26523 (reactive oxygen species) has an exact synonym (ROS), which is of type OMO:0003000 (abbreviation)" ;
    obo:IAO_0000115 "A synonym type for describing abbreviations or initalisms" ;
    obo:IAO_0000233 <https://github.com/information-artifact-ontology/ontology-metadata/issues/122> ;
    terms:contributor <https://orcid.org/0000-0003-4423-4370> ;
    terms:created "2023-03-03"^^xsd:date ;
    a owl:AnnotationProperty ;
    rdfs:label "abbreviation" ;
    rdfs:subPropertyOf oboInOwl:SynonymType .

obo:OMO_0003001
    obo:IAO_0000115 "A synonym type for describing ambiguous synonyms" ;
    obo:IAO_0000233 <https://github.com/information-artifact-ontology/ontology-metadata/issues/122> ;
    terms:contributor <https://orcid.org/0000-0003-4423-4370> ;
    terms:created "2023-03-03"^^xsd:date ;
    a owl:AnnotationProperty ;
    rdfs:label "ambiguous synonym" ;
    rdfs:subPropertyOf oboInOwl:SynonymType .

obo:OMO_0003002
    obo:IAO_0000115 "A synonym type for describing dubious synonyms" ;
    obo:IAO_0000233 <https://github.com/information-artifact-ontology/ontology-metadata/issues/122> ;
    terms:contributor <https://orcid.org/0000-0003-4423-4370> ;
    terms:created "2023-03-03"^^xsd:date ;
    a owl:AnnotationProperty ;
    rdfs:label "dubious synonym" ;
    rdfs:subPropertyOf oboInOwl:SynonymType .

obo:OMO_0003003
    obo:IAO_0000112 "EFO:0006346 (severe cutaneous adverse reaction) has an exact synonym (scar), which is of the type OMO:0003003 (layperson synonym)" ;
    obo:IAO_0000115 "A synonym type for describing layperson or colloquial synonyms" ;
    obo:IAO_0000233 <https://github.com/information-artifact-ontology/ontology-metadata/issues/122> ;
    terms:contributor <https://orcid.org/0000-0003-4423-4370> ;
    terms:created "2023-03-03"^^xsd:date ;
    a owl:AnnotationProperty ;
    rdfs:label "layperson synonym" ;
    rdfs:subPropertyOf oboInOwl:SynonymType .

obo:OMO_0003004
    obo:IAO_0000112 "CHEBI:23367 (molecular entity) has an exact synonym (molecular entities), which is of the type OMO:0003004 (plural form)" ;
    obo:IAO_0000115 "A synonym type for describing pluralization synonyms" ;
    obo:IAO_0000233 <https://github.com/information-artifact-ontology/ontology-metadata/issues/122> ;
    terms:contributor <https://orcid.org/0000-0003-4423-4370> ;
    terms:created "2023-03-03"^^xsd:date ;
    a owl:AnnotationProperty ;
    rdfs:label "plural form" ;
    rdfs:subPropertyOf oboInOwl:SynonymType .

obo:OMO_0003005
    obo:IAO_0000112 "CHEBI:16189 (sulfate) has an exact synonym (sulphate), which is of the type OMO:0003005 (UK spelling synonym)" ;
    obo:IAO_0000115 "A synonym type for describing UK spelling variants" ;
    obo:IAO_0000233 <https://github.com/information-artifact-ontology/ontology-metadata/issues/122> ;
    terms:contributor <https://orcid.org/0000-0003-4423-4370> ;
    terms:created "2023-03-03"^^xsd:date ;
    a owl:AnnotationProperty ;
    rdfs:label "UK spelling synonym" ;
    rdfs:subPropertyOf oboInOwl:SynonymType .

obo:OMO_0003006
    obo:IAO_0000115 "A synonym type for common misspellings" ;
    obo:IAO_0000233 <https://github.com/information-artifact-ontology/ontology-metadata/issues/132> ;
    terms:contributor <https://orcid.org/0000-0003-4423-4370> ;
    terms:created "2023-03-03"^^xsd:date ;
    a owl:AnnotationProperty ;
    rdfs:label "misspelling" ;
    rdfs:subPropertyOf oboInOwl:SynonymType .

obo:OMO_0003007
    obo:IAO_0000115 "A synonym type for misnomers, i.e., a synonym that is not technically correct but is commonly used anyway" ;
    obo:IAO_0000233 <https://github.com/information-artifact-ontology/ontology-metadata/issues/133> ;
    terms:contributor <https://orcid.org/0000-0003-4423-4370> ;
    terms:created "2023-03-03"^^xsd:date ;
    a owl:AnnotationProperty ;
    rdfs:label "misnomer" ;
    rdfs:subPropertyOf oboInOwl:SynonymType .

obo:OMRSE_00000007
    obo:IAO_0000115 "A human social role borne by a human being being realized in behaviour which is considered socially appropriate for individuals of a specific sex in the context of a specific culture."@en ;
    obo:IAO_0000117 "Mathias Brochhausen"@en ;
    obo:IAO_0000119 "http://en.wikipedia.org/wiki/Gender_role"@en ;
    obo:IAO_0000412 <http://purl.obolibrary.org/obo/omrse.owl> ;
    a owl:Class ;
    rdfs:label "gender role"@en ;
    rdfs:subClassOf obo:BFO_0000023, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000052 ;
        owl:someValuesFrom obo:CARO_0000012
    ] .

obo:OMRSE_00000008
    obo:IAO_0000115 "A gender role borne by a human being that is realized in behaviour which is considered socially appropriate for individuals of the male sex in the context of the culture in question."@en ;
    obo:IAO_0000117 "Mathias Brochhausen"@en ;
    obo:IAO_0000118 "male gender"@en ;
    obo:IAO_0000412 <http://purl.obolibrary.org/obo/omrse.owl> ;
    a owl:Class ;
    rdfs:label "male gender role"@en ;
    rdfs:subClassOf obo:OMRSE_00000007, [
        a owl:Class ;
        owl:intersectionOf ([
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000052 ;
                owl:someValuesFrom obo:CARO_0000012
            ]
            [
                a owl:Restriction ;
                owl:allValuesFrom obo:CARO_0000012 ;
                owl:onProperty obo:BFO_0000052
            ]
        )
    ] .

obo:OMRSE_00000009
    obo:IAO_0000115 "A gender role borne by a human being that is realized in behaviour which is considered socially appropriate for individuals of the female sex in the context of the culture in question."@en ;
    obo:IAO_0000117 "Mathias Brochhausen"@en ;
    obo:IAO_0000118 "female gender"@en ;
    obo:IAO_0000412 <http://purl.obolibrary.org/obo/omrse.owl> ;
    a owl:Class ;
    rdfs:label "female gender role"@en ;
    rdfs:subClassOf obo:OMRSE_00000007, [
        a owl:Class ;
        owl:intersectionOf ([
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000052 ;
                owl:someValuesFrom obo:CARO_0000012
            ]
            [
                a owl:Restriction ;
                owl:allValuesFrom obo:CARO_0000012 ;
                owl:onProperty obo:BFO_0000052
            ]
        )
    ] .

obo:PATO_0040034
    obo:IAO_0000116 "Replace with PATO term" ;
    a owl:Class ;
    rdfs:label "temp: fractured"@en ;
    rdfs:subClassOf obo:BFO_0000019 .

obo:RO_0000052
    obo:IAO_0000111 "inheres in"@en ;
    obo:IAO_0000112 "this fragility is a characteristic of this vase"@en, "this red color is a characteristic of this apple"@en ;
    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 ;
    obo:IAO_0000118 "inheres_in"@en ;
    obo:RO_0001900 obo:RO_0001901 ;
    a 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:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "characteristic of"@en ;
    rdfs:subPropertyOf obo:RO_0002314 .

obo:RO_0000053
    obo:IAO_0000111 "bearer of"@en ;
    obo:IAO_0000112 "this apple is bearer of this red color"@en, "this vase is bearer of this fragility"@en ;
    obo:IAO_0000115 "Inverse of characteristic_of"@en ;
    obo:IAO_0000116 "A bearer can have many dependents, and its dependents can exist for different periods of time, but none of its dependents can exist when the bearer does not exist."@en ;
    obo:IAO_0000118 "bearer_of"@en, "is bearer of"@en ;
    obo:RO_0001900 obo:RO_0001901 ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "has characteristic"@en .

obo:RO_0000056
    obo:IAO_0000111 "participates in"@en ;
    obo:IAO_0000112 "this blood clot participates in this blood coagulation"@en, "this input material (or this output material) participates in this process"@en, "this investigator participates in this investigation"@en ;
    obo:IAO_0000115 "a relation between a continuant and a process, in which the continuant is somehow involved in the process"@en ;
    obo:IAO_0000118 "participates_in"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "participates in"@en ;
    rdfs:subPropertyOf owl:topObjectProperty ;
    owl:propertyChainAxiom (obo:BFO_0000053
        obo:BFO_0000054
    ) .

obo:RO_0000057
    obo:IAO_0000111 "has participant"@en ;
    obo:IAO_0000112 "this blood coagulation has participant this blood clot"@en, "this investigation has participant this investigator"@en, "this process has participant this input material (or this output material)"@en ;
    obo:IAO_0000115 "a relation between a process and a continuant, in which the continuant is somehow involved in the process"@en ;
    obo:IAO_0000116 "Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time."@en ;
    obo:IAO_0000118 "has_participant"@en ;
    dc:source "http://www.obofoundry.org/ro/#OBO_REL:has_participant" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "has participant"@en ;
    rdfs:subPropertyOf owl:topObjectProperty ;
    owl:propertyChainAxiom (obo:OBI_0000293
        obo:BFO_0000050
    ) .

obo:RO_0000058
    obo:IAO_0000112 "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The journal article (a generically dependent continuant) is concretized as the quality (a specifically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."@en, "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."@en ;
    obo:IAO_0000115 "A relationship between a generically dependent continuant and a specifically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "is concretized as"@en ;
    rdfs:subPropertyOf owl:topObjectProperty .

obo:RO_0000059
    obo:IAO_0000112 "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The quality (a specifically dependent continuant) concretizes the journal article (a generically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."@en, "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."@en ;
    obo:IAO_0000115 "A relationship between a specifically dependent continuant and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. Multiple specifically dependent continuants can concretize the same generically dependent continuant."@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "concretizes"@en ;
    rdfs:subPropertyOf owl:topObjectProperty .

obo:RO_0000079
    obo:IAO_0000112 "this catalysis function is a function of this enzyme"@en ;
    obo:IAO_0000115 "a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence"@en ;
    obo:IAO_0000116 "A function inheres in its bearer at all times for which the function exists, however the function need not be realized at all the times that the function exists."@en ;
    obo:IAO_0000118 "function_of"@en, "is function of"@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:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "function of"@en ;
    rdfs:subPropertyOf obo:RO_0000052 .

obo:RO_0000080
    obo:IAO_0000112 "this red color is a quality of this apple"@en ;
    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 ;
    obo:IAO_0000116 "A quality inheres in its bearer at all times for which the quality exists."@en ;
    obo:IAO_0000118 "is quality of"@en, "quality_of"@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:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "quality of"@en ;
    rdfs:subPropertyOf obo:RO_0000052 .

obo:RO_0000085
    obo:IAO_0000112 "this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)"@en ;
    obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence"@en ;
    obo:IAO_0000116 "A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists."@en ;
    obo:IAO_0000118 "has_function"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "has function"@en ;
    rdfs:subPropertyOf obo:RO_0000053 .

obo:RO_0000086
    obo:IAO_0000112 "this apple has quality this red color"@en ;
    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 ;
    obo:IAO_0000116 "A bearer can have many qualities, and its qualities can exist for different periods of time, but none of its qualities can exist when the bearer does not exist."@en ;
    obo:IAO_0000118 "has_quality"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "has quality"@en ;
    rdfs:subPropertyOf obo:RO_0000053 .

obo:RO_0000087
    obo:IAO_0000112 "this person has role this investigator role (more colloquially: this person has this role of investigator)"@en ;
    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 ;
    obo:IAO_0000116 "A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists."@en ;
    obo:IAO_0000118 "has_role"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "has role"@en ;
    rdfs:subPropertyOf obo:RO_0000053 .

obo:RO_0000091
    obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence"@en ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "has disposition"@en ;
    rdfs:subPropertyOf obo:RO_0000053 .

obo:RO_0000092
    obo:IAO_0000115 "inverse of has disposition" ;
    oboInOwl:inSubset obo:RO_0002259 ;
    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:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "disposition of"@en ;
    rdfs:subPropertyOf obo:RO_0000052 .

obo:RO_0001015
    obo:IAO_0000111 "is location of"@en ;
    obo:IAO_0000112 "my head is the location of my brain"@en, "this cage is the location of this rat"@en ;
    obo:IAO_0000115 "a relation between two independent continuants, the location and the target, in which the target is entirely within the location"@en ;
    obo:IAO_0000116 "Most location relations will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"@en ;
    obo:IAO_0000118 "location_of"@en ;
    obo:RO_0001900 obo:RO_0001901 ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "location of"@en ;
    rdfs:subPropertyOf owl:topObjectProperty .

obo:RO_0001025
    obo:IAO_0000111 "located in"@en ;
    obo:IAO_0000112 "my brain is located in my head"@en, "this rat is located in this cage"@en ;
    obo:IAO_0000115 "a relation between two independent continuants, the target and the location, in which the target is entirely within the location"@en ;
    obo:IAO_0000116 "Location as a relation between instances: The primitive instance-level relation c located_in r at t reflects the fact that each continuant is at any given time associated with exactly one spatial region, namely its exact location. Following we can use this relation to define a further instance-level location relation - not between a continuant and the region which it exactly occupies, but rather between one continuant and another. c is located in c1, in this sense, whenever the spatial region occupied by c is part_of the spatial region occupied by c1.    Note that this relation comprehends both the relation of exact location between one continuant and another which obtains when r and r1 are identical (for example, when a portion of fluid exactly fills a cavity), as well as those sorts of inexact location relations which obtain, for example, between brain and head or between ovum and uterus"@en, "Most location relations will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"@en ;
    obo:IAO_0000118 "located_in"@en ;
    obo:RO_0001900 obo:RO_0001901 ;
    dc:source "http://www.obofoundry.org/ro/#OBO_REL:located_in" ;
    oboInOwl:inSubset obo:valid_for_go_gp2term ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "located in"@en ;
    rdfs:seeAlso "https://wiki.geneontology.org/Located_in"^^xsd:anyURI ;
    rdfs:subPropertyOf owl:topObjectProperty .

obo:RO_0001900
    obo:IAO_0000115 "An assertion that holds between an OWL Object Property and a temporal interpretation that elucidates how OWL Class Axioms that use this property are to be interpreted in a temporal context." ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "temporal interpretation" ;
    rdfs:seeAlso <http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/> .

obo:RO_0002086
    obo:IAO_0000117 "David Osumi-Sutherland" ;
    oboInOwl:inSubset <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
    a owl:ObjectProperty ;
    rdfs:comment "X ends_after Y iff: end(Y) before_or_simultaneous_with end(X)"@en ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "ends after"@en ;
    rdfs:subPropertyOf obo:RO_0002222 .

obo:RO_0002087
    obo:IAO_0000117 "David Osumi-Sutherland" ;
    obo:IAO_0000118 "starts_at_end_of" ;
    a owl:ObjectProperty ;
    rdfs:comment "X immediately_preceded_by Y iff: end(X) simultaneous_with start(Y)"@en ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "immediately preceded by"@en ;
    rdfs:subPropertyOf obo:BFO_0000062 .

obo:RO_0002090
    obo:IAO_0000117 <https://orcid.org/0000-0002-7073-9172>, "David Osumi-Sutherland" ;
    obo:IAO_0000118 "ends_at_start_of", "meets" ;
    obo:RO_0002575 obo:BFO_0000063 ;
    oboInOwl:inSubset <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
    a owl:ObjectProperty ;
    rdfs:comment "X immediately_precedes_Y iff: end(X) simultaneous_with start(Y)"@en ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "immediately precedes"@en ;
    rdfs:subPropertyOf obo:BFO_0000063 .

obo:RO_0002131
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "x overlaps y if and only if there exists some z such that x has part z and z part of y" ;
    obo:IAO_0000424 "http://purl.obolibrary.org/obo/BFO_0000051 some (http://purl.obolibrary.org/obo/BFO_0000050 some ?Y)" ;
    obo:RO_0001900 obo:RO_0001901 ;
    oboInOwl:inSubset <http://purl.obolibrary.org/obo/ro/subsets#ro-eco>, obo:valid_for_go_annotation_extension, obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "overlaps"@en ;
    rdfs:subPropertyOf obo:RO_0002323 .

obo:RO_0002215
    obo:IAO_0000112 "mechanosensory neuron capable of detection of mechanical stimulus involved in sensory perception (GO:0050974)", "osteoclast SubClassOf 'capable of' some 'bone resorption'" ;
    obo:IAO_0000115 "A relation between a material entity (such as a cell) and a process, in which the material entity has the ability to carry out the process. " ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000118 "has function realized in" ;
    obo:IAO_0000119 <http://www.ncbi.nlm.nih.gov/pubmed/20123131>, <http://www.ncbi.nlm.nih.gov/pubmed/21208450> ;
    obo:IAO_0000232 "For compatibility with BFO, this relation has a shortcut definition in which the expression \"capable of some P\" expands to \"bearer_of (some realized_by only P)\"." ;
    oboInOwl:inSubset <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "capable of"@en ;
    rdfs:subPropertyOf obo:RO_0002216 .

obo:RO_0002216
    obo:IAO_0000115 "c stands in this relationship to p if and only if there exists some p' such that c is capable_of p', and p' is part_of p." ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000118 "has function in" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "capable of part of"@en ;
    rdfs:seeAlso <http://purl.obolibrary.org/obo/ro/docs/reflexivity/> ;
    rdfs:subPropertyOf obo:RO_0002328, obo:RO_0002500 .

obo:RO_0002222
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000119 <https://en.wikipedia.org/wiki/Allen%27s_interval_algebra> ;
    obo:IAO_0000232 "Do not use this relation directly. It is ended as a grouping for relations between occurrents involving the relative timing of their starts and ends." ;
    terms:source "https://docs.google.com/document/d/1kBv1ep_9g3sTR-SD3jqzFqhuwo9TPNF-l-9fUDbO6rM/edit?pli=1"^^xsd:anyURI ;
    oboInOwl:inSubset <http://purl.obolibrary.org/obo/ro/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:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "temporally related to"@en ;
    rdfs:subPropertyOf owl:topObjectProperty .

obo:RO_0002233
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000115 "p has input c iff: p is a process, c is a material entity, c is a participant in p, c is present at the start of p, and the state of c is modified during p." ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000118 "consumes" ;
    oboInOwl:inSubset <http://purl.obolibrary.org/obo/ro/subsets#ro-eco>, obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "has input"@en ;
    rdfs:seeAlso "https://wiki.geneontology.org/Has_input"^^xsd:anyURI ;
    rdfs:subPropertyOf obo:RO_0000057 .

obo:RO_0002234
    obo:IAO_0000114 obo:IAO_0000125 ;
    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." ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000118 "produces" ;
    oboInOwl:inSubset <http://purl.obolibrary.org/obo/ro/subsets#ro-eco>, obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "has output"@en ;
    rdfs:seeAlso "https://wiki.geneontology.org/Has_output"^^xsd:anyURI ;
    rdfs:subPropertyOf obo:RO_0000057 .

obo:RO_0002264
    obo:IAO_0000112 "A gene product that has some activity, where that activity may be a part of a pathway or upstream of the pathway." ;
    obo:IAO_0000115 "c acts upstream of or within p if c is enables f, and f is causally upstream of or within p. c is a material entity and p is an process." ;
    oboInOwl:hasRelatedSynonym "affects" ;
    oboInOwl:inSubset obo:valid_for_go_gp2term ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "acts upstream of or within" ;
    rdfs:seeAlso "https://wiki.geneontology.org/Acts_upstream_of_or_within"^^xsd:anyURI ;
    rdfs:subPropertyOf obo:RO_0002500 .

obo:RO_0002295
    obo:IAO_0000114 obo:IAO_0000125 ;
    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)." ;
    obo:IAO_0000116 "This property and its subproperties are being used primarily for the definition of GO developmental processes. The property hierarchy mirrors the core GO hierarchy. In future we may be able to make do with a more minimal set of properties, but due to the way GO is currently structured we require highly specific relations to avoid incorrect entailments. To avoid this, the corresponding genus terms in GO should be declared mutually disjoint." ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "results in developmental progression of"@en ;
    rdfs:seeAlso <http://wiki.geneontology.org/index.php/Ontology_extensions> ;
    rdfs:subPropertyOf obo:RO_0002324 .

obo:RO_0002297
    obo:IAO_0000112 "an annotation of gene X to anatomical structure formation with results_in_formation_of UBERON:0000007 (pituitary gland) means that at the beginning of the process a pituitary gland does not exist and at the end of the process a pituitary gland exists.", "every \"endocardial cushion formation\" (GO:0003272) results_in_formation_of some \"endocardial cushion\" (UBERON:0002062)"@en ;
    obo:IAO_0000114 obo:IAO_0000125 ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000119 "GOC:mtg_berkeley_2013" ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension, obo:valid_for_go_ontology, obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "results in formation of"@en ;
    rdfs:subPropertyOf obo:RO_0002234, obo:RO_0002295 .

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." ;
    obo:IAO_0000116 "Because part_of is transitive, inheres in is a sub-relation of characteristic of part of" ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000118 "inheres in part of" ;
    obo:IAO_0000119 <http://www.ncbi.nlm.nih.gov/pubmed/20064205> ;
    obo:RO_0001900 obo:RO_0001901 ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "characteristic of part of"@en ;
    rdfs:seeAlso <http://purl.obolibrary.org/obo/ro/docs/reflexivity/> ;
    rdfs:subPropertyOf obo:RO_0002502 .

obo:RO_0002323
    obo:IAO_0000115 "A mereological relationship or a topological relationship" ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000232 "Do not use this relation directly. It is ended as a grouping for a diverse set of relations, all involving parthood or connectivity relationships" ;
    obo:RO_0001900 obo:RO_0001901 ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "mereotopologically related to"@en ;
    rdfs:subPropertyOf owl:topObjectProperty .

obo:RO_0002324
    obo:IAO_0000115 "A relationship that holds between entities participating in some developmental process (GO:0032502)" ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000232 "Do not use this relation directly. It is ended as a grouping for a diverse set of relations, all involving organismal development" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "developmentally related to"@en ;
    rdfs:subPropertyOf owl:topObjectProperty .

obo:RO_0002327
    obo:IAO_0000112 "a particular instances of akt-2 enables some instance of protein kinase activity" ;
    obo:IAO_0000115 "c enables p iff c is capable of p and c acts to execute p." ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000118 "catalyzes", "executes", "has", "is catalyzing", "is executing" ;
    obo:IAO_0000232 "This relation differs from the parent relation 'capable of' in that the parent is weaker and only expresses a capability that may not be actually realized, whereas this relation is always realized." ;
    oboInOwl:inSubset obo:valid_for_go_gp2term ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "enables"@en ;
    rdfs:seeAlso "https://wiki.geneontology.org/Enables"^^xsd:anyURI ;
    rdfs:subPropertyOf obo:RO_0000056, obo:RO_0002215 .

obo:RO_0002328
    obo:IAO_0000115 "A grouping relationship for any relationship directly involving a function, or that holds because of a function of one of the related entities." ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000232 "This is a grouping relation that collects relations used for the purpose of connecting structure and function" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "functionally related to"@en ;
    rdfs:subPropertyOf owl:topObjectProperty .

obo:RO_0002331
    obo:IAO_0000115 "c involved_in p if and only if c enables some process p', and p' is part of p" ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000118 "actively involved in", "enables part of" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "involved in"@en ;
    rdfs:seeAlso "https://wiki.geneontology.org/Involved_in"^^xsd:anyURI ;
    rdfs:subPropertyOf obo:RO_0000056, obo:RO_0002431 .

obo:RO_0002333
    obo:IAO_0000115 "inverse of enables" ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    oboInOwl:inSubset obo:valid_for_gocam ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "enabled by"@en ;
    rdfs:seeAlso "https://wiki.geneontology.org/Enabled_by"^^xsd:anyURI ;
    rdfs:subPropertyOf obo:RO_0000057, obo:RO_0002328 .

obo:RO_0002352
    obo:IAO_0000115 "inverse of has input" ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    oboInOwl:inSubset obo:RO_0002259, <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "input of"@en ;
    rdfs:subPropertyOf obo:RO_0000056, obo:RO_0002328 .

obo:RO_0002353
    obo:IAO_0000115 "inverse of has output" ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    oboInOwl:inSubset obo:RO_0002259, <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "output of"@en ;
    rdfs:subPropertyOf obo:RO_0000056, obo:RO_0002328 .

obo:RO_0002354
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "formed as result of"@en ;
    rdfs:subPropertyOf obo:RO_0000056, obo:RO_0002353 .

obo:RO_0002400
    obo:IAO_0000112 "'protein catabolic process' SubClassOf has_direct_input some protein" ;
    obo:IAO_0000114 obo:IAO_0000428 ;
    obo:IAO_0000115 "p has direct input c iff c is a participant in p, c is present at the start of p, and the state of c is modified during p." ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000118 "directly consumes" ;
    obo:IAO_0000232 "This is likely to be obsoleted. A candidate replacement would be a new relation 'has bound input' or 'has substrate'" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "has direct input"@en ;
    rdfs:subPropertyOf obo:RO_0002233 .

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." ;
    obo:IAO_0000116 """This branch of the ontology deals with causal relations between entities. It is divided into two branches: causal relations between occurrents/processes, and causal relations between material entities. We take an 'activity flow-centric approach', with the former as primary, and define causal relations between material entities in terms of causal relations between occurrents.

To define causal relations in an activity-flow type network, we make use of 3 primitives:

 * Temporal: how do the intervals of the two occurrents relate? 
 * Is the causal relation regulatory?
 * Is the influence positive or negative?

The first of these can be formalized in terms of the Allen Interval Algebra. Informally, the 3 bins we care about are 'direct', 'indirect' or overlapping. Note that all causal relations should be classified under a RO temporal relation (see the branch under 'temporally related to'). Note that all causal relations are temporal, but not all temporal relations are causal. Two occurrents can be related in time without being causally connected. We take causal influence to be primitive, elucidated as being such that has the upstream changed, some qualities of the donwstream would necessarily be modified.

For the second, we consider a relationship to be regulatory if the system in which the activities occur is capable of altering the relationship to achieve some objective. This could include changing the rate of production of a molecule.

For the third, we consider the effect of the upstream process on the output(s) of the downstream process. If the level of output is increased, or the rate of production of the output is increased, then the direction is increased. Direction can be positive, negative or neutral or capable of either direction. Two positives in succession yield a positive, two negatives in succession yield a positive, otherwise the default assumption is that the net effect is canceled and the influence is neutral.

Each of these 3 primitives can be composed to yield a cross-product of different relation types.""" ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000232 "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect." ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "causally related to"@en ;
    rdfs:subPropertyOf owl:topObjectProperty .

obo:RO_0002423
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "logical macro assertion on an annotation property"@en .

obo:RO_0002431
    obo:IAO_0000115 "c involved in or regulates p if and only if either (i) c is involved in p or (ii) c is involved in regulation of p" ;
    obo:IAO_0000116 "OWL does not allow defining object properties via a Union" ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000118 "involved in or reguates" ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "involved in or involved in regulation of" ;
    rdfs:subPropertyOf obo:RO_0002264, obo:RO_0002328, obo:RO_0002500 .

obo:RO_0002500
    obo:IAO_0000115 "A relationship between a material entity and a process where the material entity has some causal role that influences the process" ;
    obo:IAO_0000119 <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "causal agent in process" ;
    rdfs:subPropertyOf obo:RO_0002595 .

obo:RO_0002502
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "depends on" ;
    rdfs:seeAlso obo:BFO_0000169 ;
    rdfs:subPropertyOf owl:topObjectProperty .

obo:RO_0002575
    obo:IAO_0000115 "relation p is the direct form of relation q iff p is a subPropertyOf q, p does not have the Transitive characteristic, q does have the Transitive characteristic, and for all x, y: x q y -> exists z1, z2, ..., zn such that x p z1 ... z2n y" ;
    obo:IAO_0000116 """The general property hierarchy is:

  \"directly P\" SubPropertyOf \"P\"
  Transitive(P)

Where we have an annotation assertion

  \"directly P\" \"is direct form of\" \"P\"""" ;
    obo:RO_0002423 "If we have the annotation P is-direct-form-of Q, and we have inverses P' and Q', then it follows that P' is-direct-form-of Q'" ;
    terms:creator <https://orcid.org/0000-0002-6601-2165> ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "is direct form of" ;
    rdfs:seeAlso <http://purl.obolibrary.org/obo/ro/docs/direct-and-indirect-relations/> .

obo:RO_0002595
    obo:IAO_0000115 "A relationship that holds between a material entity and a process in which causality is involved, with either the material entity or some part of the material entity exerting some influence over the process, or the process influencing some aspect of the material entity." ;
    obo:IAO_0000116 "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect." ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000119 <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "causal relation between material entity and a process" ;
    rdfs:subPropertyOf obo:RO_0002410 .

obo:RO_0003302
    obo:IAO_0000112 """The genetic variant 'NM_007294.3(BRCA1):c.110C>A (p.Thr37Lys)' casues or contributes to the disease  'familial breast-ovarian cancer'.

An environment of exposure to arsenic causes or contributes to the phenotype of patchy skin hyperpigmentation, and the disease 'skin cancer'.""" ;
    obo:IAO_0000115 "A relationship between an entity (e.g. a genotype, genetic variation, chemical, or environmental exposure) and a condition (a phenotype or disease), where the entity has some causal or contributing role that influences the condition." ;
    obo:IAO_0000116 "Note that relationships of phenotypes to organisms/strains that bear them, or diseases they are manifest in, should continue to use RO:0002200 ! 'has phenotype' and RO:0002201 ! 'phenotype of'." ;
    a owl:ObjectProperty ;
    rdfs:comment """Genetic variations can span any level of granularity from a full genome or genotype to an individual gene  or sequence alteration.  These variations can be represented at the physical level (DNA/RNA macromolecules or their parts, as in the ChEBI ontology and Molecular Sequence Ontology) or at the abstract level (generically dependent continuant sequence features that are carried by these macromolecules, as in the Sequence Ontology and Genotype Ontology).  The causal relations in this hierarchy can be used in linking either physical or abstract genetic variations to phenotypes or diseases they cause or contribute to.

Environmental exposures include those imposed by natural environments, experimentally applied conditions, or clinical interventions.""" ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "causes or contributes to condition"@en ;
    rdfs:subPropertyOf obo:RO_0002410 .

obo:RO_0003304
    obo:IAO_0000115 "A relationship between an entity (e.g. a genotype, genetic variation, chemical, or environmental exposure) and a condition (a phenotype or disease), where the entity has some contributing role that influences the condition." ;
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "contributes to condition"@en ;
    rdfs:subPropertyOf obo:RO_0003302 .

obo:RO_0040042
    obo:IAO_0000112 "part-of is homeomorphic for independent continuants." ;
    obo:IAO_0000115 "R is homemorphic for C iff (1) there exists some x,y such that x R y, and x and y instantiate C and (2) for all x, if x is an instance of C, and there exists some y some such that x R y, then it follows that y is an instance of C." ;
    oboInOwl:created_by <https://orcid.org/0000-0002-6601-2165> ;
    oboInOwl:creation_date "2018-10-21T19:46:34Z"^^xsd:dateTime ;
    a owl:AnnotationProperty ;
    rdfs:comment "R homeomorphic-for C expands to: C SubClassOf R only C. Additionally, for any class D that is disjoint with C, we can also expand to C DisjointWith R some D, D DisjointWith R some C." ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "is homeomorphic for" ;
    rdfs:seeAlso <https://github.com/oborel/obo-relations/issues/164> .

obo:cdt_label
    a owl:AnnotationProperty ;
    rdfs:comment "This annotation is used for the labels of the CDT codes provided by the American Dental Association." ;
    rdfs:domain obo:CDT_1000001 ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf obo:IAO_0000118 .

iao:IAO_0000599
    obo:IAO_0000112 """Ontology: <http://purl.obolibrary.org/obo/ro/idrange/>
  Annotations: 
     'has ID prefix': \"http://purl.obolibrary.org/obo/RO_\"
     'has ID digit count' : 7,
     rdfs:label \"RO id policy\"
     'has ID policy for': \"RO\"""" ;
    obo:IAO_0000115 "Relates an ontology used to record id policy to a prefix concatenated with an integer in the id range (left padded with \"0\"s to make this many digits) to construct an ID for a term being created." ;
    obo:IAO_0000117 "Person:Alan Ruttenberg" ;
    a owl:AnnotationProperty ;
    rdfs:label "has ID prefix"@en .

<http://purl.obolibrary.org/obo/ohd.owl>
    dc:creator "Alan Ruttenberg", "Bill Duncan" ;
    terms:contributor "Amit Acharya", "Carlo Torniai", "Dan Caplan", "Mei Song", "Melissa Haendel", "Pedro Hernandez Cott", "Titus Schleyer" ;
    a owl:Ontology ;
    rdfs:comment "Status of this document: This is a work in progress and we do not yet make any promises about the stability of URIs. A known issue is that the upper level of this ontology is an exploratory version of BFO developed in the interim between when BFO 1 was current and before BFO 2 development started. The representation of the CDT codes is tentative - we are discussing this with the ADA. The integration between OBI and OGMS is not complete - we add some axioms here in order to use both in a consistent way. The version of the subject of the FMA used here is an automatic translation of a portion of the entities and relations present in the original FMA. Work is ongoing on improving this subset and using an up-to-date version of the FMA as its basis.", """The Oral Health and Disease Ontology is an ontology built to be compatible with the OBO Foundry ontologies, and is a collaboration between researchers at the University at Buffalo School of Dental Medicine, the University of Pittsburg School of Dental Medicine, and the Oregon Health and Science University.

This ontology is licensed under the CC-BY License. Please see http://creativecommons.org/licenses/by/3.0/

Attribution is satisfied by using the URIs defined in this file when using terms from this ontology.""" ;
    owl:versionIRI <http://purl.obolibrary.org/obo/ohd/releases/2024-03-01/ohd.owl> ;
    owl:versionInfo "2024-03-01" .

dc:contributor
    dc:description """Examples of a Contributor include a person, an 
         organisation, or a service.  Typically, the name of a 
         Contributor should be used to indicate the entity."""@en-us ;
    a owl:AnnotationProperty ;
    rdfs:comment """An entity responsible for making contributions to the
         content of the resource."""@en-us ;
    rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ;
    rdfs:label "Contributor"@en-us .

dc:coverage
    dc:description """Coverage will typically include spatial location (a place name
         or geographic coordinates), temporal period (a period label,
         date, or date range) or jurisdiction (such as a named
         administrative entity).
         Recommended best practice is to select a value from a
         controlled vocabulary (for example, the Thesaurus of Geographic
         Names [TGN]) and that, where appropriate, named places or time
         periods be used in preference to numeric identifiers such as
         sets of coordinates or date ranges."""@en-us ;
    a owl:AnnotationProperty ;
    rdfs:comment "The extent or scope of the content of the resource."@en-us ;
    rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> ;
    rdfs:label "Coverage"@en-us .

dc:creator
    dc:description """Examples of a Creator include a person, an organisation,
         or a service.  Typically, the name of a Creator should 
         be used to indicate the entity."""@en-us ;
    a owl:AnnotationProperty ;
    rdfs:comment """An entity primarily responsible for making the content 
         of the resource."""@en-us ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl>, <http://purl.org/dc/elements/1.1/> .

dc:date
    dc:description """Typically, Date will be associated with the creation or
         availability of the resource.  Recommended best practice
         for encoding the date value is defined in a profile of
         ISO 8601 [W3CDTF] and follows the YYYY-MM-DD format."""@en-us ;
    a owl:AnnotationProperty ;
    rdfs:comment """A date associated with an event in the life cycle of the
         resource."""@en-us ;
    rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> .

dc:description
    dc:description """Description may include but is not limited to: an abstract,
         table of contents, reference to a graphical representation
         of content or a free-text account of the content."""@en-us ;
    a owl:AnnotationProperty ;
    rdfs:comment "An account of the content of the resource."@en-us ;
    rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> .

dc:format
    dc:description """Typically, Format may include the media-type or dimensions of
         the resource. Format may be used to determine the software,
         hardware or other equipment needed to display or operate the
         resource. Examples of dimensions include size and duration.
         Recommended best practice is to select a value from a
         controlled vocabulary (for example, the list of Internet Media
         Types [MIME] defining computer media formats)."""@en-us ;
    a owl:AnnotationProperty ;
    rdfs:comment "The physical or digital manifestation of the resource."@en-us ;
    rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> .

dc:identifier
    dc:description """Recommended best practice is to identify the resource by means
         of a string or number conforming to a formal identification
         system.
         Example formal identification systems include the Uniform
         Resource Identifier (URI) (including the Uniform Resource
         Locator (URL)), the Digital Object Identifier (DOI) and the
         International Standard Book Number (ISBN)."""@en-us ;
    a owl:AnnotationProperty ;
    rdfs:comment "An unambiguous reference to the resource within a given context."@en-us ;
    rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> .

dc:language
    dc:description """Recommended best practice is to use RFC 3066 [RFC3066],
         which, in conjunction with ISO 639 [ISO639], defines two-
         and three-letter primary language tags with optional
         subtags.  Examples include \"en\" or \"eng\" for English,
         \"akk\" for Akkadian, and \"en-GB\" for English used in the
         United Kingdom."""@en-us ;
    a owl:AnnotationProperty ;
    rdfs:comment "A language of the intellectual content of the resource."@en-us ;
    rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> .

dc:member
    a owl:AnnotationProperty .

dc:publisher
    dc:description """Examples of a Publisher include a person, an organisation,
         or a service.
         Typically, the name of a Publisher should be used to
         indicate the entity."""@en-us ;
    a owl:AnnotationProperty ;
    rdfs:comment "An entity responsible for making the resource available"@en-us ;
    rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> .

dc:relation
    dc:description """
         Recommended best practice is to reference the resource by means
         of a string or number conforming to a formal identification
         system.
    """@en-us ;
    a owl:AnnotationProperty ;
    rdfs:comment "A reference to a related resource."@en-us ;
    rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> .

dc:rights
    dc:description """
          Typically, a Rights element will contain a rights 
          management statement for the resource, or reference 
          a service providing such information. Rights information 
          often encompasses Intellectual Property Rights (IPR), 
          Copyright, and various Property Rights. 
          If the Rights element is absent, no assumptions can be made 
          about the status of these and other rights with respect to 
          the resource.
    """@en-us ;
    a owl:AnnotationProperty ;
    rdfs:comment "Information about rights held in and over the resource."@en-us ;
    rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> .

dc:source
    dc:description """The present resource may be derived from the Source resource
         in whole or in part.  Recommended best practice is to reference
         the resource by means of a string or number conforming to a
         formal identification system."""@en-us ;
    a owl:AnnotationProperty ;
    rdfs:comment """A reference to a resource from which the present resource
         is derived."""@en-us ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl>, <http://purl.org/dc/elements/1.1/> .

dc:subject
    dc:description """Typically, a Subject will be expressed as keywords,
         key phrases or classification codes that describe a topic
         of the resource.  Recommended best practice is to select 
         a value from a controlled vocabulary or formal 
         classification scheme."""@en-us ;
    a owl:AnnotationProperty ;
    rdfs:comment "The topic of the content of the resource."@en-us ;
    rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> .

dc:title
    dc:description """
        Typically, a Title will be a name by which the resource is
         formally known.
    """@en-us ;
    a owl:AnnotationProperty ;
    rdfs:comment "A name given to the resource."@en-us ;
    rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> .

dc:type
    dc:description """Type includes terms describing general categories, functions,
         genres, or aggregation levels for content. Recommended best
         practice is to select a value from a controlled vocabulary
         (for example, the DCMI Type Vocabulary [DCMITYPE]). To 
         describe the physical or digital manifestation of the 
         resource, use the Format element."""@en-us ;
    a owl:AnnotationProperty ;
    rdfs:comment "The nature or genre of the content of the resource."@en-us ;
    rdfs:isDefinedBy <http://purl.org/dc/elements/1.1/> .

terms:contributor
    a owl:AnnotationProperty ;
    rdfs:label "contributor" .

terms:created
    a owl:AnnotationProperty ;
    rdfs:label "date created" .

terms:creator
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> .

terms:license
    a owl:AnnotationProperty .

terms:source
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> .

oboInOwl:DbXref
    a owl:Class ;
    rdfs:subClassOf obo:IAO_0000102 .

oboInOwl:Definition
    a owl:Class ;
    rdfs:subClassOf obo:IAO_0000102 .

oboInOwl:ObsoleteClass
    a owl:Class ;
    rdfs:label "obsolete class" .

oboInOwl:Synonym
    a owl:Class ;
    rdfs:subClassOf obo:IAO_0000102 .

oboInOwl:SynonymType
    a owl:AnnotationProperty, owl:Class ;
    rdfs:subClassOf obo:IAO_0000102 .

oboInOwl:created_by
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> .

oboInOwl:creation_date
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> .

oboInOwl:hasBroadSynonym
    obo:IAO_0000115 "An alternative label for a class or property which has a more general meaning than the preferred name/primary label." ;
    obo:IAO_0000117 <http://orcid.org/0000-0001-5208-3432> ;
    obo:IAO_0000233 "https://github.com/information-artifact-ontology/ontology-metadata/issues/18" ;
    a owl:AnnotationProperty ;
    rdfs:label "has broad synonym"@en ;
    rdfs:seeAlso "https://github.com/information-artifact-ontology/ontology-metadata/issues/18" ;
    rdfs:subPropertyOf obo:IAO_0000118 .

oboInOwl:hasDbXref
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "database_cross_reference" .

oboInOwl:hasExactSynonym
    obo:IAO_0000115 "A property representing a fully qualified synonym, contains the string, term type, source, and an optional source code if appropriate. Each subfield is deliniated to facilitate interpretation by software.", "An alternative label for a class or property which has the exact same meaning than the preferred name/primary label." ;
    obo:IAO_0000117 <http://orcid.org/0000-0001-5208-3432> ;
    obo:IAO_0000233 "https://github.com/information-artifact-ontology/ontology-metadata/issues/20" ;
    oboInOwl:hasExactSynonym "FULL_SYN", "Synonym with Source Data" ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> ;
    rdfs:label "has exact synonym", "has exact synonym"@en, "has_exact_synonym" ;
    rdfs:seeAlso "https://github.com/information-artifact-ontology/ontology-metadata/issues/20" ;
    rdfs:subPropertyOf obo:IAO_0000118 .

oboInOwl:hasNarrowSynonym
    obo:IAO_0000115 "An alternative label for a class or property which has a more specific meaning than the preferred name/primary label." ;
    obo:IAO_0000117 <http://orcid.org/0000-0001-5208-3432> ;
    obo:IAO_0000233 "https://github.com/information-artifact-ontology/ontology-metadata/issues/19" ;
    a owl:AnnotationProperty ;
    rdfs:label "has narrow synonym"@en ;
    rdfs:seeAlso "https://github.com/information-artifact-ontology/ontology-metadata/issues/19" ;
    rdfs:subPropertyOf obo:IAO_0000118 .

oboInOwl:hasOBONamespace
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> ;
    rdfs:label "has_obo_namespace" .

oboInOwl:hasRelatedSynonym
    obo:IAO_0000115 "An alternative label for a class or property that has been used synonymously with the primary term name, but the usage is not strictly correct." ;
    obo:IAO_0000117 <http://orcid.org/0000-0001-5208-3432> ;
    obo:IAO_0000233 "https://github.com/information-artifact-ontology/ontology-metadata/issues/21" ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "has related synonym"@en, "has_related_synonym" ;
    rdfs:seeAlso "https://github.com/information-artifact-ontology/ontology-metadata/issues/21" ;
    rdfs:subPropertyOf obo:IAO_0000118 .

oboInOwl:id
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

oboInOwl:inSubset
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "in_subset" .

oboInOwl:is_inferred
    a owl:AnnotationProperty .

oboInOwl:is_metadata_tag
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl> .

oboInOwl:shorthand
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl> .

rdf:PlainLiteral
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> .

rdfs:comment
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> .

rdfs:isDefinedBy
    obo:IAO_0000589 "is defined by" ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> .

rdfs:label
    obo:IAO_0000111 "label", "label"@en ;
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> ;
    rdfs:label "label", "label"@en, "rdfs:label"@en .

rdfs:seeAlso
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> .

xsd:anyURI
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> .

xsd:boolean
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl> .

xsd:date
    a rdfs:Datatype .

xsd:dateTime
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> .

xsd:datetimestamp
    a rdfs:Datatype .

xsd:string
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl> .

owl:Thing
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/caro_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

owl:topObjectProperty
    a owl:ObjectProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/iao_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> .

skos:broadMatch
    a owl:AnnotationProperty ;
    rdfs:label "has broader match" .

skos:closeMatch
    a owl:AnnotationProperty ;
    rdfs:label "has close match" .

skos:exactMatch
    a owl:AnnotationProperty ;
    rdfs:label "has exact match" .

skos:narrowMatch
    a owl:AnnotationProperty ;
    rdfs:label "has narrower match" .

prov:wasDerivedFrom
    a owl:AnnotationProperty ;
    rdfs:isDefinedBy <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl>, <http://purl.obolibrary.org/obo/ohd/imports/ro_import.owl> .

foaf:homepage
    a owl:AnnotationProperty .

foaf:mbox
    a owl:AnnotationProperty .

<https://orcid.org/0000-0001-6424-4096>
    a owl:NamedIndividual ;
    rdfs:label "Nivedita Dutta (Chowdhury)" .

<https://orcid.org/0000-0001-9625-1899>
    terms:contributor <https://orcid.org/0000-0001-9625-1899> ;
    oboInOwl:creation_date "2022-12-06T01:13:09Z"^^xsd:dateTime ;
    a owl:NamedIndividual ;
    rdfs:label "Bill Duncan" .

<https://orcid.org/0000-0002-1604-3078>
    a owl:NamedIndividual ;
    rdfs:label "Alan Ruttenberg" .

<https://orcid.org/0000-0003-1829-971X>
    a owl:NamedIndividual ;
    rdfs:label "Titus Schleyer" .

<https://orcid.org/0009-0006-7251-3026>
    a owl:NamedIndividual ;
    rdfs:label "Gopikrishnan M Chandrasekharan" .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:IAO_0000111 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000114 ;
    owl:annotatedSource obo:IAO_0000112 ;
    owl:annotatedTarget obo:IAO_0000122 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:IAO_0000233 ;
    owl:annotatedTarget "The 'tracker item' can associate a tracker with a specific ontology term."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224424 ;
    owl:annotatedTarget obo:FMA_71711 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224424 ;
    owl:annotatedTarget obo:FMA_71711 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224424 ;
    owl:annotatedTarget obo:FMA_71711 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224426 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224426 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224426 ;
    owl:annotatedTarget obo:FMA_71712 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224426 ;
    owl:annotatedTarget obo:FMA_71712 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224426 ;
    owl:annotatedTarget obo:FMA_71712 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224428 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224428 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:IAO_0000424 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224428 ;
    owl:annotatedTarget obo:FMA_71712 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224428 ;
    owl:annotatedTarget obo:FMA_71712 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224428 ;
    owl:annotatedTarget obo:FMA_71712 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224450 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224450 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224450 ;
    owl:annotatedTarget obo:FMA_71721 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224450 ;
    owl:annotatedTarget obo:FMA_71721 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224450 ;
    owl:annotatedTarget obo:FMA_71721 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224452 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224452 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:IAO_0000424 ;
    owl:annotatedTarget "expand expression to"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224452 ;
    owl:annotatedTarget obo:FMA_71721 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224452 ;
    owl:annotatedTarget obo:FMA_71721 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224452 ;
    owl:annotatedTarget obo:FMA_71721 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224458 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224458 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224458 ;
    owl:annotatedTarget obo:FMA_71722 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224458 ;
    owl:annotatedTarget obo:FMA_71722 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224458 ;
    owl:annotatedTarget obo:FMA_71722 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224460 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224460 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:IAO_0000424 ;
    owl:annotatedTarget """ObjectProperty: RO_0002104
Label: has plasma membrane part
Annotations: IAO_0000424 \"http://purl.obolibrary.org/obo/BFO_0000051 some (http://purl.org/obo/owl/GO#GO_0005886 and http://purl.obolibrary.org/obo/BFO_0000051 some ?Y)\"
"""@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224460 ;
    owl:annotatedTarget obo:FMA_71722 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224460 ;
    owl:annotatedTarget obo:FMA_71722 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224460 ;
    owl:annotatedTarget obo:FMA_71722 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224462 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224462 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224462 ;
    owl:annotatedTarget obo:FMA_71724 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224462 ;
    owl:annotatedTarget obo:FMA_71724 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224462 ;
    owl:annotatedTarget obo:FMA_71724 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224464 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224464 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:IAO_0000424 ;
    owl:annotatedTarget "A macro expansion tag applied to an object property (or possibly a data property)  which can be used by a macro-expansion engine to generate more complex expressions from simpler ones"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224464 ;
    owl:annotatedTarget obo:FMA_71724 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224464 ;
    owl:annotatedTarget obo:FMA_71724 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224464 ;
    owl:annotatedTarget obo:FMA_71724 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224466 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224466 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224466 ;
    owl:annotatedTarget obo:FMA_71725 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224466 ;
    owl:annotatedTarget obo:FMA_71725 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224466 ;
    owl:annotatedTarget obo:FMA_71725 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224468 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224468 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:IAO_0000424 ;
    owl:annotatedTarget "Chris Mungall"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224468 ;
    owl:annotatedTarget obo:FMA_71725 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224468 ;
    owl:annotatedTarget obo:FMA_71725 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224468 ;
    owl:annotatedTarget obo:FMA_71725 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224470 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224470 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224470 ;
    owl:annotatedTarget obo:FMA_71730 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224470 ;
    owl:annotatedTarget obo:FMA_71730 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224470 ;
    owl:annotatedTarget obo:FMA_71730 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224472 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224472 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:IAO_0000424 ;
    owl:annotatedTarget "expand expression to"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224472 ;
    owl:annotatedTarget obo:FMA_71730 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224472 ;
    owl:annotatedTarget obo:FMA_71730 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224472 ;
    owl:annotatedTarget obo:FMA_71730 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224474 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224474 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224474 ;
    owl:annotatedTarget obo:FMA_71731 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224474 ;
    owl:annotatedTarget obo:FMA_71731 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224474 ;
    owl:annotatedTarget obo:FMA_71731 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224476 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224476 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:IAO_0000589 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224476 ;
    owl:annotatedTarget obo:FMA_71731 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224476 ;
    owl:annotatedTarget obo:FMA_71731 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224476 ;
    owl:annotatedTarget obo:FMA_71731 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224478 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224478 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224478 ;
    owl:annotatedTarget obo:FMA_71733 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224478 ;
    owl:annotatedTarget obo:FMA_71733 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224478 ;
    owl:annotatedTarget obo:FMA_71733 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224480 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224480 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:IAO_0000589 ;
    owl:annotatedTarget "OBO foundry unique label"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224480 ;
    owl:annotatedTarget obo:FMA_71733 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224480 ;
    owl:annotatedTarget obo:FMA_71733 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224480 ;
    owl:annotatedTarget obo:FMA_71733 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224486 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224486 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224486 ;
    owl:annotatedTarget obo:FMA_71732 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224486 ;
    owl:annotatedTarget obo:FMA_71732 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224486 ;
    owl:annotatedTarget obo:FMA_71732 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224488 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224488 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000114 ;
    owl:annotatedSource obo:IAO_0000589 ;
    owl:annotatedTarget obo:IAO_0000125 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224488 ;
    owl:annotatedTarget obo:FMA_71732 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224488 ;
    owl:annotatedTarget obo:FMA_71732 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224488 ;
    owl:annotatedTarget obo:FMA_71732 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224490 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224490 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224490 ;
    owl:annotatedTarget obo:FMA_71734 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224490 ;
    owl:annotatedTarget obo:FMA_71734 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224490 ;
    owl:annotatedTarget obo:FMA_71734 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224492 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224492 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:IAO_0000112 ;
    owl:annotatedTarget "A phrase describing how a term should be used and/or a citation to a work which uses it. May also include other kinds of examples that facilitate immediate understanding, such as widely know prototypes or instances of a class, or cases where a relation is said to hold."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:IAO_0000589 ;
    owl:annotatedTarget "An alternative name for a class or property which is unique across the OBO Foundry."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224492 ;
    owl:annotatedTarget obo:FMA_71734 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224492 ;
    owl:annotatedTarget obo:FMA_71734 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224492 ;
    owl:annotatedTarget obo:FMA_71734 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224494 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224494 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224494 ;
    owl:annotatedTarget obo:FMA_71735 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224494 ;
    owl:annotatedTarget obo:FMA_71735 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224494 ;
    owl:annotatedTarget obo:FMA_71735 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224496 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224496 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:IAO_0000589 ;
    owl:annotatedTarget "The intended usage of that property is as follow: OBO foundry unique labels are automatically generated based on regular expressions provided by each ontology, so that SO could specify unique label = 'sequence ' + [label], etc. , MA could specify 'mouse + [label]' etc. Upon importing terms, ontology developers can choose to use the 'OBO foundry unique label' for an imported term or not. The same applies to tools ."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224496 ;
    owl:annotatedTarget obo:FMA_71735 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224496 ;
    owl:annotatedTarget obo:FMA_71735 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224496 ;
    owl:annotatedTarget obo:FMA_71735 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224626 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224626 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224626 ;
    owl:annotatedTarget obo:FMA_61237 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224626 ;
    owl:annotatedTarget obo:FMA_61237 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224626 ;
    owl:annotatedTarget obo:FMA_61237 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224628 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224628 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:IAO_0000589 ;
    owl:annotatedTarget "PERSON:Alan Ruttenberg"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224628 ;
    owl:annotatedTarget obo:FMA_61237 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224628 ;
    owl:annotatedTarget obo:FMA_61237 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224628 ;
    owl:annotatedTarget obo:FMA_61237 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224630 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224630 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224630 ;
    owl:annotatedTarget obo:FMA_61236 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224630 ;
    owl:annotatedTarget obo:FMA_61236 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224630 ;
    owl:annotatedTarget obo:FMA_61236 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224632 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224632 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:IAO_0000589 ;
    owl:annotatedTarget "PERSON:Bjoern Peters"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224632 ;
    owl:annotatedTarget obo:FMA_61236 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224632 ;
    owl:annotatedTarget obo:FMA_61236 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224632 ;
    owl:annotatedTarget obo:FMA_61236 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224634 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224634 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224634 ;
    owl:annotatedTarget obo:FMA_61234 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224634 ;
    owl:annotatedTarget obo:FMA_61234 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224634 ;
    owl:annotatedTarget obo:FMA_61234 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224636 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224636 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:IAO_0000589 ;
    owl:annotatedTarget "PERSON:Chris Mungall"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224636 ;
    owl:annotatedTarget obo:FMA_61234 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224636 ;
    owl:annotatedTarget obo:FMA_61234 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224636 ;
    owl:annotatedTarget obo:FMA_61234 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_228667 ;
    owl:annotatedTarget obo:FMA_55652 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_228927 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_228927 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_228927 ;
    owl:annotatedTarget _:genid1153 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_228927 ;
    owl:annotatedTarget _:genid1157 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:IAO_0000589 ;
    owl:annotatedTarget "PERSON:Melanie Courtot"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_228927 ;
    owl:annotatedTarget _:genid1159 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_228927 ;
    owl:annotatedTarget _:genid1161 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_228927 ;
    owl:annotatedTarget _:genid1163 .

_:genid1153
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_228927 ;
    owl:annotatedTarget _:genid1165 ;
    owl:unionOf (obo:FMA_232228
        obo:FMA_232230
    ) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_228927 ;
    owl:annotatedTarget _:genid1167 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_228927 ;
    owl:annotatedTarget _:genid1169 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_228927 ;
    owl:annotatedTarget _:genid1171 .

_:genid1157
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_228927 ;
    owl:annotatedTarget _:genid1173 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_5953 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_228927 ;
    owl:annotatedTarget _:genid1175 .

(obo:FMA_231551
    obo:FMA_231553
) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000119 ;
    owl:annotatedSource obo:IAO_0000589 ;
    owl:annotatedTarget "GROUP:OBO Foundry <http://obofoundry.org/>"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid1161
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_229072 ;
    owl:annotatedTarget obo:FMA_78570 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_61234 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_229072 ;
    owl:annotatedTarget obo:FMA_78570 .

_:genid1163
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_229072 ;
    owl:annotatedTarget _:genid1179 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_61235 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_229072 ;
    owl:annotatedTarget _:genid1183 .

_:genid1165
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_229072 ;
    owl:annotatedTarget _:genid1185 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_61236 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_229072 ;
    owl:annotatedTarget _:genid1187 .

_:genid1167
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_229072 ;
    owl:annotatedTarget _:genid1189 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_61237 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_231551 ;
    owl:annotatedTarget example:right .

_:genid1169
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_231551 ;
    owl:annotatedTarget example:right ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_61238 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:IAO_0000589 ;
    owl:annotatedTarget "OBO foundry unique label"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_231551 ;
    owl:annotatedTarget obo:FMA_229072 .

_:genid1171
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_231551 ;
    owl:annotatedTarget obo:FMA_229072 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_61239 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_231551 ;
    owl:annotatedTarget obo:FMA_229072 .

_:genid1173
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_231553 ;
    owl:annotatedTarget example:left ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_61240 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_231553 ;
    owl:annotatedTarget example:left .

_:genid1175
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_231553 ;
    owl:annotatedTarget obo:FMA_229072 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_61241 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_231553 ;
    owl:annotatedTarget obo:FMA_229072 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_231553 ;
    owl:annotatedTarget obo:FMA_229072 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232168 ;
    owl:annotatedTarget obo:FMA_78571 .

_:genid1179
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232168 ;
    owl:annotatedTarget obo:FMA_78571 ;
    owl:unionOf _:genid1159 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:IAO_0000600 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232168 ;
    owl:annotatedTarget _:genid1203 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232228 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232228 ;
    owl:annotatedTarget example:right .

_:genid1183
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232228 ;
    owl:annotatedTarget obo:FMA_228927 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_61217 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232228 ;
    owl:annotatedTarget obo:FMA_228927 .

_:genid1185
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232228 ;
    owl:annotatedTarget obo:FMA_228927 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_61219 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232230 ;
    owl:annotatedTarget example:left .

_:genid1187
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232230 ;
    owl:annotatedTarget example:left ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_61220 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232230 ;
    owl:annotatedTarget obo:FMA_228927 .

_:genid1189
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232230 ;
    owl:annotatedTarget obo:FMA_228927 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_61221 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:IAO_0000600 ;
    owl:annotatedTarget "elucidation"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232230 ;
    owl:annotatedTarget obo:FMA_228927 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232234 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232234 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232234 ;
    owl:annotatedTarget _:genid1217 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232236 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232236 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:IAO_0000112 ;
    owl:annotatedTarget "PERSON:Daniel Schober"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:IAO_0000600 ;
    owl:annotatedTarget "person:Alan Ruttenberg"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232236 ;
    owl:annotatedTarget _:genid1223 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232238 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232238 ;
    owl:annotatedTarget example:right .

_:genid1203
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232238 ;
    owl:annotatedTarget obo:FMA_232234 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_241932 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232238 ;
    owl:annotatedTarget obo:FMA_232234 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232238 ;
    owl:annotatedTarget obo:FMA_232234 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232240 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232240 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232240 ;
    owl:annotatedTarget obo:FMA_232234 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232240 ;
    owl:annotatedTarget obo:FMA_232234 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000119 ;
    owl:annotatedSource obo:IAO_0000600 ;
    owl:annotatedTarget "Person:Barry Smith"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232240 ;
    owl:annotatedTarget obo:FMA_232234 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232242 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232242 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232242 ;
    owl:annotatedTarget obo:FMA_232236 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232242 ;
    owl:annotatedTarget obo:FMA_232236 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232242 ;
    owl:annotatedTarget obo:FMA_232236 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232244 ;
    owl:annotatedTarget example:left .

_:genid1217
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232244 ;
    owl:annotatedTarget example:left ;
    owl:unionOf (obo:FMA_232238
        obo:FMA_232240
    ) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232244 ;
    owl:annotatedTarget obo:FMA_232236 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232244 ;
    owl:annotatedTarget obo:FMA_232236 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:IAO_0000600 ;
    owl:annotatedTarget "Primitive terms in a highest-level ontology such as BFO are terms which are so basic to our understanding of reality that there is no way of defining them in a non-circular fashion. For these, therefore, we can provide only elucidations, supplemented by examples and by axioms"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232244 ;
    owl:annotatedTarget obo:FMA_232236 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232258 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232258 ;
    owl:annotatedTarget example:right .

_:genid1223
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232258 ;
    owl:annotatedTarget obo:FMA_71726 ;
    owl:unionOf (obo:FMA_232242
        obo:FMA_232244
    ) .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232258 ;
    owl:annotatedTarget obo:FMA_71726 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232258 ;
    owl:annotatedTarget obo:FMA_71726 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232260 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232260 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232260 ;
    owl:annotatedTarget obo:FMA_71726 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232260 ;
    owl:annotatedTarget obo:FMA_71726 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:IAO_0000600 ;
    owl:annotatedTarget "elucidation"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232260 ;
    owl:annotatedTarget obo:FMA_71726 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232262 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232262 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232262 ;
    owl:annotatedTarget obo:FMA_71727 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232262 ;
    owl:annotatedTarget obo:FMA_71727 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232262 ;
    owl:annotatedTarget obo:FMA_71727 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232264 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232264 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232264 ;
    owl:annotatedTarget obo:FMA_71727 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232264 ;
    owl:annotatedTarget obo:FMA_71727 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0001900 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232264 ;
    owl:annotatedTarget obo:FMA_71727 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232266 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232266 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232266 ;
    owl:annotatedTarget obo:FMA_71728 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232266 ;
    owl:annotatedTarget obo:FMA_71728 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232266 ;
    owl:annotatedTarget obo:FMA_71728 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232268 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232268 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232268 ;
    owl:annotatedTarget obo:FMA_71728 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232268 ;
    owl:annotatedTarget obo:FMA_71728 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0001900 ;
    owl:annotatedTarget "An assertion that holds between an OWL Object Property and a temporal interpretation that elucidates how OWL Class Axioms that use this property are to be interpreted in a temporal context." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232268 ;
    owl:annotatedTarget obo:FMA_71728 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232270 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232270 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232270 ;
    owl:annotatedTarget obo:FMA_71729 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232270 ;
    owl:annotatedTarget obo:FMA_71729 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232270 ;
    owl:annotatedTarget obo:FMA_71729 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232272 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232272 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232272 ;
    owl:annotatedTarget obo:FMA_71729 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232272 ;
    owl:annotatedTarget obo:FMA_71729 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0001900 ;
    owl:annotatedTarget "temporal interpretation" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232272 ;
    owl:annotatedTarget obo:FMA_71729 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232351 ;
    owl:annotatedTarget obo:FMA_12770 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232351 ;
    owl:annotatedTarget obo:FMA_12770 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232351 ;
    owl:annotatedTarget _:genid1289 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232355 ;
    owl:annotatedTarget obo:FMA_12770 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232355 ;
    owl:annotatedTarget obo:FMA_12770 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource obo:RO_0001900 ;
    owl:annotatedTarget <http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232355 ;
    owl:annotatedTarget _:genid1295 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232358 ;
    owl:annotatedTarget obo:FMA_12770 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232358 ;
    owl:annotatedTarget obo:FMA_12770 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232358 ;
    owl:annotatedTarget _:genid1301 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232361 ;
    owl:annotatedTarget obo:FMA_12770 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232361 ;
    owl:annotatedTarget obo:FMA_12770 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002423 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232361 ;
    owl:annotatedTarget _:genid1307 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232364 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232364 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232364 ;
    owl:annotatedTarget _:genid1313 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232411 ;
    owl:annotatedTarget obo:FMA_78571 .

_:genid1289
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232411 ;
    owl:annotatedTarget obo:FMA_78571 ;
    owl:unionOf (obo:FMA_232703
        obo:FMA_232705
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002423 ;
    owl:annotatedTarget "logical macro assertion on an annotation property"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232411 ;
    owl:annotatedTarget _:genid1319 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232413 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232413 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232413 ;
    owl:annotatedTarget obo:FMA_232411 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232413 ;
    owl:annotatedTarget obo:FMA_232411 .

_:genid1295
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232413 ;
    owl:annotatedTarget obo:FMA_232411 ;
    owl:unionOf (obo:FMA_232707
        obo:FMA_232709
    ) .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232415 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232415 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232415 ;
    owl:annotatedTarget obo:FMA_232411 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232415 ;
    owl:annotatedTarget obo:FMA_232411 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000119 ;
    owl:annotatedSource obo:IAO_0000112 ;
    owl:annotatedTarget "GROUP:OBI:<http://purl.obolibrary.org/obo/obi>"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002575 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232415 ;
    owl:annotatedTarget obo:FMA_232411 .

(obo:FMA_232455
    obo:FMA_232457
) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232453 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232453 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232453 ;
    owl:annotatedTarget _:genid1335 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232455 ;
    owl:annotatedTarget example:right .

_:genid1307
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232455 ;
    owl:annotatedTarget example:right ;
    owl:unionOf (obo:FMA_232715
        obo:FMA_232717
    ) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232455 ;
    owl:annotatedTarget obo:FMA_232453 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232455 ;
    owl:annotatedTarget obo:FMA_232453 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002575 ;
    owl:annotatedTarget "relation p is the direct form of relation q iff p is a subPropertyOf q, p does not have the Transitive characteristic, q does have the Transitive characteristic, and for all x, y: x q y -> exists z1, z2, ..., zn such that x p z1 ... z2n y" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232455 ;
    owl:annotatedTarget obo:FMA_232453 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232457 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232457 ;
    owl:annotatedTarget example:left .

_:genid1313
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232457 ;
    owl:annotatedTarget obo:FMA_232453 ;
    owl:unionOf (obo:FMA_232483
        obo:FMA_232485
    ) .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232457 ;
    owl:annotatedTarget obo:FMA_232453 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232457 ;
    owl:annotatedTarget obo:FMA_232453 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232465 ;
    owl:annotatedTarget obo:FMA_78571 .

_:genid1319
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232465 ;
    owl:annotatedTarget obo:FMA_78571 ;
    owl:unionOf (obo:FMA_232413
        obo:FMA_232415
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:RO_0002575 ;
    owl:annotatedTarget """The general property hierarchy is:

  \"directly P\" SubPropertyOf \"P\"
  Transitive(P)

Where we have an annotation assertion

  \"directly P\" \"is direct form of\" \"P\"""" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232465 ;
    owl:annotatedTarget _:genid1351 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232467 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232467 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232467 ;
    owl:annotatedTarget obo:FMA_232465 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232467 ;
    owl:annotatedTarget obo:FMA_232465 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232467 ;
    owl:annotatedTarget obo:FMA_232465 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232469 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232469 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232469 ;
    owl:annotatedTarget obo:FMA_232465 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232469 ;
    owl:annotatedTarget obo:FMA_232465 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:RO_0002423 ;
    owl:annotatedSource obo:RO_0002575 ;
    owl:annotatedTarget "If we have the annotation P is-direct-form-of Q, and we have inverses P' and Q', then it follows that P' is-direct-form-of Q'" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232469 ;
    owl:annotatedTarget obo:FMA_232465 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232477 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232477 ;
    owl:annotatedTarget obo:FMA_78571 .

_:genid1335
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232477 ;
    owl:annotatedTarget _:genid1367 ;
    owl:unionOf _:genid1301 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232479 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232479 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232479 ;
    owl:annotatedTarget obo:FMA_232477 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232479 ;
    owl:annotatedTarget obo:FMA_232477 .

[]
    a owl:Axiom ;
    owl:annotatedProperty terms:creator ;
    owl:annotatedSource obo:RO_0002575 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232479 ;
    owl:annotatedTarget obo:FMA_232477 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232481 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232481 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232481 ;
    owl:annotatedTarget obo:FMA_232477 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232481 ;
    owl:annotatedTarget obo:FMA_232477 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232481 ;
    owl:annotatedTarget obo:FMA_232477 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232483 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232483 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232483 ;
    owl:annotatedTarget obo:FMA_232364 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232483 ;
    owl:annotatedTarget obo:FMA_232364 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002575 ;
    owl:annotatedTarget "is direct form of" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232483 ;
    owl:annotatedTarget obo:FMA_232364 .

_:genid1351
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232485 ;
    owl:annotatedTarget example:left ;
    owl:unionOf (obo:FMA_232467
        obo:FMA_232469
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232485 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232485 ;
    owl:annotatedTarget obo:FMA_232364 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232485 ;
    owl:annotatedTarget obo:FMA_232364 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232485 ;
    owl:annotatedTarget obo:FMA_232364 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232505 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232505 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232505 ;
    owl:annotatedTarget obo:FMA_61241 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232505 ;
    owl:annotatedTarget obo:FMA_61241 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource obo:RO_0002575 ;
    owl:annotatedTarget <http://purl.obolibrary.org/obo/ro/docs/direct-and-indirect-relations/> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232505 ;
    owl:annotatedTarget obo:FMA_61241 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232507 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232507 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232507 ;
    owl:annotatedTarget obo:FMA_61241 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232507 ;
    owl:annotatedTarget obo:FMA_61241 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232507 ;
    owl:annotatedTarget obo:FMA_61241 .

(obo:FMA_232513
) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232509 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232509 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0040042 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232509 ;
    owl:annotatedTarget _:genid1403 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232511 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232511 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232511 ;
    owl:annotatedTarget obo:FMA_232509 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232511 ;
    owl:annotatedTarget obo:FMA_232509 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232511 ;
    owl:annotatedTarget obo:FMA_232509 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232513 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232513 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232513 ;
    owl:annotatedTarget obo:FMA_232509 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232513 ;
    owl:annotatedTarget obo:FMA_232509 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0040042 ;
    owl:annotatedTarget "part-of is homeomorphic for independent continuants." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232513 ;
    owl:annotatedTarget obo:FMA_232509 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232552 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232552 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232552 ;
    owl:annotatedTarget obo:FMA_61214 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232552 ;
    owl:annotatedTarget obo:FMA_61214 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232552 ;
    owl:annotatedTarget obo:FMA_61214 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232554 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232554 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232554 ;
    owl:annotatedTarget obo:FMA_61214 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232554 ;
    owl:annotatedTarget obo:FMA_61214 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0040042 ;
    owl:annotatedTarget "R is homemorphic for C iff (1) there exists some x,y such that x R y, and x and y instantiate C and (2) for all x, if x is an instance of C, and there exists some y some such that x R y, then it follows that y is an instance of C." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232554 ;
    owl:annotatedTarget obo:FMA_61214 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232640 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232640 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232640 ;
    owl:annotatedTarget obo:FMA_61228 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232640 ;
    owl:annotatedTarget obo:FMA_61228 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232640 ;
    owl:annotatedTarget obo:FMA_61228 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232642 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232642 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232642 ;
    owl:annotatedTarget obo:FMA_61228 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232642 ;
    owl:annotatedTarget obo:FMA_61228 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:IAO_0000112 ;
    owl:annotatedTarget "example of usage" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:created_by ;
    owl:annotatedSource obo:RO_0040042 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232642 ;
    owl:annotatedTarget obo:FMA_61228 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232644 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232644 ;
    owl:annotatedTarget example:right .

_:genid1403
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232644 ;
    owl:annotatedTarget obo:FMA_61215 ;
    owl:unionOf (obo:FMA_232511
        obo:FMA_232513
    ) .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232644 ;
    owl:annotatedTarget obo:FMA_61215 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232644 ;
    owl:annotatedTarget obo:FMA_61215 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232646 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232646 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232646 ;
    owl:annotatedTarget obo:FMA_61215 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232646 ;
    owl:annotatedTarget obo:FMA_61215 .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:creation_date ;
    owl:annotatedSource obo:RO_0040042 ;
    owl:annotatedTarget "2018-10-21T19:46:34Z"^^xsd:dateTime ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232646 ;
    owl:annotatedTarget obo:FMA_61215 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232648 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232648 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232648 ;
    owl:annotatedTarget obo:FMA_61223 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232648 ;
    owl:annotatedTarget obo:FMA_61223 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232648 ;
    owl:annotatedTarget obo:FMA_61223 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232651 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232651 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232651 ;
    owl:annotatedTarget obo:FMA_61223 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232651 ;
    owl:annotatedTarget obo:FMA_61223 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:RO_0040042 ;
    owl:annotatedTarget "R homeomorphic-for C expands to: C SubClassOf R only C. Additionally, for any class D that is disjoint with C, we can also expand to C DisjointWith R some D, D DisjointWith R some C." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232651 ;
    owl:annotatedTarget obo:FMA_61223 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232654 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232654 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232654 ;
    owl:annotatedTarget obo:FMA_61225 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232654 ;
    owl:annotatedTarget obo:FMA_61225 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232654 ;
    owl:annotatedTarget obo:FMA_61225 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232656 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232656 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232656 ;
    owl:annotatedTarget obo:FMA_61225 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232656 ;
    owl:annotatedTarget obo:FMA_61225 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0040042 ;
    owl:annotatedTarget "is homeomorphic for" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232656 ;
    owl:annotatedTarget obo:FMA_61225 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232658 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232658 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232658 ;
    owl:annotatedTarget obo:FMA_61226 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232658 ;
    owl:annotatedTarget obo:FMA_61226 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232658 ;
    owl:annotatedTarget obo:FMA_61226 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232660 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232660 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232660 ;
    owl:annotatedTarget obo:FMA_61226 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232660 ;
    owl:annotatedTarget obo:FMA_61226 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource obo:RO_0040042 ;
    owl:annotatedTarget <https://github.com/oborel/obo-relations/issues/164> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232660 ;
    owl:annotatedTarget obo:FMA_61226 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232664 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232664 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232664 ;
    owl:annotatedTarget obo:FMA_61227 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232664 ;
    owl:annotatedTarget obo:FMA_61227 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232664 ;
    owl:annotatedTarget obo:FMA_61227 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232668 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232668 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232668 ;
    owl:annotatedTarget obo:FMA_61227 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232668 ;
    owl:annotatedTarget obo:FMA_61227 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource dc:source ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232668 ;
    owl:annotatedTarget obo:FMA_61227 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232673 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232673 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232673 ;
    owl:annotatedTarget obo:FMA_61224 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232673 ;
    owl:annotatedTarget obo:FMA_61224 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232673 ;
    owl:annotatedTarget obo:FMA_61224 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232676 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232676 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232676 ;
    owl:annotatedTarget obo:FMA_61224 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232676 ;
    owl:annotatedTarget obo:FMA_61224 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource terms:creator ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232676 ;
    owl:annotatedTarget obo:FMA_61224 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232680 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232680 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232680 ;
    owl:annotatedTarget obo:FMA_12776 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232680 ;
    owl:annotatedTarget obo:FMA_12776 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232680 ;
    owl:annotatedTarget obo:FMA_12776 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232683 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232683 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232683 ;
    owl:annotatedTarget obo:FMA_12776 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232683 ;
    owl:annotatedTarget obo:FMA_12776 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource terms:source ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232683 ;
    owl:annotatedTarget obo:FMA_12776 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232687 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232687 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232687 ;
    owl:annotatedTarget obo:FMA_61233 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232687 ;
    owl:annotatedTarget obo:FMA_61233 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232687 ;
    owl:annotatedTarget obo:FMA_61233 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232689 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232689 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232689 ;
    owl:annotatedTarget obo:FMA_61233 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232689 ;
    owl:annotatedTarget obo:FMA_61233 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource oboInOwl:created_by ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232689 ;
    owl:annotatedTarget obo:FMA_61233 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232691 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232691 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232691 ;
    owl:annotatedTarget obo:FMA_61235 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232691 ;
    owl:annotatedTarget obo:FMA_61235 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232691 ;
    owl:annotatedTarget obo:FMA_61235 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232693 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232693 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232693 ;
    owl:annotatedTarget obo:FMA_61235 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232693 ;
    owl:annotatedTarget obo:FMA_61235 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource oboInOwl:created_by ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232693 ;
    owl:annotatedTarget obo:FMA_61235 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232695 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232695 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232695 ;
    owl:annotatedTarget obo:FMA_12769 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232695 ;
    owl:annotatedTarget obo:FMA_12769 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232695 ;
    owl:annotatedTarget obo:FMA_12769 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232697 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232697 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232697 ;
    owl:annotatedTarget obo:FMA_12769 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232697 ;
    owl:annotatedTarget obo:FMA_12769 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:IAO_0000112 ;
    owl:annotatedTarget "example of usage"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource oboInOwl:creation_date ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232697 ;
    owl:annotatedTarget obo:FMA_12769 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232699 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232699 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232699 ;
    owl:annotatedTarget obo:FMA_61240 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232699 ;
    owl:annotatedTarget obo:FMA_61240 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232699 ;
    owl:annotatedTarget obo:FMA_61240 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232701 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232701 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232701 ;
    owl:annotatedTarget obo:FMA_61240 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232701 ;
    owl:annotatedTarget obo:FMA_61240 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource oboInOwl:creation_date ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232701 ;
    owl:annotatedTarget obo:FMA_61240 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232703 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232703 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232703 ;
    owl:annotatedTarget obo:FMA_232351 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232703 ;
    owl:annotatedTarget obo:FMA_232351 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232703 ;
    owl:annotatedTarget obo:FMA_232351 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232705 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232705 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232705 ;
    owl:annotatedTarget obo:FMA_232351 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232705 ;
    owl:annotatedTarget obo:FMA_232351 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource oboInOwl:hasExactSynonym ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232705 ;
    owl:annotatedTarget obo:FMA_232351 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232707 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232707 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232707 ;
    owl:annotatedTarget obo:FMA_232355 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232707 ;
    owl:annotatedTarget obo:FMA_232355 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232707 ;
    owl:annotatedTarget obo:FMA_232355 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232709 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232709 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232709 ;
    owl:annotatedTarget obo:FMA_232355 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232709 ;
    owl:annotatedTarget obo:FMA_232355 .

[]
    obo:NCIT_P378 "NCI" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource oboInOwl:hasExactSynonym ;
    owl:annotatedTarget "A property representing a fully qualified synonym, contains the string, term type, source, and an optional source code if appropriate. Each subfield is deliniated to facilitate interpretation by software." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232709 ;
    owl:annotatedTarget obo:FMA_232355 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232711 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232711 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232711 ;
    owl:annotatedTarget obo:FMA_232358 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232711 ;
    owl:annotatedTarget obo:FMA_232358 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232711 ;
    owl:annotatedTarget obo:FMA_232358 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232713 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232713 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232713 ;
    owl:annotatedTarget obo:FMA_232358 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232713 ;
    owl:annotatedTarget obo:FMA_232358 .

[]
    obo:NCIT_P383 "PT" ;
    obo:NCIT_P384 "NCI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource oboInOwl:hasExactSynonym ;
    owl:annotatedTarget "FULL_SYN" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232713 ;
    owl:annotatedTarget obo:FMA_232358 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232715 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232715 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232715 ;
    owl:annotatedTarget obo:FMA_232361 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232715 ;
    owl:annotatedTarget obo:FMA_232361 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232715 ;
    owl:annotatedTarget obo:FMA_232361 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232717 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232717 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232717 ;
    owl:annotatedTarget obo:FMA_232361 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232717 ;
    owl:annotatedTarget obo:FMA_232361 .

[]
    obo:NCIT_P383 "SY" ;
    obo:NCIT_P384 "NCI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource oboInOwl:hasExactSynonym ;
    owl:annotatedTarget "Synonym with Source Data" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232717 ;
    owl:annotatedTarget obo:FMA_232361 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232754 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232754 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232754 ;
    owl:annotatedTarget _:genid1589 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232756 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232756 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232756 ;
    owl:annotatedTarget obo:FMA_232754 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232756 ;
    owl:annotatedTarget obo:FMA_232754 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource oboInOwl:hasExactSynonym ;
    owl:annotatedTarget "has exact synonym" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232756 ;
    owl:annotatedTarget obo:FMA_232754 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232758 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232758 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232758 ;
    owl:annotatedTarget obo:FMA_232754 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232758 ;
    owl:annotatedTarget obo:FMA_232754 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232758 ;
    owl:annotatedTarget obo:FMA_232754 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232838 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232838 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource oboInOwl:hasExactSynonym ;
    owl:annotatedTarget "has_exact_synonym" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232838 ;
    owl:annotatedTarget _:genid1605 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232840 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232840 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232840 ;
    owl:annotatedTarget obo:FMA_232838 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232840 ;
    owl:annotatedTarget obo:FMA_232838 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232840 ;
    owl:annotatedTarget obo:FMA_232838 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232842 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232842 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232842 ;
    owl:annotatedTarget obo:FMA_232838 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232842 ;
    owl:annotatedTarget obo:FMA_232838 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource oboInOwl:hasOBONamespace ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232842 ;
    owl:annotatedTarget obo:FMA_232838 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232894 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232894 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232894 ;
    owl:annotatedTarget _:genid1621 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232896 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232896 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232896 ;
    owl:annotatedTarget obo:FMA_232894 .

_:genid1589
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232896 ;
    owl:annotatedTarget obo:FMA_232894 ;
    owl:unionOf (obo:FMA_232756
        obo:FMA_232758
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource oboInOwl:hasRelatedSynonym ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232896 ;
    owl:annotatedTarget obo:FMA_232894 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232898 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232898 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232898 ;
    owl:annotatedTarget obo:FMA_232894 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232898 ;
    owl:annotatedTarget obo:FMA_232894 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_232898 ;
    owl:annotatedTarget obo:FMA_232894 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_234376 ;
    owl:annotatedTarget obo:FMA_61212 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_234376 ;
    owl:annotatedTarget obo:FMA_61212 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:IAO_0000112 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource oboInOwl:hasRelatedSynonym ;
    owl:annotatedTarget "An alternative label for a class or property that has been used synonymously with the primary term name, but the usage is not strictly correct." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_234376 ;
    owl:annotatedTarget _:genid1637 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_234378 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_234378 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_234378 ;
    owl:annotatedTarget obo:FMA_234376 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_234378 ;
    owl:annotatedTarget obo:FMA_234376 .

_:genid1605
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_234378 ;
    owl:annotatedTarget obo:FMA_234376 ;
    owl:unionOf (obo:FMA_232840
        obo:FMA_232842
    ) .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_234380 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_234380 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_234380 ;
    owl:annotatedTarget obo:FMA_234376 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_234380 ;
    owl:annotatedTarget obo:FMA_234376 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource oboInOwl:hasRelatedSynonym ;
    owl:annotatedTarget <http://orcid.org/0000-0001-5208-3432> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_234380 ;
    owl:annotatedTarget obo:FMA_234376 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_241932 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_241932 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_241932 ;
    owl:annotatedTarget _:genid1653 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_241932 ;
    owl:annotatedTarget _:genid1655 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_241932 ;
    owl:annotatedTarget _:genid1657 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_241932 ;
    owl:annotatedTarget _:genid1659 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_241932 ;
    owl:annotatedTarget _:genid1661 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_25624 ;
    owl:annotatedTarget obo:FMA_21496 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000233 ;
    owl:annotatedSource oboInOwl:hasRelatedSynonym ;
    owl:annotatedTarget "https://github.com/information-artifact-ontology/ontology-metadata/issues/21" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid1621
    a owl:Class ;
    owl:unionOf (obo:FMA_232896
        obo:FMA_232898
    ), (obo:FMA_259761
        obo:FMA_259763
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource oboInOwl:hasRelatedSynonym ;
    owl:annotatedTarget "has related synonym"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

(obo:FMA_259852
    obo:FMA_259854
) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_260144 ;
    owl:annotatedTarget obo:FMA_69050 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource oboInOwl:hasRelatedSynonym ;
    owl:annotatedTarget "has_related_synonym" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_260144 ;
    owl:annotatedTarget obo:FMA_69050 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_260146 ;
    owl:annotatedTarget obo:FMA_260144 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_260146 ;
    owl:annotatedTarget obo:FMA_260144 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_260154 ;
    owl:annotatedTarget obo:FMA_74616 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_260154 ;
    owl:annotatedTarget obo:FMA_74616 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_260156 ;
    owl:annotatedTarget obo:FMA_260154 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_260156 ;
    owl:annotatedTarget obo:FMA_260154 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource oboInOwl:hasRelatedSynonym ;
    owl:annotatedTarget "https://github.com/information-artifact-ontology/ontology-metadata/issues/21" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid1653
    a owl:Restriction ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_229072, obo:FMA_56691 .

_:genid1655
    a owl:Restriction ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_56694, obo:FMA_71711 .

_:genid1657
    a owl:Restriction ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_56706, obo:FMA_71712 .

_:genid1659
    a owl:Restriction ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_56709, obo:FMA_71720 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource oboInOwl:id ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

_:genid1661
    a owl:Restriction ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_56712, obo:FMA_71721 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource oboInOwl:inSubset ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource oboInOwl:inSubset ;
    owl:annotatedTarget "in_subset" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_277252 ;
    owl:annotatedTarget obo:FMA_5034 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_277252 ;
    owl:annotatedTarget obo:FMA_5034 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_278572 ;
    owl:annotatedTarget obo:FMA_14065 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_278572 ;
    owl:annotatedTarget obo:FMA_14065 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_27984 ;
    owl:annotatedTarget obo:FMA_75445 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource rdfs:comment ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_27984 ;
    owl:annotatedTarget obo:FMA_75445 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_279957 ;
    owl:annotatedTarget obo:FMA_67552 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_279957 ;
    owl:annotatedTarget obo:FMA_67552 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_280556 ;
    owl:annotatedTarget obo:FMA_9669 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_280556 ;
    owl:annotatedTarget obo:FMA_9669 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_280564 ;
    owl:annotatedTarget obo:FMA_280556 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_280564 ;
    owl:annotatedTarget obo:FMA_280556 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281288 ;
    owl:annotatedTarget obo:FMA_85358 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281288 ;
    owl:annotatedTarget obo:FMA_85358 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281290 ;
    owl:annotatedTarget obo:FMA_85392 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:IAO_0000114 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource rdfs:isDefinedBy ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281290 ;
    owl:annotatedTarget obo:FMA_85392 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281292 ;
    owl:annotatedTarget obo:FMA_62517 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281292 ;
    owl:annotatedTarget obo:FMA_62517 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281294 ;
    owl:annotatedTarget obo:FMA_260144 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281294 ;
    owl:annotatedTarget obo:FMA_260144 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281302 ;
    owl:annotatedTarget obo:FMA_281294 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281302 ;
    owl:annotatedTarget obo:FMA_281294 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281304 ;
    owl:annotatedTarget obo:FMA_281294 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281304 ;
    owl:annotatedTarget obo:FMA_281294 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281306 ;
    owl:annotatedTarget obo:FMA_281294 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource rdfs:isDefinedBy ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281306 ;
    owl:annotatedTarget obo:FMA_281294 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281454 ;
    owl:annotatedTarget obo:FMA_54716 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281454 ;
    owl:annotatedTarget obo:FMA_54716 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281454 ;
    owl:annotatedTarget _:genid1758 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281454 ;
    owl:annotatedTarget _:genid1760 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281456 ;
    owl:annotatedTarget obo:FMA_54717 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281456 ;
    owl:annotatedTarget obo:FMA_54717 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281456 ;
    owl:annotatedTarget _:genid1764 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281456 ;
    owl:annotatedTarget _:genid1766 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281458 ;
    owl:annotatedTarget obo:FMA_55600 .

[]
    a owl:Axiom ;
    rdfs:comment "This is an experimental annotation" ;
    owl:annotatedProperty obo:IAO_0000589 ;
    owl:annotatedSource rdfs:isDefinedBy ;
    owl:annotatedTarget "is defined by" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281458 ;
    owl:annotatedTarget obo:FMA_55600 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281458 ;
    owl:annotatedTarget _:genid1770 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281458 ;
    owl:annotatedTarget _:genid1772 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281460 ;
    owl:annotatedTarget obo:FMA_55600 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281460 ;
    owl:annotatedTarget obo:FMA_55600 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281460 ;
    owl:annotatedTarget _:genid1776 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281460 ;
    owl:annotatedTarget _:genid1778 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281465 ;
    owl:annotatedTarget obo:FMA_54663 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281465 ;
    owl:annotatedTarget obo:FMA_54663 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281467 ;
    owl:annotatedTarget obo:FMA_281465 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource rdfs:label ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281467 ;
    owl:annotatedTarget obo:FMA_281465 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281469 ;
    owl:annotatedTarget obo:FMA_281465 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281469 ;
    owl:annotatedTarget obo:FMA_281465 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281469 ;
    owl:annotatedTarget _:genid1786 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281471 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281471 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281471 ;
    owl:annotatedTarget obo:FMA_281469 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281471 ;
    owl:annotatedTarget obo:FMA_281469 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource rdfs:label ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281471 ;
    owl:annotatedTarget obo:FMA_281469 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281473 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281473 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281473 ;
    owl:annotatedTarget obo:FMA_281469 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281473 ;
    owl:annotatedTarget obo:FMA_281469 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281473 ;
    owl:annotatedTarget obo:FMA_281469 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281500 ;
    owl:annotatedTarget obo:FMA_281465 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281500 ;
    owl:annotatedTarget obo:FMA_281465 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281502 ;
    owl:annotatedTarget obo:FMA_281465 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281502 ;
    owl:annotatedTarget obo:FMA_281465 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource rdfs:label ;
    owl:annotatedTarget "label" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281506 ;
    owl:annotatedTarget obo:FMA_281465 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281506 ;
    owl:annotatedTarget obo:FMA_281465 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281508 ;
    owl:annotatedTarget obo:FMA_281465 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281508 ;
    owl:annotatedTarget obo:FMA_281465 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281523 ;
    owl:annotatedTarget obo:FMA_86103 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281523 ;
    owl:annotatedTarget obo:FMA_86103 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281525 ;
    owl:annotatedTarget obo:FMA_281523 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281525 ;
    owl:annotatedTarget obo:FMA_281523 .

_:genid1758
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281528 ;
    owl:annotatedTarget obo:FMA_281523 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_54712 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281528 ;
    owl:annotatedTarget obo:FMA_281523 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource rdfs:label ;
    owl:annotatedTarget "label"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

_:genid1760
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281540 ;
    owl:annotatedTarget obo:FMA_54643 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_54713 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281540 ;
    owl:annotatedTarget obo:FMA_54643 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281543 ;
    owl:annotatedTarget obo:FMA_281540 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281543 ;
    owl:annotatedTarget obo:FMA_281540 .

_:genid1764
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281543 ;
    owl:annotatedTarget _:genid1818 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_54714 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281543 ;
    owl:annotatedTarget _:genid1820 .

_:genid1766
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281547 ;
    owl:annotatedTarget obo:FMA_281540 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_54715 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281547 ;
    owl:annotatedTarget obo:FMA_281540 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281549 ;
    owl:annotatedTarget obo:FMA_281540 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281549 ;
    owl:annotatedTarget obo:FMA_281540 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource rdfs:label ;
    owl:annotatedTarget "label" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

_:genid1770
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281551 ;
    owl:annotatedTarget obo:FMA_281540 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_54712 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_281551 ;
    owl:annotatedTarget obo:FMA_281540 .

_:genid1772
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_284654 ;
    owl:annotatedTarget obo:FMA_10474 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_54714 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_284654 ;
    owl:annotatedTarget obo:FMA_10474 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_284658 ;
    owl:annotatedTarget obo:FMA_45563 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_284658 ;
    owl:annotatedTarget obo:FMA_45563 .

_:genid1776
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_284660 ;
    owl:annotatedTarget obo:FMA_14069 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_54713 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_284660 ;
    owl:annotatedTarget obo:FMA_14069 .

_:genid1778
    a owl:Restriction ;
    owl:onProperty obo:FMA_85879, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_54715, obo:FMA_59832 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource rdfs:label ;
    owl:annotatedTarget "label"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

_:genid1786
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_313974 ;
    owl:unionOf (obo:FMA_281471
        obo:FMA_281473
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource rdfs:seeAlso ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:IAO_0000114 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_297498 ;
    owl:annotatedTarget obo:FMA_14065 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_297498 ;
    owl:annotatedTarget obo:FMA_14065 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_297500 ;
    owl:annotatedTarget obo:FMA_297498 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_297500 ;
    owl:annotatedTarget obo:FMA_297498 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_298716 ;
    owl:annotatedTarget obo:FMA_86103 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_298716 ;
    owl:annotatedTarget obo:FMA_86103 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_298757 ;
    owl:annotatedTarget obo:FMA_319211 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget obo:RO_0002131 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_298757 ;
    owl:annotatedTarget obo:FMA_319211 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_301793 ;
    owl:annotatedTarget obo:FMA_70776 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_301793 ;
    owl:annotatedTarget obo:FMA_70776 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_302986 ;
    owl:annotatedTarget obo:FMA_7145 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_302986 ;
    owl:annotatedTarget obo:FMA_7145 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_302988 ;
    owl:annotatedTarget obo:FMA_55107 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_302988 ;
    owl:annotatedTarget obo:FMA_55107 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_305751 ;
    owl:annotatedTarget obo:FMA_67165 .

_:genid1818
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_281547 ;
    owl:unionOf (obo:FMA_313914
        obo:FMA_313916
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget "is part of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

(obo:FMA_313916
) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget "my brain is part of my body (continuant parthood, two material entities)"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget "my stomach cavity is part of my stomach (continuant parthood, immaterial entity is part of material entity)"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget "this day is part of this year (occurrent parthood)"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314359 ;
    owl:annotatedTarget obo:FMA_319788 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314359 ;
    owl:annotatedTarget obo:FMA_319788 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314359 ;
    owl:annotatedTarget _:genid1911 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314359 ;
    owl:annotatedTarget _:genid1915 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314361 ;
    owl:annotatedTarget example:right .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget "a core relation that holds between a part and its whole"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314361 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314361 ;
    owl:annotatedTarget obo:FMA_314359 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314361 ;
    owl:annotatedTarget obo:FMA_314359 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314361 ;
    owl:annotatedTarget obo:FMA_314359 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314361 ;
    owl:annotatedTarget _:genid1922 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314363 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314363 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314363 ;
    owl:annotatedTarget obo:FMA_314359 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314363 ;
    owl:annotatedTarget obo:FMA_314359 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314363 ;
    owl:annotatedTarget obo:FMA_314359 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget "Everything is part of itself. Any part of any part of a thing is itself part of that thing. Two distinct things cannot be part of each other."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314363 ;
    owl:annotatedTarget _:genid1929 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314365 ;
    owl:annotatedTarget obo:FMA_319788 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314365 ;
    owl:annotatedTarget obo:FMA_319788 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314365 ;
    owl:annotatedTarget _:genid1933 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314365 ;
    owl:annotatedTarget _:genid1937 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314367 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314367 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314367 ;
    owl:annotatedTarget obo:FMA_314365 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314367 ;
    owl:annotatedTarget obo:FMA_314365 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314367 ;
    owl:annotatedTarget obo:FMA_314365 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314367 ;
    owl:annotatedTarget _:genid1944 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314369 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314369 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314369 ;
    owl:annotatedTarget obo:FMA_314365 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314369 ;
    owl:annotatedTarget obo:FMA_314365 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314369 ;
    owl:annotatedTarget obo:FMA_314365 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314369 ;
    owl:annotatedTarget _:genid1951 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget """Parthood requires the part and the whole to have compatible classes: only an occurrent can be part of an occurrent; only a process can be part of a process; only a continuant can be part of a continuant; only an independent continuant can be part of an independent continuant; only an immaterial entity can be part of an immaterial entity; only a specifically dependent continuant can be part of a specifically dependent continuant; only a generically dependent continuant can be part of a generically dependent continuant. (This list is not exhaustive.)

A continuant cannot be part of an occurrent: use 'participates in'. An occurrent cannot be part of a continuant: use 'has participant'. A material entity cannot be part of an immaterial entity: use 'has location'. A specifically dependent continuant cannot be part of an independent continuant: use 'inheres in'. An independent continuant cannot be part of a specifically dependent continuant: use 'bearer of'."""@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314371 ;
    owl:annotatedTarget obo:FMA_319788 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314371 ;
    owl:annotatedTarget obo:FMA_319788 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314371 ;
    owl:annotatedTarget _:genid1955 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314371 ;
    owl:annotatedTarget _:genid1959 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314373 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314373 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314373 ;
    owl:annotatedTarget obo:FMA_314371 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314373 ;
    owl:annotatedTarget obo:FMA_314371 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314373 ;
    owl:annotatedTarget obo:FMA_314371 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:IAO_0000114 ;
    owl:annotatedTarget "has curation status"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget "part_of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314373 ;
    owl:annotatedTarget _:genid1966 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314375 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314375 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314375 ;
    owl:annotatedTarget obo:FMA_314371 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314375 ;
    owl:annotatedTarget obo:FMA_314371 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314375 ;
    owl:annotatedTarget obo:FMA_314371 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314375 ;
    owl:annotatedTarget _:genid1973 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314377 ;
    owl:annotatedTarget obo:FMA_319788 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:RO_0001900 ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget obo:RO_0001901 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314377 ;
    owl:annotatedTarget obo:FMA_319788 .

_:genid1911
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314377 ;
    owl:annotatedTarget _:genid1977 ;
    owl:unionOf (obo:FMA_314361
        obo:FMA_314363
    ) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314377 ;
    owl:annotatedTarget _:genid1981 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314379 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314379 ;
    owl:annotatedTarget example:right .

_:genid1915
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314379 ;
    owl:annotatedTarget obo:FMA_314377 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318474 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314379 ;
    owl:annotatedTarget obo:FMA_314377 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314379 ;
    owl:annotatedTarget obo:FMA_314377 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314379 ;
    owl:annotatedTarget _:genid1988 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314381 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:RO_0040042 ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget obo:BFO_0000002 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314381 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314381 ;
    owl:annotatedTarget obo:FMA_314377 .

_:genid1922
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314381 ;
    owl:annotatedTarget obo:FMA_314377 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318476 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314381 ;
    owl:annotatedTarget obo:FMA_314377 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314381 ;
    owl:annotatedTarget _:genid1995 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314383 ;
    owl:annotatedTarget obo:FMA_319788 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314383 ;
    owl:annotatedTarget obo:FMA_319788 .

_:genid1929
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314383 ;
    owl:annotatedTarget _:genid1999 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318478 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:RO_0040042 ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget obo:BFO_0000003 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314383 ;
    owl:annotatedTarget _:genid2003 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314385 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314385 ;
    owl:annotatedTarget example:right .

_:genid1933
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314385 ;
    owl:annotatedTarget obo:FMA_314383 ;
    owl:unionOf (obo:FMA_314367
        obo:FMA_314369
    ) .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314385 ;
    owl:annotatedTarget obo:FMA_314383 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314385 ;
    owl:annotatedTarget obo:FMA_314383 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314385 ;
    owl:annotatedTarget _:genid2010 .

_:genid1937
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314387 ;
    owl:annotatedTarget example:left ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318480 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314387 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314387 ;
    owl:annotatedTarget obo:FMA_314383 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:RO_0040042 ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget obo:BFO_0000004 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314387 ;
    owl:annotatedTarget obo:FMA_314383 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314387 ;
    owl:annotatedTarget obo:FMA_314383 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314387 ;
    owl:annotatedTarget _:genid2017 .

(obo:FMA_314393
) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314389 ;
    owl:annotatedTarget obo:FMA_319788 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314389 ;
    owl:annotatedTarget obo:FMA_319788 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314389 ;
    owl:annotatedTarget _:genid2021 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314389 ;
    owl:annotatedTarget _:genid2025 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314391 ;
    owl:annotatedTarget example:right .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:RO_0040042 ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget obo:BFO_0000017 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314391 ;
    owl:annotatedTarget example:right .

_:genid1951
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314391 ;
    owl:annotatedTarget obo:FMA_314389 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318484 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314391 ;
    owl:annotatedTarget obo:FMA_314389 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314391 ;
    owl:annotatedTarget obo:FMA_314389 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314391 ;
    owl:annotatedTarget _:genid2032 .

_:genid1955
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314393 ;
    owl:annotatedTarget example:left ;
    owl:unionOf (obo:FMA_314373
        obo:FMA_314375
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314393 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314393 ;
    owl:annotatedTarget obo:FMA_314389 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314393 ;
    owl:annotatedTarget obo:FMA_314389 .

_:genid1959
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314393 ;
    owl:annotatedTarget obo:FMA_314389 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318486 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:RO_0040042 ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget obo:BFO_0000019 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314393 ;
    owl:annotatedTarget _:genid2039 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314395 ;
    owl:annotatedTarget obo:FMA_319788 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314395 ;
    owl:annotatedTarget obo:FMA_319788 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314395 ;
    owl:annotatedTarget _:genid2043 .

_:genid1966
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314395 ;
    owl:annotatedTarget _:genid2047 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318488 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314397 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314397 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314397 ;
    owl:annotatedTarget obo:FMA_314395 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:RO_0040042 ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget obo:BFO_0000020 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314397 ;
    owl:annotatedTarget obo:FMA_314395 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314397 ;
    owl:annotatedTarget obo:FMA_314395 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314397 ;
    owl:annotatedTarget _:genid2054 .

_:genid1973
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314399 ;
    owl:annotatedTarget example:left ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318490 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314399 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314399 ;
    owl:annotatedTarget obo:FMA_314395 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314399 ;
    owl:annotatedTarget obo:FMA_314395 .

_:genid1977
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314399 ;
    owl:annotatedTarget obo:FMA_314395 ;
    owl:unionOf (obo:FMA_314379
        obo:FMA_314381
    ) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314399 ;
    owl:annotatedTarget _:genid2061 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:RO_0040042 ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget obo:BFO_0000031 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid1981
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314401 ;
    owl:annotatedTarget obo:FMA_319788 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318492 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314401 ;
    owl:annotatedTarget obo:FMA_319788 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314401 ;
    owl:annotatedTarget _:genid2065 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314401 ;
    owl:annotatedTarget _:genid2069 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314403 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314403 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314403 ;
    owl:annotatedTarget obo:FMA_314401 .

_:genid1988
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314403 ;
    owl:annotatedTarget obo:FMA_314401 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318494 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314403 ;
    owl:annotatedTarget obo:FMA_314401 .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget obo:valid_for_go_annotation_extension ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314403 ;
    owl:annotatedTarget _:genid2076 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314405 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314405 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314405 ;
    owl:annotatedTarget obo:FMA_314401 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314405 ;
    owl:annotatedTarget obo:FMA_314401 .

_:genid1995
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314405 ;
    owl:annotatedTarget obo:FMA_314401 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318496 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_314405 ;
    owl:annotatedTarget _:genid2083 .

_:genid1999
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318474 ;
    owl:annotatedTarget obo:FMA_284660 ;
    owl:unionOf (obo:FMA_314385
        obo:FMA_314387
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:IAO_0000111 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:IAO_0000114 ;
    owl:annotatedTarget "PERSON:Alan Ruttenberg"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget obo:valid_for_go_gp2term ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318474 ;
    owl:annotatedTarget obo:FMA_284660 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318474 ;
    owl:annotatedTarget _:genid2087 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318476 ;
    owl:annotatedTarget example:right .

_:genid2003
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318476 ;
    owl:annotatedTarget example:right ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318498 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318476 ;
    owl:annotatedTarget obo:FMA_318474 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318476 ;
    owl:annotatedTarget obo:FMA_318474 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318476 ;
    owl:annotatedTarget obo:FMA_318474 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318478 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318478 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318478 ;
    owl:annotatedTarget obo:FMA_318474 .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget obo:valid_for_go_ontology ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid2010
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318478 ;
    owl:annotatedTarget obo:FMA_318474 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318500 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318478 ;
    owl:annotatedTarget obo:FMA_318474 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318480 ;
    owl:annotatedTarget obo:FMA_284660 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318480 ;
    owl:annotatedTarget obo:FMA_284660 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318480 ;
    owl:annotatedTarget _:genid2103 .

_:genid2017
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318482 ;
    owl:annotatedTarget example:right ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318502 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318482 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318482 ;
    owl:annotatedTarget obo:FMA_318480 .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget obo:valid_for_gocam ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318482 ;
    owl:annotatedTarget obo:FMA_318480 .

_:genid2021
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318482 ;
    owl:annotatedTarget obo:FMA_318480 ;
    owl:unionOf (obo:FMA_314391
        obo:FMA_314393
    ) .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318484 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318484 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318484 ;
    owl:annotatedTarget obo:FMA_318480 .

_:genid2025
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318484 ;
    owl:annotatedTarget obo:FMA_318480 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318504 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318484 ;
    owl:annotatedTarget obo:FMA_318480 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318486 ;
    owl:annotatedTarget obo:FMA_284660 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget "part of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318486 ;
    owl:annotatedTarget obo:FMA_284660 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318486 ;
    owl:annotatedTarget _:genid2119 .

_:genid2032
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318488 ;
    owl:annotatedTarget example:right ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318506 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318488 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318488 ;
    owl:annotatedTarget obo:FMA_318486 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318488 ;
    owl:annotatedTarget obo:FMA_318486 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318488 ;
    owl:annotatedTarget obo:FMA_318486 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318490 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318490 ;
    owl:annotatedTarget example:left .

_:genid2039
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318490 ;
    owl:annotatedTarget obo:FMA_318486 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318508 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget <http://ontologydesignpatterns.org/wiki/Community:Parts_and_Collections> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318490 ;
    owl:annotatedTarget obo:FMA_318486 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318490 ;
    owl:annotatedTarget obo:FMA_318486 .

(obo:FMA_318496
) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318492 ;
    owl:annotatedTarget obo:FMA_284660 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318492 ;
    owl:annotatedTarget obo:FMA_284660 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318492 ;
    owl:annotatedTarget _:genid2135 .

_:genid2047
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318494 ;
    owl:annotatedTarget example:right ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318510 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318494 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318494 ;
    owl:annotatedTarget obo:FMA_318492 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget <http://ontologydesignpatterns.org/wiki/Submissions:PartOf> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318494 ;
    owl:annotatedTarget obo:FMA_318492 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318494 ;
    owl:annotatedTarget obo:FMA_318492 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318496 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318496 ;
    owl:annotatedTarget example:left .

_:genid2054
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318496 ;
    owl:annotatedTarget obo:FMA_318492 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318512 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318496 ;
    owl:annotatedTarget obo:FMA_318492 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318496 ;
    owl:annotatedTarget obo:FMA_318492 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318498 ;
    owl:annotatedTarget obo:FMA_284660 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget "http://www.obofoundry.org/ro/#OBO_REL:part_of" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318498 ;
    owl:annotatedTarget obo:FMA_284660 .

_:genid2061
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318498 ;
    owl:annotatedTarget _:genid2151 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318514 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318500 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318500 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318500 ;
    owl:annotatedTarget obo:FMA_318498 .

_:genid2065
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318500 ;
    owl:annotatedTarget obo:FMA_318498 ;
    owl:unionOf (obo:FMA_314403
        obo:FMA_314405
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318500 ;
    owl:annotatedTarget obo:FMA_318498 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318502 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318502 ;
    owl:annotatedTarget example:left .

_:genid2069
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318502 ;
    owl:annotatedTarget obo:FMA_318498 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318516 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource obo:BFO_0000050 ;
    owl:annotatedTarget "https://wiki.geneontology.org/Part_of"^^xsd:anyURI ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318502 ;
    owl:annotatedTarget obo:FMA_318498 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318502 ;
    owl:annotatedTarget obo:FMA_318498 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318504 ;
    owl:annotatedTarget obo:FMA_284660 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318504 ;
    owl:annotatedTarget obo:FMA_284660 .

_:genid2076
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318504 ;
    owl:annotatedTarget _:genid2167 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318518 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318506 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318506 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318506 ;
    owl:annotatedTarget obo:FMA_318504 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:BFO_0000051 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318506 ;
    owl:annotatedTarget obo:FMA_318504 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318506 ;
    owl:annotatedTarget obo:FMA_318504 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318508 ;
    owl:annotatedTarget example:left .

_:genid2083
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318508 ;
    owl:annotatedTarget example:left ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_318520 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318508 ;
    owl:annotatedTarget obo:FMA_318504 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318508 ;
    owl:annotatedTarget obo:FMA_318504 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318508 ;
    owl:annotatedTarget obo:FMA_318504 .

(obo:FMA_318512
    obo:FMA_318514
) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318510 ;
    owl:annotatedTarget obo:FMA_284660 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:BFO_0000051 ;
    owl:annotatedTarget obo:RO_0002131 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318510 ;
    owl:annotatedTarget obo:FMA_284660 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318510 ;
    owl:annotatedTarget _:genid2183 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318512 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318512 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318512 ;
    owl:annotatedTarget obo:FMA_318510 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318512 ;
    owl:annotatedTarget obo:FMA_318510 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318512 ;
    owl:annotatedTarget obo:FMA_318510 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318514 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318514 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318514 ;
    owl:annotatedTarget obo:FMA_318510 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:IAO_0000114 ;
    owl:annotatedTarget "PERSON:Bill Bug"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:BFO_0000051 ;
    owl:annotatedTarget "has part"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318514 ;
    owl:annotatedTarget obo:FMA_318510 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318514 ;
    owl:annotatedTarget obo:FMA_318510 .

(obo:FMA_318520
) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318516 ;
    owl:annotatedTarget obo:FMA_284660 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318516 ;
    owl:annotatedTarget obo:FMA_284660 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318516 ;
    owl:annotatedTarget _:genid2199 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318518 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318518 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318518 ;
    owl:annotatedTarget obo:FMA_318516 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:BFO_0000051 ;
    owl:annotatedTarget "my body has part my brain (continuant parthood, two material entities)"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318518 ;
    owl:annotatedTarget obo:FMA_318516 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318518 ;
    owl:annotatedTarget obo:FMA_318516 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318520 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318520 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318520 ;
    owl:annotatedTarget obo:FMA_318516 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318520 ;
    owl:annotatedTarget obo:FMA_318516 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318520 ;
    owl:annotatedTarget obo:FMA_318516 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318738 ;
    owl:annotatedTarget obo:FMA_9721 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318738 ;
    owl:annotatedTarget obo:FMA_9721 .

_:genid2119
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318782 ;
    owl:annotatedTarget obo:FMA_318738 ;
    owl:unionOf (obo:FMA_318488
        obo:FMA_318490
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:BFO_0000051 ;
    owl:annotatedTarget "my stomach has part my stomach cavity (continuant parthood, material entity has part immaterial entity)"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318782 ;
    owl:annotatedTarget obo:FMA_318738 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318784 ;
    owl:annotatedTarget obo:FMA_318738 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318784 ;
    owl:annotatedTarget obo:FMA_318738 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318786 ;
    owl:annotatedTarget obo:FMA_318738 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318786 ;
    owl:annotatedTarget obo:FMA_318738 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318788 ;
    owl:annotatedTarget obo:FMA_318738 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318788 ;
    owl:annotatedTarget obo:FMA_318738 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318790 ;
    owl:annotatedTarget obo:FMA_318738 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318790 ;
    owl:annotatedTarget obo:FMA_318738 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318792 ;
    owl:annotatedTarget obo:FMA_318738 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:BFO_0000051 ;
    owl:annotatedTarget "this year has part this day (occurrent parthood)"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318792 ;
    owl:annotatedTarget obo:FMA_318738 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318794 ;
    owl:annotatedTarget obo:FMA_318738 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_318794 ;
    owl:annotatedTarget obo:FMA_318738 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319211 ;
    owl:annotatedTarget obo:FMA_10474 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319211 ;
    owl:annotatedTarget obo:FMA_10474 .

(obo:FMA_319598
    obo:FMA_319600
) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319596 ;
    owl:annotatedTarget obo:FMA_318782 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319596 ;
    owl:annotatedTarget obo:FMA_318782 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319596 ;
    owl:annotatedTarget _:genid2233 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:BFO_0000051 ;
    owl:annotatedTarget "a core relation that holds between a whole and its part"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319598 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319598 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319598 ;
    owl:annotatedTarget obo:FMA_319596 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319598 ;
    owl:annotatedTarget obo:FMA_319596 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319598 ;
    owl:annotatedTarget obo:FMA_319596 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319600 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319600 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319600 ;
    owl:annotatedTarget obo:FMA_319596 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319600 ;
    owl:annotatedTarget obo:FMA_319596 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319600 ;
    owl:annotatedTarget obo:FMA_319596 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:BFO_0000051 ;
    owl:annotatedTarget "Everything has itself as a part. Any part of any part of a thing is itself part of that thing. Two distinct things cannot have each other as a part."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

(obo:FMA_319606
) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319602 ;
    owl:annotatedTarget obo:FMA_318782 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319602 ;
    owl:annotatedTarget obo:FMA_318782 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319602 ;
    owl:annotatedTarget _:genid2249 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319604 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319604 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319604 ;
    owl:annotatedTarget obo:FMA_319602 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319604 ;
    owl:annotatedTarget obo:FMA_319602 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319604 ;
    owl:annotatedTarget obo:FMA_319602 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:BFO_0000051 ;
    owl:annotatedTarget "Occurrents are not subject to change and so parthood between occurrents holds for all the times that the part exists. Many continuants are subject to change, so parthood between continuants will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319606 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319606 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319606 ;
    owl:annotatedTarget obo:FMA_319602 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319606 ;
    owl:annotatedTarget obo:FMA_319602 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319606 ;
    owl:annotatedTarget obo:FMA_319602 .

_:genid2167
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319620 ;
    owl:annotatedTarget obo:FMA_318784 ;
    owl:unionOf (obo:FMA_318506
        obo:FMA_318508
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319620 ;
    owl:annotatedTarget obo:FMA_318784 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319620 ;
    owl:annotatedTarget _:genid2265 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:BFO_0000051 ;
    owl:annotatedTarget """Parthood requires the part and the whole to have compatible classes: only an occurrent have an occurrent as part; only a process can have a process as part; only a continuant can have a continuant as part; only an independent continuant can have an independent continuant as part; only a specifically dependent continuant can have a specifically dependent continuant as part; only a generically dependent continuant can have a generically dependent continuant as part. (This list is not exhaustive.)

A continuant cannot have an occurrent as part: use 'participates in'. An occurrent cannot have a continuant as part: use 'has participant'. An immaterial entity cannot have a material entity as part: use 'location of'. An independent continuant cannot have a specifically dependent continuant as part: use 'bearer of'. A specifically dependent continuant cannot have an independent continuant as part: use 'inheres in'."""@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319622 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319622 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319622 ;
    owl:annotatedTarget obo:FMA_319620 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319622 ;
    owl:annotatedTarget obo:FMA_319620 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319622 ;
    owl:annotatedTarget obo:FMA_319620 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319624 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319624 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319624 ;
    owl:annotatedTarget obo:FMA_319620 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319624 ;
    owl:annotatedTarget obo:FMA_319620 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319624 ;
    owl:annotatedTarget obo:FMA_319620 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:BFO_0000051 ;
    owl:annotatedTarget "has_part"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319626 ;
    owl:annotatedTarget obo:FMA_318784 .

_:genid2183
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319626 ;
    owl:annotatedTarget obo:FMA_318784 ;
    owl:unionOf _:genid2087 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319626 ;
    owl:annotatedTarget _:genid2281 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319628 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319628 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319628 ;
    owl:annotatedTarget obo:FMA_319626 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319628 ;
    owl:annotatedTarget obo:FMA_319626 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319628 ;
    owl:annotatedTarget obo:FMA_319626 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:RO_0001900 ;
    owl:annotatedSource obo:BFO_0000051 ;
    owl:annotatedTarget obo:RO_0001901 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319630 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319630 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319630 ;
    owl:annotatedTarget obo:FMA_319626 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319630 ;
    owl:annotatedTarget obo:FMA_319626 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319630 ;
    owl:annotatedTarget obo:FMA_319626 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319632 ;
    owl:annotatedTarget obo:FMA_318786 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319632 ;
    owl:annotatedTarget obo:FMA_318786 .

_:genid2199
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319632 ;
    owl:annotatedTarget _:genid2297 ;
    owl:unionOf (obo:FMA_318518
        obo:FMA_318520
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:IAO_0000114 ;
    owl:annotatedTarget "PERSON:Melanie Courtot"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:BFO_0000051 ;
    owl:annotatedTarget obo:valid_for_go_annotation_extension ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319634 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319634 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319634 ;
    owl:annotatedTarget obo:FMA_319632 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319634 ;
    owl:annotatedTarget obo:FMA_319632 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319634 ;
    owl:annotatedTarget obo:FMA_319632 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319636 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319636 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319636 ;
    owl:annotatedTarget obo:FMA_319632 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319636 ;
    owl:annotatedTarget obo:FMA_319632 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319636 ;
    owl:annotatedTarget obo:FMA_319632 .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:BFO_0000051 ;
    owl:annotatedTarget obo:valid_for_go_ontology ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319638 ;
    owl:annotatedTarget obo:FMA_318786 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319638 ;
    owl:annotatedTarget obo:FMA_318786 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319638 ;
    owl:annotatedTarget _:genid2313 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319640 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319640 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319640 ;
    owl:annotatedTarget obo:FMA_319638 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319640 ;
    owl:annotatedTarget obo:FMA_319638 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319640 ;
    owl:annotatedTarget obo:FMA_319638 .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:BFO_0000051 ;
    owl:annotatedTarget obo:valid_for_gocam ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319642 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319642 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319642 ;
    owl:annotatedTarget obo:FMA_319638 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319642 ;
    owl:annotatedTarget obo:FMA_319638 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319642 ;
    owl:annotatedTarget obo:FMA_319638 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319788 ;
    owl:annotatedTarget obo:FMA_297500 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319788 ;
    owl:annotatedTarget obo:FMA_297500 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319795 ;
    owl:annotatedTarget obo:FMA_9719 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319795 ;
    owl:annotatedTarget obo:FMA_9719 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:BFO_0000051 ;
    owl:annotatedTarget "has part"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319939 ;
    owl:annotatedTarget obo:FMA_319795 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319939 ;
    owl:annotatedTarget obo:FMA_319795 .

_:genid2233
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319939 ;
    owl:annotatedTarget _:genid2333 ;
    owl:unionOf _:genid2135 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319941 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319941 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319941 ;
    owl:annotatedTarget obo:FMA_319939 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319941 ;
    owl:annotatedTarget obo:FMA_319939 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319941 ;
    owl:annotatedTarget obo:FMA_319939 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319943 ;
    owl:annotatedTarget example:left .

[]
    obo:IAO_0010000 obo:BFO_0010041 ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:BFO_0000052 ;
    owl:annotatedTarget obo:BFO_0000070 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319943 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319943 ;
    owl:annotatedTarget obo:FMA_319939 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319943 ;
    owl:annotatedTarget obo:FMA_319939 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319943 ;
    owl:annotatedTarget obo:FMA_319939 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319945 ;
    owl:annotatedTarget obo:FMA_319795 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319945 ;
    owl:annotatedTarget obo:FMA_319795 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319945 ;
    owl:annotatedTarget _:genid2349 .

_:genid2249
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319947 ;
    owl:annotatedTarget example:right ;
    owl:unionOf (obo:FMA_319604
        obo:FMA_319606
    ) .

[]
    obo:IAO_0010000 obo:BFO_0010081 ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:BFO_0000052 ;
    owl:annotatedTarget obo:BFO_0000070 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319947 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319947 ;
    owl:annotatedTarget obo:FMA_319945 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319947 ;
    owl:annotatedTarget obo:FMA_319945 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319947 ;
    owl:annotatedTarget obo:FMA_319945 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319949 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319949 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319949 ;
    owl:annotatedTarget obo:FMA_319945 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319949 ;
    owl:annotatedTarget obo:FMA_319945 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319949 ;
    owl:annotatedTarget obo:FMA_319945 .

[]
    obo:IAO_0010000 obo:BFO_0010014 ;
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:BFO_0000052 ;
    owl:annotatedTarget owl:FunctionalProperty .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319951 ;
    owl:annotatedTarget obo:FMA_319795 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319951 ;
    owl:annotatedTarget obo:FMA_319795 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319951 ;
    owl:annotatedTarget _:genid2365 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319953 ;
    owl:annotatedTarget example:right .

_:genid2265
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319953 ;
    owl:annotatedTarget example:right ;
    owl:unionOf (obo:FMA_319622
        obo:FMA_319624
    ) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319953 ;
    owl:annotatedTarget obo:FMA_319951 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319953 ;
    owl:annotatedTarget obo:FMA_319951 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319953 ;
    owl:annotatedTarget obo:FMA_319951 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319955 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:BFO_0000054 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319955 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319955 ;
    owl:annotatedTarget obo:FMA_319951 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319955 ;
    owl:annotatedTarget obo:FMA_319951 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319955 ;
    owl:annotatedTarget obo:FMA_319951 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319957 ;
    owl:annotatedTarget obo:FMA_319795 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319957 ;
    owl:annotatedTarget obo:FMA_319795 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319957 ;
    owl:annotatedTarget _:genid2381 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319959 ;
    owl:annotatedTarget example:right .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:BFO_0000054 ;
    owl:annotatedTarget owl:topObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319959 ;
    owl:annotatedTarget example:right .

_:genid2281
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319959 ;
    owl:annotatedTarget obo:FMA_319957 ;
    owl:unionOf (obo:FMA_319628
        obo:FMA_319630
    ) .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319959 ;
    owl:annotatedTarget obo:FMA_319957 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319959 ;
    owl:annotatedTarget obo:FMA_319957 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319961 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319961 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319961 ;
    owl:annotatedTarget obo:FMA_319957 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319961 ;
    owl:annotatedTarget obo:FMA_319957 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319961 ;
    owl:annotatedTarget obo:FMA_319957 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:BFO_0000054 ;
    owl:annotatedTarget "realized in"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319963 ;
    owl:annotatedTarget obo:FMA_319795 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319963 ;
    owl:annotatedTarget obo:FMA_319795 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319963 ;
    owl:annotatedTarget _:genid2397 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319965 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319965 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319965 ;
    owl:annotatedTarget obo:FMA_319963 .

_:genid2297
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319965 ;
    owl:annotatedTarget obo:FMA_319963 ;
    owl:unionOf (obo:FMA_319634
        obo:FMA_319636
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319965 ;
    owl:annotatedTarget obo:FMA_319963 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319967 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:IAO_0000114 ;
    owl:annotatedTarget "has curation status"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:BFO_0000054 ;
    owl:annotatedTarget "this disease is realized in this disease course"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319967 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319967 ;
    owl:annotatedTarget obo:FMA_319963 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319967 ;
    owl:annotatedTarget obo:FMA_319963 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319967 ;
    owl:annotatedTarget obo:FMA_319963 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319969 ;
    owl:annotatedTarget obo:FMA_319795 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319969 ;
    owl:annotatedTarget obo:FMA_319795 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319969 ;
    owl:annotatedTarget _:genid2413 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319971 ;
    owl:annotatedTarget example:right .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:BFO_0000054 ;
    owl:annotatedTarget "this fragility is realized in this shattering"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319971 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319971 ;
    owl:annotatedTarget obo:FMA_319969 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319971 ;
    owl:annotatedTarget obo:FMA_319969 .

_:genid2313
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319971 ;
    owl:annotatedTarget obo:FMA_319969 ;
    owl:unionOf (obo:FMA_319640
        obo:FMA_319642
    ) .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319973 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319973 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319973 ;
    owl:annotatedTarget obo:FMA_319969 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319973 ;
    owl:annotatedTarget obo:FMA_319969 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319973 ;
    owl:annotatedTarget obo:FMA_319969 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:BFO_0000054 ;
    owl:annotatedTarget "this investigator role is realized in this investigation"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319975 ;
    owl:annotatedTarget obo:FMA_319795 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319975 ;
    owl:annotatedTarget obo:FMA_319795 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319975 ;
    owl:annotatedTarget _:genid2429 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319977 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319977 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319977 ;
    owl:annotatedTarget obo:FMA_319975 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319977 ;
    owl:annotatedTarget obo:FMA_319975 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319977 ;
    owl:annotatedTarget obo:FMA_319975 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319979 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:BFO_0000054 ;
    owl:annotatedTarget "is realized by"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319979 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319979 ;
    owl:annotatedTarget obo:FMA_319975 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319979 ;
    owl:annotatedTarget obo:FMA_319975 .

_:genid2333
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319979 ;
    owl:annotatedTarget obo:FMA_319975 ;
    owl:unionOf (obo:FMA_319941
        obo:FMA_319943
    ) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319981 ;
    owl:annotatedTarget obo:FMA_319795 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319981 ;
    owl:annotatedTarget obo:FMA_319795 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319981 ;
    owl:annotatedTarget _:genid2445 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319983 ;
    owl:annotatedTarget example:right .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:BFO_0000054 ;
    owl:annotatedTarget "realized_in"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319983 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319983 ;
    owl:annotatedTarget obo:FMA_319981 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319983 ;
    owl:annotatedTarget obo:FMA_319981 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319983 ;
    owl:annotatedTarget obo:FMA_319981 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319985 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319985 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319985 ;
    owl:annotatedTarget obo:FMA_319981 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319985 ;
    owl:annotatedTarget obo:FMA_319981 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_319985 ;
    owl:annotatedTarget obo:FMA_319981 .

_:genid2349
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320081 ;
    owl:annotatedTarget obo:FMA_85453 ;
    owl:unionOf (obo:FMA_319947
        obo:FMA_319949
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000054 ;
    owl:annotatedTarget "[copied from inverse property 'realizes'] to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320081 ;
    owl:annotatedTarget obo:FMA_85453 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320114 ;
    owl:annotatedTarget obo:FMA_298757 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320114 ;
    owl:annotatedTarget obo:FMA_298757 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320545 ;
    owl:annotatedTarget obo:FMA_320114 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320545 ;
    owl:annotatedTarget obo:FMA_320114 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320545 ;
    owl:annotatedTarget _:genid2465 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320547 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320547 ;
    owl:annotatedTarget example:right .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:BFO_0000054 ;
    owl:annotatedTarget "Paraphrase of elucidation: a relation between a realizable entity and a process, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320547 ;
    owl:annotatedTarget obo:FMA_320545 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320547 ;
    owl:annotatedTarget obo:FMA_320545 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320547 ;
    owl:annotatedTarget obo:FMA_320545 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320549 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320549 ;
    owl:annotatedTarget example:left .

_:genid2365
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320549 ;
    owl:annotatedTarget obo:FMA_320545 ;
    owl:unionOf (obo:FMA_319953
        obo:FMA_319955
    ) .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320549 ;
    owl:annotatedTarget obo:FMA_320545 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320549 ;
    owl:annotatedTarget obo:FMA_320545 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:isDefinedBy ;
    owl:annotatedSource obo:BFO_0000054 ;
    owl:annotatedTarget <http://purl.obolibrary.org/obo/bfo.owl> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320551 ;
    owl:annotatedTarget obo:FMA_320114 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320551 ;
    owl:annotatedTarget obo:FMA_320114 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320551 ;
    owl:annotatedTarget _:genid2481 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320553 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320553 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320553 ;
    owl:annotatedTarget obo:FMA_320551 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320553 ;
    owl:annotatedTarget obo:FMA_320551 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320553 ;
    owl:annotatedTarget obo:FMA_320551 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320555 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320555 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:BFO_0000054 ;
    owl:annotatedTarget "realized in"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320555 ;
    owl:annotatedTarget obo:FMA_320551 .

_:genid2381
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320555 ;
    owl:annotatedTarget obo:FMA_320551 ;
    owl:unionOf (obo:FMA_319959
        obo:FMA_319961
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320555 ;
    owl:annotatedTarget obo:FMA_320551 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320557 ;
    owl:annotatedTarget obo:FMA_320081 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320557 ;
    owl:annotatedTarget obo:FMA_320081 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320557 ;
    owl:annotatedTarget _:genid2497 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320560 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320560 ;
    owl:annotatedTarget example:right .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:BFO_0000055 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320560 ;
    owl:annotatedTarget obo:FMA_320557 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320560 ;
    owl:annotatedTarget obo:FMA_320557 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320560 ;
    owl:annotatedTarget obo:FMA_320557 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320562 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320562 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320562 ;
    owl:annotatedTarget obo:FMA_320557 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320562 ;
    owl:annotatedTarget obo:FMA_320557 .

_:genid2397
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320562 ;
    owl:annotatedTarget obo:FMA_320557 ;
    owl:unionOf (obo:FMA_319965
        obo:FMA_319967
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:BFO_0000055 ;
    owl:annotatedTarget owl:topObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320675 ;
    owl:annotatedTarget obo:FMA_47545 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320675 ;
    owl:annotatedTarget obo:FMA_47545 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320675 ;
    owl:annotatedTarget _:genid2513 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320677 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320677 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320677 ;
    owl:annotatedTarget obo:FMA_320675 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320677 ;
    owl:annotatedTarget obo:FMA_320675 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320677 ;
    owl:annotatedTarget obo:FMA_320675 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320679 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320679 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:BFO_0000055 ;
    owl:annotatedTarget "realizes"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320679 ;
    owl:annotatedTarget obo:FMA_320675 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320679 ;
    owl:annotatedTarget obo:FMA_320675 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320679 ;
    owl:annotatedTarget obo:FMA_320675 .

(obo:FMA_320683
    obo:FMA_320685
) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320681 ;
    owl:annotatedTarget obo:FMA_47545 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320681 ;
    owl:annotatedTarget obo:FMA_47545 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320681 ;
    owl:annotatedTarget _:genid2529 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320683 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320683 ;
    owl:annotatedTarget example:right .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:BFO_0000055 ;
    owl:annotatedTarget "this disease course realizes this disease"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320683 ;
    owl:annotatedTarget obo:FMA_320681 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320683 ;
    owl:annotatedTarget obo:FMA_320681 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320683 ;
    owl:annotatedTarget obo:FMA_320681 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320685 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320685 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320685 ;
    owl:annotatedTarget obo:FMA_320681 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320685 ;
    owl:annotatedTarget obo:FMA_320681 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320685 ;
    owl:annotatedTarget obo:FMA_320681 .

(obo:FMA_320706
) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:BFO_0000055 ;
    owl:annotatedTarget "this investigation realizes this investigator role"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320702 ;
    owl:annotatedTarget obo:FMA_318788 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320702 ;
    owl:annotatedTarget obo:FMA_318788 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320702 ;
    owl:annotatedTarget _:genid2545 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320704 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320704 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320704 ;
    owl:annotatedTarget obo:FMA_320702 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320704 ;
    owl:annotatedTarget obo:FMA_320702 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320704 ;
    owl:annotatedTarget obo:FMA_320702 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320706 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320706 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:BFO_0000055 ;
    owl:annotatedTarget "this shattering realizes this fragility"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320706 ;
    owl:annotatedTarget obo:FMA_320702 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320706 ;
    owl:annotatedTarget obo:FMA_320702 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320706 ;
    owl:annotatedTarget obo:FMA_320702 .

_:genid2445
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320708 ;
    owl:annotatedTarget obo:FMA_318788 ;
    owl:unionOf (obo:FMA_319983
        obo:FMA_319985
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320708 ;
    owl:annotatedTarget obo:FMA_318788 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320708 ;
    owl:annotatedTarget _:genid2561 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320710 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320710 ;
    owl:annotatedTarget example:right .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000055 ;
    owl:annotatedTarget "to say that b realizes c at t is to assert that there is some material entity d & b is a process which has participant d at t & c is a disposition or role of which d is bearer_of at t& the type instantiated by b is correlated with the type instantiated by c. (axiom label in BFO2 Reference: [059-003])"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320710 ;
    owl:annotatedTarget obo:FMA_320708 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320710 ;
    owl:annotatedTarget obo:FMA_320708 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320710 ;
    owl:annotatedTarget obo:FMA_320708 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320712 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320712 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320712 ;
    owl:annotatedTarget obo:FMA_320708 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320712 ;
    owl:annotatedTarget obo:FMA_320708 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320712 ;
    owl:annotatedTarget obo:FMA_320708 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:BFO_0000055 ;
    owl:annotatedTarget "Paraphrase of elucidation: a relation between a process and a realizable entity, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320714 ;
    owl:annotatedTarget obo:FMA_318790 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320714 ;
    owl:annotatedTarget obo:FMA_318790 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320714 ;
    owl:annotatedTarget _:genid2577 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320716 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320716 ;
    owl:annotatedTarget example:right .

_:genid2465
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320716 ;
    owl:annotatedTarget obo:FMA_320714 ;
    owl:unionOf (obo:FMA_320547
        obo:FMA_320549
    ) .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320716 ;
    owl:annotatedTarget obo:FMA_320714 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320716 ;
    owl:annotatedTarget obo:FMA_320714 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320718 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320718 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:isDefinedBy ;
    owl:annotatedSource obo:BFO_0000055 ;
    owl:annotatedTarget <http://purl.obolibrary.org/obo/iao.owl> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320718 ;
    owl:annotatedTarget obo:FMA_320714 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320718 ;
    owl:annotatedTarget obo:FMA_320714 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320718 ;
    owl:annotatedTarget obo:FMA_320714 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320720 ;
    owl:annotatedTarget obo:FMA_318790 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320720 ;
    owl:annotatedTarget obo:FMA_318790 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320720 ;
    owl:annotatedTarget _:genid2593 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320722 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320722 ;
    owl:annotatedTarget example:right .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:BFO_0000055 ;
    owl:annotatedTarget "realizes"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320722 ;
    owl:annotatedTarget obo:FMA_320720 .

_:genid2481
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320722 ;
    owl:annotatedTarget obo:FMA_320720 ;
    owl:unionOf (obo:FMA_320553
        obo:FMA_320555
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320722 ;
    owl:annotatedTarget obo:FMA_320720 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320724 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320724 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320724 ;
    owl:annotatedTarget obo:FMA_320720 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320724 ;
    owl:annotatedTarget obo:FMA_320720 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320724 ;
    owl:annotatedTarget obo:FMA_320720 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:BFO_0000062 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320726 ;
    owl:annotatedTarget obo:FMA_318792 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320726 ;
    owl:annotatedTarget obo:FMA_318792 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320726 ;
    owl:annotatedTarget _:genid2609 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320728 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320728 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320728 ;
    owl:annotatedTarget obo:FMA_320726 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320728 ;
    owl:annotatedTarget obo:FMA_320726 .

_:genid2497
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320728 ;
    owl:annotatedTarget obo:FMA_320726 ;
    owl:unionOf (obo:FMA_320560
        obo:FMA_320562
    ) .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320730 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320730 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:BFO_0000062 ;
    owl:annotatedTarget obo:RO_0002086 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320730 ;
    owl:annotatedTarget obo:FMA_320726 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320730 ;
    owl:annotatedTarget obo:FMA_320726 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320730 ;
    owl:annotatedTarget obo:FMA_320726 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320732 ;
    owl:annotatedTarget obo:FMA_318792 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320732 ;
    owl:annotatedTarget obo:FMA_318792 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320732 ;
    owl:annotatedTarget _:genid2625 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320734 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320734 ;
    owl:annotatedTarget example:right .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:BFO_0000062 ;
    owl:annotatedTarget "preceded by"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320734 ;
    owl:annotatedTarget obo:FMA_320732 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320734 ;
    owl:annotatedTarget obo:FMA_320732 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320734 ;
    owl:annotatedTarget obo:FMA_320732 .

_:genid2513
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320736 ;
    owl:annotatedTarget example:left ;
    owl:unionOf (obo:FMA_320677
        obo:FMA_320679
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320736 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320736 ;
    owl:annotatedTarget obo:FMA_320732 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320736 ;
    owl:annotatedTarget obo:FMA_320732 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320736 ;
    owl:annotatedTarget obo:FMA_320732 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:BFO_0000062 ;
    owl:annotatedTarget "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 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320738 ;
    owl:annotatedTarget obo:FMA_318794 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320738 ;
    owl:annotatedTarget obo:FMA_318794 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320738 ;
    owl:annotatedTarget _:genid2641 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320740 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320740 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320740 ;
    owl:annotatedTarget obo:FMA_320738 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320740 ;
    owl:annotatedTarget obo:FMA_320738 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320740 ;
    owl:annotatedTarget obo:FMA_320738 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320742 ;
    owl:annotatedTarget example:left .

_:genid2529
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320742 ;
    owl:annotatedTarget example:left ;
    owl:unionOf _:genid2413 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:BFO_0000062 ;
    owl:annotatedTarget "An example is: translation preceded_by transcription; aging preceded_by development (not however death preceded_by aging). Where derives_from links classes of continuants, preceded_by links classes of processes. Clearly, however, these two relations are not independent of each other. Thus if cells of type C1 derive_from cells of type C, then any cell division involving an instance of C1 in a given lineage is preceded_by cellular processes involving an instance of C.    The assertion P preceded_by P1 tells us something about Ps in general: that is, it tells us something about what happened earlier, given what we know about what happened later. Thus it does not provide information pointing in the opposite direction, concerning instances of P1 in general; that is, that each is such as to be succeeded by some instance of P. Note that an assertion to the effect that P preceded_by P1 is rather weak; it tells us little about the relations between the underlying instances in virtue of which the preceded_by relation obtains. Typically we will be interested in stronger relations, for example in the relation immediately_preceded_by, or in relations which combine preceded_by with a condition to the effect that the corresponding instances of P and P1 share participants, or that their participants are connected by relations of derivation, or (as a first step along the road to a treatment of causality) that the one process in some way affects (for example, initiates or regulates) the other."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320742 ;
    owl:annotatedTarget obo:FMA_320738 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320742 ;
    owl:annotatedTarget obo:FMA_320738 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320742 ;
    owl:annotatedTarget obo:FMA_320738 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320744 ;
    owl:annotatedTarget obo:FMA_318794 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320744 ;
    owl:annotatedTarget obo:FMA_318794 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320744 ;
    owl:annotatedTarget _:genid2657 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320746 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320746 ;
    owl:annotatedTarget example:right .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:BFO_0000062 ;
    owl:annotatedTarget "is preceded by"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320746 ;
    owl:annotatedTarget obo:FMA_320744 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320746 ;
    owl:annotatedTarget obo:FMA_320744 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320746 ;
    owl:annotatedTarget obo:FMA_320744 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320748 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320748 ;
    owl:annotatedTarget example:left .

_:genid2545
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320748 ;
    owl:annotatedTarget obo:FMA_320744 ;
    owl:unionOf (obo:FMA_320704
        obo:FMA_320706
    ) .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320748 ;
    owl:annotatedTarget obo:FMA_320744 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320748 ;
    owl:annotatedTarget obo:FMA_320744 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:BFO_0000062 ;
    owl:annotatedTarget "preceded_by"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320756 ;
    owl:annotatedTarget obo:FMA_320081 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320756 ;
    owl:annotatedTarget obo:FMA_320081 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320756 ;
    owl:annotatedTarget _:genid2673 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320758 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320758 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320758 ;
    owl:annotatedTarget obo:FMA_320756 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320758 ;
    owl:annotatedTarget obo:FMA_320756 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320758 ;
    owl:annotatedTarget obo:FMA_320756 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320760 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320760 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty dc:source ;
    owl:annotatedSource obo:BFO_0000062 ;
    owl:annotatedTarget "http://www.obofoundry.org/ro/#OBO_REL:preceded_by" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320760 ;
    owl:annotatedTarget obo:FMA_320756 .

_:genid2561
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320760 ;
    owl:annotatedTarget obo:FMA_320756 ;
    owl:unionOf (obo:FMA_320710
        obo:FMA_320712
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320760 ;
    owl:annotatedTarget obo:FMA_320756 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320763 ;
    owl:annotatedTarget obo:FMA_320114 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320763 ;
    owl:annotatedTarget obo:FMA_320114 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320763 ;
    owl:annotatedTarget _:genid2689 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320765 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320765 ;
    owl:annotatedTarget example:right .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:BFO_0000062 ;
    owl:annotatedTarget <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320765 ;
    owl:annotatedTarget obo:FMA_320763 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320765 ;
    owl:annotatedTarget obo:FMA_320763 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320765 ;
    owl:annotatedTarget obo:FMA_320763 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320767 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320767 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320767 ;
    owl:annotatedTarget obo:FMA_320763 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320767 ;
    owl:annotatedTarget obo:FMA_320763 .

_:genid2577
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320767 ;
    owl:annotatedTarget obo:FMA_320763 ;
    owl:unionOf (obo:FMA_320716
        obo:FMA_320718
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:BFO_0000062 ;
    owl:annotatedTarget "preceded by"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320769 ;
    owl:annotatedTarget obo:FMA_320114 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320769 ;
    owl:annotatedTarget obo:FMA_320114 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320769 ;
    owl:annotatedTarget _:genid2705 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320771 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320771 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320771 ;
    owl:annotatedTarget obo:FMA_320769 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320771 ;
    owl:annotatedTarget obo:FMA_320769 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320771 ;
    owl:annotatedTarget obo:FMA_320769 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320773 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320773 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:BFO_0000063 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320773 ;
    owl:annotatedTarget obo:FMA_320769 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320773 ;
    owl:annotatedTarget obo:FMA_320769 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320773 ;
    owl:annotatedTarget obo:FMA_320769 .

(obo:FMA_320778
    obo:FMA_320780
) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320775 ;
    owl:annotatedTarget obo:FMA_320081 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320775 ;
    owl:annotatedTarget obo:FMA_320081 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320775 ;
    owl:annotatedTarget _:genid2721 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320778 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320778 ;
    owl:annotatedTarget example:right .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget "definition" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:BFO_0000063 ;
    owl:annotatedTarget obo:RO_0002222 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320778 ;
    owl:annotatedTarget obo:FMA_320775 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320778 ;
    owl:annotatedTarget obo:FMA_320775 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320778 ;
    owl:annotatedTarget obo:FMA_320775 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320780 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320780 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320780 ;
    owl:annotatedTarget obo:FMA_320775 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320780 ;
    owl:annotatedTarget obo:FMA_320775 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320780 ;
    owl:annotatedTarget obo:FMA_320775 .

(obo:FMA_320786
) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:BFO_0000063 ;
    owl:annotatedTarget "precedes"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320782 ;
    owl:annotatedTarget obo:FMA_320081 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320782 ;
    owl:annotatedTarget obo:FMA_320081 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320782 ;
    owl:annotatedTarget _:genid2737 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320784 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320784 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320784 ;
    owl:annotatedTarget obo:FMA_320782 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320784 ;
    owl:annotatedTarget obo:FMA_320782 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320784 ;
    owl:annotatedTarget obo:FMA_320782 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320786 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320786 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:BFO_0000063 ;
    owl:annotatedTarget "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 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320786 ;
    owl:annotatedTarget obo:FMA_320782 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320786 ;
    owl:annotatedTarget obo:FMA_320782 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320786 ;
    owl:annotatedTarget obo:FMA_320782 .

_:genid2625
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320789 ;
    owl:annotatedTarget obo:FMA_320114 ;
    owl:unionOf (obo:FMA_320734
        obo:FMA_320736
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320789 ;
    owl:annotatedTarget obo:FMA_320114 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320789 ;
    owl:annotatedTarget _:genid2753 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320791 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320791 ;
    owl:annotatedTarget example:right .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:BFO_0000063 ;
    owl:annotatedTarget <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320791 ;
    owl:annotatedTarget obo:FMA_320789 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320791 ;
    owl:annotatedTarget obo:FMA_320789 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320791 ;
    owl:annotatedTarget obo:FMA_320789 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320793 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320793 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320793 ;
    owl:annotatedTarget obo:FMA_320789 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320793 ;
    owl:annotatedTarget obo:FMA_320789 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320793 ;
    owl:annotatedTarget obo:FMA_320789 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:BFO_0000063 ;
    owl:annotatedTarget "precedes"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320795 ;
    owl:annotatedTarget obo:FMA_320081 .

_:genid2641
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320795 ;
    owl:annotatedTarget obo:FMA_320081 ;
    owl:unionOf (obo:FMA_320740
        obo:FMA_320742
    ) .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320795 ;
    owl:annotatedTarget _:genid2769 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320798 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320798 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320798 ;
    owl:annotatedTarget obo:FMA_320795 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320798 ;
    owl:annotatedTarget obo:FMA_320795 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320798 ;
    owl:annotatedTarget obo:FMA_320795 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320800 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320800 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:BFO_0000066 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320800 ;
    owl:annotatedTarget obo:FMA_320795 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320800 ;
    owl:annotatedTarget obo:FMA_320795 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320800 ;
    owl:annotatedTarget obo:FMA_320795 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320802 ;
    owl:annotatedTarget obo:FMA_320114 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320802 ;
    owl:annotatedTarget obo:FMA_320114 .

_:genid2657
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320802 ;
    owl:annotatedTarget _:genid2785 ;
    owl:unionOf (obo:FMA_320746
        obo:FMA_320748
    ) .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320804 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320804 ;
    owl:annotatedTarget example:right .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:BFO_0000066 ;
    owl:annotatedTarget owl:topObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320804 ;
    owl:annotatedTarget obo:FMA_320802 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320804 ;
    owl:annotatedTarget obo:FMA_320802 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320804 ;
    owl:annotatedTarget obo:FMA_320802 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320806 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320806 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320806 ;
    owl:annotatedTarget obo:FMA_320802 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320806 ;
    owl:annotatedTarget obo:FMA_320802 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320806 ;
    owl:annotatedTarget obo:FMA_320802 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:BFO_0000066 ;
    owl:annotatedTarget "occurs in"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320808 ;
    owl:annotatedTarget obo:FMA_320081 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320808 ;
    owl:annotatedTarget obo:FMA_320081 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320808 ;
    owl:annotatedTarget _:genid2801 .

_:genid2673
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320811 ;
    owl:annotatedTarget example:right ;
    owl:unionOf (obo:FMA_320758
        obo:FMA_320760
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320811 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320811 ;
    owl:annotatedTarget obo:FMA_320808 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320811 ;
    owl:annotatedTarget obo:FMA_320808 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320811 ;
    owl:annotatedTarget obo:FMA_320808 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320813 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320813 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:BFO_0000066 ;
    owl:annotatedTarget "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 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320813 ;
    owl:annotatedTarget obo:FMA_320808 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320813 ;
    owl:annotatedTarget obo:FMA_320808 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320813 ;
    owl:annotatedTarget obo:FMA_320808 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320815 ;
    owl:annotatedTarget obo:FMA_320114 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320815 ;
    owl:annotatedTarget obo:FMA_320114 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320815 ;
    owl:annotatedTarget _:genid2817 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320817 ;
    owl:annotatedTarget example:right .

_:genid2689
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320817 ;
    owl:annotatedTarget example:right ;
    owl:unionOf (obo:FMA_320765
        obo:FMA_320767
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:BFO_0000066 ;
    owl:annotatedTarget "occurs_in"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320817 ;
    owl:annotatedTarget obo:FMA_320815 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320817 ;
    owl:annotatedTarget obo:FMA_320815 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320817 ;
    owl:annotatedTarget obo:FMA_320815 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320819 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320819 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320819 ;
    owl:annotatedTarget obo:FMA_320815 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320819 ;
    owl:annotatedTarget obo:FMA_320815 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320819 ;
    owl:annotatedTarget obo:FMA_320815 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget "definition"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:BFO_0000066 ;
    owl:annotatedTarget "unfolds in"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320821 ;
    owl:annotatedTarget obo:FMA_320114 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320821 ;
    owl:annotatedTarget obo:FMA_320114 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320821 ;
    owl:annotatedTarget _:genid2833 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320823 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320823 ;
    owl:annotatedTarget example:right .

_:genid2705
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320823 ;
    owl:annotatedTarget obo:FMA_320821 ;
    owl:unionOf (obo:FMA_320771
        obo:FMA_320773
    ) .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320823 ;
    owl:annotatedTarget obo:FMA_320821 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320823 ;
    owl:annotatedTarget obo:FMA_320821 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320825 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320825 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:BFO_0000066 ;
    owl:annotatedTarget "unfolds_in"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320825 ;
    owl:annotatedTarget obo:FMA_320821 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320825 ;
    owl:annotatedTarget obo:FMA_320821 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320825 ;
    owl:annotatedTarget obo:FMA_320821 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320827 ;
    owl:annotatedTarget obo:FMA_320081 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320827 ;
    owl:annotatedTarget obo:FMA_320081 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320827 ;
    owl:annotatedTarget _:genid2849 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320830 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320830 ;
    owl:annotatedTarget example:right .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:BFO_0000066 ;
    owl:annotatedTarget obo:valid_for_go_annotation_extension ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320830 ;
    owl:annotatedTarget obo:FMA_320827 .

_:genid2721
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320830 ;
    owl:annotatedTarget obo:FMA_320827 ;
    owl:unionOf _:genid2593 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320830 ;
    owl:annotatedTarget obo:FMA_320827 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320832 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320832 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320832 ;
    owl:annotatedTarget obo:FMA_320827 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320832 ;
    owl:annotatedTarget obo:FMA_320827 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_320832 ;
    owl:annotatedTarget obo:FMA_320827 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_32558 ;
    owl:annotatedTarget obo:FMA_78590 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_32558 ;
    owl:annotatedTarget obo:FMA_78590 .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:BFO_0000066 ;
    owl:annotatedTarget obo:valid_for_go_ontology ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_34836 ;
    owl:annotatedTarget obo:FMA_302986 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_34836 ;
    owl:annotatedTarget obo:FMA_302986 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_34838 ;
    owl:annotatedTarget obo:FMA_302988 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_34838 ;
    owl:annotatedTarget obo:FMA_302988 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_37377 ;
    owl:annotatedTarget obo:FMA_20103 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_45562 ;
    owl:annotatedTarget obo:FMA_9639 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_45563 ;
    owl:annotatedTarget obo:FMA_45562 .

_:genid2737
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_45568 ;
    owl:annotatedTarget obo:FMA_45563 ;
    owl:unionOf (obo:FMA_320784
        obo:FMA_320786
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_45568 ;
    owl:annotatedTarget obo:FMA_45563 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46619 ;
    owl:annotatedTarget obo:FMA_9617 .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:BFO_0000066 ;
    owl:annotatedTarget obo:valid_for_gocam ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46619 ;
    owl:annotatedTarget obo:FMA_9617 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46666 ;
    owl:annotatedTarget obo:FMA_46619 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46666 ;
    owl:annotatedTarget obo:FMA_46619 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46666 ;
    owl:annotatedTarget _:genid2878 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46666 ;
    owl:annotatedTarget _:genid2882 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46666 ;
    owl:annotatedTarget _:genid2884 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46666 ;
    owl:annotatedTarget _:genid2886 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46666 ;
    owl:annotatedTarget _:genid2888 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:BFO_0000066 ;
    owl:annotatedTarget "Paraphrase of definition: a relation between a process and an independent continuant, in which the process takes place entirely within the independent continuant" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46671 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46671 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46671 ;
    owl:annotatedTarget obo:FMA_46666 .

_:genid2753
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46671 ;
    owl:annotatedTarget obo:FMA_46666 ;
    owl:unionOf (obo:FMA_320791
        obo:FMA_320793
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46671 ;
    owl:annotatedTarget obo:FMA_46666 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46671 ;
    owl:annotatedTarget _:genid2895 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46671 ;
    owl:annotatedTarget _:genid2897 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46672 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46672 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46672 ;
    owl:annotatedTarget obo:FMA_46666 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:isDefinedBy ;
    owl:annotatedSource obo:BFO_0000066 ;
    owl:annotatedTarget <http://purl.obolibrary.org/obo/bfo.owl> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46672 ;
    owl:annotatedTarget obo:FMA_46666 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46672 ;
    owl:annotatedTarget obo:FMA_46666 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46672 ;
    owl:annotatedTarget _:genid2904 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46672 ;
    owl:annotatedTarget _:genid2906 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46682 ;
    owl:annotatedTarget obo:FMA_10474 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46682 ;
    owl:annotatedTarget obo:FMA_10474 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46683 ;
    owl:annotatedTarget obo:FMA_46682 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46683 ;
    owl:annotatedTarget obo:FMA_46682 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46684 ;
    owl:annotatedTarget obo:FMA_46682 .

_:genid2769
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46684 ;
    owl:annotatedTarget obo:FMA_46682 ;
    owl:unionOf (obo:FMA_320798
        obo:FMA_320800
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:BFO_0000066 ;
    owl:annotatedTarget "occurs in"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46689 ;
    owl:annotatedTarget obo:FMA_9616 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46689 ;
    owl:annotatedTarget obo:FMA_9616 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46690 ;
    owl:annotatedTarget obo:FMA_46699 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46690 ;
    owl:annotatedTarget obo:FMA_46699 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46690 ;
    owl:annotatedTarget _:genid2918 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46690 ;
    owl:annotatedTarget _:genid2922 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46690 ;
    owl:annotatedTarget _:genid2924 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46690 ;
    owl:annotatedTarget _:genid2926 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource obo:BFO_0000066 ;
    owl:annotatedTarget "https://wiki.geneontology.org/Occurs_in"^^xsd:anyURI ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46690 ;
    owl:annotatedTarget _:genid2928 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46690 ;
    owl:annotatedTarget _:genid2930 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46690 ;
    owl:annotatedTarget _:genid2932 .

_:genid2785
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46691 ;
    owl:annotatedTarget obo:FMA_46699 ;
    owl:unionOf (obo:FMA_320804
        obo:FMA_320806
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46691 ;
    owl:annotatedTarget obo:FMA_46699 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46691 ;
    owl:annotatedTarget _:genid2936 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46691 ;
    owl:annotatedTarget _:genid2940 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46691 ;
    owl:annotatedTarget _:genid2942 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:BFO_0000067 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46691 ;
    owl:annotatedTarget _:genid2944 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46691 ;
    owl:annotatedTarget _:genid2946 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46691 ;
    owl:annotatedTarget _:genid2948 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46691 ;
    owl:annotatedTarget _:genid2950 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46691 ;
    owl:annotatedTarget _:genid2952 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46691 ;
    owl:annotatedTarget _:genid2954 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46691 ;
    owl:annotatedTarget _:genid2956 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46692 ;
    owl:annotatedTarget obo:FMA_46699 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget "definition"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:BFO_0000067 ;
    owl:annotatedTarget owl:topObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46692 ;
    owl:annotatedTarget obo:FMA_46699 .

_:genid2801
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46692 ;
    owl:annotatedTarget _:genid2960 ;
    owl:unionOf (obo:FMA_320811
        obo:FMA_320813
    ) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46692 ;
    owl:annotatedTarget _:genid2964 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46692 ;
    owl:annotatedTarget _:genid2966 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46692 ;
    owl:annotatedTarget _:genid2968 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46692 ;
    owl:annotatedTarget _:genid2970 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46692 ;
    owl:annotatedTarget _:genid2972 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46692 ;
    owl:annotatedTarget _:genid2974 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46692 ;
    owl:annotatedTarget _:genid2976 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46692 ;
    owl:annotatedTarget _:genid2978 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:BFO_0000067 ;
    owl:annotatedTarget "site of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46693 ;
    owl:annotatedTarget obo:FMA_46701 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46693 ;
    owl:annotatedTarget obo:FMA_46701 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46693 ;
    owl:annotatedTarget _:genid2982 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46693 ;
    owl:annotatedTarget _:genid2986 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46693 ;
    owl:annotatedTarget _:genid2988 .

_:genid2817
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46693 ;
    owl:annotatedTarget _:genid2990 ;
    owl:unionOf (obo:FMA_320817
        obo:FMA_320819
    ) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46693 ;
    owl:annotatedTarget _:genid2992 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46693 ;
    owl:annotatedTarget _:genid2994 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:BFO_0000067 ;
    owl:annotatedTarget "[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 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46693 ;
    owl:annotatedTarget _:genid2996 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46694 ;
    owl:annotatedTarget obo:FMA_46701 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46694 ;
    owl:annotatedTarget obo:FMA_46701 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46694 ;
    owl:annotatedTarget _:genid3000 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46694 ;
    owl:annotatedTarget _:genid3004 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46694 ;
    owl:annotatedTarget _:genid3006 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46694 ;
    owl:annotatedTarget _:genid3008 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46694 ;
    owl:annotatedTarget _:genid3010 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:BFO_0000067 ;
    owl:annotatedTarget "Paraphrase of definition: a relation between an independent continuant and a process, in which the process takes place entirely within the independent continuant" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46694 ;
    owl:annotatedTarget _:genid3012 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46694 ;
    owl:annotatedTarget _:genid3014 .

(obo:FMA_46716
) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46695 ;
    owl:annotatedTarget obo:FMA_46701 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46695 ;
    owl:annotatedTarget obo:FMA_46701 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46695 ;
    owl:annotatedTarget _:genid3018 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46695 ;
    owl:annotatedTarget _:genid3022 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46695 ;
    owl:annotatedTarget _:genid3024 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46695 ;
    owl:annotatedTarget _:genid3026 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:isDefinedBy ;
    owl:annotatedSource obo:BFO_0000067 ;
    owl:annotatedTarget <http://purl.obolibrary.org/obo/bfo.owl> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46695 ;
    owl:annotatedTarget _:genid3028 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46695 ;
    owl:annotatedTarget _:genid3030 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46695 ;
    owl:annotatedTarget _:genid3032 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46696 ;
    owl:annotatedTarget obo:FMA_46701 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46696 ;
    owl:annotatedTarget obo:FMA_46701 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46696 ;
    owl:annotatedTarget _:genid3036 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46696 ;
    owl:annotatedTarget _:genid3040 .

_:genid2849
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46696 ;
    owl:annotatedTarget _:genid3042 ;
    owl:unionOf (obo:FMA_320830
        obo:FMA_320832
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:BFO_0000067 ;
    owl:annotatedTarget "contains process"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46696 ;
    owl:annotatedTarget _:genid3044 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46696 ;
    owl:annotatedTarget _:genid3046 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46696 ;
    owl:annotatedTarget _:genid3048 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46696 ;
    owl:annotatedTarget _:genid3050 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46697 ;
    owl:annotatedTarget obo:FMA_46726 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46697 ;
    owl:annotatedTarget obo:FMA_46726 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46697 ;
    owl:annotatedTarget _:genid3054 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46697 ;
    owl:annotatedTarget _:genid3058 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46697 ;
    owl:annotatedTarget _:genid3060 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46697 ;
    owl:annotatedTarget _:genid3062 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46697 ;
    owl:annotatedTarget _:genid3064 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46697 ;
    owl:annotatedTarget _:genid3066 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46697 ;
    owl:annotatedTarget _:genid3068 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46697 ;
    owl:annotatedTarget _:genid3070 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46698 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46698 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46698 ;
    owl:annotatedTarget obo:FMA_46690 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46698 ;
    owl:annotatedTarget obo:FMA_46690 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0000052 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46698 ;
    owl:annotatedTarget obo:FMA_46690 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46698 ;
    owl:annotatedTarget _:genid3077 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46698 ;
    owl:annotatedTarget _:genid3079 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46698 ;
    owl:annotatedTarget _:genid3081 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46698 ;
    owl:annotatedTarget _:genid3083 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46698 ;
    owl:annotatedTarget _:genid3085 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46698 ;
    owl:annotatedTarget _:genid3087 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46699 ;
    owl:annotatedTarget obo:FMA_46689 .

_:genid2878
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46699 ;
    owl:annotatedTarget obo:FMA_46689 ;
    owl:unionOf (obo:FMA_46671
        obo:FMA_46672
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0000052 ;
    owl:annotatedTarget obo:RO_0002314 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46700 ;
    owl:annotatedTarget obo:FMA_46719 .

_:genid2882
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46700 ;
    owl:annotatedTarget obo:FMA_46719 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_46683 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46700 ;
    owl:annotatedTarget _:genid3093 .

_:genid2884
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46701 ;
    owl:annotatedTarget obo:FMA_46689 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_46684 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46701 ;
    owl:annotatedTarget obo:FMA_46689 .

_:genid2886
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46702 ;
    owl:annotatedTarget example:left ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_60037 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46702 ;
    owl:annotatedTarget example:left .

_:genid2888
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46702 ;
    owl:annotatedTarget obo:FMA_46690 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_60038 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46702 ;
    owl:annotatedTarget obo:FMA_46690 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:RO_0000052 ;
    owl:annotatedTarget "inheres in"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46702 ;
    owl:annotatedTarget obo:FMA_46690 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46702 ;
    owl:annotatedTarget _:genid3104 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46702 ;
    owl:annotatedTarget _:genid3106 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46702 ;
    owl:annotatedTarget _:genid3108 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46702 ;
    owl:annotatedTarget _:genid3110 .

_:genid2895
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46702 ;
    owl:annotatedTarget _:genid3112 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_60039 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46702 ;
    owl:annotatedTarget _:genid3114 .

_:genid2897
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46703 ;
    owl:annotatedTarget example:right ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_60041 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46703 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46703 ;
    owl:annotatedTarget obo:FMA_46691 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget "textual definition" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0000052 ;
    owl:annotatedTarget "this fragility is a characteristic of this vase"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46703 ;
    owl:annotatedTarget obo:FMA_46691 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46703 ;
    owl:annotatedTarget obo:FMA_46691 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46703 ;
    owl:annotatedTarget _:genid3121 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46703 ;
    owl:annotatedTarget _:genid3123 .

_:genid2904
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46703 ;
    owl:annotatedTarget _:genid3125 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_60040 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46703 ;
    owl:annotatedTarget _:genid3127 .

_:genid2906
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46703 ;
    owl:annotatedTarget _:genid3129 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_60042 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46703 ;
    owl:annotatedTarget _:genid3131 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46703 ;
    owl:annotatedTarget _:genid3133 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46703 ;
    owl:annotatedTarget _:genid3135 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0000052 ;
    owl:annotatedTarget "this red color is a characteristic of this apple"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46703 ;
    owl:annotatedTarget _:genid3137 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46704 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46704 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46704 ;
    owl:annotatedTarget obo:FMA_46691 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46704 ;
    owl:annotatedTarget obo:FMA_46691 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46704 ;
    owl:annotatedTarget obo:FMA_46691 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46704 ;
    owl:annotatedTarget _:genid3144 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46704 ;
    owl:annotatedTarget _:genid3146 .

_:genid2918
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46704 ;
    owl:annotatedTarget _:genid3148 ;
    owl:unionOf (obo:FMA_46698
        obo:FMA_46702
    ) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46704 ;
    owl:annotatedTarget _:genid3150 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0000052 ;
    owl:annotatedTarget "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 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46704 ;
    owl:annotatedTarget _:genid3152 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46704 ;
    owl:annotatedTarget _:genid3154 .

_:genid2922
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46704 ;
    owl:annotatedTarget _:genid3156 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_314365 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46704 ;
    owl:annotatedTarget _:genid3158 .

_:genid2924
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46704 ;
    owl:annotatedTarget _:genid3160 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320675 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46705 ;
    owl:annotatedTarget example:right .

_:genid2926
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46705 ;
    owl:annotatedTarget example:right ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320681 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46705 ;
    owl:annotatedTarget obo:FMA_46692 .

_:genid2928
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46705 ;
    owl:annotatedTarget obo:FMA_46692 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319945 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46705 ;
    owl:annotatedTarget obo:FMA_46692 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0000052 ;
    owl:annotatedTarget "inheres_in"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid2930
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46705 ;
    owl:annotatedTarget _:genid3167 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320551 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46705 ;
    owl:annotatedTarget _:genid3169 .

_:genid2932
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46705 ;
    owl:annotatedTarget _:genid3171 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320557 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46705 ;
    owl:annotatedTarget _:genid3173 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46705 ;
    owl:annotatedTarget _:genid3175 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46705 ;
    owl:annotatedTarget _:genid3177 .

_:genid2936
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46705 ;
    owl:annotatedTarget _:genid3179 ;
    owl:unionOf (obo:FMA_46703
        obo:FMA_46704
    ) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46705 ;
    owl:annotatedTarget _:genid3181 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46706 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46706 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:RO_0001900 ;
    owl:annotatedSource obo:RO_0000052 ;
    owl:annotatedTarget obo:RO_0001901 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid2940
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46706 ;
    owl:annotatedTarget obo:FMA_46692 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_314371 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46706 ;
    owl:annotatedTarget obo:FMA_46692 .

_:genid2942
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46706 ;
    owl:annotatedTarget obo:FMA_46692 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_319620 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46706 ;
    owl:annotatedTarget _:genid3188 .

_:genid2944
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46706 ;
    owl:annotatedTarget _:genid3190 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_319626 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46706 ;
    owl:annotatedTarget _:genid3192 .

_:genid2946
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46706 ;
    owl:annotatedTarget _:genid3194 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319951 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46706 ;
    owl:annotatedTarget _:genid3196 .

_:genid2948
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46706 ;
    owl:annotatedTarget _:genid3198 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320769 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46706 ;
    owl:annotatedTarget _:genid3200 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:RO_0000052 ;
    owl:annotatedTarget "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." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid2950
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46706 ;
    owl:annotatedTarget _:genid3202 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320775 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46707 ;
    owl:annotatedTarget example:right .

_:genid2952
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46707 ;
    owl:annotatedTarget example:right ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_46700 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46707 ;
    owl:annotatedTarget obo:FMA_46700 .

_:genid2954
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46707 ;
    owl:annotatedTarget obo:FMA_46700 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_46720 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46707 ;
    owl:annotatedTarget obo:FMA_46700 .

_:genid2956
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46708 ;
    owl:annotatedTarget example:left ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_46723 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46708 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46708 ;
    owl:annotatedTarget obo:FMA_46700 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46708 ;
    owl:annotatedTarget obo:FMA_46700 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0000052 ;
    owl:annotatedTarget "characteristic of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid2960
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46708 ;
    owl:annotatedTarget obo:FMA_46700 ;
    owl:unionOf (obo:FMA_46705
        obo:FMA_46706
    ) .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46709 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46709 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46709 ;
    owl:annotatedTarget obo:FMA_46697 .

_:genid2964
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46709 ;
    owl:annotatedTarget obo:FMA_46697 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_314377 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46709 ;
    owl:annotatedTarget obo:FMA_46697 .

_:genid2966
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46709 ;
    owl:annotatedTarget _:genid3219 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_319632 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46709 ;
    owl:annotatedTarget _:genid3221 .

_:genid2968
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46709 ;
    owl:annotatedTarget _:genid3223 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_319638 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46709 ;
    owl:annotatedTarget _:genid3225 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0000053 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid2970
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46709 ;
    owl:annotatedTarget _:genid3227 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319957 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46709 ;
    owl:annotatedTarget _:genid3229 .

_:genid2972
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46709 ;
    owl:annotatedTarget _:genid3231 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320756 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46710 ;
    owl:annotatedTarget example:left .

_:genid2974
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46710 ;
    owl:annotatedTarget example:left ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320763 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46710 ;
    owl:annotatedTarget obo:FMA_46697 .

_:genid2976
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46710 ;
    owl:annotatedTarget obo:FMA_46697 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_49437 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46710 ;
    owl:annotatedTarget obo:FMA_46697 .

_:genid2978
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46710 ;
    owl:annotatedTarget _:genid3238 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_49438 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46710 ;
    owl:annotatedTarget _:genid3240 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:RO_0000053 ;
    owl:annotatedTarget "bearer of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46710 ;
    owl:annotatedTarget _:genid3242 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46710 ;
    owl:annotatedTarget _:genid3244 .

_:genid2982
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46710 ;
    owl:annotatedTarget _:genid3246 ;
    owl:unionOf (obo:FMA_46711
        obo:FMA_46712
    ) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46710 ;
    owl:annotatedTarget _:genid3248 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46710 ;
    owl:annotatedTarget _:genid3250 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46711 ;
    owl:annotatedTarget example:right .

_:genid2986
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46711 ;
    owl:annotatedTarget example:right ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_314383 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46711 ;
    owl:annotatedTarget obo:FMA_46693 .

_:genid2988
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46711 ;
    owl:annotatedTarget obo:FMA_46693 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320702 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46711 ;
    owl:annotatedTarget obo:FMA_46693 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0000053 ;
    owl:annotatedTarget "this apple is bearer of this red color"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid2990
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46711 ;
    owl:annotatedTarget _:genid3257 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320708 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46711 ;
    owl:annotatedTarget _:genid3259 .

_:genid2992
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46711 ;
    owl:annotatedTarget _:genid3261 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319963 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46711 ;
    owl:annotatedTarget _:genid3263 .

_:genid2994
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46711 ;
    owl:annotatedTarget _:genid3265 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320795 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46711 ;
    owl:annotatedTarget _:genid3267 .

_:genid2996
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46712 ;
    owl:annotatedTarget example:left ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320802 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46712 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46712 ;
    owl:annotatedTarget obo:FMA_46693 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46712 ;
    owl:annotatedTarget obo:FMA_46693 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:IAO_0000111 ;
    owl:annotatedTarget "editor preferred term"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000114 ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget obo:IAO_0000122 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0000053 ;
    owl:annotatedTarget "this vase is bearer of this fragility"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3000
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46712 ;
    owl:annotatedTarget obo:FMA_46693 ;
    owl:unionOf (obo:FMA_46713
        obo:FMA_46714
    ) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46712 ;
    owl:annotatedTarget _:genid3274 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46712 ;
    owl:annotatedTarget _:genid3276 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46712 ;
    owl:annotatedTarget _:genid3278 .

_:genid3004
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46712 ;
    owl:annotatedTarget _:genid3280 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_314389 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46712 ;
    owl:annotatedTarget _:genid3282 .

_:genid3006
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46712 ;
    owl:annotatedTarget _:genid3284 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320714 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46713 ;
    owl:annotatedTarget example:right .

_:genid3008
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46713 ;
    owl:annotatedTarget example:right ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320720 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46713 ;
    owl:annotatedTarget obo:FMA_46694 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0000053 ;
    owl:annotatedTarget "Inverse of characteristic_of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3010
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46713 ;
    owl:annotatedTarget obo:FMA_46694 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319969 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46713 ;
    owl:annotatedTarget obo:FMA_46694 .

_:genid3012
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46713 ;
    owl:annotatedTarget _:genid3291 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320808 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46713 ;
    owl:annotatedTarget _:genid3293 .

_:genid3014
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46713 ;
    owl:annotatedTarget _:genid3295 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320815 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46713 ;
    owl:annotatedTarget _:genid3297 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46713 ;
    owl:annotatedTarget _:genid3299 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46713 ;
    owl:annotatedTarget _:genid3301 .

_:genid3018
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46714 ;
    owl:annotatedTarget example:left ;
    owl:unionOf (obo:FMA_46715
        obo:FMA_46716
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46714 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:RO_0000053 ;
    owl:annotatedTarget "A bearer can have many dependents, and its dependents can exist for different periods of time, but none of its dependents can exist when the bearer does not exist."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46714 ;
    owl:annotatedTarget obo:FMA_46694 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46714 ;
    owl:annotatedTarget obo:FMA_46694 .

_:genid3022
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46714 ;
    owl:annotatedTarget obo:FMA_46694 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_314395 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46714 ;
    owl:annotatedTarget _:genid3308 .

_:genid3024
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46714 ;
    owl:annotatedTarget _:genid3310 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320726 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46714 ;
    owl:annotatedTarget _:genid3312 .

_:genid3026
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46714 ;
    owl:annotatedTarget _:genid3314 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320732 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46714 ;
    owl:annotatedTarget _:genid3316 .

_:genid3028
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46714 ;
    owl:annotatedTarget _:genid3318 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319975 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46715 ;
    owl:annotatedTarget example:right .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0000053 ;
    owl:annotatedTarget "bearer_of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3030
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46715 ;
    owl:annotatedTarget example:right ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320821 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46715 ;
    owl:annotatedTarget obo:FMA_46695 .

_:genid3032
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46715 ;
    owl:annotatedTarget obo:FMA_46695 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320827 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46715 ;
    owl:annotatedTarget obo:FMA_46695 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46715 ;
    owl:annotatedTarget _:genid3325 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46715 ;
    owl:annotatedTarget _:genid3327 .

_:genid3036
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46715 ;
    owl:annotatedTarget _:genid3329 ;
    owl:unionOf (obo:FMA_46717
        obo:FMA_46718
    ) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46715 ;
    owl:annotatedTarget _:genid3331 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46715 ;
    owl:annotatedTarget _:genid3333 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46715 ;
    owl:annotatedTarget _:genid3335 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0000053 ;
    owl:annotatedTarget "is bearer of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3040
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46716 ;
    owl:annotatedTarget example:left ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_314401 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46716 ;
    owl:annotatedTarget example:left .

_:genid3042
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46716 ;
    owl:annotatedTarget obo:FMA_46695 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320738 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46716 ;
    owl:annotatedTarget obo:FMA_46695 .

_:genid3044
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46716 ;
    owl:annotatedTarget obo:FMA_46695 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320744 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46716 ;
    owl:annotatedTarget _:genid3342 .

_:genid3046
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46716 ;
    owl:annotatedTarget _:genid3344 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319981 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46716 ;
    owl:annotatedTarget _:genid3346 .

_:genid3048
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46716 ;
    owl:annotatedTarget _:genid3348 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320782 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46716 ;
    owl:annotatedTarget _:genid3350 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:RO_0001900 ;
    owl:annotatedSource obo:RO_0000053 ;
    owl:annotatedTarget obo:RO_0001901 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3050
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46716 ;
    owl:annotatedTarget _:genid3352 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320789 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46717 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46717 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46717 ;
    owl:annotatedTarget obo:FMA_46696 .

_:genid3054
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46717 ;
    owl:annotatedTarget obo:FMA_46696 ;
    owl:unionOf (obo:FMA_46709
        obo:FMA_46710
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46717 ;
    owl:annotatedTarget obo:FMA_46696 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46717 ;
    owl:annotatedTarget _:genid3359 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46717 ;
    owl:annotatedTarget _:genid3361 .

_:genid3058
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46717 ;
    owl:annotatedTarget _:genid3363 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_314359 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46717 ;
    owl:annotatedTarget _:genid3365 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0000053 ;
    owl:annotatedTarget "has characteristic"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3060
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46717 ;
    owl:annotatedTarget _:genid3367 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_319596 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46717 ;
    owl:annotatedTarget _:genid3369 .

_:genid3062
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46718 ;
    owl:annotatedTarget example:left ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_319602 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46718 ;
    owl:annotatedTarget example:left .

_:genid3064
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46718 ;
    owl:annotatedTarget obo:FMA_46696 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319939 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46718 ;
    owl:annotatedTarget obo:FMA_46696 .

_:genid3066
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46718 ;
    owl:annotatedTarget obo:FMA_46696 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320545 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46718 ;
    owl:annotatedTarget _:genid3376 .

_:genid3068
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46718 ;
    owl:annotatedTarget _:genid3378 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_60016 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46718 ;
    owl:annotatedTarget _:genid3380 .

_:genid3070
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46718 ;
    owl:annotatedTarget _:genid3382 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_60019 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46718 ;
    owl:annotatedTarget _:genid3384 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46718 ;
    owl:annotatedTarget _:genid3386 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46719 ;
    owl:annotatedTarget obo:FMA_284654 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46719 ;
    owl:annotatedTarget obo:FMA_284654 .

_:genid3077
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46720 ;
    owl:annotatedTarget obo:FMA_46719 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_314367 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46720 ;
    owl:annotatedTarget obo:FMA_46719 .

_:genid3079
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46720 ;
    owl:annotatedTarget _:genid3392 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320677 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46721 ;
    owl:annotatedTarget example:right .

_:genid3081
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46721 ;
    owl:annotatedTarget example:right ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320683 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46721 ;
    owl:annotatedTarget obo:FMA_46720 .

_:genid3083
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46721 ;
    owl:annotatedTarget obo:FMA_46720 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319947 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46721 ;
    owl:annotatedTarget obo:FMA_46720 .

_:genid3085
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46722 ;
    owl:annotatedTarget example:left ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320553 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46722 ;
    owl:annotatedTarget example:left .

_:genid3087
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46722 ;
    owl:annotatedTarget obo:FMA_46720 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320560 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46722 ;
    owl:annotatedTarget obo:FMA_46720 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46722 ;
    owl:annotatedTarget obo:FMA_46720 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0000056 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46723 ;
    owl:annotatedTarget obo:FMA_46719 .

_:genid3093
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46723 ;
    owl:annotatedTarget obo:FMA_46719 ;
    owl:unionOf (obo:FMA_46707
        obo:FMA_46708
    ) .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46723 ;
    owl:annotatedTarget _:genid3408 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46724 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46724 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46724 ;
    owl:annotatedTarget obo:FMA_46723 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46724 ;
    owl:annotatedTarget obo:FMA_46723 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46724 ;
    owl:annotatedTarget obo:FMA_46723 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000114 ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget obo:IAO_0000122 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0000056 ;
    owl:annotatedTarget owl:topObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46725 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46725 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46725 ;
    owl:annotatedTarget obo:FMA_46723 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46725 ;
    owl:annotatedTarget obo:FMA_46723 .

_:genid3104
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46725 ;
    owl:annotatedTarget obo:FMA_46723 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_314369 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46726 ;
    owl:annotatedTarget obo:FMA_9616 .

_:genid3106
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_46726 ;
    owl:annotatedTarget obo:FMA_9616 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320679 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_47545 ;
    owl:annotatedTarget obo:FMA_318738 .

_:genid3108
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_47545 ;
    owl:annotatedTarget obo:FMA_318738 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320685 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49436 ;
    owl:annotatedTarget obo:FMA_284654 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:RO_0000056 ;
    owl:annotatedTarget "participates in"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3110
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49436 ;
    owl:annotatedTarget obo:FMA_284654 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319949 .

(obo:FMA_49440
) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49437 ;
    owl:annotatedTarget obo:FMA_49436 .

_:genid3114
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49437 ;
    owl:annotatedTarget obo:FMA_49436 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320562 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49437 ;
    owl:annotatedTarget _:genid3430 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49438 ;
    owl:annotatedTarget obo:FMA_49436 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49438 ;
    owl:annotatedTarget obo:FMA_49436 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0000056 ;
    owl:annotatedTarget "this blood clot participates in this blood coagulation"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49438 ;
    owl:annotatedTarget _:genid3436 .

_:genid3121
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49439 ;
    owl:annotatedTarget example:right ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_314373 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49439 ;
    owl:annotatedTarget example:right .

_:genid3123
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49439 ;
    owl:annotatedTarget obo:FMA_49437 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_319622 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49439 ;
    owl:annotatedTarget obo:FMA_49437 .

_:genid3125
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49439 ;
    owl:annotatedTarget obo:FMA_49437 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_319628 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49440 ;
    owl:annotatedTarget example:left .

_:genid3127
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49440 ;
    owl:annotatedTarget example:left ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319953 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49440 ;
    owl:annotatedTarget obo:FMA_49437 .

_:genid3129
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49440 ;
    owl:annotatedTarget obo:FMA_49437 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320771 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0000056 ;
    owl:annotatedTarget "this input material (or this output material) participates in this process"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49440 ;
    owl:annotatedTarget obo:FMA_49437 .

_:genid3131
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49441 ;
    owl:annotatedTarget example:right ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320778 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49441 ;
    owl:annotatedTarget example:right .

_:genid3133
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49441 ;
    owl:annotatedTarget obo:FMA_49438 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_46707 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49441 ;
    owl:annotatedTarget obo:FMA_49438 .

_:genid3135
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49441 ;
    owl:annotatedTarget obo:FMA_49438 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_46721 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49442 ;
    owl:annotatedTarget example:left .

_:genid3137
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49442 ;
    owl:annotatedTarget example:left ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_46724 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49442 ;
    owl:annotatedTarget obo:FMA_49438 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49442 ;
    owl:annotatedTarget obo:FMA_49438 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0000056 ;
    owl:annotatedTarget "this investigator participates in this investigation"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49442 ;
    owl:annotatedTarget obo:FMA_49438 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_49443 ;
    owl:annotatedTarget obo:FMA_67135 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_5022 ;
    owl:annotatedTarget obo:FMA_55665 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_5022 ;
    owl:annotatedTarget obo:FMA_55665 .

_:genid3144
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_5034 ;
    owl:annotatedTarget obo:FMA_278572 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_314375 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_5034 ;
    owl:annotatedTarget obo:FMA_278572 .

_:genid3146
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_259729, obo:FMA_319624 .

_:genid3148
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_319630, obo:FMA_57092 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0000056 ;
    owl:annotatedTarget "a relation between a continuant and a process, in which the continuant is somehow involved in the process"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3150
    a owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319955, obo:FMA_52827 .

_:genid3152
    a owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320773, obo:FMA_52830 .

_:genid3154
    a owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320780, obo:FMA_52832 .

(obo:FMA_52829
    obo:FMA_52830
) .

_:genid3158
    a owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_46722, obo:FMA_52834 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0000056 ;
    owl:annotatedTarget "participates_in"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3160
    a owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_46725, obo:FMA_53662 .

_:genid3167
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_314379, obo:FMA_59432 .

_:genid3169
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319634, obo:FMA_60962 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0000056 ;
    owl:annotatedTarget "participates in"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3171
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319640, obo:FMA_59493 .

_:genid3173
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319959 ;
    owl:unionOf (obo:FMA_52834
        obo:FMA_52835
    ) .

(obo:FMA_52835
) .

(obo:FMA_52838
    obo:FMA_52840
) .

_:genid3179
    a owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_49439, obo:FMA_59474 .

_:genid3181
    a owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_49441, obo:FMA_59475 .

(obo:FMA_57687
) .

(obo:FMA_57688
    obo:FMA_57689
) .

_:genid3192
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_319642 ;
    owl:unionOf (obo:FMA_57690
        obo:FMA_57691
    ) .

(obo:FMA_57691
) .

(obo:FMA_269586
    obo:FMA_269588
) .

_:genid3198
    a owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320767, obo:FMA_59487 .

[]
    obo:NCIT_P378 "NCI" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget "A property representing the English language definitions of what NCI means by the concept. They may also include information about the definition's source and attribution in a form that can easily be interpreted by software." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0000057 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3200
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_259761, obo:FMA_49440 .

_:genid3202
    a owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_49442, obo:FMA_57684 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0000057 ;
    owl:annotatedTarget owl:topObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3219
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_314361, obo:FMA_59763 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:RO_0000057 ;
    owl:annotatedTarget "has participant"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3221
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319598, obo:FMA_54554 .

_:genid3223
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_319604, obo:FMA_55635 .

_:genid3225
    a owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319941, obo:FMA_54555 .

_:genid3227
    a owl:Restriction ;
    owl:onProperty obo:BFO_0000051, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320547, obo:FMA_57994 .

_:genid3229
    a owl:Restriction ;
    owl:onProperty obo:BFO_0000051, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_58011, obo:FMA_60017 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0000057 ;
    owl:annotatedTarget "this blood coagulation has participant this blood clot"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3231
    a owl:Restriction ;
    owl:onProperty obo:BFO_0000051, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_58026, obo:FMA_60020 .

_:genid3238
    a owl:Restriction ;
    owl:onProperty obo:BFO_0000051, obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_314363, obo:FMA_58024 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0000057 ;
    owl:annotatedTarget "this investigation has participant this investigator"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3240
    a owl:Restriction ;
    owl:onProperty obo:BFO_0000051, obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_319600, obo:FMA_58051 .

_:genid3242
    a owl:Restriction ;
    owl:onProperty obo:BFO_0000051, obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_319606, obo:FMA_58055 .

_:genid3244
    a owl:Restriction ;
    owl:onProperty obo:BFO_0000051, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319943, obo:FMA_58003 .

_:genid3246
    a owl:Restriction ;
    owl:onProperty obo:BFO_0000051, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320549, obo:FMA_58019 .

_:genid3248
    a owl:Restriction ;
    owl:onProperty obo:BFO_0000051, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_58041, obo:FMA_60018 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0000057 ;
    owl:annotatedTarget "this process has participant this input material (or this output material)"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3250
    a owl:Restriction ;
    owl:onProperty obo:BFO_0000051, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_58045, obo:FMA_60021 .

_:genid3257
    a owl:Restriction ;
    owl:onProperty obo:BFO_0000051, obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_314385, obo:FMA_58044 .

_:genid3259
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54640 ;
    owl:annotatedTarget obo:FMA_64989 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320704 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0000057 ;
    owl:annotatedTarget "a relation between a process and a continuant, in which the continuant is somehow involved in the process"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54640 ;
    owl:annotatedTarget obo:FMA_64989 .

_:genid3261
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54640 ;
    owl:annotatedTarget _:genid3580 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320710 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54640 ;
    owl:annotatedTarget _:genid3582 .

_:genid3263
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54640 ;
    owl:annotatedTarget _:genid3584 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319965 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54640 ;
    owl:annotatedTarget _:genid3586 .

_:genid3265
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54640 ;
    owl:annotatedTarget _:genid3588 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320798 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54640 ;
    owl:annotatedTarget _:genid3590 .

_:genid3267
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54640 ;
    owl:annotatedTarget _:genid3592 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320804 .

[]
    example:fma-translation-source "maybe-subclass-pushdown" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54640 ;
    owl:annotatedTarget _:genid3594 .

[]
    example:fma-translation-source "maybe-subclass-pushdown" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54640 ;
    owl:annotatedTarget _:genid3596 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:RO_0000057 ;
    owl:annotatedTarget "Has_participant is a primitive instance-level relation between a process, a continuant, and a time at which the continuant participates in some way in the process. The relation obtains, for example, when this particular process of oxygen exchange across this particular alveolar membrane has_participant this particular sample of hemoglobin at this particular time."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-subclass-pushdown" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54640 ;
    owl:annotatedTarget _:genid3598 .

[]
    example:fma-translation-source "maybe-subclass-pushdown" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54640 ;
    owl:annotatedTarget _:genid3600 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54640 ;
    owl:annotatedTarget _:genid3602 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54640 ;
    owl:annotatedTarget _:genid3604 .

_:genid3274
    example:fma-translation-source "maybe-subclass-pushdown" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54640 ;
    owl:annotatedTarget _:genid3606 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_314387 .

[]
    example:fma-translation-source "maybe-subclass-pushdown" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54640 ;
    owl:annotatedTarget _:genid3608 .

_:genid3276
    example:fma-translation-source "maybe-subclass-pushdown" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54640 ;
    owl:annotatedTarget _:genid3610 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320706 .

[]
    example:fma-translation-source "maybe-subclass-pushdown" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54640 ;
    owl:annotatedTarget _:genid3612 .

_:genid3278
    example:fma-translation-source "maybe-subclass-pushdown" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54640 ;
    owl:annotatedTarget _:genid3614 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320712 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54643 ;
    owl:annotatedTarget obo:FMA_55268 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0000057 ;
    owl:annotatedTarget "has_participant"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3280
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54643 ;
    owl:annotatedTarget obo:FMA_55268 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319967 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54644 ;
    owl:annotatedTarget obo:FMA_54643 .

_:genid3282
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54644 ;
    owl:annotatedTarget obo:FMA_54643 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320800 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54644 ;
    owl:annotatedTarget _:genid3620 .

_:genid3284
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54644 ;
    owl:annotatedTarget _:genid3622 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320806 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54644 ;
    owl:annotatedTarget _:genid3624 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54644 ;
    owl:annotatedTarget _:genid3626 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54644 ;
    owl:annotatedTarget _:genid3628 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54644 ;
    owl:annotatedTarget _:genid3630 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54644 ;
    owl:annotatedTarget _:genid3632 .

[]
    a owl:Axiom ;
    owl:annotatedProperty dc:source ;
    owl:annotatedSource obo:RO_0000057 ;
    owl:annotatedTarget "http://www.obofoundry.org/ro/#OBO_REL:has_participant" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54644 ;
    owl:annotatedTarget _:genid3634 .

_:genid3291
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54644 ;
    owl:annotatedTarget _:genid3636 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_314391 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54644 ;
    owl:annotatedTarget _:genid3638 .

_:genid3293
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54645 ;
    owl:annotatedTarget obo:FMA_54643 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320716 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54645 ;
    owl:annotatedTarget obo:FMA_54643 .

_:genid3295
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54645 ;
    owl:annotatedTarget _:genid3642 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320722 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54645 ;
    owl:annotatedTarget _:genid3644 .

_:genid3297
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54645 ;
    owl:annotatedTarget _:genid3646 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319971 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54645 ;
    owl:annotatedTarget _:genid3648 .

_:genid3299
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54645 ;
    owl:annotatedTarget _:genid3650 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320811 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget "English language definitions of what NCI means by the concept. These are limited to 1024 characters. They may also include information about the definition's source and attribution in a form that can easily be interpreted by software." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0000057 ;
    owl:annotatedTarget "has participant"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54645 ;
    owl:annotatedTarget _:genid3652 .

_:genid3301
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54645 ;
    owl:annotatedTarget _:genid3654 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320817 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54649 ;
    owl:annotatedTarget obo:FMA_54663 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54649 ;
    owl:annotatedTarget obo:FMA_54663 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54649 ;
    owl:annotatedTarget _:genid3658 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54663 ;
    owl:annotatedTarget obo:FMA_54643 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54663 ;
    owl:annotatedTarget obo:FMA_54643 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54664 ;
    owl:annotatedTarget obo:FMA_281540 .

_:genid3308
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54664 ;
    owl:annotatedTarget obo:FMA_281540 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_314393 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0000058 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

(obo:FMA_54672
    obo:FMA_54673
) .

_:genid3312
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54712 ;
    owl:annotatedTarget obo:FMA_54716 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320724 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54712 ;
    owl:annotatedTarget obo:FMA_54716 .

_:genid3314
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54712 ;
    owl:annotatedTarget _:genid3669 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319973 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54712 ;
    owl:annotatedTarget _:genid3671 .

_:genid3316
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54712 ;
    owl:annotatedTarget _:genid3673 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320813 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54712 ;
    owl:annotatedTarget _:genid3675 .

_:genid3318
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54712 ;
    owl:annotatedTarget _:genid3677 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320819 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54713 ;
    owl:annotatedTarget obo:FMA_54716 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0000058 ;
    owl:annotatedTarget owl:topObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54713 ;
    owl:annotatedTarget obo:FMA_54716 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54713 ;
    owl:annotatedTarget _:genid3681 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54713 ;
    owl:annotatedTarget _:genid3683 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54713 ;
    owl:annotatedTarget _:genid3685 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54713 ;
    owl:annotatedTarget _:genid3687 .

_:genid3325
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54713 ;
    owl:annotatedTarget _:genid3689 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_314397 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54714 ;
    owl:annotatedTarget obo:FMA_54717 .

_:genid3327
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54714 ;
    owl:annotatedTarget obo:FMA_54717 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320728 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54714 ;
    owl:annotatedTarget _:genid3693 .

_:genid3329
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54714 ;
    owl:annotatedTarget _:genid3695 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320734 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0000058 ;
    owl:annotatedTarget "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The journal article (a generically dependent continuant) is concretized as the quality (a specifically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54714 ;
    owl:annotatedTarget _:genid3697 .

_:genid3331
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54714 ;
    owl:annotatedTarget _:genid3699 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319977 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54715 ;
    owl:annotatedTarget obo:FMA_54717 .

_:genid3333
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54715 ;
    owl:annotatedTarget obo:FMA_54717 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320823 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54715 ;
    owl:annotatedTarget _:genid3703 .

_:genid3335
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54715 ;
    owl:annotatedTarget _:genid3705 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320830 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54715 ;
    owl:annotatedTarget _:genid3707 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54715 ;
    owl:annotatedTarget _:genid3709 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54716 ;
    owl:annotatedTarget obo:FMA_55600 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54716 ;
    owl:annotatedTarget obo:FMA_55600 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0000058 ;
    owl:annotatedTarget "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54716 ;
    owl:annotatedTarget _:genid3713 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54716 ;
    owl:annotatedTarget _:genid3715 .

_:genid3342
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54716 ;
    owl:annotatedTarget _:genid3717 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_314399 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54716 ;
    owl:annotatedTarget _:genid3719 .

_:genid3344
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54717 ;
    owl:annotatedTarget obo:FMA_55600 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320730 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54717 ;
    owl:annotatedTarget obo:FMA_55600 .

_:genid3346
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54717 ;
    owl:annotatedTarget _:genid3723 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320736 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54717 ;
    owl:annotatedTarget _:genid3725 .

_:genid3348
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54717 ;
    owl:annotatedTarget _:genid3727 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319979 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54717 ;
    owl:annotatedTarget _:genid3729 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0000058 ;
    owl:annotatedTarget "A relationship between a generically dependent continuant and a specifically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3350
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54806 ;
    owl:annotatedTarget obo:FMA_86103 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320825 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54806 ;
    owl:annotatedTarget obo:FMA_86103 .

_:genid3352
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54807 ;
    owl:annotatedTarget obo:FMA_85355 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320832 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54807 ;
    owl:annotatedTarget obo:FMA_85355 .

[]
    example:fma-translation-source "maybe-subclass-pushdown" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54807 ;
    owl:annotatedTarget _:genid3735 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54807 ;
    owl:annotatedTarget _:genid3737 .

[]
    example:fma-translation-source "maybe-subclass-pushdown" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54807 ;
    owl:annotatedTarget _:genid3739 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54807 ;
    owl:annotatedTarget _:genid3741 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54807 ;
    owl:annotatedTarget _:genid3743 .

_:genid3359
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54817 ;
    owl:annotatedTarget obo:FMA_54806 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_314403 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0000058 ;
    owl:annotatedTarget "is concretized as"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54817 ;
    owl:annotatedTarget obo:FMA_54806 .

_:genid3361
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54819 ;
    owl:annotatedTarget obo:FMA_54806 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320734 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54819 ;
    owl:annotatedTarget obo:FMA_54806 .

_:genid3363
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54820 ;
    owl:annotatedTarget obo:FMA_54819 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320740 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54820 ;
    owl:annotatedTarget obo:FMA_54819 .

_:genid3365
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54821 ;
    owl:annotatedTarget obo:FMA_54819 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319983 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54821 ;
    owl:annotatedTarget obo:FMA_54819 .

_:genid3367
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54822 ;
    owl:annotatedTarget obo:FMA_54819 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320784 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54822 ;
    owl:annotatedTarget obo:FMA_54819 .

_:genid3369
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54823 ;
    owl:annotatedTarget obo:FMA_54819 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320791 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0000059 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54823 ;
    owl:annotatedTarget obo:FMA_54819 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54831 ;
    owl:annotatedTarget obo:FMA_7501 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54831 ;
    owl:annotatedTarget obo:FMA_7501 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54832 ;
    owl:annotatedTarget obo:FMA_54831 .

_:genid3376
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54832 ;
    owl:annotatedTarget obo:FMA_54831 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_314405 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54832 ;
    owl:annotatedTarget _:genid3761 .

_:genid3378
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54832 ;
    owl:annotatedTarget _:genid3765 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320736 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54832 ;
    owl:annotatedTarget _:genid3767 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0000059 ;
    owl:annotatedTarget owl:topObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3380
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54832 ;
    owl:annotatedTarget _:genid3769 ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_320742 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54832 ;
    owl:annotatedTarget _:genid3771 .

_:genid3382
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54832 ;
    owl:annotatedTarget _:genid3773 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_319985 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54832 ;
    owl:annotatedTarget _:genid3775 .

_:genid3384
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54832 ;
    owl:annotatedTarget _:genid3777 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320786 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54832 ;
    owl:annotatedTarget _:genid3779 .

_:genid3386
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54832 ;
    owl:annotatedTarget _:genid3781 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_320793 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54833 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54833 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54833 ;
    owl:annotatedTarget obo:FMA_54832 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0000059 ;
    owl:annotatedTarget "A journal article is an information artifact that inheres in some number of printed journals. For each copy of the printed journal there is some quality that carries the journal article, such as a pattern of ink. The quality (a specifically dependent continuant) concretizes the journal article (a generically dependent continuant), and both depend on that copy of the printed journal (an independent continuant)."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54833 ;
    owl:annotatedTarget obo:FMA_54832 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54833 ;
    owl:annotatedTarget obo:FMA_54832 .

_:genid3392
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54833 ;
    owl:annotatedTarget _:genid3788 ;
    owl:unionOf (obo:FMA_46721
        obo:FMA_46722
    ) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54833 ;
    owl:annotatedTarget _:genid3790 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54833 ;
    owl:annotatedTarget _:genid3792 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54833 ;
    owl:annotatedTarget _:genid3794 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54833 ;
    owl:annotatedTarget _:genid3796 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54833 ;
    owl:annotatedTarget _:genid3798 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54833 ;
    owl:annotatedTarget _:genid3800 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54833 ;
    owl:annotatedTarget _:genid3802 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget "The official OBI definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0000059 ;
    owl:annotatedTarget "An investigator reads a protocol and forms a plan to carry out an assay. The plan is a realizable entity (a specifically dependent continuant) that concretizes the protocol (a generically dependent continuant), and both depend on the investigator (an independent continuant). The plan is then realized by the assay (a process)."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54833 ;
    owl:annotatedTarget _:genid3804 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54834 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54834 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54834 ;
    owl:annotatedTarget obo:FMA_54832 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54834 ;
    owl:annotatedTarget obo:FMA_54832 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54834 ;
    owl:annotatedTarget obo:FMA_54832 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54834 ;
    owl:annotatedTarget _:genid3811 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54834 ;
    owl:annotatedTarget _:genid3813 .

_:genid3408
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54834 ;
    owl:annotatedTarget _:genid3815 ;
    owl:unionOf (obo:FMA_46724
        obo:FMA_46725
    ) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54834 ;
    owl:annotatedTarget _:genid3817 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0000059 ;
    owl:annotatedTarget "A relationship between a specifically dependent continuant and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. Multiple specifically dependent continuants can concretize the same generically dependent continuant."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54834 ;
    owl:annotatedTarget _:genid3819 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54834 ;
    owl:annotatedTarget _:genid3821 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54834 ;
    owl:annotatedTarget _:genid3823 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54834 ;
    owl:annotatedTarget _:genid3825 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_54834 ;
    owl:annotatedTarget _:genid3827 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_55107 ;
    owl:annotatedTarget obo:FMA_55665 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_55107 ;
    owl:annotatedTarget obo:FMA_55665 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_55268 ;
    owl:annotatedTarget obo:FMA_67619 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_55600 ;
    owl:annotatedTarget obo:FMA_32558 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_55600 ;
    owl:annotatedTarget obo:FMA_32558 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0000059 ;
    owl:annotatedTarget "concretizes"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_55636 ;
    owl:annotatedTarget obo:OHD_0000307 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0000079 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3430
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_55637 ;
    owl:annotatedTarget obo:OHD_0000308 ;
    owl:unionOf (obo:FMA_49439
        obo:FMA_49440
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_55638 ;
    owl:annotatedTarget obo:OHD_0000308 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_55652 ;
    owl:annotatedTarget obo:FMA_67165 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_55665 ;
    owl:annotatedTarget obo:FMA_55670 .

_:genid3436
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_55670 ;
    owl:annotatedTarget obo:FMA_67498 ;
    owl:unionOf (obo:FMA_49441
        obo:FMA_49442
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0000079 ;
    owl:annotatedTarget obo:RO_0000052 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0000079 ;
    owl:annotatedTarget "this catalysis function is a function of this enzyme"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0000079 ;
    owl:annotatedTarget "a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:RO_0000079 ;
    owl:annotatedTarget "A function inheres in its bearer at all times for which the function exists, however the function need not be realized at all the times that the function exists."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0000079 ;
    owl:annotatedTarget "function_of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0000079 ;
    owl:annotatedTarget "is function of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget "The official definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:RO_0000079 ;
    owl:annotatedTarget "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." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0000079 ;
    owl:annotatedTarget "function of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0000080 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0000080 ;
    owl:annotatedTarget obo:RO_0000052 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0000080 ;
    owl:annotatedTarget "this red color is a quality of this apple"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0000080 ;
    owl:annotatedTarget "a relation between a quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:RO_0000080 ;
    owl:annotatedTarget "A quality inheres in its bearer at all times for which the quality exists."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0000080 ;
    owl:annotatedTarget "is quality of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0000080 ;
    owl:annotatedTarget "quality_of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3580
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_260146, obo:FMA_56011 .

_:genid3582
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_260156, obo:FMA_57154 .

_:genid3584
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_54807, obo:FMA_56634 .

_:genid3586
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_57150, obo:FMA_71289 .

_:genid3588
    a owl:Restriction ;
    owl:onProperty obo:FMA_85868, obo:FMA_85995 ;
    owl:someValuesFrom obo:FMA_54644, obo:FMA_no_fmaid_Secondary_maxillary_dentition .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:RO_0000080 ;
    owl:annotatedTarget "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." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3590
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85995 ;
    owl:someValuesFrom obo:FMA_54645, obo:FMA_55975 .

_:genid3592
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85995 ;
    owl:someValuesFrom obo:FMA_54817, obo:FMA_55980 .

_:genid3594
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85995 ;
    owl:someValuesFrom obo:FMA_54820, obo:FMA_57156 .

_:genid3596
    a owl:Restriction ;
    owl:onProperty obo:FMA_85995, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_54821, obo:FMA_56614 .

_:genid3598
    a owl:Restriction ;
    owl:onProperty obo:FMA_85995, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_54822, obo:FMA_56618 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget "The official definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0000080 ;
    owl:annotatedTarget "quality of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3600
    a owl:Restriction ;
    owl:onProperty obo:FMA_85868, obo:FMA_85995 ;
    owl:someValuesFrom obo:FMA_54823, obo:FMA_no_fmaid_Secondary_maxillary_dentition .

_:genid3602
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_54644, obo:FMA_55976 .

_:genid3604
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_54645, obo:FMA_55981 .

_:genid3606
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_54817, obo:FMA_57157 .

_:genid3608
    a owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_54820, obo:FMA_56615 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0000085 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3610
    a owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_54821, obo:FMA_56619 .

_:genid3612
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_54822, obo:FMA_55992 .

_:genid3614
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_54823, obo:FMA_56010 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0000085 ;
    owl:annotatedTarget obo:RO_0000053 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3620
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_281304, obo:FMA_56637 .

_:genid3622
    a owl:Restriction ;
    owl:onProperty obo:FMA_85868, obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_281525, obo:FMA_no_fmaid_Secondary_maxillary_dentition .

_:genid3624
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85995 ;
    owl:someValuesFrom obo:FMA_281500, obo:FMA_56026 .

_:genid3626
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85995 ;
    owl:someValuesFrom obo:FMA_281502, obo:FMA_56030 .

_:genid3628
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85995 ;
    owl:someValuesFrom obo:FMA_281506, obo:FMA_57153 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0000085 ;
    owl:annotatedTarget "this enzyme has function this catalysis function (more colloquially: this enzyme has this catalysis function)"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3630
    a owl:Restriction ;
    owl:onProperty obo:FMA_85995, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_281508, obo:FMA_56629 .

_:genid3632
    a owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_281467, obo:FMA_57147 .

_:genid3634
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_281471, obo:FMA_56072 .

_:genid3636
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_281473, obo:FMA_56082 .

_:genid3638
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_54649, obo:FMA_56148 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0000085 ;
    owl:annotatedTarget "a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3642
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_281288, obo:FMA_56641 .

_:genid3644
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_281290, obo:FMA_56054 .

_:genid3646
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_281292, obo:FMA_56064 .

_:genid3648
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_281302, obo:FMA_56150 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:RO_0000085 ;
    owl:annotatedTarget "A bearer can have many functions, and its functions can exist for different periods of time, but none of its functions can exist when the bearer does not exist. A function need not be realized at all the times that the function exists."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3650
    a owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_281543, obo:FMA_56602 .

_:genid3652
    a owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_281551, obo:FMA_56645 .

_:genid3654
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_54664, obo:FMA_56036 .

_:genid3658
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_281306, obo:FMA_56154 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0000085 ;
    owl:annotatedTarget "has_function"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3669
    a owl:Restriction ;
    owl:onProperty obo:FMA_85879, obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_46671, obo:FMA_56706 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0000085 ;
    owl:annotatedTarget "has function"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3671
    a owl:Restriction ;
    owl:onProperty obo:FMA_85879, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_46698, obo:FMA_56652 .

_:genid3673
    a owl:Restriction ;
    owl:onProperty obo:FMA_85868, obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_46703, obo:FMA_no_fmaid_Secondary_mandibular_dentition .

_:genid3675
    a owl:Restriction ;
    owl:onProperty obo:FMA_85879, obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_46705, obo:FMA_56061 .

_:genid3677
    a owl:Restriction ;
    owl:onProperty obo:FMA_85879, obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_46709, obo:FMA_56065 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0000086 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3681
    a owl:Restriction ;
    owl:onProperty obo:FMA_85879, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_46672, obo:FMA_56644 .

_:genid3683
    a owl:Restriction ;
    owl:onProperty obo:FMA_85879, obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_46702, obo:FMA_56071 .

_:genid3685
    a owl:Restriction ;
    owl:onProperty obo:FMA_85879, obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_46704, obo:FMA_56081 .

_:genid3687
    a owl:Restriction ;
    owl:onProperty obo:FMA_85879, obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_46706, obo:FMA_56147 .

_:genid3689
    a owl:Restriction ;
    owl:onProperty obo:FMA_85879, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_46710, obo:FMA_56595 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0000086 ;
    owl:annotatedTarget obo:RO_0000053 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

(obo:FMA_55798
    obo:FMA_55799
) .

_:genid3695
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_46713 ;
    owl:unionOf (obo:FMA_55686
        obo:FMA_55687
    ) .

(obo:FMA_55687
) .

(obo:FMA_55681
    obo:FMA_55682
) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget """2012-04-05: 
Barry Smith

The official OBI definition, explaining the meaning of a class or property: 'Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions'  is terrible.

Can you fix to something like:

A statement of necessary and sufficient conditions explaining the meaning of an expression referring to a class or property.

Alan Ruttenberg

Your proposed definition is a reasonable candidate, except that it is very common that necessary and sufficient conditions are not given. Mostly they are necessary, occasionally they are necessary and sufficient or just sufficient. Often they use terms that are not themselves defined and so they effectively can't be evaluated by those criteria. 

On the specifics of the proposed definition:

We don't have definitions of 'meaning' or 'expression' or 'property'. For 'reference' in the intended sense I think we use the term 'denotation'. For 'expression', I think we you mean symbol, or identifier. For 'meaning' it differs for class and property. For class we want documentation that let's the intended reader determine whether an entity is instance of the class, or not. For property we want documentation that let's the intended reader determine, given a pair of potential relata, whether the assertion that the relation holds is true. The 'intended reader' part suggests that we also specify who, we expect, would be able to understand the definition, and also generalizes over human and computer reader to include textual and logical definition. 

Personally, I am more comfortable weakening definition to documentation, with instructions as to what is desirable. 

We also have the outstanding issue of how to aim different definitions to different audiences. A clinical audience reading chebi wants a different sort of definition documentation/definition from a chemistry trained audience, and similarly there is a need for a definition that is adequate for an ontologist to work with.  """@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0000086 ;
    owl:annotatedTarget "this apple has quality this red color"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

(obo:FMA_57143
) .

(obo:FMA_55680
    obo:FMA_55683
) .

_:genid3707
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_46716 ;
    owl:unionOf (obo:FMA_57140
        obo:FMA_57141
    ) .

(obo:FMA_57141
) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0000086 ;
    owl:annotatedTarget "a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3713
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_46690 ;
    owl:unionOf (obo:FMA_55748
        obo:FMA_55749
    ) .

(obo:FMA_55749
) .

(obo:FMA_55746
    obo:FMA_55747
) .

_:genid3719
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_46697 ;
    owl:unionOf (obo:FMA_55744
        obo:FMA_55745
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:RO_0000086 ;
    owl:annotatedTarget "A bearer can have many qualities, and its qualities can exist for different periods of time, but none of its qualities can exist when the bearer does not exist."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

(obo:FMA_55742
    obo:FMA_55743
) .

_:genid3725
    a owl:Restriction ;
    owl:onProperty obo:FMA_85879, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_46694, obo:FMA_56178 .

_:genid3727
    a owl:Restriction ;
    owl:onProperty obo:FMA_85879, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_46695, obo:FMA_56190 .

_:genid3729
    a owl:Restriction ;
    owl:onProperty obo:FMA_85879, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_46696, obo:FMA_56202 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0000086 ;
    owl:annotatedTarget "has_quality"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3735
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_56197, obo:FMA_62130 .

_:genid3737
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_56940, obo:FMA_63584 .

_:genid3739
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_74865 ;
    owl:unionOf (obo:FMA_55818
        obo:FMA_55819
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0000086 ;
    owl:annotatedTarget "has quality"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

(obo:FMA_55819
) .

(obo:FMA_55820
    obo:FMA_55821
) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0000087 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0000087 ;
    owl:annotatedTarget obo:RO_0000053 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

(obo:FMA_55768
    obo:FMA_55769
) .

(obo:FMA_55767
) .

(obo:FMA_55764
    obo:FMA_55765
) .

_:genid3769
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_56215, obo:FMA_57071 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0000087 ;
    owl:annotatedTarget "this person has role this investigator role (more colloquially: this person has this role of investigator)"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3771
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_56227, obo:FMA_57074 .

_:genid3773
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_56239, obo:FMA_57077 .

_:genid3775
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_56956, obo:FMA_57083 .

_:genid3777
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_56222, obo:FMA_57089 .

_:genid3779
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_56234, obo:FMA_57096 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0000087 ;
    owl:annotatedTarget "a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3781
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_56955, obo:FMA_57099 .

(obo:FMA_55789
) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:RO_0000087 ;
    owl:annotatedTarget "A bearer can have many roles, and its roles can exist for different periods of time, but none of its roles can exist when the bearer does not exist. A role need not be realized at all the times that the role exists."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

(obo:FMA_55786
    obo:FMA_55787
) .

_:genid3792
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_57072 ;
    owl:unionOf (obo:FMA_55782
        obo:FMA_55783
    ) .

(obo:FMA_55783
) .

(obo:FMA_55780
    obo:FMA_55781
) .

_:genid3798
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_55780, obo:FMA_57084 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget """2012-04-05: 
Barry Smith

The official OBI definition, explaining the meaning of a class or property: 'Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions'  is terrible.

Can you fix to something like:

A statement of necessary and sufficient conditions explaining the meaning of an expression referring to a class or property.

Alan Ruttenberg

Your proposed definition is a reasonable candidate, except that it is very common that necessary and sufficient conditions are not given. Mostly they are necessary, occasionally they are necessary and sufficient or just sufficient. Often they use terms that are not themselves defined and so they effectively can't be evaluated by those criteria. 

On the specifics of the proposed definition:

We don't have definitions of 'meaning' or 'expression' or 'property'. For 'reference' in the intended sense I think we use the term 'denotation'. For 'expression', I think we you mean symbol, or identifier. For 'meaning' it differs for class and property. For class we want documentation that let's the intended reader determine whether an entity is instance of the class, or not. For property we want documentation that let's the intended reader determine, given a pair of potential relata, whether the assertion that the relation holds is true. The 'intended reader' part suggests that we also specify who, we expect, would be able to understand the definition, and also generalizes over human and computer reader to include textual and logical definition. 

Personally, I am more comfortable weakening definition to documentation, with instructions as to what is desirable. 

We also have the outstanding issue of how to aim different definitions to different audiences. A clinical audience reading chebi wants a different sort of definition documentation/definition from a chemistry trained audience, and similarly there is a need for a definition that is adequate for an ontologist to work with.  """@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0000087 ;
    owl:annotatedTarget "has_role"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3800
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_55781, obo:FMA_57092 .

_:genid3802
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_56213, obo:FMA_57097 .

_:genid3804
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_56225, obo:FMA_57101 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0000087 ;
    owl:annotatedTarget "has role"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3811
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_56226, obo:FMA_57052 .

_:genid3813
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_56238, obo:FMA_57061 .

_:genid3815
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_56951, obo:FMA_57073 .

_:genid3817
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_55766, obo:FMA_57076 .

_:genid3819
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_55767, obo:FMA_57079 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0000091 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid3821
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_55744, obo:FMA_57086 .

_:genid3823
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_55745, obo:FMA_57095 .

_:genid3825
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_55826, obo:FMA_57098 .

_:genid3827
    a owl:Restriction ;
    owl:onProperty obo:FMA_85925, obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_55827, obo:FMA_57102 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0000091 ;
    owl:annotatedTarget obo:RO_0000053 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0000091 ;
    owl:annotatedTarget "a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0000091 ;
    owl:annotatedTarget "has disposition"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0000092 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0000092 ;
    owl:annotatedTarget obo:RO_0000052 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0000092 ;
    owl:annotatedTarget "inverse of has disposition" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0000092 ;
    owl:annotatedTarget obo:RO_0002259 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget "PERSON:Daniel Schober"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:RO_0000092 ;
    owl:annotatedTarget "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." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0000092 ;
    owl:annotatedTarget "disposition of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0001015 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0001015 ;
    owl:annotatedTarget owl:topObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:RO_0001015 ;
    owl:annotatedTarget "is location of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0001015 ;
    owl:annotatedTarget "my head is the location of my brain"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0001015 ;
    owl:annotatedTarget "this cage is the location of this rat"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0001015 ;
    owl:annotatedTarget "a relation between two independent continuants, the location and the target, in which the target is entirely within the location"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:RO_0001015 ;
    owl:annotatedTarget "Most location relations will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0001015 ;
    owl:annotatedTarget "location_of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000114 ;
    owl:annotatedSource obo:IAO_0000111 ;
    owl:annotatedTarget obo:IAO_0000122 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget "PERSON:Daniel Schober"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:RO_0001900 ;
    owl:annotatedSource obo:RO_0001015 ;
    owl:annotatedTarget obo:RO_0001901 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0001015 ;
    owl:annotatedTarget "location of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0001025 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0001025 ;
    owl:annotatedTarget owl:topObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:RO_0001025 ;
    owl:annotatedTarget "located in"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0001025 ;
    owl:annotatedTarget "my brain is located in my head"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0001025 ;
    owl:annotatedTarget "this rat is located in this cage"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0001025 ;
    owl:annotatedTarget "a relation between two independent continuants, the target and the location, in which the target is entirely within the location"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:RO_0001025 ;
    owl:annotatedTarget "Location as a relation between instances: The primitive instance-level relation c located_in r at t reflects the fact that each continuant is at any given time associated with exactly one spatial region, namely its exact location. Following we can use this relation to define a further instance-level location relation - not between a continuant and the region which it exactly occupies, but rather between one continuant and another. c is located in c1, in this sense, whenever the spatial region occupied by c is part_of the spatial region occupied by c1.    Note that this relation comprehends both the relation of exact location between one continuant and another which obtains when r and r1 are identical (for example, when a portion of fluid exactly fills a cavity), as well as those sorts of inexact location relations which obtain, for example, between brain and head or between ovum and uterus"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:RO_0001025 ;
    owl:annotatedTarget "Most location relations will only hold at certain times, but this is difficult to specify in OWL. See http://purl.obolibrary.org/obo/ro/docs/temporal-semantics/"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000119 ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget "GROUP:OBI:<http://purl.obolibrary.org/obo/obi>"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0001025 ;
    owl:annotatedTarget "located_in"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:RO_0001900 ;
    owl:annotatedSource obo:RO_0001025 ;
    owl:annotatedTarget obo:RO_0001901 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty dc:source ;
    owl:annotatedSource obo:RO_0001025 ;
    owl:annotatedTarget "http://www.obofoundry.org/ro/#OBO_REL:located_in" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0001025 ;
    owl:annotatedTarget obo:valid_for_go_gp2term ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0001025 ;
    owl:annotatedTarget "located in"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource obo:RO_0001025 ;
    owl:annotatedTarget "https://wiki.geneontology.org/Located_in"^^xsd:anyURI ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002086 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002086 ;
    owl:annotatedTarget obo:RO_0002222 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002086 ;
    owl:annotatedTarget "David Osumi-Sutherland" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002086 ;
    owl:annotatedTarget <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000119 ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget "GROUP:OBI:<http://purl.obolibrary.org/obo/obi>"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:RO_0002086 ;
    owl:annotatedTarget "X ends_after Y iff: end(Y) before_or_simultaneous_with end(X)"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002086 ;
    owl:annotatedTarget "ends after"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002087 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002087 ;
    owl:annotatedTarget obo:BFO_0000062 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002087 ;
    owl:annotatedTarget "David Osumi-Sutherland" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0002087 ;
    owl:annotatedTarget "starts_at_end_of" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:RO_0002087 ;
    owl:annotatedTarget "X immediately_preceded_by Y iff: end(X) simultaneous_with start(Y)"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002087 ;
    owl:annotatedTarget "immediately preceded by"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002090 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002090 ;
    owl:annotatedTarget obo:BFO_0000063 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    obo:NCIT_P383 "PT" ;
    obo:NCIT_P384 "NCI" ;
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget "DEFINITION" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002090 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-7073-9172> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002090 ;
    owl:annotatedTarget "David Osumi-Sutherland" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0002090 ;
    owl:annotatedTarget "ends_at_start_of" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0002090 ;
    owl:annotatedTarget "meets" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:RO_0002575 ;
    owl:annotatedSource obo:RO_0002090 ;
    owl:annotatedTarget obo:BFO_0000063 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002090 ;
    owl:annotatedTarget <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:RO_0002090 ;
    owl:annotatedTarget "X immediately_precedes_Y iff: end(X) simultaneous_with start(Y)"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002090 ;
    owl:annotatedTarget "immediately precedes"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002131 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002131 ;
    owl:annotatedTarget obo:RO_0002323 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:isDefinedBy ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget <http://purl.obolibrary.org/obo/iao.owl> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000114 ;
    owl:annotatedSource obo:RO_0002131 ;
    owl:annotatedTarget obo:IAO_0000125 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002131 ;
    owl:annotatedTarget "x overlaps y if and only if there exists some z such that x has part z and z part of y" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000424 ;
    owl:annotatedSource obo:RO_0002131 ;
    owl:annotatedTarget "http://purl.obolibrary.org/obo/BFO_0000051 some (http://purl.obolibrary.org/obo/BFO_0000050 some ?Y)" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:RO_0001900 ;
    owl:annotatedSource obo:RO_0002131 ;
    owl:annotatedTarget obo:RO_0001901 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002131 ;
    owl:annotatedTarget obo:valid_for_go_annotation_extension ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002131 ;
    owl:annotatedTarget obo:valid_for_gocam ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002131 ;
    owl:annotatedTarget <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002131 ;
    owl:annotatedTarget "overlaps"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002215 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002215 ;
    owl:annotatedTarget obo:RO_0002216 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget "definition" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0002215 ;
    owl:annotatedTarget "mechanosensory neuron capable of detection of mechanical stimulus involved in sensory perception (GO:0050974)" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0002215 ;
    owl:annotatedTarget "osteoclast SubClassOf 'capable of' some 'bone resorption'" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002215 ;
    owl:annotatedTarget "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. " ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002215 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0002215 ;
    owl:annotatedTarget "has function realized in" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000119 ;
    owl:annotatedSource obo:RO_0002215 ;
    owl:annotatedTarget <http://www.ncbi.nlm.nih.gov/pubmed/20123131> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000119 ;
    owl:annotatedSource obo:RO_0002215 ;
    owl:annotatedTarget <http://www.ncbi.nlm.nih.gov/pubmed/21208450> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000232 ;
    owl:annotatedSource obo:RO_0002215 ;
    owl:annotatedTarget "For compatibility with BFO, this relation has a shortcut definition in which the expression \"capable of some P\" expands to \"bearer_of (some realized_by only P)\"." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002215 ;
    owl:annotatedTarget <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002215 ;
    owl:annotatedTarget "capable of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget "definition" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002216 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002216 ;
    owl:annotatedTarget obo:RO_0002328 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002216 ;
    owl:annotatedTarget obo:RO_0002500 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002216 ;
    owl:annotatedTarget "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." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002216 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0002216 ;
    owl:annotatedTarget "has function in" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002216 ;
    owl:annotatedTarget "capable of part of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource obo:RO_0002216 ;
    owl:annotatedTarget <http://purl.obolibrary.org/obo/ro/docs/reflexivity/> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002222 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002222 ;
    owl:annotatedTarget owl:topObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget "definition"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000114 ;
    owl:annotatedSource obo:RO_0002222 ;
    owl:annotatedTarget obo:IAO_0000125 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002222 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000119 ;
    owl:annotatedSource obo:RO_0002222 ;
    owl:annotatedTarget <https://en.wikipedia.org/wiki/Allen%27s_interval_algebra> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000232 ;
    owl:annotatedSource obo:RO_0002222 ;
    owl:annotatedTarget "Do not use this relation directly. It is ended as a grouping for relations between occurrents involving the relative timing of their starts and ends." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty terms:source ;
    owl:annotatedSource obo:RO_0002222 ;
    owl:annotatedTarget "https://docs.google.com/document/d/1kBv1ep_9g3sTR-SD3jqzFqhuwo9TPNF-l-9fUDbO6rM/edit?pli=1"^^xsd:anyURI ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002222 ;
    owl:annotatedTarget <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:RO_0002222 ;
    owl:annotatedTarget "A relation that holds between two occurrents. This is a grouping relation that collects together all the Allen relations." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002222 ;
    owl:annotatedTarget "temporally related to"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002233 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002233 ;
    owl:annotatedTarget obo:RO_0000057 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget "definition"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000114 ;
    owl:annotatedSource obo:RO_0002233 ;
    owl:annotatedTarget obo:IAO_0000125 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002233 ;
    owl:annotatedTarget "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." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002233 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0002233 ;
    owl:annotatedTarget "consumes" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002233 ;
    owl:annotatedTarget obo:valid_for_go_annotation_extension ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002233 ;
    owl:annotatedTarget obo:valid_for_go_ontology ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002233 ;
    owl:annotatedTarget obo:valid_for_gocam ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002233 ;
    owl:annotatedTarget <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002233 ;
    owl:annotatedTarget "has input"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource obo:RO_0002233 ;
    owl:annotatedTarget "https://wiki.geneontology.org/Has_input"^^xsd:anyURI ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:IAO_0000115 ;
    owl:annotatedTarget "textual definition" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002234 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002234 ;
    owl:annotatedTarget obo:RO_0000057 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000114 ;
    owl:annotatedSource obo:RO_0002234 ;
    owl:annotatedTarget obo:IAO_0000125 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002234 ;
    owl:annotatedTarget "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." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002234 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0002234 ;
    owl:annotatedTarget "produces" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002234 ;
    owl:annotatedTarget obo:valid_for_go_annotation_extension ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002234 ;
    owl:annotatedTarget obo:valid_for_go_ontology ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002234 ;
    owl:annotatedTarget obo:valid_for_gocam ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002234 ;
    owl:annotatedTarget <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:IAO_0000111 ;
    owl:annotatedTarget "The concise, meaningful, and human-friendly name for a class or property preferred by the ontology developers. (US-English)"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:IAO_0000116 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002234 ;
    owl:annotatedTarget "has output"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource obo:RO_0002234 ;
    owl:annotatedTarget "https://wiki.geneontology.org/Has_output"^^xsd:anyURI ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002264 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002264 ;
    owl:annotatedTarget obo:RO_0002500 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0002264 ;
    owl:annotatedTarget "A gene product that has some activity, where that activity may be a part of a pathway or upstream of the pathway." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002264 ;
    owl:annotatedTarget "c acts upstream of or within p if c is enables f, and f is causally upstream of or within p. c is a material entity and p is an process." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasRelatedSynonym ;
    owl:annotatedSource obo:RO_0002264 ;
    owl:annotatedTarget "affects" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002264 ;
    owl:annotatedTarget obo:valid_for_go_gp2term ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002264 ;
    owl:annotatedTarget "acts upstream of or within" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource obo:RO_0002264 ;
    owl:annotatedTarget "https://wiki.geneontology.org/Acts_upstream_of_or_within"^^xsd:anyURI ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:IAO_0000116 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002295 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002295 ;
    owl:annotatedTarget obo:RO_0002324 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000114 ;
    owl:annotatedSource obo:RO_0002295 ;
    owl:annotatedTarget obo:IAO_0000125 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002295 ;
    owl:annotatedTarget "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)." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:RO_0002295 ;
    owl:annotatedTarget "This property and its subproperties are being used primarily for the definition of GO developmental processes. The property hierarchy mirrors the core GO hierarchy. In future we may be able to make do with a more minimal set of properties, but due to the way GO is currently structured we require highly specific relations to avoid incorrect entailments. To avoid this, the corresponding genus terms in GO should be declared mutually disjoint." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002295 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002295 ;
    owl:annotatedTarget "results in developmental progression of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource obo:RO_0002295 ;
    owl:annotatedTarget <http://wiki.geneontology.org/index.php/Ontology_extensions> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002297 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002297 ;
    owl:annotatedTarget obo:RO_0002234 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:IAO_0000116 ;
    owl:annotatedTarget "editor note"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002297 ;
    owl:annotatedTarget obo:RO_0002295 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0002297 ;
    owl:annotatedTarget "an annotation of gene X to anatomical structure formation with results_in_formation_of UBERON:0000007 (pituitary gland) means that at the beginning of the process a pituitary gland does not exist and at the end of the process a pituitary gland exists." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57050 ;
    owl:annotatedTarget obo:FMA_34836 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57050 ;
    owl:annotatedTarget obo:FMA_34836 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0002297 ;
    owl:annotatedTarget "every \"endocardial cushion formation\" (GO:0003272) results_in_formation_of some \"endocardial cushion\" (UBERON:0002062)"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57050 ;
    owl:annotatedTarget _:genid5632 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57050 ;
    owl:annotatedTarget _:genid5636 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57050 ;
    owl:annotatedTarget _:genid5638 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57051 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57051 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57051 ;
    owl:annotatedTarget obo:FMA_57050 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57051 ;
    owl:annotatedTarget obo:FMA_57050 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57051 ;
    owl:annotatedTarget obo:FMA_57050 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57051 ;
    owl:annotatedTarget _:genid5645 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57051 ;
    owl:annotatedTarget _:genid5647 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000114 ;
    owl:annotatedSource obo:RO_0002297 ;
    owl:annotatedTarget obo:IAO_0000125 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57052 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57052 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57052 ;
    owl:annotatedTarget obo:FMA_57050 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57052 ;
    owl:annotatedTarget obo:FMA_57050 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57052 ;
    owl:annotatedTarget obo:FMA_57050 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57052 ;
    owl:annotatedTarget _:genid5654 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57052 ;
    owl:annotatedTarget _:genid5656 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57053 ;
    owl:annotatedTarget obo:FMA_27984 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002297 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57053 ;
    owl:annotatedTarget obo:FMA_27984 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57053 ;
    owl:annotatedTarget _:genid5660 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57054 ;
    owl:annotatedTarget obo:FMA_9865 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57054 ;
    owl:annotatedTarget obo:FMA_9865 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57055 ;
    owl:annotatedTarget obo:FMA_57054 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57055 ;
    owl:annotatedTarget obo:FMA_57054 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57055 ;
    owl:annotatedTarget _:genid5668 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57055 ;
    owl:annotatedTarget _:genid5670 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57056 ;
    owl:annotatedTarget obo:FMA_57054 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57056 ;
    owl:annotatedTarget obo:FMA_57054 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000119 ;
    owl:annotatedSource obo:RO_0002297 ;
    owl:annotatedTarget "GOC:mtg_berkeley_2013" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57056 ;
    owl:annotatedTarget _:genid5674 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57056 ;
    owl:annotatedTarget _:genid5676 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57057 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57057 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57057 ;
    owl:annotatedTarget obo:FMA_57053 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57057 ;
    owl:annotatedTarget obo:FMA_57053 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57057 ;
    owl:annotatedTarget obo:FMA_57053 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57058 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57058 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57058 ;
    owl:annotatedTarget obo:FMA_57053 .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002297 ;
    owl:annotatedTarget obo:valid_for_go_annotation_extension ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57058 ;
    owl:annotatedTarget obo:FMA_57053 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57058 ;
    owl:annotatedTarget obo:FMA_57053 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57059 ;
    owl:annotatedTarget obo:FMA_34838 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57059 ;
    owl:annotatedTarget obo:FMA_34838 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57059 ;
    owl:annotatedTarget _:genid5690 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57060 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57060 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57060 ;
    owl:annotatedTarget obo:FMA_57059 .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002297 ;
    owl:annotatedTarget obo:valid_for_go_ontology ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57060 ;
    owl:annotatedTarget obo:FMA_57059 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57060 ;
    owl:annotatedTarget obo:FMA_57059 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57061 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57061 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57061 ;
    owl:annotatedTarget obo:FMA_57059 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57061 ;
    owl:annotatedTarget obo:FMA_57059 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57061 ;
    owl:annotatedTarget obo:FMA_57059 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57062 ;
    owl:annotatedTarget obo:FMA_57054 .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002297 ;
    owl:annotatedTarget obo:valid_for_gocam ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57062 ;
    owl:annotatedTarget obo:FMA_57054 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57062 ;
    owl:annotatedTarget _:genid5706 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57063 ;
    owl:annotatedTarget obo:FMA_57054 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57063 ;
    owl:annotatedTarget obo:FMA_57054 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57063 ;
    owl:annotatedTarget _:genid5712 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57064 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57064 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57064 ;
    owl:annotatedTarget obo:FMA_57063 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002297 ;
    owl:annotatedTarget "results in formation of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57064 ;
    owl:annotatedTarget obo:FMA_57063 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57064 ;
    owl:annotatedTarget obo:FMA_57063 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57065 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57065 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57065 ;
    owl:annotatedTarget obo:FMA_57063 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57065 ;
    owl:annotatedTarget obo:FMA_57063 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57065 ;
    owl:annotatedTarget obo:FMA_57063 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57066 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57066 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57066 ;
    owl:annotatedTarget obo:FMA_57062 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000114 ;
    owl:annotatedSource obo:IAO_0000116 ;
    owl:annotatedTarget obo:IAO_0000122 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002314 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57066 ;
    owl:annotatedTarget obo:FMA_57062 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57066 ;
    owl:annotatedTarget obo:FMA_57062 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57067 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57067 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57067 ;
    owl:annotatedTarget obo:FMA_57062 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57067 ;
    owl:annotatedTarget obo:FMA_57062 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57067 ;
    owl:annotatedTarget obo:FMA_57062 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57070 ;
    owl:annotatedTarget obo:FMA_25624 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57070 ;
    owl:annotatedTarget obo:FMA_25624 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002314 ;
    owl:annotatedTarget obo:RO_0002502 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57071 ;
    owl:annotatedTarget obo:FMA_57070 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57071 ;
    owl:annotatedTarget obo:FMA_57070 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57071 ;
    owl:annotatedTarget _:genid5740 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57072 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57072 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57072 ;
    owl:annotatedTarget obo:FMA_57071 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57072 ;
    owl:annotatedTarget obo:FMA_57071 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57072 ;
    owl:annotatedTarget obo:FMA_57071 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57073 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002314 ;
    owl:annotatedTarget "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." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57073 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57073 ;
    owl:annotatedTarget obo:FMA_57071 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57073 ;
    owl:annotatedTarget obo:FMA_57071 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57073 ;
    owl:annotatedTarget obo:FMA_57071 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57074 ;
    owl:annotatedTarget obo:FMA_57070 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57074 ;
    owl:annotatedTarget obo:FMA_57070 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57074 ;
    owl:annotatedTarget _:genid5756 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57075 ;
    owl:annotatedTarget example:right .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:RO_0002314 ;
    owl:annotatedTarget "Because part_of is transitive, inheres in is a sub-relation of characteristic of part of" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57075 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57075 ;
    owl:annotatedTarget obo:FMA_57074 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57075 ;
    owl:annotatedTarget obo:FMA_57074 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57075 ;
    owl:annotatedTarget obo:FMA_57074 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57076 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57076 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57076 ;
    owl:annotatedTarget obo:FMA_57074 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57076 ;
    owl:annotatedTarget obo:FMA_57074 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57076 ;
    owl:annotatedTarget obo:FMA_57074 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002314 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57077 ;
    owl:annotatedTarget obo:FMA_57070 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57077 ;
    owl:annotatedTarget obo:FMA_57070 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57077 ;
    owl:annotatedTarget _:genid5772 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57078 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57078 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57078 ;
    owl:annotatedTarget obo:FMA_57077 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57078 ;
    owl:annotatedTarget obo:FMA_57077 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57078 ;
    owl:annotatedTarget obo:FMA_57077 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57079 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0002314 ;
    owl:annotatedTarget "inheres in part of" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57079 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57079 ;
    owl:annotatedTarget obo:FMA_57077 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57079 ;
    owl:annotatedTarget obo:FMA_57077 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57079 ;
    owl:annotatedTarget obo:FMA_57077 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57083 ;
    owl:annotatedTarget obo:FMA_57070 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57083 ;
    owl:annotatedTarget obo:FMA_57070 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57083 ;
    owl:annotatedTarget _:genid5788 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57084 ;
    owl:annotatedTarget example:right .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000119 ;
    owl:annotatedSource obo:RO_0002314 ;
    owl:annotatedTarget <http://www.ncbi.nlm.nih.gov/pubmed/20064205> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57084 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57084 ;
    owl:annotatedTarget obo:FMA_57083 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57084 ;
    owl:annotatedTarget obo:FMA_57083 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57084 ;
    owl:annotatedTarget obo:FMA_57083 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57086 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57086 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57086 ;
    owl:annotatedTarget obo:FMA_57083 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57086 ;
    owl:annotatedTarget obo:FMA_57083 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57086 ;
    owl:annotatedTarget obo:FMA_57083 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:RO_0001900 ;
    owl:annotatedSource obo:RO_0002314 ;
    owl:annotatedTarget obo:RO_0001901 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57089 ;
    owl:annotatedTarget obo:FMA_12264 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57089 ;
    owl:annotatedTarget _:genid5803 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57092 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57092 ;
    owl:annotatedTarget obo:FMA_57089 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57092 ;
    owl:annotatedTarget obo:FMA_57089 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57095 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57095 ;
    owl:annotatedTarget obo:FMA_57089 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57095 ;
    owl:annotatedTarget obo:FMA_57089 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002314 ;
    owl:annotatedTarget "characteristic of part of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57096 ;
    owl:annotatedTarget obo:FMA_12264 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57096 ;
    owl:annotatedTarget obo:FMA_12264 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57096 ;
    owl:annotatedTarget _:genid5815 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57097 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57097 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57097 ;
    owl:annotatedTarget obo:FMA_57096 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57097 ;
    owl:annotatedTarget obo:FMA_57096 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57097 ;
    owl:annotatedTarget obo:FMA_57096 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57098 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource obo:RO_0002314 ;
    owl:annotatedTarget <http://purl.obolibrary.org/obo/ro/docs/reflexivity/> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57098 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57098 ;
    owl:annotatedTarget obo:FMA_57096 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57098 ;
    owl:annotatedTarget obo:FMA_57096 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57098 ;
    owl:annotatedTarget obo:FMA_57096 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57099 ;
    owl:annotatedTarget obo:FMA_11356 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57099 ;
    owl:annotatedTarget obo:FMA_11356 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57099 ;
    owl:annotatedTarget _:genid5831 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57101 ;
    owl:annotatedTarget example:right .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:IAO_0000116 ;
    owl:annotatedTarget "An administrative note intended for its editor. It may not be included in the publication version of the ontology, so it should contain nothing necessary for end users to understand the ontology."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002323 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57101 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57101 ;
    owl:annotatedTarget obo:FMA_57099 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57101 ;
    owl:annotatedTarget obo:FMA_57099 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57101 ;
    owl:annotatedTarget obo:FMA_57099 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57101 ;
    owl:annotatedTarget _:genid5840 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57102 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57102 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57102 ;
    owl:annotatedTarget obo:FMA_57099 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57102 ;
    owl:annotatedTarget obo:FMA_57099 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57102 ;
    owl:annotatedTarget obo:FMA_57099 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002323 ;
    owl:annotatedTarget owl:topObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57102 ;
    owl:annotatedTarget _:genid5847 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57103 ;
    owl:annotatedTarget obo:FMA_12277 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57103 ;
    owl:annotatedTarget obo:FMA_12277 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57103 ;
    owl:annotatedTarget _:genid5851 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57104 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57104 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57104 ;
    owl:annotatedTarget obo:FMA_57103 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57104 ;
    owl:annotatedTarget obo:FMA_57103 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002323 ;
    owl:annotatedTarget "A mereological relationship or a topological relationship" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57104 ;
    owl:annotatedTarget obo:FMA_57103 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57105 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57105 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57105 ;
    owl:annotatedTarget obo:FMA_57103 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57105 ;
    owl:annotatedTarget obo:FMA_57103 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_57105 ;
    owl:annotatedTarget obo:FMA_57103 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002323 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000232 ;
    owl:annotatedSource obo:RO_0002323 ;
    owl:annotatedTarget "Do not use this relation directly. It is ended as a grouping for a diverse set of relations, all involving parthood or connectivity relationships" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:RO_0001900 ;
    owl:annotatedSource obo:RO_0002323 ;
    owl:annotatedTarget obo:RO_0001901 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002323 ;
    owl:annotatedTarget "mereotopologically related to"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002324 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002324 ;
    owl:annotatedTarget owl:topObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002324 ;
    owl:annotatedTarget "A relationship that holds between entities participating in some developmental process (GO:0032502)" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:IAO_0000116 ;
    owl:annotatedTarget "PERSON:Daniel Schober"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002324 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000232 ;
    owl:annotatedSource obo:RO_0002324 ;
    owl:annotatedTarget "Do not use this relation directly. It is ended as a grouping for a diverse set of relations, all involving organismal development" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002324 ;
    owl:annotatedTarget "developmentally related to"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002327 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002327 ;
    owl:annotatedTarget obo:RO_0000056 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002327 ;
    owl:annotatedTarget obo:RO_0002215 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0002327 ;
    owl:annotatedTarget "a particular instances of akt-2 enables some instance of protein kinase activity" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002327 ;
    owl:annotatedTarget "c enables p iff c is capable of p and c acts to execute p." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002327 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0002327 ;
    owl:annotatedTarget "catalyzes" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000119 ;
    owl:annotatedSource obo:IAO_0000116 ;
    owl:annotatedTarget "GROUP:OBI:<http://purl.obofoundry.org/obo/obi>"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0002327 ;
    owl:annotatedTarget "executes" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0002327 ;
    owl:annotatedTarget "has" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0002327 ;
    owl:annotatedTarget "is catalyzing" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0002327 ;
    owl:annotatedTarget "is executing" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

(obo:FMA_58044
) .

_:genid5636
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_57054 ;
    owl:unionOf (obo:FMA_58054
        obo:FMA_58055
    ) .

(obo:FMA_58055
) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000232 ;
    owl:annotatedSource obo:RO_0002327 ;
    owl:annotatedTarget "This relation differs from the parent relation 'capable of' in that the parent is weaker and only expresses a capability that may not be actually realized, whereas this relation is always realized." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid5645
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:FMA_85925 ;
    owl:someValuesFrom obo:FMA_57055 ;
    owl:unionOf (obo:FMA_59063
        obo:FMA_59065
    ) .

(obo:FMA_59065
) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_5897 ;
    owl:annotatedTarget obo:FMA_67112 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_5897 ;
    owl:annotatedTarget obo:FMA_67112 .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002327 ;
    owl:annotatedTarget obo:valid_for_go_gp2term ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_5898 ;
    owl:annotatedTarget obo:FMA_49443 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_5898 ;
    owl:annotatedTarget obo:FMA_49443 .

(obo:FMA_59050
) .

(obo:FMA_59054
    obo:FMA_59055
) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002327 ;
    owl:annotatedTarget "enables"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

(obo:FMA_59128
) .

(obo:FMA_59476
    obo:FMA_59477
) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource obo:RO_0002327 ;
    owl:annotatedTarget "https://wiki.geneontology.org/Enables"^^xsd:anyURI ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid5670
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_57066 ;
    owl:unionOf (obo:FMA_59474
        obo:FMA_59475
    ) .

(obo:FMA_59485
    obo:FMA_59486
) .

_:genid5676
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_57067 ;
    owl:unionOf (obo:FMA_59488
        obo:FMA_59489
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002328 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_5953 ;
    owl:annotatedTarget obo:FMA_12779 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_5953 ;
    owl:annotatedTarget obo:FMA_12779 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_5953 ;
    owl:annotatedTarget _:genid6120 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_5954 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_5954 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_5954 ;
    owl:annotatedTarget obo:FMA_5953 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_5954 ;
    owl:annotatedTarget obo:FMA_5953 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_5954 ;
    owl:annotatedTarget obo:FMA_5953 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_5955 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002328 ;
    owl:annotatedTarget owl:topObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid5690
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_5955 ;
    owl:annotatedTarget example:left ;
    owl:unionOf (obo:FMA_57060
        obo:FMA_57061
    ) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_5955 ;
    owl:annotatedTarget obo:FMA_5953 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_5955 ;
    owl:annotatedTarget obo:FMA_5953 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_5955 ;
    owl:annotatedTarget obo:FMA_5953 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:IAO_0000116 ;
    owl:annotatedTarget "editor note" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002328 ;
    owl:annotatedTarget "A grouping relationship for any relationship directly involving a function, or that holds because of a function of one of the related entities." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid5706
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_289414 ;
    owl:unionOf (obo:FMA_57066
        obo:FMA_57067
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002328 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid5712
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_59834 ;
    owl:unionOf (obo:FMA_57064
        obo:FMA_57065
    ) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60015 ;
    owl:annotatedTarget obo:FMA_284654 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60015 ;
    owl:annotatedTarget obo:FMA_284654 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000232 ;
    owl:annotatedSource obo:RO_0002328 ;
    owl:annotatedTarget "This is a grouping relation that collects relations used for the purpose of connecting structure and function" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60016 ;
    owl:annotatedTarget obo:FMA_60015 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60016 ;
    owl:annotatedTarget obo:FMA_60015 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60016 ;
    owl:annotatedTarget _:genid6162 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60017 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60017 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60017 ;
    owl:annotatedTarget obo:FMA_60016 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60017 ;
    owl:annotatedTarget obo:FMA_60016 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60017 ;
    owl:annotatedTarget obo:FMA_60016 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002328 ;
    owl:annotatedTarget "functionally related to"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60018 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60018 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60018 ;
    owl:annotatedTarget obo:FMA_60016 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60018 ;
    owl:annotatedTarget obo:FMA_60016 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60018 ;
    owl:annotatedTarget obo:FMA_60016 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60019 ;
    owl:annotatedTarget obo:FMA_60015 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60019 ;
    owl:annotatedTarget obo:FMA_60015 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60019 ;
    owl:annotatedTarget _:genid6178 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002331 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid5740
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60020 ;
    owl:annotatedTarget example:right ;
    owl:unionOf (obo:FMA_57072
        obo:FMA_57073
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60020 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60020 ;
    owl:annotatedTarget obo:FMA_60019 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60020 ;
    owl:annotatedTarget obo:FMA_60019 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60020 ;
    owl:annotatedTarget obo:FMA_60019 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60021 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60021 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60021 ;
    owl:annotatedTarget obo:FMA_60019 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60021 ;
    owl:annotatedTarget obo:FMA_60019 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60021 ;
    owl:annotatedTarget obo:FMA_60019 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002331 ;
    owl:annotatedTarget obo:RO_0000056 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

(obo:FMA_60032
    obo:FMA_60033
) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002331 ;
    owl:annotatedTarget obo:RO_0002431 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60037 ;
    owl:annotatedTarget obo:FMA_46682 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60037 ;
    owl:annotatedTarget obo:FMA_46682 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60037 ;
    owl:annotatedTarget _:genid6205 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60038 ;
    owl:annotatedTarget obo:FMA_46682 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60038 ;
    owl:annotatedTarget obo:FMA_46682 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002331 ;
    owl:annotatedTarget "c involved_in p if and only if c enables some process p', and p' is part of p" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60038 ;
    owl:annotatedTarget _:genid6211 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60039 ;
    owl:annotatedTarget example:right .

_:genid5772
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60039 ;
    owl:annotatedTarget example:right ;
    owl:unionOf (obo:FMA_57078
        obo:FMA_57079
    ) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60039 ;
    owl:annotatedTarget obo:FMA_60038 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60039 ;
    owl:annotatedTarget obo:FMA_60038 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60039 ;
    owl:annotatedTarget obo:FMA_60038 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60040 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60040 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60040 ;
    owl:annotatedTarget obo:FMA_60038 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60040 ;
    owl:annotatedTarget obo:FMA_60038 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002331 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60040 ;
    owl:annotatedTarget obo:FMA_60038 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60041 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60041 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60041 ;
    owl:annotatedTarget obo:FMA_60037 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60041 ;
    owl:annotatedTarget obo:FMA_60037 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60041 ;
    owl:annotatedTarget obo:FMA_60037 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60042 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60042 ;
    owl:annotatedTarget example:left .

_:genid5788
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60042 ;
    owl:annotatedTarget obo:FMA_60037 ;
    owl:unionOf (obo:FMA_57084
        obo:FMA_57086
    ) .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60042 ;
    owl:annotatedTarget obo:FMA_60037 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0002331 ;
    owl:annotatedTarget "actively involved in" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_60042 ;
    owl:annotatedTarget obo:FMA_60037 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61212 ;
    owl:annotatedTarget obo:FMA_5034 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61212 ;
    owl:annotatedTarget obo:FMA_5034 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61213 ;
    owl:annotatedTarget obo:FMA_277252 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61213 ;
    owl:annotatedTarget obo:FMA_277252 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:IAO_0000116 ;
    owl:annotatedTarget "editor note"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0002331 ;
    owl:annotatedTarget "enables part of" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61214 ;
    owl:annotatedTarget obo:FMA_61212 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61214 ;
    owl:annotatedTarget obo:FMA_61212 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61214 ;
    owl:annotatedTarget _:genid6244 .

(obo:FMA_232644
    obo:FMA_232646
) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61215 ;
    owl:annotatedTarget obo:FMA_61212 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61215 ;
    owl:annotatedTarget obo:FMA_61212 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61215 ;
    owl:annotatedTarget _:genid6250 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61216 ;
    owl:annotatedTarget obo:FMA_61212 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61216 ;
    owl:annotatedTarget obo:FMA_61212 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002331 ;
    owl:annotatedTarget "involved in"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61217 ;
    owl:annotatedTarget obo:FMA_61216 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61217 ;
    owl:annotatedTarget obo:FMA_61216 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61217 ;
    owl:annotatedTarget _:genid6258 .

_:genid5815
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61218 ;
    owl:annotatedTarget obo:FMA_61216 ;
    owl:unionOf (obo:FMA_57097
        obo:FMA_57098
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61218 ;
    owl:annotatedTarget obo:FMA_61216 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61219 ;
    owl:annotatedTarget obo:FMA_61218 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource obo:RO_0002331 ;
    owl:annotatedTarget "https://wiki.geneontology.org/Involved_in"^^xsd:anyURI ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61219 ;
    owl:annotatedTarget obo:FMA_61218 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61219 ;
    owl:annotatedTarget _:genid6266 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61220 ;
    owl:annotatedTarget obo:FMA_61218 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61220 ;
    owl:annotatedTarget obo:FMA_61218 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61220 ;
    owl:annotatedTarget _:genid6272 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61221 ;
    owl:annotatedTarget obo:FMA_61218 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002333 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61221 ;
    owl:annotatedTarget obo:FMA_61218 .

_:genid5831
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61221 ;
    owl:annotatedTarget _:genid6278 ;
    owl:unionOf (obo:FMA_57101
        obo:FMA_57102
    ) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61222 ;
    owl:annotatedTarget obo:FMA_61212 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61222 ;
    owl:annotatedTarget obo:FMA_61212 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61223 ;
    owl:annotatedTarget obo:FMA_61222 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61223 ;
    owl:annotatedTarget obo:FMA_61222 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61223 ;
    owl:annotatedTarget _:genid6286 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002333 ;
    owl:annotatedTarget obo:RO_0000057 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

(obo:FMA_232676
) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61224 ;
    owl:annotatedTarget obo:FMA_61212 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61224 ;
    owl:annotatedTarget obo:FMA_61212 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61224 ;
    owl:annotatedTarget _:genid6292 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61225 ;
    owl:annotatedTarget obo:FMA_61222 .

_:genid5847
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61225 ;
    owl:annotatedTarget obo:FMA_61222 ;
    owl:onProperty obo:FMA_85857 ;
    owl:someValuesFrom obo:FMA_57105 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61225 ;
    owl:annotatedTarget _:genid6298 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002333 ;
    owl:annotatedTarget obo:RO_0002328 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid5851
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61226 ;
    owl:annotatedTarget obo:FMA_61222 ;
    owl:unionOf (obo:FMA_57104
        obo:FMA_57105
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61226 ;
    owl:annotatedTarget obo:FMA_61222 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61226 ;
    owl:annotatedTarget _:genid6304 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61227 ;
    owl:annotatedTarget obo:FMA_61222 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61227 ;
    owl:annotatedTarget obo:FMA_61222 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61227 ;
    owl:annotatedTarget _:genid6310 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002333 ;
    owl:annotatedTarget "inverse of enables" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61228 ;
    owl:annotatedTarget obo:FMA_61212 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61228 ;
    owl:annotatedTarget obo:FMA_61212 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61228 ;
    owl:annotatedTarget _:genid6316 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61229 ;
    owl:annotatedTarget obo:FMA_61212 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61229 ;
    owl:annotatedTarget obo:FMA_61212 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61230 ;
    owl:annotatedTarget obo:FMA_61213 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61230 ;
    owl:annotatedTarget obo:FMA_61213 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61232 ;
    owl:annotatedTarget obo:FMA_61213 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61232 ;
    owl:annotatedTarget obo:FMA_61213 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002333 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61233 ;
    owl:annotatedTarget obo:FMA_12779 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61233 ;
    owl:annotatedTarget obo:FMA_12779 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61233 ;
    owl:annotatedTarget _:genid6328 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61234 ;
    owl:annotatedTarget obo:FMA_12779 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61234 ;
    owl:annotatedTarget obo:FMA_12779 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61234 ;
    owl:annotatedTarget _:genid6334 .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002333 ;
    owl:annotatedTarget obo:valid_for_gocam ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61235 ;
    owl:annotatedTarget obo:FMA_12779 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61235 ;
    owl:annotatedTarget obo:FMA_12779 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61235 ;
    owl:annotatedTarget _:genid6340 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61236 ;
    owl:annotatedTarget obo:FMA_12779 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61236 ;
    owl:annotatedTarget obo:FMA_12779 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61236 ;
    owl:annotatedTarget _:genid6346 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002333 ;
    owl:annotatedTarget "enabled by"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61237 ;
    owl:annotatedTarget obo:FMA_12779 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61237 ;
    owl:annotatedTarget obo:FMA_12779 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61237 ;
    owl:annotatedTarget _:genid6352 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61238 ;
    owl:annotatedTarget obo:FMA_12770 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61238 ;
    owl:annotatedTarget obo:FMA_12770 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61239 ;
    owl:annotatedTarget obo:FMA_12770 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61239 ;
    owl:annotatedTarget obo:FMA_12770 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:IAO_0000117 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource obo:RO_0002333 ;
    owl:annotatedTarget "https://wiki.geneontology.org/Enabled_by"^^xsd:anyURI ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61240 ;
    owl:annotatedTarget obo:FMA_12770 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61240 ;
    owl:annotatedTarget obo:FMA_12770 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61240 ;
    owl:annotatedTarget _:genid6362 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61241 ;
    owl:annotatedTarget obo:FMA_12770 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61241 ;
    owl:annotatedTarget obo:FMA_12770 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61241 ;
    owl:annotatedTarget _:genid6368 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_61775 ;
    owl:annotatedTarget obo:FMA_62955 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002352 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_62130 ;
    owl:annotatedTarget obo:FMA_284658 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_62130 ;
    owl:annotatedTarget obo:FMA_284658 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_62517 ;
    owl:annotatedTarget obo:FMA_82485 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_63584 ;
    owl:annotatedTarget obo:FMA_62517 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_63584 ;
    owl:annotatedTarget obo:FMA_62517 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_64783 ;
    owl:annotatedTarget obo:FMA_37377 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_64989 ;
    owl:annotatedTarget obo:FMA_49443 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_64989 ;
    owl:annotatedTarget obo:FMA_49443 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_64990 ;
    owl:annotatedTarget obo:FMA_49443 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_66762 ;
    owl:annotatedTarget obo:FMA_9581 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002352 ;
    owl:annotatedTarget obo:RO_0000056 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_66762 ;
    owl:annotatedTarget obo:FMA_9581 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_67135 ;
    owl:annotatedTarget obo:FMA_305751 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_67165 ;
    owl:annotatedTarget obo:FMA_61775 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_67498 ;
    owl:annotatedTarget obo:FMA_67135 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_67552 ;
    owl:annotatedTarget obo:FMA_5897 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_67619 ;
    owl:annotatedTarget obo:FMA_82472 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_67905 ;
    owl:annotatedTarget obo:FMA_9641 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_67905 ;
    owl:annotatedTarget obo:FMA_9641 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_69050 ;
    owl:annotatedTarget obo:FMA_14462 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_70776 ;
    owl:annotatedTarget obo:FMA_78561 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002352 ;
    owl:annotatedTarget obo:RO_0002328 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_70776 ;
    owl:annotatedTarget obo:FMA_78561 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71289 ;
    owl:annotatedTarget obo:FMA_55600 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71289 ;
    owl:annotatedTarget obo:FMA_55600 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71289 ;
    owl:annotatedTarget _:genid6396 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71289 ;
    owl:annotatedTarget _:genid6398 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71289 ;
    owl:annotatedTarget _:genid6400 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71289 ;
    owl:annotatedTarget _:genid6402 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_7145 ;
    owl:annotatedTarget obo:FMA_55665 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_7145 ;
    owl:annotatedTarget obo:FMA_55665 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002352 ;
    owl:annotatedTarget "inverse of has input" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71711 ;
    owl:annotatedTarget obo:FMA_78570 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71711 ;
    owl:annotatedTarget obo:FMA_78570 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71711 ;
    owl:annotatedTarget _:genid6408 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71711 ;
    owl:annotatedTarget _:genid6412 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71712 ;
    owl:annotatedTarget obo:FMA_78570 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71712 ;
    owl:annotatedTarget obo:FMA_78570 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71712 ;
    owl:annotatedTarget _:genid6416 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002352 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71712 ;
    owl:annotatedTarget _:genid6420 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71720 ;
    owl:annotatedTarget obo:FMA_78570 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71720 ;
    owl:annotatedTarget obo:FMA_78570 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71720 ;
    owl:annotatedTarget _:genid6424 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71721 ;
    owl:annotatedTarget obo:FMA_78570 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71721 ;
    owl:annotatedTarget obo:FMA_78570 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71721 ;
    owl:annotatedTarget _:genid6428 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71721 ;
    owl:annotatedTarget _:genid6432 .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002352 ;
    owl:annotatedTarget obo:RO_0002259 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71722 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71722 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71722 ;
    owl:annotatedTarget _:genid6436 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71722 ;
    owl:annotatedTarget _:genid6440 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71724 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71724 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002352 ;
    owl:annotatedTarget <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71724 ;
    owl:annotatedTarget _:genid6444 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71724 ;
    owl:annotatedTarget _:genid6448 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71725 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71725 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71725 ;
    owl:annotatedTarget _:genid6452 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71725 ;
    owl:annotatedTarget _:genid6456 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71725 ;
    owl:annotatedTarget _:genid6458 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71725 ;
    owl:annotatedTarget _:genid6460 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002352 ;
    owl:annotatedTarget "input of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71725 ;
    owl:annotatedTarget _:genid6462 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71725 ;
    owl:annotatedTarget _:genid6464 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71726 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71726 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71726 ;
    owl:annotatedTarget _:genid6468 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71726 ;
    owl:annotatedTarget _:genid6472 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002353 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71727 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71727 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71727 ;
    owl:annotatedTarget _:genid6476 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71727 ;
    owl:annotatedTarget _:genid6480 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71728 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71728 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71728 ;
    owl:annotatedTarget _:genid6484 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71728 ;
    owl:annotatedTarget _:genid6488 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:IAO_0000111 ;
    owl:annotatedTarget "PERSON:Daniel Schober"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:IAO_0000117 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002353 ;
    owl:annotatedTarget obo:RO_0000056 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71729 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71729 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71729 ;
    owl:annotatedTarget _:genid6492 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71729 ;
    owl:annotatedTarget _:genid6496 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71730 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71730 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002353 ;
    owl:annotatedTarget obo:RO_0002328 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71730 ;
    owl:annotatedTarget _:genid6500 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71730 ;
    owl:annotatedTarget _:genid6504 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71731 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71731 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71731 ;
    owl:annotatedTarget _:genid6508 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71731 ;
    owl:annotatedTarget _:genid6512 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002353 ;
    owl:annotatedTarget "inverse of has output" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71732 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71732 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71732 ;
    owl:annotatedTarget _:genid6516 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71732 ;
    owl:annotatedTarget _:genid6520 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71733 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71733 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71733 ;
    owl:annotatedTarget _:genid6524 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71733 ;
    owl:annotatedTarget _:genid6528 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002353 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71734 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71734 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71734 ;
    owl:annotatedTarget _:genid6532 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71734 ;
    owl:annotatedTarget _:genid6536 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71735 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71735 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002353 ;
    owl:annotatedTarget obo:RO_0002259 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71735 ;
    owl:annotatedTarget _:genid6540 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_71735 ;
    owl:annotatedTarget _:genid6544 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_74616 ;
    owl:annotatedTarget obo:FMA_78562 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_74616 ;
    owl:annotatedTarget obo:FMA_78562 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_74865 ;
    owl:annotatedTarget obo:FMA_284658 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_74865 ;
    owl:annotatedTarget obo:FMA_284658 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_74865 ;
    owl:annotatedTarget obo:FMA_45568 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_74865 ;
    owl:annotatedTarget obo:FMA_45568 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_7490 ;
    owl:annotatedTarget obo:FMA_5898 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_7490 ;
    owl:annotatedTarget obo:FMA_5898 .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:inSubset ;
    owl:annotatedSource obo:RO_0002353 ;
    owl:annotatedTarget <http://purl.obolibrary.org/obo/ro/subsets#ro-eco> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_7501 ;
    owl:annotatedTarget obo:FMA_7490 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_7501 ;
    owl:annotatedTarget obo:FMA_7490 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002353 ;
    owl:annotatedTarget "output of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_75445 ;
    owl:annotatedTarget obo:FMA_14065 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_75445 ;
    owl:annotatedTarget obo:FMA_14065 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002354 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77983 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77983 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77983 ;
    owl:annotatedTarget obo:FMA_61217 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77983 ;
    owl:annotatedTarget obo:FMA_61217 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002354 ;
    owl:annotatedTarget obo:RO_0002353 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77983 ;
    owl:annotatedTarget obo:FMA_61217 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77984 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77984 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77984 ;
    owl:annotatedTarget obo:FMA_61217 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77984 ;
    owl:annotatedTarget obo:FMA_61217 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77984 ;
    owl:annotatedTarget obo:FMA_61217 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77985 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77985 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77985 ;
    owl:annotatedTarget obo:FMA_61219 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77985 ;
    owl:annotatedTarget obo:FMA_61219 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002354 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77985 ;
    owl:annotatedTarget obo:FMA_61219 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77986 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77986 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77986 ;
    owl:annotatedTarget obo:FMA_61219 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77986 ;
    owl:annotatedTarget obo:FMA_61219 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77986 ;
    owl:annotatedTarget obo:FMA_61219 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77987 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77987 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77987 ;
    owl:annotatedTarget obo:FMA_61220 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77987 ;
    owl:annotatedTarget obo:FMA_61220 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:IAO_0000117 ;
    owl:annotatedTarget "term editor"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002354 ;
    owl:annotatedTarget "formed as result of"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77987 ;
    owl:annotatedTarget obo:FMA_61220 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77988 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77988 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77988 ;
    owl:annotatedTarget obo:FMA_61220 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77988 ;
    owl:annotatedTarget obo:FMA_61220 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77988 ;
    owl:annotatedTarget obo:FMA_61220 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77989 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77989 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77989 ;
    owl:annotatedTarget obo:FMA_61221 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77989 ;
    owl:annotatedTarget obo:FMA_61221 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002400 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77989 ;
    owl:annotatedTarget obo:FMA_61221 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77990 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77990 ;
    owl:annotatedTarget example:left .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77990 ;
    owl:annotatedTarget obo:FMA_61221 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77990 ;
    owl:annotatedTarget obo:FMA_61221 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_77990 ;
    owl:annotatedTarget obo:FMA_61221 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_78561 ;
    owl:annotatedTarget obo:FMA_228667 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_78561 ;
    owl:annotatedTarget obo:FMA_228667 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_78562 ;
    owl:annotatedTarget obo:FMA_228667 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_78570 ;
    owl:annotatedTarget obo:FMA_70776 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002400 ;
    owl:annotatedTarget obo:RO_0002233 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6120
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_78570 ;
    owl:annotatedTarget obo:FMA_70776 ;
    owl:unionOf (obo:FMA_5954
        obo:FMA_5955
    ) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_78571 ;
    owl:annotatedTarget obo:FMA_301793 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_78571 ;
    owl:annotatedTarget obo:FMA_301793 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_78590 ;
    owl:annotatedTarget obo:FMA_55652 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_82472 ;
    owl:annotatedTarget obo:FMA_67135 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_82482 ;
    owl:annotatedTarget obo:FMA_14065 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_82482 ;
    owl:annotatedTarget obo:FMA_14065 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_82485 ;
    owl:annotatedTarget obo:FMA_14065 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0002400 ;
    owl:annotatedTarget "'protein catabolic process' SubClassOf has_direct_input some protein" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000114 ;
    owl:annotatedSource obo:RO_0002400 ;
    owl:annotatedTarget obo:IAO_0000428 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002400 ;
    owl:annotatedTarget "p has direct input c iff c is a participant in p, c is present at the start of p, and the state of c is modified during p." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002400 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6162
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:FMA_85868 ;
    owl:someValuesFrom obo:FMA_no_fmaid_Primary_mandibular_dentition ;
    owl:unionOf (obo:FMA_60017
        obo:FMA_60018
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0002400 ;
    owl:annotatedTarget "directly consumes" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6178
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_85355 ;
    owl:annotatedTarget obo:FMA_82485 ;
    owl:unionOf (obo:FMA_60020
        obo:FMA_60021
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_85355 ;
    owl:annotatedTarget obo:FMA_82485 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000232 ;
    owl:annotatedSource obo:RO_0002400 ;
    owl:annotatedTarget "This is likely to be obsoleted. A candidate replacement would be a new relation 'has bound input' or 'has substrate'" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_85358 ;
    owl:annotatedTarget obo:FMA_86103 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_85392 ;
    owl:annotatedTarget obo:FMA_86103 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_85392 ;
    owl:annotatedTarget obo:FMA_86103 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_85453 ;
    owl:annotatedTarget obo:FMA_319211 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_85453 ;
    owl:annotatedTarget obo:FMA_319211 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_86103 ;
    owl:annotatedTarget obo:FMA_82472 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_9581 ;
    owl:annotatedTarget obo:FMA_82482 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_9581 ;
    owl:annotatedTarget obo:FMA_82482 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_9616 ;
    owl:annotatedTarget obo:FMA_5022 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_9616 ;
    owl:annotatedTarget obo:FMA_5022 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002400 ;
    owl:annotatedTarget "has direct input"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_9617 ;
    owl:annotatedTarget obo:FMA_5022 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_9617 ;
    owl:annotatedTarget obo:FMA_5022 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_9637 ;
    owl:annotatedTarget obo:FMA_67135 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_9639 ;
    owl:annotatedTarget obo:FMA_9637 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_9640 ;
    owl:annotatedTarget obo:FMA_9637 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_9641 ;
    owl:annotatedTarget obo:FMA_9637 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_9641 ;
    owl:annotatedTarget obo:FMA_9637 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_9669 ;
    owl:annotatedTarget obo:FMA_67165 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_9669 ;
    owl:annotatedTarget obo:FMA_67165 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000114 ;
    owl:annotatedSource obo:IAO_0000117 ;
    owl:annotatedTarget obo:IAO_0000122 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002410 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6205
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_9719 ;
    owl:annotatedTarget obo:FMA_298716 ;
    owl:unionOf (obo:FMA_60041
        obo:FMA_60042
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_9719 ;
    owl:annotatedTarget obo:FMA_298716 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_9721 ;
    owl:annotatedTarget obo:FMA_14065 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_9721 ;
    owl:annotatedTarget obo:FMA_14065 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_9865 ;
    owl:annotatedTarget obo:FMA_66762 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002410 ;
    owl:annotatedTarget owl:topObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_9865 ;
    owl:annotatedTarget obo:FMA_66762 .

_:genid6211
    a owl:Class ;
    owl:oneOf (obo:IAO_0000002
        obo:IAO_0000120
        obo:IAO_0000121
        obo:IAO_0000122
        obo:IAO_0000123
        obo:IAO_0000124
        obo:IAO_0000125
        obo:IAO_0000423
        obo:IAO_0000428
    ) ;
    owl:unionOf (obo:FMA_60039
        obo:FMA_60040
    ) .

[]
    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." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:RO_0002410 ;
    owl:annotatedTarget """This branch of the ontology deals with causal relations between entities. It is divided into two branches: causal relations between occurrents/processes, and causal relations between material entities. We take an 'activity flow-centric approach', with the former as primary, and define causal relations between material entities in terms of causal relations between occurrents.

To define causal relations in an activity-flow type network, we make use of 3 primitives:

 * Temporal: how do the intervals of the two occurrents relate? 
 * Is the causal relation regulatory?
 * Is the influence positive or negative?

The first of these can be formalized in terms of the Allen Interval Algebra. Informally, the 3 bins we care about are 'direct', 'indirect' or overlapping. Note that all causal relations should be classified under a RO temporal relation (see the branch under 'temporally related to'). Note that all causal relations are temporal, but not all temporal relations are causal. Two occurrents can be related in time without being causally connected. We take causal influence to be primitive, elucidated as being such that has the upstream changed, some qualities of the donwstream would necessarily be modified.

For the second, we consider a relationship to be regulatory if the system in which the activities occur is capable of altering the relationship to achieve some objective. This could include changing the rate of production of a molecule.

For the third, we consider the effect of the upstream process on the output(s) of the downstream process. If the level of output is increased, or the rate of production of the output is increased, then the direction is increased. Direction can be positive, negative or neutral or capable of either direction. Two positives in succession yield a positive, two negatives in succession yield a positive, otherwise the default assumption is that the net effect is canceled and the influence is neutral.

Each of these 3 primitives can be composed to yield a cross-product of different relation types.""" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002410 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:NBO_0000007 ;
    owl:annotatedTarget obo:OGMS_0000060 .

(obo:BFO_0000040
    [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000312 ;
        owl:someValuesFrom obo:OBI_0000094
    ]
) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OBI_0000047 ;
    owl:annotatedTarget obo:BFO_0000040 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000232 ;
    owl:annotatedSource obo:RO_0002410 ;
    owl:annotatedTarget "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6250
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:OBI_0000417 ;
    owl:someValuesFrom obo:OBI_0000441 ;
    owl:unionOf _:genid5803 .

_:genid6258
    a owl:Class ;
    owl:intersectionOf (obo:IAO_0000030
        [
            a owl:Restriction ;
            owl:onProperty obo:IAO_0000136 ;
            owl:someValuesFrom [
                a owl:Class ;
                owl:intersectionOf (obo:BFO_0000040
                    [
                        a owl:Restriction ;
                        owl:onProperty obo:RO_0000087 ;
                        owl:someValuesFrom obo:OBI_0000067
                    ]
                )
            ]
        ]
    ) ;
    owl:unionOf (obo:FMA_77983
        obo:FMA_77984
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002410 ;
    owl:annotatedTarget "causally related to"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6266
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:OBI_0000417 ;
    owl:someValuesFrom obo:OBI_0000456 ;
    owl:unionOf (obo:FMA_77985
        obo:FMA_77986
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002431 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6272
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:BFO_0000055 ;
    owl:someValuesFrom obo:OBI_0000319 ;
    owl:unionOf (obo:FMA_77987
        obo:FMA_77988
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OBI_0000274 ;
    owl:annotatedTarget obo:OBI_0000652 .

_:genid6278
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:RO_0000057 ;
    owl:someValuesFrom obo:IAO_0000104 ;
    owl:unionOf (obo:FMA_77989
        obo:FMA_77990
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002431 ;
    owl:annotatedTarget obo:RO_0002264 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6286
    a owl:Class, owl:Restriction ;
    owl:allValuesFrom obo:IAO_0000027 ;
    owl:onProperty obo:OBI_0000299 ;
    owl:unionOf (obo:FMA_232648
        obo:FMA_232651
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002431 ;
    owl:annotatedTarget obo:RO_0002328 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OGMS_0000057 ;
    owl:annotatedTarget obo:OBI_0000070 .

_:genid6292
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:RO_0000087 ;
    owl:someValuesFrom obo:OHD_0000191 ;
    owl:unionOf (obo:FMA_232673
        obo:FMA_232676
    ) .

_:genid6298
    a owl:Class ;
    owl:unionOf (obo:FMA_232654
        obo:FMA_232656
    ), (obo:OHD_0000242
        obo:OHD_0000243
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:IAO_0000117 ;
    owl:annotatedTarget "Name of editor entering the term in the file. The term editor is a point of contact for information regarding the term. The term editor may be, but is not always, the author of the definition, which may have been worked upon by several people"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002431 ;
    owl:annotatedTarget obo:RO_0002500 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6304
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000003 ;
    owl:annotatedTarget obo:OHD_0000002 ;
    owl:unionOf (obo:FMA_232658
        obo:FMA_232660
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000004 ;
    owl:annotatedTarget obo:OBI_0000274 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002431 ;
    owl:annotatedTarget "c involved in or regulates p if and only if either (i) c is involved in p or (ii) c is involved in regulation of p" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6310
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:BFO_0000052 ;
    owl:someValuesFrom obo:OHD_0000206 ;
    owl:unionOf (obo:FMA_232664
        obo:FMA_232668
    ) .

(obo:OHD_0000007
    [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000054 ;
        owl:someValuesFrom obo:OHD_0000006
    ]
) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000008 ;
    owl:annotatedTarget obo:OHD_0000007 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:RO_0002431 ;
    owl:annotatedTarget "OWL does not allow defining object properties via a Union" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6328
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:OBI_0000299 ;
    owl:someValuesFrom obo:OHD_0000010 ;
    owl:unionOf (obo:FMA_232687
        obo:FMA_232689
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002431 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6334
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000012 ;
    owl:annotatedTarget obo:NCBITaxon_9606 ;
    owl:unionOf (obo:FMA_224634
        obo:FMA_224636
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000018 ;
    owl:annotatedTarget obo:OHD_0000051 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:RO_0002431 ;
    owl:annotatedTarget "involved in or reguates" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6340
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:BFO_0000055 ;
    owl:someValuesFrom obo:OHD_0000052 ;
    owl:unionOf (obo:FMA_232691
        obo:FMA_232693
    ) .

_:genid6346
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000020 ;
    owl:annotatedTarget obo:OHD_0000051 ;
    owl:unionOf (obo:FMA_224630
        obo:FMA_224632
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002431 ;
    owl:annotatedTarget "involved in or involved in regulation of" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6352
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:OBI_0000293 ;
    owl:someValuesFrom obo:OHD_0000048 ;
    owl:unionOf (obo:FMA_224626
        obo:FMA_224628
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000022 ;
    owl:annotatedTarget obo:OHD_0000133 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000022 ;
    owl:annotatedTarget obo:OHD_0000304 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002500 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000023 ;
    owl:annotatedTarget obo:OHD_0000010 .

_:genid6362
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:BFO_0000055 ;
    owl:someValuesFrom [
        a owl:Class ;
        owl:intersectionOf (obo:OBI_0000067
            [
                a owl:Restriction ;
                owl:onProperty obo:BFO_0000052 ;
                owl:someValuesFrom [
                    a owl:Class ;
                    owl:unionOf _:genid6368
                ]
            ]
        )
    ] ;
    owl:unionOf (obo:FMA_232699
        obo:FMA_232701
    ) .

(obo:FMA_12516
    obo:FMA_54396
) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002500 ;
    owl:annotatedTarget obo:RO_0002595 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002500 ;
    owl:annotatedTarget "A relationship between a material entity and a process where the material entity has some causal role that influences the process" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000119 ;
    owl:annotatedSource obo:RO_0002500 ;
    owl:annotatedTarget <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000030 ;
    owl:annotatedTarget obo:OHD_0000010 .

_:genid6396
    a owl:Restriction ;
    owl:onProperty obo:BFO_0000051, obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_281454, obo:OHD_0000038 .

_:genid6398
    a owl:Restriction ;
    owl:onProperty obo:FMA_85879, obo:OBI_0000293 ;
    owl:someValuesFrom obo:FMA_281456, obo:OHD_0000034 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:IAO_0000117 ;
    owl:annotatedTarget "20110707, MC: label update to term editor and definition modified accordingly. See https://github.com/information-artifact-ontology/IAO/issues/115."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002500 ;
    owl:annotatedTarget "causal agent in process" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6400
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000039 ;
    owl:annotatedTarget obo:OHD_0000006 ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_281458 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000039 ;
    owl:annotatedTarget obo:OHD_0000304 .

_:genid6402
    a owl:Class, owl:Restriction ;
    owl:intersectionOf (obo:OHD_0000305
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000051 ;
            owl:someValuesFrom obo:OHD_0000038
        ]
        [
            a owl:Restriction ;
            owl:onProperty obo:OBI_0000293 ;
            owl:someValuesFrom obo:OHD_0000146
        ]
    ) ;
    owl:onProperty obo:FMA_85996 ;
    owl:someValuesFrom obo:FMA_281460 .

_:genid6408
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000040 ;
    owl:annotatedTarget obo:OHD_0000142 ;
    owl:unionOf (obo:FMA_224422
        obo:FMA_224424
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000040 ;
    owl:annotatedTarget obo:OHD_0000305 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002502 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6412
    a owl:Restriction ;
    owl:onProperty obo:BFO_0000051, obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_61214, obo:OHD_0000037 .

_:genid6416
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000041 ;
    owl:annotatedTarget obo:OHD_0000006 ;
    owl:unionOf (obo:FMA_224426
        obo:FMA_224428
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000041 ;
    owl:annotatedTarget obo:OHD_0000303 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002502 ;
    owl:annotatedTarget owl:topObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6420
    a owl:Restriction ;
    owl:onProperty obo:BFO_0000051, obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_61215, obo:OHD_0000037 .

_:genid6424
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000042 ;
    owl:annotatedTarget obo:OHD_0000006 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_61229 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000042 ;
    owl:annotatedTarget obo:OHD_0000303 .

_:genid6428
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:OBI_0000293 ;
    owl:someValuesFrom obo:OHD_0000036 ;
    owl:unionOf (obo:FMA_224450
        obo:FMA_224452
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002502 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000045 ;
    owl:annotatedTarget obo:OHD_0000027 .

(obo:OHD_0000027
    [
        a owl:Restriction ;
        owl:onProperty obo:OBI_0000293 ;
        owl:someValuesFrom obo:OHD_0000035
    ]
) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000046 ;
    owl:annotatedTarget obo:OHD_0000027 .

_:genid6436
    a owl:Class ;
    owl:intersectionOf (obo:OHD_0000007
        [
            a owl:Restriction ;
            owl:onProperty obo:BFO_0000054 ;
            owl:someValuesFrom obo:OHD_0000027
        ]
    ) ;
    owl:unionOf (obo:FMA_224458
        obo:FMA_224460
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002502 ;
    owl:annotatedTarget "depends on" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6440
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000047 ;
    owl:annotatedTarget obo:OHD_0000007 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_61230 .

(
) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000049 ;
    owl:annotatedTarget obo:OHD_0000012 .

_:genid6448
    a owl:Restriction ;
    owl:onProperty obo:FMA_85879, obo:RO_0000087 ;
    owl:someValuesFrom obo:FMA_12776, obo:OHD_0000052 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:seeAlso ;
    owl:annotatedSource obo:RO_0002502 ;
    owl:annotatedTarget obo:BFO_0000169 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000051 ;
    owl:annotatedTarget obo:OHD_0000179 .

_:genid6452
    a owl:Class ;
    owl:intersectionOf (obo:OHD_0000012
        [
            a owl:Restriction ;
            owl:onProperty obo:RO_0000087 ;
            owl:someValuesFrom obo:OMRSE_00000008
        ]
    ) ;
    owl:unionOf (obo:FMA_224466
        obo:FMA_224468
    ) .

_:genid6456
    oboInOwl:is_inferred "true" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000054 ;
    owl:annotatedTarget obo:OHD_0000012 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_5953 .

(obo:OHD_0000007
    [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000054 ;
        owl:someValuesFrom obo:OHD_0000033
    ]
) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0002595 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

(
) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000055 ;
    owl:annotatedTarget obo:OHD_0000007 .

_:genid6462
    a owl:Class, owl:Restriction ;
    owl:intersectionOf _:genid6464 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_61235 .

([
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000052 ;
        owl:someValuesFrom obo:OHD_0000206
    ]
    [
        a owl:Restriction ;
        owl:allValuesFrom obo:OHD_0000206 ;
        owl:onProperty obo:BFO_0000052
    ]
) .

_:genid6468
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:OBI_0000299 ;
    owl:someValuesFrom obo:OHD_0000233 ;
    owl:unionOf (obo:FMA_232258
        obo:FMA_232260
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0002595 ;
    owl:annotatedTarget obo:RO_0002410 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6472
    a owl:Restriction ;
    owl:onProperty obo:FMA_85879, obo:IAO_0000136 ;
    owl:someValuesFrom obo:FMA_61233, [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:allValuesFrom [
                    a owl:Class ;
                    owl:complementOf obo:FMA_55696
                ] ;
                owl:onProperty obo:BFO_0000051
            ]
        )
    ] .

(
) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0002595 ;
    owl:annotatedTarget "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." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6480
    a owl:Class, owl:Restriction ;
    owl:intersectionOf (obo:FMA_75152
        [
            a owl:Restriction ;
            owl:allValuesFrom _:genid6484 ;
            owl:onProperty obo:BFO_0000051
        ]
    ) ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_61234 .

_:genid6484
    a owl:Class ;
    owl:complementOf obo:FMA_55697 ;
    owl:unionOf (obo:FMA_232266
        obo:FMA_232268
    ) .

(obo:FMA_75152
    [
        a owl:Restriction ;
        owl:allValuesFrom [
            a owl:Class ;
            owl:complementOf obo:FMA_55698
        ] ;
        owl:onProperty obo:BFO_0000051
    ]
) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:RO_0002595 ;
    owl:annotatedTarget "Do not use this relation directly. It is intended as a grouping for a diverse set of relations, all involving cause and effect." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6492
    a owl:Class, owl:Restriction ;
    owl:hasValue obo:OHD_0000103 ;
    owl:onProperty obo:BFO_0000051 ;
    owl:unionOf (obo:FMA_232270
        obo:FMA_232272
    ) .

_:genid6496
    a owl:Restriction ;
    owl:allValuesFrom [
        a owl:Class ;
        owl:complementOf obo:FMA_55688
    ] ;
    owl:onProperty obo:BFO_0000051, obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_61236 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:IAO_0000117 ;
    owl:annotatedTarget "PERSON:Daniel Schober"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:RO_0002595 ;
    owl:annotatedTarget <https://orcid.org/0000-0002-6601-2165> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6500
    a owl:Class, owl:Restriction ;
    owl:onProperty obo:IAO_0000136 ;
    owl:someValuesFrom [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:allValuesFrom [
                    a owl:Class ;
                    owl:complementOf obo:FMA_55689
                ] ;
                owl:onProperty obo:BFO_0000051
            ]
        )
    ] ;
    owl:unionOf (obo:FMA_224470
        obo:FMA_224472
    ) .

(
) .

_:genid6508
    a owl:Class ;
    owl:intersectionOf (obo:FMA_75152
        [
            a owl:Restriction ;
            owl:allValuesFrom _:genid6512 ;
            owl:onProperty obo:BFO_0000051
        ]
    ) ;
    owl:unionOf (obo:FMA_224474
        obo:FMA_224476
    ) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000119 ;
    owl:annotatedSource obo:RO_0002595 ;
    owl:annotatedTarget <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6512
    a owl:Class, owl:Restriction ;
    owl:complementOf obo:FMA_55798 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_61237 .

(obo:FMA_75152
    [
        a owl:Restriction ;
        owl:allValuesFrom [
            a owl:Class ;
            owl:complementOf obo:FMA_55680
        ] ;
        owl:onProperty obo:BFO_0000051
    ]
) .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0002595 ;
    owl:annotatedTarget "causal relation between material entity and a process" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6520
    a owl:Restriction ;
    owl:hasValue obo:OHD_0000107 ;
    owl:onProperty obo:BFO_0000051, obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_61232 .

_:genid6524
    a owl:Class, owl:Restriction ;
    owl:allValuesFrom [
        a owl:Class ;
        owl:complementOf obo:FMA_55681
    ] ;
    owl:onProperty obo:BFO_0000051 ;
    owl:unionOf (obo:FMA_224478
        obo:FMA_224480
    ) .

_:genid6528
    a owl:Restriction ;
    owl:onProperty obo:FMA_85879, obo:IAO_0000136 ;
    owl:someValuesFrom obo:FMA_12769, [
        a owl:Class ;
        owl:intersectionOf (obo:FMA_75152
            [
                a owl:Restriction ;
                owl:allValuesFrom [
                    a owl:Class ;
                    owl:complementOf obo:FMA_55682
                ] ;
                owl:onProperty obo:BFO_0000051
            ]
        )
    ] .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0003302 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

(
) .

_:genid6536
    a owl:Class, owl:Restriction ;
    owl:intersectionOf (obo:FMA_75152
        [
            a owl:Restriction ;
            owl:allValuesFrom _:genid6540 ;
            owl:onProperty obo:BFO_0000051
        ]
    ) ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_61238 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0003302 ;
    owl:annotatedTarget obo:RO_0002410 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

_:genid6540
    a owl:Class ;
    owl:complementOf obo:FMA_55683 ;
    owl:unionOf (obo:FMA_224494
        obo:FMA_224496
    ) .

(obo:FMA_75152
    [
        a owl:Restriction ;
        owl:allValuesFrom [
            a owl:Class ;
            owl:complementOf obo:FMA_55799
        ] ;
        owl:onProperty obo:BFO_0000051
    ]
) .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:RO_0003302 ;
    owl:annotatedTarget """The genetic variant 'NM_007294.3(BRCA1):c.110C>A (p.Thr37Lys)' casues or contributes to the disease  'familial breast-ovarian cancer'.

An environment of exposure to arsenic causes or contributes to the phenotype of patchy skin hyperpigmentation, and the disease 'skin cancer'.""" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0003302 ;
    owl:annotatedTarget "A relationship between an entity (e.g. a genotype, genetic variation, chemical, or environmental exposure) and a condition (a phenotype or disease), where the entity has some causal or contributing role that influences the condition." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:RO_0003302 ;
    owl:annotatedTarget "Note that relationships of phenotypes to organisms/strains that bear them, or diseases they are manifest in, should continue to use RO:0002200 ! 'has phenotype' and RO:0002201 ! 'phenotype of'." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:RO_0003302 ;
    owl:annotatedTarget """Genetic variations can span any level of granularity from a full genome or genotype to an individual gene  or sequence alteration.  These variations can be represented at the physical level (DNA/RNA macromolecules or their parts, as in the ChEBI ontology and Molecular Sequence Ontology) or at the abstract level (generically dependent continuant sequence features that are carried by these macromolecules, as in the Sequence Ontology and Genotype Ontology).  The causal relations in this hierarchy can be used in linking either physical or abstract genetic variations to phenotypes or diseases they cause or contribute to.

Environmental exposures include those imposed by natural environments, experimentally applied conditions, or clinical interventions.""" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0003302 ;
    owl:annotatedTarget "causes or contributes to condition"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000119 ;
    owl:annotatedSource obo:IAO_0000117 ;
    owl:annotatedTarget "GROUP:OBI:<http://purl.obolibrary.org/obo/obi>"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:RO_0003304 ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subPropertyOf ;
    owl:annotatedSource obo:RO_0003304 ;
    owl:annotatedTarget obo:RO_0003302 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:RO_0003304 ;
    owl:annotatedTarget "A relationship between an entity (e.g. a genotype, genetic variation, chemical, or environmental exposure) and a condition (a phenotype or disease), where the entity has some contributing role that influences the condition." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:RO_0003304 ;
    owl:annotatedTarget "contributes to condition"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource owl:topObjectProperty ;
    owl:annotatedTarget owl:ObjectProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000094 ;
    owl:annotatedTarget obo:OHD_0000133 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000094 ;
    owl:annotatedTarget obo:OHD_0000304 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:IAO_0000117 ;
    owl:annotatedTarget "term editor"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000095 ;
    owl:annotatedTarget obo:OHD_0000134 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000095 ;
    owl:annotatedTarget obo:OHD_0000155 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000096 ;
    owl:annotatedTarget obo:OHD_0000133 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000098 ;
    owl:annotatedTarget obo:OHD_0000008 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000099 ;
    owl:annotatedTarget obo:OHD_0000055 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000138 ;
    owl:annotatedTarget obo:OHD_0000134 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000138 ;
    owl:annotatedTarget obo:OHD_0000304 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000139 ;
    owl:annotatedTarget obo:OHD_0000033 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000139 ;
    owl:annotatedTarget obo:OHD_0000304 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000140 ;
    owl:annotatedTarget obo:OHD_0000033 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000140 ;
    owl:annotatedTarget obo:OHD_0000304 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000142 ;
    owl:annotatedTarget obo:OHD_0000033 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000142 ;
    owl:annotatedTarget obo:OHD_0000304 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000148 ;
    owl:annotatedTarget obo:OHD_0000166 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000149 ;
    owl:annotatedTarget obo:OHD_0000154 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000149 ;
    owl:annotatedTarget obo:OHD_0000305 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource example:left ;
    owl:annotatedTarget obo:FMA_62955 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000150 ;
    owl:annotatedTarget obo:OHD_0000040 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000150 ;
    owl:annotatedTarget obo:OHD_0000157 .

_:genid679
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Restriction ;
    owl:allValuesFrom example:left ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource example:left ;
    owl:annotatedTarget _:genid679 ;
    owl:onProperty obo:FMA_85995 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000151 ;
    owl:annotatedTarget obo:OHD_0000162 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000151 ;
    owl:annotatedTarget obo:OHD_0000305 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:IAO_0000118 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty owl:disjointWith ;
    owl:annotatedSource example:left ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000152 ;
    owl:annotatedTarget obo:OHD_0000155 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000152 ;
    owl:annotatedTarget obo:OHD_0000305 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000153 ;
    owl:annotatedTarget obo:OHD_0000138 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000153 ;
    owl:annotatedTarget obo:OHD_0000142 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000154 ;
    owl:annotatedTarget obo:OHD_0000033 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000155 ;
    owl:annotatedTarget obo:OHD_0000033 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource example:right ;
    owl:annotatedTarget obo:FMA_62955 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000155 ;
    owl:annotatedTarget obo:OHD_0000304 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource example:right ;
    owl:annotatedTarget _:genid684 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000158 ;
    owl:annotatedTarget obo:OHD_0000160 .

_:genid684
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/0000004> ;
    a owl:Axiom, owl:Restriction ;
    rdfs:comment "per discussion with Barry Smith" ;
    rdfs:seeAlso <http://www.referent-tracking.com/_RTU/papers/CeustersICbookRevised.pdf> ;
    owl:allValuesFrom example:right ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:BFO_0000001 ;
    owl:annotatedTarget "Entity doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. For example Werner Ceusters 'portions of reality' include 4 sorts, entities (as BFO construes them), universals, configurations, and relations. It is an open question as to whether entities as construed in BFO will at some point also include these other portions of reality. See, for example, 'How to track absolutely everything' at http://www.referent-tracking.com/_RTU/papers/CeustersICbookRevised.pdf"@en ;
    owl:onProperty obo:FMA_85995 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000159 ;
    owl:annotatedTarget obo:OHD_0000153 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000159 ;
    owl:annotatedTarget obo:OHD_0000157 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/001-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000001 ;
    owl:annotatedTarget "An entity is anything that exists or has existed or will exist. (axiom label in BFO2 Reference: [001-001])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000160 ;
    owl:annotatedTarget obo:OHD_0000033 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000160 ;
    owl:annotatedTarget obo:OHD_0000304 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/0000007> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:BFO_0000002 ;
    owl:annotatedTarget "Continuant doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. For example, in an expansion involving bringing in some of Ceuster's other portions of reality, questions are raised as to whether universals are continuants"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000161 ;
    owl:annotatedTarget obo:OHD_0000033 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000161 ;
    owl:annotatedTarget obo:OHD_0000304 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/008-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000002 ;
    owl:annotatedTarget "A continuant is an entity that persists, endures, or continues to exist through time while maintaining its identity. (axiom label in BFO2 Reference: [008-002])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000162 ;
    owl:annotatedTarget obo:OHD_0000033 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000162 ;
    owl:annotatedTarget obo:OHD_0000304 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/126-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000601 ;
    owl:annotatedSource obo:BFO_0000002 ;
    owl:annotatedTarget "if b is a continuant and if, for some t, c has_continuant_part b at t, then c is a continuant. (axiom label in BFO2 Reference: [126-001])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000163 ;
    owl:annotatedTarget obo:OHD_0000033 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000163 ;
    owl:annotatedTarget obo:OHD_0000304 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:IAO_0000118 ;
    owl:annotatedTarget "alternative label"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/009-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000601 ;
    owl:annotatedSource obo:BFO_0000002 ;
    owl:annotatedTarget "if b is a continuant and if, for some t, cis continuant_part of b at t, then c is a continuant. (axiom label in BFO2 Reference: [009-002])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000164 ;
    owl:annotatedTarget obo:OHD_0000033 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000164 ;
    owl:annotatedTarget obo:OHD_0000304 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/011-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000601 ;
    owl:annotatedSource obo:BFO_0000002 ;
    owl:annotatedTarget "if b is a material entity, then there is some temporal interval (referred to below as a one-dimensional temporal region) during which b exists. (axiom label in BFO2 Reference: [011-002])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/009-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000002 ;
    owl:annotatedTarget "(forall (x y) (if (and (Continuant x) (exists (t) (continuantPartOfAt y x t))) (Continuant y))) // axiom label in BFO2 CLIF: [009-002] " .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000166 ;
    owl:annotatedTarget obo:OHD_0000033 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000166 ;
    owl:annotatedTarget obo:OHD_0000304 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/126-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000002 ;
    owl:annotatedTarget "(forall (x y) (if (and (Continuant x) (exists (t) (hasContinuantPartOfAt y x t))) (Continuant y))) // axiom label in BFO2 CLIF: [126-001] " .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000167 ;
    owl:annotatedTarget obo:OHD_0000022 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000169 ;
    owl:annotatedTarget obo:OHD_0000134 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000169 ;
    owl:annotatedTarget obo:OHD_0000154 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/008-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000002 ;
    owl:annotatedTarget "(forall (x) (if (Continuant x) (Entity x))) // axiom label in BFO2 CLIF: [008-002] " .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000179 ;
    owl:annotatedTarget obo:NCBITaxon_9606 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000180 ;
    owl:annotatedTarget obo:OHD_0000179 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/011-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000002 ;
    owl:annotatedTarget "(forall (x) (if (Material Entity x) (exists (t) (and (TemporalRegion t) (existsAt x t))))) // axiom label in BFO2 CLIF: [011-002] " .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000181 ;
    owl:annotatedTarget obo:OHD_0000051 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000182 ;
    owl:annotatedTarget obo:OHD_0000018 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000183 ;
    owl:annotatedTarget obo:OHD_0000018 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000184 ;
    owl:annotatedTarget obo:OHD_0000018 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000185 ;
    owl:annotatedTarget obo:OHD_0000018 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000186 ;
    owl:annotatedTarget obo:OHD_0000018 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/0000006> ;
    a owl:Axiom ;
    rdfs:comment "per discussion with Barry Smith" ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:BFO_0000003 ;
    owl:annotatedTarget "Occurrent doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. An example would be the sum of a process and the process boundary of another process."@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000187 ;
    owl:annotatedTarget obo:OHD_0000018 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000189 ;
    owl:annotatedTarget obo:FMA_12516 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/0000012> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:BFO_0000003 ;
    owl:annotatedTarget "Simons uses different terminology for relations of occurrents to regions: Denote the spatio-temporal location of a given occurrent e by 'spn[e]' and call this region its span. We may say an occurrent is at its span, in any larger region, and covers any smaller region. Now suppose we have fixed a frame of reference so that we can speak not merely of spatio-temporal but also of spatial regions (places) and temporal regions (times). The spread of an occurrent, (relative to a frame of reference) is the space it exactly occupies, and its spell is likewise the time it exactly occupies. We write 'spr[e]' and `spl[e]' respectively for the spread and spell of e, omitting mention of the frame." .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000192 ;
    owl:annotatedTarget obo:OHD_0000167 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000119 ;
    owl:annotatedSource obo:IAO_0000111 ;
    owl:annotatedTarget "GROUP:OBI:<http://purl.obolibrary.org/obo/obi>"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000114 ;
    owl:annotatedSource obo:IAO_0000118 ;
    owl:annotatedTarget obo:IAO_0000125 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/077-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000003 ;
    owl:annotatedTarget "An occurrent is an entity that unfolds itself in time or it is the instantaneous boundary of such an entity (for example a beginning or an ending) or it is a temporal or spatiotemporal region which such an entity occupies_temporal_region or occupies_spatiotemporal_region. (axiom label in BFO2 Reference: [077-002])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000193 ;
    owl:annotatedTarget obo:OHD_0000138 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000193 ;
    owl:annotatedTarget obo:OHD_0000162 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/108-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000601 ;
    owl:annotatedSource obo:BFO_0000003 ;
    owl:annotatedTarget "Every occurrent occupies_spatiotemporal_region some spatiotemporal region. (axiom label in BFO2 Reference: [108-001])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000194 ;
    owl:annotatedTarget obo:OHD_0000022 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000195 ;
    owl:annotatedTarget obo:OHD_0000138 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000195 ;
    owl:annotatedTarget obo:OHD_0000140 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/079-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000601 ;
    owl:annotatedSource obo:BFO_0000003 ;
    owl:annotatedTarget "b is an occurrent entity iff b is an entity that has temporal parts. (axiom label in BFO2 Reference: [079-001])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/108-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000003 ;
    owl:annotatedTarget "(forall (x) (if (Occurrent x) (exists (r) (and (SpatioTemporalRegion r) (occupiesSpatioTemporalRegion x r))))) // axiom label in BFO2 CLIF: [108-001] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/079-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000003 ;
    owl:annotatedTarget "(forall (x) (iff (Occurrent x) (and (Entity x) (exists (y) (temporalPartOf y x))))) // axiom label in BFO2 CLIF: [079-001] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/017-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:BFO_0000004 ;
    owl:annotatedTarget "b is an independent continuant = Def. b is a continuant which is such that there is no c and no t such that b s-depends_on c at t. (axiom label in BFO2 Reference: [017-002])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/134-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000601 ;
    owl:annotatedSource obo:BFO_0000004 ;
    owl:annotatedTarget "For any independent continuant b and any time t there is some spatial region r such that b is located_in r at t. (axiom label in BFO2 Reference: [134-001])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/018-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000601 ;
    owl:annotatedSource obo:BFO_0000004 ;
    owl:annotatedTarget "For every independent continuant b and time t during the region of time spanned by its life, there are entities which s-depends_on b during t. (axiom label in BFO2 Reference: [018-002])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000210 ;
    owl:annotatedTarget obo:OHD_0000051 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/134-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000004 ;
    owl:annotatedTarget "(forall (x t) (if (IndependentContinuant x) (exists (r) (and (SpatialRegion r) (locatedInAt x r t))))) // axiom label in BFO2 CLIF: [134-001] " .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000213 ;
    owl:annotatedTarget obo:OHD_0000018 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/018-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000004 ;
    owl:annotatedTarget "(forall (x t) (if (and (IndependentContinuant x) (existsAt x t)) (exists (y) (and (Entity y) (specificallyDependsOnAt y x t))))) // axiom label in BFO2 CLIF: [018-002] " .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000220 ;
    owl:annotatedTarget obo:OHD_0000010 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000222 ;
    owl:annotatedTarget obo:OHD_0000235 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000225 ;
    owl:annotatedTarget obo:OHD_0000235 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000231 ;
    owl:annotatedTarget obo:FMA_12516 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:IAO_0000118 ;
    owl:annotatedTarget "A label for a class or property that can be used to refer to the class or property instead of the preferred rdfs:label. Alternative labels should be used to indicate community- or context-specific labels, abbreviations, shorthand forms and the like."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/017-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000004 ;
    owl:annotatedTarget "(iff (IndependentContinuant a) (and (Continuant a) (not (exists (b t) (specificallyDependsOnAt a b t))))) // axiom label in BFO2 CLIF: [017-002] " .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000233 ;
    owl:annotatedTarget obo:FMA_12516 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/0000002> ;
    a owl:Axiom ;
    rdfs:comment "per discussion with Barry Smith" ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:BFO_0000006 ;
    owl:annotatedTarget "Spatial region doesn't have a closure axiom because the subclasses don't exhaust all possibilites. An example would be the union of a spatial point and a spatial line that doesn't overlap the point, or two spatial lines that intersect at a single point. In both cases the resultant spatial region is neither 0-dimensional, 1-dimensional, 2-dimensional, or 3-dimensional."@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000235 ;
    owl:annotatedTarget obo:OHD_0000208 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000236 ;
    owl:annotatedTarget obo:OHD_0000189 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/035-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000006 ;
    owl:annotatedTarget "A spatial region is a continuant entity that is a continuant_part_of spaceR as defined relative to some frame R. (axiom label in BFO2 Reference: [035-001])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000237 ;
    owl:annotatedTarget obo:OHD_0000189 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000238 ;
    owl:annotatedTarget obo:OHD_0000237 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/036-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000601 ;
    owl:annotatedSource obo:BFO_0000006 ;
    owl:annotatedTarget "All continuant parts of spatial regions are spatial regions. (axiom label in BFO2 Reference: [036-001])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000239 ;
    owl:annotatedTarget obo:OHD_0000237 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000240 ;
    owl:annotatedTarget obo:OHD_0000237 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/036-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000006 ;
    owl:annotatedTarget "(forall (x y t) (if (and (SpatialRegion x) (continuantPartOfAt y x t)) (SpatialRegion y))) // axiom label in BFO2 CLIF: [036-001] " .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000242 ;
    owl:annotatedTarget obo:OHD_0000003 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000243 ;
    owl:annotatedTarget obo:OHD_0000003 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000246 ;
    owl:annotatedTarget obo:OHD_0000245 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/035-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000006 ;
    owl:annotatedTarget "(forall (x) (if (SpatialRegion x) (Continuant x))) // axiom label in BFO2 CLIF: [035-001] " .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000248 ;
    owl:annotatedTarget obo:OHD_0000246 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/0000003> ;
    a owl:Axiom ;
    rdfs:comment "per discussion with Barry Smith" ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:BFO_0000008 ;
    owl:annotatedTarget "Temporal region doesn't have a closure axiom because the subclasses don't exhaust all possibilites. An example would be the mereological sum of a temporal instant and a temporal interval that doesn't overlap the instant. In this case the resultant temporal region is neither 0-dimensional nor 1-dimensional"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000260 ;
    owl:annotatedTarget obo:OGMS_0000045 .

[]
    obo:IAO_0000119 "SNOMED CT \"Abfraction (disorder)\" (SCTID: 109750005)" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:OHD_0000261 ;
    owl:annotatedTarget "A mechanical tooth lesion formed as a result of the tooth being fatigued, flexed, and deformed by biomechanical loading of the tooth. Tooth abfactions are primarily found in the cervical region of the tooth." .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/100-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000008 ;
    owl:annotatedTarget "A temporal region is an occurrent entity that is part of time as defined relative to some reference frame. (axiom label in BFO2 Reference: [100-001])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000275 ;
    owl:annotatedTarget obo:OHD_0000282 .

[]
    obo:IAO_0000119 "PMCID: PMC6287494" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:OHD_0000276 ;
    owl:annotatedTarget "A bruxism that occurs during sleep and is characterised by rhythmic (phasic) or non-rhythmic (tonic) movements of the jaw." .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/101-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000601 ;
    owl:annotatedSource obo:BFO_0000008 ;
    owl:annotatedTarget "All parts of temporal regions are temporal regions. (axiom label in BFO2 Reference: [101-001])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000282 ;
    owl:annotatedTarget obo:BFO_0000015 .

[]
    obo:IAO_0000119 "PMCID: PMC6287494" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:OHD_0000287 ;
    owl:annotatedTarget "A bruxism that occurs during wakeful-ness and is characterised by repetitive or sustained tooth contact and/or by bracing or thrusting of the mandible." .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/119-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000601 ;
    owl:annotatedSource obo:BFO_0000008 ;
    owl:annotatedTarget "Every temporal region t is such that t occupies_temporal_region t. (axiom label in BFO2 Reference: [119-002])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000296 ;
    owl:annotatedTarget obo:OHD_0000248 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000299 ;
    owl:annotatedTarget obo:OHD_0000248 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:IAO_0000118 ;
    owl:annotatedTarget "OBO Operations committee" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/119-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000008 ;
    owl:annotatedTarget "(forall (r) (if (TemporalRegion r) (occupiesTemporalRegion r r))) // axiom label in BFO2 CLIF: [119-002] " .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000301 ;
    owl:annotatedTarget obo:OBI_0000047 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000302 ;
    owl:annotatedTarget obo:OHD_0000206 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000303 ;
    owl:annotatedTarget obo:OHD_0000004 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/101-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000008 ;
    owl:annotatedTarget "(forall (x y) (if (and (TemporalRegion x) (occurrentPartOf y x)) (TemporalRegion y))) // axiom label in BFO2 CLIF: [101-001] " .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000304 ;
    owl:annotatedTarget obo:OHD_0000004 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/100-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000008 ;
    owl:annotatedTarget "(forall (x) (if (TemporalRegion x) (Occurrent x))) // axiom label in BFO2 CLIF: [100-001] " .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000316 ;
    owl:annotatedTarget obo:OHD_0000302 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/039-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000009 ;
    owl:annotatedTarget "A two-dimensional spatial region is a spatial region that is of two dimensions. (axiom label in BFO2 Reference: [039-001])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000364 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000365 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/039-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000009 ;
    owl:annotatedTarget "(forall (x) (if (TwoDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [039-001] " .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000366 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000367 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/095-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000011 ;
    owl:annotatedTarget "A spatiotemporal region is an occurrent entity that is part of spacetime. (axiom label in BFO2 Reference: [095-001])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000368 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000369 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/096-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000601 ;
    owl:annotatedSource obo:BFO_0000011 ;
    owl:annotatedTarget "All parts of spatiotemporal regions are spatiotemporal regions. (axiom label in BFO2 Reference: [096-001])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000370 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000371 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/099-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000601 ;
    owl:annotatedSource obo:BFO_0000011 ;
    owl:annotatedTarget "Each spatiotemporal region at any time t projects_onto some spatial region at t. (axiom label in BFO2 Reference: [099-001])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000372 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000373 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/098-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000601 ;
    owl:annotatedSource obo:BFO_0000011 ;
    owl:annotatedTarget "Each spatiotemporal region projects_onto some temporal region. (axiom label in BFO2 Reference: [098-001])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000374 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000375 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/107-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000601 ;
    owl:annotatedSource obo:BFO_0000011 ;
    owl:annotatedTarget "Every spatiotemporal region s is such that s occupies_spatiotemporal_region s. (axiom label in BFO2 Reference: [107-002])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000376 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000377 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:IAO_0000118 ;
    owl:annotatedTarget "PERSON:Daniel Schober"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/107-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000011 ;
    owl:annotatedTarget "(forall (r) (if (SpatioTemporalRegion r) (occupiesSpatioTemporalRegion r r))) // axiom label in BFO2 CLIF: [107-002] " .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000378 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000379 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/099-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000011 ;
    owl:annotatedTarget "(forall (x t) (if (SpatioTemporalRegion x) (exists (y) (and (SpatialRegion y) (spatiallyProjectsOntoAt x y t))))) // axiom label in BFO2 CLIF: [099-001] " .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000380 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000381 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/096-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000011 ;
    owl:annotatedTarget "(forall (x y) (if (and (SpatioTemporalRegion x) (occurrentPartOf y x)) (SpatioTemporalRegion y))) // axiom label in BFO2 CLIF: [096-001] " .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000382 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000383 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/095-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000011 ;
    owl:annotatedTarget "(forall (x) (if (SpatioTemporalRegion x) (Occurrent x))) // axiom label in BFO2 CLIF: [095-001] " .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000384 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000385 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/098-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000011 ;
    owl:annotatedTarget "(forall (x) (if (SpatioTemporalRegion x) (exists (y) (and (TemporalRegion y) (temporallyProjectsOnto x y))))) // axiom label in BFO2 CLIF: [098-001] " .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000386 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000387 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/083-003> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:BFO_0000015 ;
    owl:annotatedTarget "p is a process = Def. p is an occurrent that has temporal proper parts and for some time t, p s-depends_on some material entity at t. (axiom label in BFO2 Reference: [083-003])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000388 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000389 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/083-003> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000015 ;
    owl:annotatedTarget "(iff (Process a) (and (Occurrent a) (exists (b) (properTemporalPartOf b a)) (exists (c t) (and (MaterialEntity c) (specificallyDependsOnAt a c t))))) // axiom label in BFO2 CLIF: [083-003] " .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000390 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000391 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/062-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000016 ;
    owl:annotatedTarget "b is a disposition means: b is a realizable entity & b’s bearer is some material entity & b is such that if it ceases to exist, then its bearer is physically changed, & b’s realization occurs when and because this bearer is in some special physical circumstances, & this realization occurs in virtue of the bearer’s physical make-up. (axiom label in BFO2 Reference: [062-002])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000392 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000393 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/063-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000601 ;
    owl:annotatedSource obo:BFO_0000016 ;
    owl:annotatedTarget "If b is a realizable entity then for all t at which b exists, b s-depends_on some material entity at t. (axiom label in BFO2 Reference: [063-002])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000394 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000395 ;
    owl:annotatedTarget obo:FMA_75152 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/063-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000016 ;
    owl:annotatedTarget "(forall (x t) (if (and (RealizableEntity x) (existsAt x t)) (exists (y) (and (MaterialEntity y) (specificallyDepends x y t))))) // axiom label in BFO2 CLIF: [063-002] " .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000396 ;
    owl:annotatedTarget obo:OHD_0000221 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000397 ;
    owl:annotatedTarget obo:OHD_0000221 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000119 ;
    owl:annotatedSource obo:IAO_0000118 ;
    owl:annotatedTarget "GROUP:OBI:<http://purl.obolibrary.org/obo/obi>"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/062-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000016 ;
    owl:annotatedTarget "(forall (x) (if (Disposition x) (and (RealizableEntity x) (exists (y) (and (MaterialEntity y) (bearerOfAt x y t)))))) // axiom label in BFO2 CLIF: [062-002] " .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000398 ;
    owl:annotatedTarget obo:OHD_0000221 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000399 ;
    owl:annotatedTarget obo:OHD_0000221 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/058-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000017 ;
    owl:annotatedTarget "To say that b is a realizable entity is to say that b is a specifically dependent continuant that inheres in some independent continuant which is not a spatial region and is of a type instances of which are realized in processes of a correlated type. (axiom label in BFO2 Reference: [058-002])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000400 ;
    owl:annotatedTarget obo:OHD_0000399 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000401 ;
    owl:annotatedTarget obo:OHD_0000399 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/060-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000601 ;
    owl:annotatedSource obo:BFO_0000017 ;
    owl:annotatedTarget "All realizable dependent continuants have independent continuants that are not spatial regions as their bearers. (axiom label in BFO2 Reference: [060-002])"@en .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000402 ;
    owl:annotatedTarget obo:OHD_0000399 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000403 ;
    owl:annotatedTarget obo:OHD_0000010 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/060-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000017 ;
    owl:annotatedTarget "(forall (x t) (if (RealizableEntity x) (exists (y) (and (IndependentContinuant y) (not (SpatialRegion y)) (bearerOfAt y x t))))) // axiom label in BFO2 CLIF: [060-002] " .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000406 ;
    owl:annotatedTarget obo:NBO_0000007 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000406 ;
    owl:annotatedTarget obo:OGMS_0000061 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:OHD_0000407 ;
    owl:annotatedTarget obo:OHD_0000406 .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/058-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000017 ;
    owl:annotatedTarget "(forall (x) (if (RealizableEntity x) (and (SpecificallyDependentContinuant x) (exists (y) (and (IndependentContinuant y) (not (SpatialRegion y)) (inheresIn x y)))))) // axiom label in BFO2 CLIF: [058-002] " .

[]
    a owl:Class ;
    rdfs:subClassOf obo:OHD_0000406 ;
    owl:intersectionOf ([
            a owl:Class ;
            owl:unionOf (obo:NBO_0000007
                obo:OHD_0002000
            )
        ]
        [
            a owl:Restriction ;
            owl:onProperty obo:RO_0003304 ;
            owl:someValuesFrom obo:OGMS_0000045
        ]
    ) .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/037-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000018 ;
    owl:annotatedTarget "A zero-dimensional spatial region is a point in space. (axiom label in BFO2 Reference: [037-001])"@en .

[]
    a owl:AllDisjointClasses ;
    owl:members (obo:CDT_0000120
        obo:CDT_0000140
        obo:CDT_0000150
        obo:CDT_0000160
        obo:CDT_0000180
        obo:CDT_0001351
        obo:CDT_0001352
        obo:CDT_0002140
        obo:CDT_0002150
        obo:CDT_0002160
        obo:CDT_0002161
        obo:CDT_0002330
        obo:CDT_0002331
        obo:CDT_0002332
        obo:CDT_0002335
        obo:CDT_0002390
        obo:CDT_0002391
        obo:CDT_0002392
        obo:CDT_0002393
        obo:CDT_0002394
        obo:CDT_0002410
        obo:CDT_0002420
        obo:CDT_0002430
        obo:CDT_0002510
        obo:CDT_0002520
        obo:CDT_0002530
        obo:CDT_0002542
        obo:CDT_0002543
        obo:CDT_0002544
        obo:CDT_0002610
        obo:CDT_0002620
        obo:CDT_0002630
        obo:CDT_0002642
        obo:CDT_0002643
        obo:CDT_0002644
        obo:CDT_0002650
        obo:CDT_0002651
        obo:CDT_0002652
        obo:CDT_0002662
        obo:CDT_0002663
        obo:CDT_0002664
        obo:CDT_0002710
        obo:CDT_0002712
        obo:CDT_0002721
        obo:CDT_0002722
        obo:CDT_0002740
        obo:CDT_0002750
        obo:CDT_0002751
        obo:CDT_0002752
        obo:CDT_0002780
        obo:CDT_0002781
        obo:CDT_0002782
        obo:CDT_0002783
        obo:CDT_0002790
        obo:CDT_0002791
        obo:CDT_0002792
        obo:CDT_0002794
        obo:CDT_0002799
        obo:CDT_0002931
        obo:CDT_0002932
        obo:CDT_0002933
        obo:CDT_0002940
        obo:CDT_0002950
        obo:CDT_0002952
        obo:CDT_0002954
        obo:CDT_0002960
        obo:CDT_0002961
        obo:CDT_0002962
        obo:CDT_0002970
        obo:CDT_0003220
        obo:CDT_0003221
        obo:CDT_0003222
        obo:CDT_0003310
        obo:CDT_0003320
        obo:CDT_0003330
        obo:CDT_0003346
        obo:CDT_0003347
        obo:CDT_0003348
        obo:CDT_0003410
        obo:CDT_0003421
        obo:CDT_0003425
        obo:CDT_0003450
        obo:CDT_0003920
        obo:CDT_0006205
        obo:CDT_0006210
        obo:CDT_0006211
        obo:CDT_0006212
        obo:CDT_0006214
        obo:CDT_0006240
        obo:CDT_0006241
        obo:CDT_0006242
        obo:CDT_0006245
        obo:CDT_0006250
        obo:CDT_0006251
        obo:CDT_0006252
        obo:CDT_0006253
        obo:CDT_0006254
        obo:CDT_0006545
        obo:CDT_0006548
        obo:CDT_0006600
        obo:CDT_0006601
        obo:CDT_0006602
        obo:CDT_0006603
        obo:CDT_0006604
        obo:CDT_0006605
        obo:CDT_0006606
        obo:CDT_0006607
        obo:CDT_0006608
        obo:CDT_0006609
        obo:CDT_0006610
        obo:CDT_0006611
        obo:CDT_0006612
        obo:CDT_0006613
        obo:CDT_0006614
        obo:CDT_0006615
        obo:CDT_0006624
        obo:CDT_0006634
        obo:CDT_0006710
        obo:CDT_0006720
        obo:CDT_0006721
        obo:CDT_0006722
        obo:CDT_0006740
        obo:CDT_0006750
        obo:CDT_0006751
        obo:CDT_0006752
        obo:CDT_0006780
        obo:CDT_0006781
        obo:CDT_0006782
        obo:CDT_0006783
        obo:CDT_0006790
        obo:CDT_0006791
        obo:CDT_0006792
        obo:CDT_0006793
        obo:CDT_0006794
        obo:CDT_0006795
        obo:CDT_0006970
        obo:CDT_0006972
        obo:CDT_0006973
        obo:CDT_0007110
        obo:CDT_0007120
        obo:CDT_0007140
        obo:CDT_0007210
        obo:CDT_0009110
    ) .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/037-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000018 ;
    owl:annotatedTarget "(forall (x) (if (ZeroDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [037-001] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/055-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000019 ;
    owl:annotatedTarget "a quality is a specifically dependent continuant that, in contrast to roles and dispositions, does not require any further process in order to be realized. (axiom label in BFO2 Reference: [055-001])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/105-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000601 ;
    owl:annotatedSource obo:BFO_0000019 ;
    owl:annotatedTarget "If an entity is a quality at any time that it exists, then it is a quality at every time that it exists. (axiom label in BFO2 Reference: [105-001])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/055-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000019 ;
    owl:annotatedTarget "(forall (x) (if (Quality x) (SpecificallyDependentContinuant x))) // axiom label in BFO2 CLIF: [055-001] " .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:comment ;
    owl:annotatedSource obo:IAO_0000118 ;
    owl:annotatedTarget "Consider re-defing to: An alternative name for a class or property which can mean the same thing as the preferred name (semantically equivalent, narrow, broad or related)." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/105-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000019 ;
    owl:annotatedTarget "(forall (x) (if (exists (t) (and (existsAt x t) (Quality x))) (forall (t_1) (if (existsAt x t_1) (Quality x))))) // axiom label in BFO2 CLIF: [105-001] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/050-003> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:BFO_0000020 ;
    owl:annotatedTarget "b is a specifically dependent continuant = Def. b is a continuant & there is some independent continuant c which is not a spatial region and which is such that b s-depends_on c at every time t during the course of b’s existence. (axiom label in BFO2 Reference: [050-003])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/0000005> ;
    a owl:Axiom ;
    rdfs:comment "per discussion with Barry Smith" ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:BFO_0000020 ;
    owl:annotatedTarget "Specifically dependent continuant doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. We're not sure what else will develop here, but for example there are questions such as what are promises, obligation, etc."@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/050-003> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000020 ;
    owl:annotatedTarget "(iff (SpecificallyDependentContinuant a) (and (Continuant a) (forall (t) (if (existsAt a t) (exists (b) (and (IndependentContinuant b) (not (SpatialRegion b)) (specificallyDependsOnAt a b t))))))) // axiom label in BFO2 CLIF: [050-003] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/061-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000023 ;
    owl:annotatedTarget "b is a role means: b is a realizable entity & b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be& b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed. (axiom label in BFO2 Reference: [061-001])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/061-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000023 ;
    owl:annotatedTarget "(forall (x) (if (Role x) (RealizableEntity x))) // axiom label in BFO2 CLIF: [061-001] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/027-004> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000024 ;
    owl:annotatedTarget "b is a fiat object part = Def. b is a material entity which is such that for all times t, if b exists at t then there is some object c such that b proper continuant_part of  c at t and c is demarcated from the remainder of c by a two-dimensional continuant fiat boundary. (axiom label in BFO2 Reference: [027-004])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/027-004> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000024 ;
    owl:annotatedTarget "(forall (x) (if (FiatObjectPart x) (and (MaterialEntity x) (forall (t) (if (existsAt x t) (exists (y) (and (Object y) (properContinuantPartOfAt x y t)))))))) // axiom label in BFO2 CLIF: [027-004] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/038-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000026 ;
    owl:annotatedTarget "A one-dimensional spatial region is a line or aggregate of lines stretching from one point in space to another. (axiom label in BFO2 Reference: [038-001])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/038-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000026 ;
    owl:annotatedTarget "(forall (x) (if (OneDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [038-001] " .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:IAO_0000118 ;
    owl:annotatedTarget "alternative label"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/0000011> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:BFO_0000027 ;
    owl:annotatedTarget "An entity a is an object aggregate if and only if there is a mutually exhaustive and pairwise disjoint partition of a into objects " .

[]
    a owl:AllDifferent ;
    owl:distinctMembers (obo:IAO_0000120
        obo:IAO_0000121
        obo:IAO_0000122
        obo:IAO_0000123
        obo:IAO_0000124
        obo:IAO_0000125
        obo:IAO_0000423
        obo:IAO_0000428
    ) .

[]
    a owl:AllDifferent ;
    owl:distinctMembers (obo:IAO_0000226
        obo:IAO_0000227
        obo:IAO_0000228
        obo:IAO_0000229
    ) .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/0000301> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:BFO_0000027 ;
    owl:annotatedTarget "An entity a is an object aggregate if and only if there is a mutually exhaustive and pairwise disjoint partition of a into objects " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/0000300> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000119 ;
    owl:annotatedSource obo:BFO_0000027 ;
    owl:annotatedTarget "ISBN:978-3-938793-98-5pp124-158#Thomas Bittner and Barry Smith, 'A Theory of Granular Partitions', in K. Munn and B. Smith (eds.), Applied Ontology: An Introduction, Frankfurt/Lancaster: ontos, 2008, 125-158." .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/025-004> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000027 ;
    owl:annotatedTarget "b is an object aggregate means: b is a material entity consisting exactly of a plurality of objects as member_parts at all times at which b exists. (axiom label in BFO2 Reference: [025-004])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/025-004> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000027 ;
    owl:annotatedTarget "(forall (x) (if (ObjectAggregate x) (and (MaterialEntity x) (forall (t) (if (existsAt x t) (exists (y z) (and (Object y) (Object z) (memberPartOfAt y x t) (memberPartOfAt z x t) (not (= y z)))))) (not (exists (w t_1) (and (memberPartOfAt w x t_1) (not (Object w)))))))) // axiom label in BFO2 CLIF: [025-004] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/040-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000028 ;
    owl:annotatedTarget "A three-dimensional spatial region is a spatial region that is of three dimensions. (axiom label in BFO2 Reference: [040-001])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/040-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000028 ;
    owl:annotatedTarget "(forall (x) (if (ThreeDimensionalSpatialRegion x) (SpatialRegion x))) // axiom label in BFO2 CLIF: [040-001] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/034-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000029 ;
    owl:annotatedTarget "b is a site means: b is a three-dimensional immaterial entity that is (partially or wholly) bounded by a material entity or it is a three-dimensional immaterial part thereof. (axiom label in BFO2 Reference: [034-002])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/034-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000029 ;
    owl:annotatedTarget "(forall (x) (if (Site x) (ImmaterialEntity x))) // axiom label in BFO2 CLIF: [034-002] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/024-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000030 ;
    owl:annotatedTarget "b is an object means: b is a material entity which manifests causal unity of one or other of the types CUn listed above & is of a type (a material universal) instances of which are maximal relative to this criterion of causal unity. (axiom label in BFO2 Reference: [024-001])"@en .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:IAO_0000119 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/074-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:BFO_0000031 ;
    owl:annotatedTarget "b is a generically dependent continuant = Def. b is a continuant that g-depends_on one or more other entities. (axiom label in BFO2 Reference: [074-001])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/074-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000031 ;
    owl:annotatedTarget "(iff (GenericallyDependentContinuant a) (and (Continuant a) (exists (b t) (genericallyDependsOnAt a b t)))) // axiom label in BFO2 CLIF: [074-001] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/064-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000034 ;
    owl:annotatedTarget "A function is a disposition that exists in virtue of the bearer’s physical make-up and this physical make-up is something the bearer possesses because it came into being, either through evolution (in the case of natural biological entities) or through intentional design (in the case of artifacts), in order to realize processes of a certain sort. (axiom label in BFO2 Reference: [064-001])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/064-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000034 ;
    owl:annotatedTarget "(forall (x) (if (Function x) (Disposition x))) // axiom label in BFO2 CLIF: [064-001] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/084-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:BFO_0000035 ;
    owl:annotatedTarget "p is a process boundary =Def. p is a temporal part of a process & p has no proper temporal parts. (axiom label in BFO2 Reference: [084-001])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/085-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000601 ;
    owl:annotatedSource obo:BFO_0000035 ;
    owl:annotatedTarget "Every process boundary occupies_temporal_region a zero-dimensional temporal region. (axiom label in BFO2 Reference: [085-002])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/085-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000035 ;
    owl:annotatedTarget "(forall (x) (if (ProcessBoundary x) (exists (y) (and (ZeroDimensionalTemporalRegion y) (occupiesTemporalRegion x y))))) // axiom label in BFO2 CLIF: [085-002] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/084-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000035 ;
    owl:annotatedTarget "(iff (ProcessBoundary a) (exists (p) (and (Process p) (temporalPartOf a p) (not (exists (b) (properTemporalPartOf b a)))))) // axiom label in BFO2 CLIF: [084-001] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/103-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000038 ;
    owl:annotatedTarget "A one-dimensional temporal region is a temporal region that is extended. (axiom label in BFO2 Reference: [103-001])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/103-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000038 ;
    owl:annotatedTarget "(forall (x) (if (OneDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [103-001] " .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:IAO_0000119 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/019-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000040 ;
    owl:annotatedTarget "A material entity is an independent continuant that has some portion of matter as proper or improper continuant part. (axiom label in BFO2 Reference: [019-002])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/020-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000601 ;
    owl:annotatedSource obo:BFO_0000040 ;
    owl:annotatedTarget "Every entity which has a material entity as continuant part is a material entity. (axiom label in BFO2 Reference: [020-002])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/021-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000601 ;
    owl:annotatedSource obo:BFO_0000040 ;
    owl:annotatedTarget "every entity of which a material entity is continuant part is also a material entity. (axiom label in BFO2 Reference: [021-002])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/019-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000040 ;
    owl:annotatedTarget "(forall (x) (if (MaterialEntity x) (IndependentContinuant x))) // axiom label in BFO2 CLIF: [019-002] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/021-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000040 ;
    owl:annotatedTarget "(forall (x) (if (and (Entity x) (exists (y t) (and (MaterialEntity y) (continuantPartOfAt x y t)))) (MaterialEntity x))) // axiom label in BFO2 CLIF: [021-002] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/020-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000040 ;
    owl:annotatedTarget "(forall (x) (if (and (Entity x) (exists (y t) (and (MaterialEntity y) (continuantPartOfAt y x t)))) (MaterialEntity x))) // axiom label in BFO2 CLIF: [020-002] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/029-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:BFO_0000140 ;
    owl:annotatedTarget "b is a continuant fiat boundary = Def. b is an immaterial entity that is of zero, one or two dimensions and does not include a spatial region as part. (axiom label in BFO2 Reference: [029-001])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/0000008> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:BFO_0000140 ;
    owl:annotatedTarget "Continuant fiat boundary doesn't have a closure axiom because the subclasses don't necessarily exhaust all possibilites. An example would be the mereological sum of two-dimensional continuant fiat boundary and a one dimensional continuant fiat boundary that doesn't overlap it. The situation is analogous to temporal and spatial regions."@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/029-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000140 ;
    owl:annotatedTarget "(iff (ContinuantFiatBoundary a) (and (ImmaterialEntity a) (exists (b) (and (or (ZeroDimensionalSpatialRegion b) (OneDimensionalSpatialRegion b) (TwoDimensionalSpatialRegion b)) (forall (t) (locatedInAt a b t)))) (not (exists (c t) (and (SpatialRegion c) (continuantPartOfAt c a t)))))) // axiom label in BFO2 CLIF: [029-001] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/032-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000142 ;
    owl:annotatedTarget "a one-dimensional continuant fiat boundary is a continuous fiat line whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [032-001])"@en .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:IAO_0000119 ;
    owl:annotatedTarget "definition source"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/032-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000142 ;
    owl:annotatedTarget "(iff (OneDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (OneDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [032-001] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/093-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:BFO_0000144 ;
    owl:annotatedTarget "b is a process_profile =Def. there is some process c such that b process_profile_of c (axiom label in BFO2 Reference: [093-002])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/094-005> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000144 ;
    owl:annotatedTarget "b process_profile_of c holds when b proper_occurrent_part_of c& there is some proper_occurrent_part d of c which has no parts in common with b & is mutually dependent on b& is such that b, c and d occupy the same temporal region (axiom label in BFO2 Reference: [094-005])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/094-005> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000144 ;
    owl:annotatedTarget "(forall (x y) (if (processProfileOf x y) (and (properContinuantPartOf x y) (exists (z t) (and (properOccurrentPartOf z y) (TemporalRegion t) (occupiesSpatioTemporalRegion x t) (occupiesSpatioTemporalRegion y t) (occupiesSpatioTemporalRegion z t) (not (exists (w) (and (occurrentPartOf w x) (occurrentPartOf w z))))))))) // axiom label in BFO2 CLIF: [094-005] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/093-002> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000144 ;
    owl:annotatedTarget "(iff (ProcessProfile a) (exists (b) (and (Process b) (processProfileOf a b)))) // axiom label in BFO2 CLIF: [093-002] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/057-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:BFO_0000145 ;
    owl:annotatedTarget "b is a relational quality = Def. for some independent continuants c, d and for some time t: b quality_of c at t & b quality_of d at t. (axiom label in BFO2 Reference: [057-001])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/057-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000145 ;
    owl:annotatedTarget "(iff (RelationalQuality a) (exists (b c t) (and (IndependentContinuant b) (IndependentContinuant c) (qualityOfAt a b t) (qualityOfAt a c t)))) // axiom label in BFO2 CLIF: [057-001] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/033-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000146 ;
    owl:annotatedTarget "a two-dimensional continuant fiat boundary (surface) is a self-connected fiat surface whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [033-001])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/033-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000146 ;
    owl:annotatedTarget "(iff (TwoDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (TwoDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [033-001] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/0000001> ;
    a owl:Axiom ;
    rdfs:comment "requested by Melanie Courtot" ;
    rdfs:seeAlso <https://groups.google.com/d/msg/bfo-owl-devel/s9Uug5QmAws/ZDRnpiIi_TUJ> ;
    owl:annotatedProperty obo:IAO_0000116 ;
    owl:annotatedSource obo:BFO_0000147 ;
    owl:annotatedTarget "zero dimension continuant fiat boundaries are not spatial points. Considering the example 'the quadripoint where the boundaries of Colorado, Utah, New Mexico, and Arizona meet' : There are many frames in which that point is zooming through many points in space. Whereas, no matter what the frame, the quadripoint is always in the same relation to the boundaries of Colorado, Utah, New Mexico, and Arizona."@en .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:IAO_0000111 ;
    owl:annotatedTarget "editor preferred term"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000114 ;
    owl:annotatedSource obo:IAO_0000119 ;
    owl:annotatedTarget obo:IAO_0000122 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/031-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000147 ;
    owl:annotatedTarget "a zero-dimensional continuant fiat boundary is a fiat point whose location is defined in relation to some material entity. (axiom label in BFO2 Reference: [031-001])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/031-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000147 ;
    owl:annotatedTarget "(iff (ZeroDimensionalContinuantFiatBoundary a) (and (ContinuantFiatBoundary a) (exists (b) (and (ZeroDimensionalSpatialRegion b) (forall (t) (locatedInAt a b t)))))) // axiom label in BFO2 CLIF: [031-001] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/102-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000148 ;
    owl:annotatedTarget "A zero-dimensional temporal region is a temporal region that is without extent. (axiom label in BFO2 Reference: [102-001])"@en .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/102-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000602 ;
    owl:annotatedSource obo:BFO_0000148 ;
    owl:annotatedTarget "(forall (x) (if (ZeroDimensionalTemporalRegion x) (TemporalRegion x))) // axiom label in BFO2 CLIF: [102-001] " .

[]
    obo:IAO_0010000 <http://purl.obolibrary.org/obo/bfo/axiom/138-001> ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000600 ;
    owl:annotatedSource obo:BFO_0000182 ;
    owl:annotatedTarget "A history is a process that is the sum of the totality of processes taking place in the spatiotemporal region occupied by a material entity or site, including processes on the surface of the entity or within the cavities to which it serves as host. (axiom label in BFO2 Reference: [138-001])"@en .

[]
    obo:IAO_scope "RELATED" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000118 ;
    owl:annotatedSource obo:CARO_0000048 ;
    owl:annotatedTarget "monoecious organism" .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:IAO_0000119 ;
    owl:annotatedTarget "Formal citation, e.g. identifier in external database to indicate / attribute source(s) for the definition. Free text indicate / attribute source(s) for the definition. EXAMPLE: Author Name, URI, MeSH Term C04, PUBMED ID, Wiki uri on 31.01.2007"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:IAO_0000119 ;
    owl:annotatedTarget "PERSON:Daniel Schober"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000119 ;
    owl:annotatedSource obo:IAO_0000119 ;
    owl:annotatedTarget "Discussion on obo-discuss mailing-list, see http://bit.ly/hgm99w"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000119 ;
    owl:annotatedSource obo:IAO_0000119 ;
    owl:annotatedTarget "GROUP:OBI:<http://purl.obolibrary.org/obo/obi>"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:IAO_0000119 ;
    owl:annotatedTarget "definition source"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:IAO_0000232 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:IAO_0000232 ;
    owl:annotatedTarget "curator note"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000114 ;
    owl:annotatedSource obo:IAO_0000232 ;
    owl:annotatedTarget obo:IAO_0000122 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:IAO_0000232 ;
    owl:annotatedTarget "An administrative note of use for a curator but of no use for a user"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:IAO_0000112 ;
    owl:annotatedTarget "example of usage"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:IAO_0000232 ;
    owl:annotatedTarget "PERSON:Alan Ruttenberg"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:IAO_0000232 ;
    owl:annotatedTarget "curator note"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:IAO_0000233 ;
    owl:annotatedTarget "term tracker item"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:ECTO_0000487 ;
    owl:annotatedTarget owl:Class ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:ECTO_0000487 ;
    owl:annotatedTarget obo:ECTO_0010000 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:ECTO_0000487 ;
    owl:annotatedTarget obo:ECTO_0010000 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ECTO_0000487 ;
    owl:annotatedTarget "An exposure to chemical role." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:ECTO_0000487 ;
    owl:annotatedTarget "exposure to chemical role" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:ECTO_0000487 ;
    owl:annotatedTarget "exposure to chemical with chemical role" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:ECTO_0010000 ;
    owl:annotatedTarget owl:Class ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:ECTO_0010000 ;
    owl:annotatedTarget obo:ExO_0000002 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:ECTO_0010000 ;
    owl:annotatedTarget obo:ExO_0000002 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ECTO_0010000 ;
    owl:annotatedTarget "A exposure event involving the interaction of an exposure receptor to quality." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:IAO_0000233 ;
    owl:annotatedTarget owl:AnnotationProperty ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:ECTO_0010000 ;
    owl:annotatedTarget "quality exposure" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:ECTO_0010000 ;
    owl:annotatedTarget "exposure to environmental quality" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:ECTO_9002146 ;
    owl:annotatedTarget owl:Class ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:ECTO_9002146 ;
    owl:annotatedTarget obo:ECTO_0000487 .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:ECTO_9002146 ;
    owl:annotatedTarget obo:ECTO_0000487 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ECTO_9002146 ;
    owl:annotatedTarget "An exposure to acid." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasExactSynonym ;
    owl:annotatedSource obo:ECTO_9002146 ;
    owl:annotatedTarget "exposure to acid" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:ECTO_9002146 ;
    owl:annotatedTarget "exposure to acids" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdf:type ;
    owl:annotatedSource obo:ExO_0000002 ;
    owl:annotatedTarget owl:Class ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    oboInOwl:hasDbXref "CTD:curators" ;
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:ExO_0000002 ;
    owl:annotatedTarget "An interaction between an exposure stressor and an exposure_receptor." ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000111 ;
    owl:annotatedSource obo:IAO_0000233 ;
    owl:annotatedTarget "term tracker item"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:created_by ;
    owl:annotatedSource obo:ExO_0000002 ;
    owl:annotatedTarget "cmattin" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:creation_date ;
    owl:annotatedSource obo:ExO_0000002 ;
    owl:annotatedTarget "2010-09-21T02:47:00Z" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:hasOBONamespace ;
    owl:annotatedSource obo:ExO_0000002 ;
    owl:annotatedTarget "exposure_event" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty oboInOwl:id ;
    owl:annotatedSource obo:ExO_0000002 ;
    owl:annotatedTarget "ExO:0000002" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    a owl:Axiom ;
    owl:annotatedProperty rdfs:label ;
    owl:annotatedSource obo:ExO_0000002 ;
    owl:annotatedTarget "exposure event" ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ohd/imports/ecto_import.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_10474 ;
    owl:annotatedTarget obo:FMA_55268 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_10474 ;
    owl:annotatedTarget obo:FMA_55268 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_11356 ;
    owl:annotatedTarget obo:FMA_279957 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_11356 ;
    owl:annotatedTarget obo:FMA_279957 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_12264 ;
    owl:annotatedTarget obo:FMA_64783 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000112 ;
    owl:annotatedSource obo:IAO_0000233 ;
    owl:annotatedTarget "the URI for an OBI Terms ticket at sourceforge, such as https://sourceforge.net/p/obi/obi-terms/772/"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_12277 ;
    owl:annotatedTarget obo:FMA_20932 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_12277 ;
    owl:annotatedTarget obo:FMA_20932 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_12516 ;
    owl:annotatedTarget obo:OHD_0000206 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_12769 ;
    owl:annotatedTarget obo:FMA_61232 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_12769 ;
    owl:annotatedTarget obo:FMA_61232 .

_:genid957
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_12769 ;
    owl:annotatedTarget _:genid957 ;
    owl:unionOf (obo:FMA_232695
        obo:FMA_232697
    ) .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_12770 ;
    owl:annotatedTarget obo:FMA_61232 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_12770 ;
    owl:annotatedTarget obo:FMA_61232 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000114 ;
    owl:annotatedSource obo:IAO_0000233 ;
    owl:annotatedTarget obo:IAO_0000125 ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_12776 ;
    owl:annotatedTarget obo:FMA_61230 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_12776 ;
    owl:annotatedTarget obo:FMA_61230 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_12776 ;
    owl:annotatedTarget _:genid965 .

_:genid965
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_12779 ;
    owl:annotatedTarget obo:FMA_61230 ;
    owl:unionOf (obo:FMA_232680
        obo:FMA_232683
    ) .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_12779 ;
    owl:annotatedTarget obo:FMA_61230 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_12823 ;
    owl:annotatedTarget obo:OHD_0000307 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_14065 ;
    owl:annotatedTarget obo:FMA_82472 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_14069 ;
    owl:annotatedTarget obo:FMA_67905 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000115 ;
    owl:annotatedSource obo:IAO_0000233 ;
    owl:annotatedTarget "An IRI or similar locator for a request or discussion of an ontology term."@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_14069 ;
    owl:annotatedTarget obo:FMA_67905 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_14462 ;
    owl:annotatedTarget obo:FMA_64990 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_20103 ;
    owl:annotatedTarget obo:FMA_9640 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_20932 ;
    owl:annotatedTarget obo:FMA_280564 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_20932 ;
    owl:annotatedTarget obo:FMA_280564 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_21496 ;
    owl:annotatedTarget obo:FMA_55665 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224416 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224416 ;
    owl:annotatedTarget obo:FMA_78571 .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000117 ;
    owl:annotatedSource obo:IAO_0000233 ;
    owl:annotatedTarget "Person: Jie Zheng, Chris Stoeckert, Alan Ruttenberg"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224416 ;
    owl:annotatedTarget _:genid982 .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224416 ;
    owl:annotatedTarget _:genid986 .

_:genid982
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom, owl:Class ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224416 ;
    owl:annotatedTarget _:genid988 ;
    owl:unionOf (obo:FMA_224418
        obo:FMA_224420
    ) .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224418 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224418 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224418 ;
    owl:annotatedTarget obo:FMA_224416 .

_:genid986
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224418 ;
    owl:annotatedTarget obo:FMA_224416 ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_12769 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224418 ;
    owl:annotatedTarget obo:FMA_224416 .

_:genid988
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom, owl:Restriction ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224420 ;
    owl:annotatedTarget example:left ;
    owl:onProperty obo:FMA_85879 ;
    owl:someValuesFrom obo:FMA_12776 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224420 ;
    owl:annotatedTarget example:left .

[]
    a owl:Axiom ;
    owl:annotatedProperty obo:IAO_0000119 ;
    owl:annotatedSource obo:IAO_0000233 ;
    owl:annotatedTarget "Person: Jie Zheng, Chris Stoeckert, Alan Ruttenberg"@en ;
    prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ro/releases/2023-06-28/ro.owl> .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224420 ;
    owl:annotatedTarget obo:FMA_224416 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224420 ;
    owl:annotatedTarget obo:FMA_224416 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224420 ;
    owl:annotatedTarget obo:FMA_224416 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224422 ;
    owl:annotatedTarget example:right .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224422 ;
    owl:annotatedTarget example:right .

[]
    example:fma-translation-source "fma-part-module-to-owl" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224422 ;
    owl:annotatedTarget obo:FMA_71711 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224422 ;
    owl:annotatedTarget obo:FMA_71711 .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224422 ;
    owl:annotatedTarget obo:FMA_71711 .

[]
    example:fma-translation-source "maybe-bilateral-assertions" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224424 ;
    owl:annotatedTarget example:left .

[]
    oboInOwl:is_inferred "true" ;
    a owl:Axiom ;
    owl:annotatedProperty rdfs:subClassOf ;
    owl:annotatedSource obo:FMA_224424 ;
    owl:annotatedTarget example:left .

