Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - BodyPart
BodyPart

appearance as argument number 1
-------------------------


(documentation BodyPart ChineseLanguage "这是 Organism 某个特定部位而并非病理的 CellTissue。这个 Class 的实例的范围包括复杂 Organ 的总体结构至小部分。") chinese_format.kif 3493-3494
(documentation BodyPart EnglishLanguage "A collection of Cells and Tissues which are localized to a specific area of an Organism and which are not pathological. The instances of this Class range from gross structures to small components of complex Organs.") Merge.kif 14972-14975
(subclass BodyPart AnatomicalStructure) Merge.kif 14971-14971

appearance as argument number 2
-------------------------


(partition AnatomicalStructure BodyPart AbnormalAnatomicalStructure) Merge.kif 14936-14936
(rangeSubclass BodyAreaFn BodyPart) Medicine.kif 6235-6235
(rangeSubclass BodySideFn BodyPart) Merge.kif 14995-14995
(subclass AnimalShell BodyPart) Mid-level-ontology.kif 11525-11525
(subclass Auricle BodyPart) Anatomy.kif 1611-1611
(subclass BodyCavity BodyPart) Merge.kif 15120-15120
(subclass BodyCovering BodyPart) Merge.kif 15094-15094
(subclass BodyJunction BodyPart) Merge.kif 15108-15108
(subclass BodySegment BodyPart) Mid-level-ontology.kif 10571-10571
(subclass Bone BodyPart) Merge.kif 15223-15223
(subclass Cell BodyPart) Merge.kif 15128-15128
(subclass CellPart BodyPart) Mid-level-ontology.kif 10878-10878
(subclass Chin BodyPart) Mid-level-ontology.kif 12918-12918
(subclass Cornea BodyPart) Mid-level-ontology.kif 12133-12133
(subclass DigitAppendage BodyPart) Mid-level-ontology.kif 12481-12481
(subclass Eardrum BodyPart) Anatomy.kif 1623-1623
(subclass EggYolk BodyPart) Food.kif 2546-2546
(subclass Exoskeleton BodyPart) Mid-level-ontology.kif 11669-11669
(subclass Eyebrow BodyPart) Anatomy.kif 1434-1434
(subclass Face BodyPart) Mid-level-ontology.kif 12882-12882
(subclass Feather BodyPart) Mid-level-ontology.kif 20336-20336
(subclass Forehead BodyPart) Anatomy.kif 1483-1483
(subclass FrontalLobe BodyPart) Mid-level-ontology.kif 11869-11869
(subclass Head BodyPart) Mid-level-ontology.kif 12865-12865
(subclass Hoof BodyPart) Mid-level-ontology.kif 11457-11457

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

appearance as argument number 3
-------------------------


(domain InflammationFn 1 BodyPart) Mid-level-ontology.kif 12408-12408
(domain PainFn 1 BodyPart) Mid-level-ontology.kif 6349-6349
(domain ParalysisFn 1 BodyPart) Mid-level-ontology.kif 6322-6322
(domain bodyAngle 1 BodyPart) Mid-level-ontology.kif 10702-10702
(domain bodyAngle 2 BodyPart) Mid-level-ontology.kif 10703-10703
(domain sheddingBodyPart 2 BodyPart) Geography.kif 6449-6449
(domainSubclass BodyAreaFn 1 BodyPart) Medicine.kif 6234-6234
(domainSubclass BodySideFn 2 BodyPart) Merge.kif 14994-14994
(domainSubclass CoveringFn 1 BodyPart) Mid-level-ontology.kif 29713-29713
(domainSubclass DeadOrMissingBodyPartFn 1 BodyPart) Merge.kif 18261-18261
(domainSubclass EdemaFn 1 BodyPart) Mid-level-ontology.kif 9978-9978
(domainSubclass ImpairedBodyPartFn 1 BodyPart) Merge.kif 18240-18240
(domainSubclass connectedBodyPart 1 BodyPart) Mid-level-ontology.kif 11961-11961
(domainSubclass connectedBodyPart 2 BodyPart) Mid-level-ontology.kif 11962-11962
(domainSubclass connectedBodyPartTypes 1 BodyPart) Anatomy.kif 27-27
(domainSubclass connectedBodyPartTypes 2 BodyPart) Anatomy.kif 28-28
(domainSubclass muscleInsertion 2 BodyPart) Anatomy.kif 1737-1737
(domainSubclass muscleOrigin 2 BodyPart) Anatomy.kif 1687-1687
(domainSubclass suppliesBlood 2 BodyPart) Anatomy.kif 1945-1945

