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 14950-14953
(subclass BodyPart AnatomicalStructure) Merge.kif 14949-14949

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


(partition AnatomicalStructure BodyPart AbnormalAnatomicalStructure) Merge.kif 14914-14914
(rangeSubclass BodyAreaFn BodyPart) Medicine.kif 6235-6235
(rangeSubclass BodySideFn BodyPart) Merge.kif 14973-14973
(subclass AnimalShell BodyPart) Mid-level-ontology.kif 11526-11526
(subclass Auricle BodyPart) Anatomy.kif 1611-1611
(subclass BodyCavity BodyPart) Merge.kif 15098-15098
(subclass BodyCovering BodyPart) Merge.kif 15072-15072
(subclass BodyJunction BodyPart) Merge.kif 15086-15086
(subclass BodySegment BodyPart) Mid-level-ontology.kif 10572-10572
(subclass Bone BodyPart) Merge.kif 15201-15201
(subclass Cell BodyPart) Merge.kif 15106-15106
(subclass CellPart BodyPart) Mid-level-ontology.kif 10879-10879
(subclass Chin BodyPart) Mid-level-ontology.kif 12919-12919
(subclass Cornea BodyPart) Mid-level-ontology.kif 12134-12134
(subclass DigitAppendage BodyPart) Mid-level-ontology.kif 12482-12482
(subclass Eardrum BodyPart) Anatomy.kif 1623-1623
(subclass EggYolk BodyPart) Food.kif 2546-2546
(subclass Exoskeleton BodyPart) Mid-level-ontology.kif 11670-11670
(subclass Eyebrow BodyPart) Anatomy.kif 1434-1434
(subclass Face BodyPart) Mid-level-ontology.kif 12883-12883
(subclass Feather BodyPart) Mid-level-ontology.kif 20337-20337
(subclass Forehead BodyPart) Anatomy.kif 1483-1483
(subclass FrontalLobe BodyPart) Mid-level-ontology.kif 11870-11870
(subclass Head BodyPart) Mid-level-ontology.kif 12866-12866
(subclass Hoof BodyPart) Mid-level-ontology.kif 11458-11458

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 12409-12409
(domain PainFn 1 BodyPart) Mid-level-ontology.kif 6350-6350
(domain ParalysisFn 1 BodyPart) Mid-level-ontology.kif 6323-6323
(domain bodyAngle 1 BodyPart) Mid-level-ontology.kif 10703-10703
(domain bodyAngle 2 BodyPart) Mid-level-ontology.kif 10704-10704
(domain sheddingBodyPart 2 BodyPart) Geography.kif 6449-6449
(domainSubclass BodyAreaFn 1 BodyPart) Medicine.kif 6234-6234
(domainSubclass BodySideFn 2 BodyPart) Merge.kif 14972-14972
(domainSubclass CoveringFn 1 BodyPart) Mid-level-ontology.kif 29725-29725
(domainSubclass DeadOrMissingBodyPartFn 1 BodyPart) Merge.kif 18239-18239
(domainSubclass EdemaFn 1 BodyPart) Mid-level-ontology.kif 9979-9979
(domainSubclass ImpairedBodyPartFn 1 BodyPart) Merge.kif 18218-18218
(domainSubclass connectedBodyPart 1 BodyPart) Mid-level-ontology.kif 11962-11962
(domainSubclass connectedBodyPart 2 BodyPart) Mid-level-ontology.kif 11963-11963
(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 30178-30188
(=>
    (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 14955-14961
(=>
    (instance ?PART BodyPart)
    (exists (?PROC)
        (and
            (instance ?PROC PhysiologicProcess)
            (result ?PROC ?PART))))
Merge.kif 14963-14968

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 9986-9994
(=>
    (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 9964-9976
(=>
    (and
        (instance ?MOTION BodyMotion)
        (moves ?MOTION ?OBJ))
    (and
        (instance ?OBJ BodyPart)
        (patient ?MOTION ?OBJ)))
Merge.kif 11110-11116
(=>
    (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 6446-6451
(=>
    (instance ?COVER BodyCovering)
    (exists (?BODY)
        (and
            (superficialPart ?COVER ?BODY)
            (or
                (instance ?BODY Organism)
                (instance ?BODY BodyPart)))))
Merge.kif 15077-15084
(=>
    (instance ?JUNCT BodyJunction)
    (exists (?OBJ1 ?OBJ2)
        (and
            (instance ?OBJ1 BodyPart)
            (instance ?OBJ2 BodyPart)
            (connects ?JUNCT ?OBJ1 ?OBJ2))))
Merge.kif 15090-15096
(=>
    (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 9424-9431


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