antecedent
-------------------------


(<=>
    (and
        (instance ?B BodyPart)
        (holdsDuring ?T
            (attribute ?B Bare)))
    (holdsDuring ?T
        (not
            (exists (?C)
                (and
                    (instance ?C Clothing)
                    (covers ?C ?B))))))
Mid-level-ontology.kif 30166-30176
(=>
    (and
        (instance ?A LocalAnesthetizing)
        (located ?A ?BP)
        (instance ?BP BodyPart)
        (part ?BP ?P)
        (patient ?A ?P))
    (holdsDuring
        (WhenFn ?A)
        (not
            (attribute ?P
                (PainFn ?BP)))))
Medicine.kif 1008-1019
(=>
    (and
        (instance ?I Injecting)
        (instance ?A Adalimumab)
        (objectTransferred ?I ?A)
        (located ?I ?BP)
        (instance ?BP BodyPart)
        (destination ?I ?H))
    (modalAttribute
        (exists (?T)
            (and
                (holdsDuring ?T
                    (attribute ?H
                        (PainFn ?BP)))
                (during ?T
                    (FutureFn
                        (WhenFn ?I))))) Likely))
Medicine.kif 3628-3644
(=>
    (instance ?PART BodyPart)
    (exists (?ORGANISM ?TIME)
        (and
            (instance ?ORGANISM Organism)
            (temporalPart ?TIME
                (WhenFn ?ORGANISM))
            (holdsDuring ?TIME
                (component ?PART ?ORGANISM)))))
Merge.kif 14977-14983
(=>
    (instance ?PART BodyPart)
    (exists (?PROC)
        (and
            (instance ?PROC PhysiologicProcess)
            (result ?PROC ?PART))))
Merge.kif 14985-14990

consequent
-------------------------


(=>
    (and
        (instance ?E
            (EdemaFn ?P))
        (experiencer ?E ?A))
    (exists (?PI)
        (and
            (instance ?PI BodyPart)
            (part ?PI ?A)
            (located ?E ?PI))))
Mid-level-ontology.kif 9985-9993
(=>
    (and
        (instance ?E Edema)
        (experiencer ?E ?A))
    (exists (?T ?P ?L)
        (and
            (instance ?T Transfer)
            (instance ?L Liquid)
            (instance ?P BodyPart)
            (part ?P ?A)
            (destination ?T ?P)
            (moves ?T ?L)
            (subProcess ?T ?E))))
Mid-level-ontology.kif 9963-9975
(=>
    (and
        (instance ?MOTION BodyMotion)
        (moves ?MOTION ?OBJ))
    (and
        (instance ?OBJ BodyPart)
        (patient ?MOTION ?OBJ)))
Merge.kif 11132-11138
(=>
    (and
        (instance ?P PerspiringWholeBody)
        (experiencer ?P ?A))
    (not
        (exists (?B)
            (and
                (instance ?B BodyPart)
                (part ?B ?A)
                (not
                    (destination ?P ?B))))))
emotion.kif 1505-1515
(=>
    (instance ?A Atrophy)
    (exists (?B)
        (and
            (experiencer ?A ?B)
            (instance ?B BodyPart))))
Mid-level-ontology.kif 6445-6450
(=>
    (instance ?COVER BodyCovering)
    (exists (?BODY)
        (and
            (superficialPart ?COVER ?BODY)
            (or
                (instance ?BODY Organism)
                (instance ?BODY BodyPart)))))
Merge.kif 15099-15106
(=>
    (instance ?JUNCT BodyJunction)
    (exists (?OBJ1 ?OBJ2)
        (and
            (instance ?OBJ1 BodyPart)
            (instance ?OBJ2 BodyPart)
            (connects ?JUNCT ?OBJ1 ?OBJ2))))
Merge.kif 15112-15118
(=>
    (instance ?PROC Excreting)
    (exists (?ORG ?WASTE ?PART)
        (and
            (instance ?ORG Organism)
            (agent ?PROC ?ORG)
            (patient ?PROC ?WASTE)
            (instance ?WASTE Excrement)
            (instance ?PART BodyPart)
            (instrument ?PROC ?PART))))
Mid-level-ontology.kif 2118-2127
(=>
    (instance ?U Ulcer)
    (exists (?H ?BP)
        (and
            (instance ?H HoleRegion)
            (instance ?BP BodyPart)
            (equal ?BP
                (HoleHostFn ?H))
            (part ?BP ?U))))
Mid-level-ontology.kif 9423-9430


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners