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 14996-14999
(subclass BodyPart AnatomicalStructure) Merge.kif 14995-14995

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


(partition AnatomicalStructure BodyPart AbnormalAnatomicalStructure) Merge.kif 14960-14960
(rangeSubclass BodyAreaFn BodyPart) Medicine.kif 6235-6235
(rangeSubclass BodySideFn BodyPart) Merge.kif 15019-15019
(subclass AnimalShell BodyPart) Mid-level-ontology.kif 11553-11553
(subclass Auricle BodyPart) Anatomy.kif 1611-1611
(subclass BodyCavity BodyPart) Merge.kif 15144-15144
(subclass BodyCovering BodyPart) Merge.kif 15118-15118
(subclass BodyJunction BodyPart) Merge.kif 15132-15132
(subclass BodySegment BodyPart) Mid-level-ontology.kif 10599-10599
(subclass Bone BodyPart) Merge.kif 15247-15247
(subclass Cell BodyPart) Merge.kif 15152-15152
(subclass CellPart BodyPart) Mid-level-ontology.kif 10906-10906
(subclass Chin BodyPart) Mid-level-ontology.kif 12946-12946
(subclass Cornea BodyPart) Mid-level-ontology.kif 12161-12161
(subclass DigitAppendage BodyPart) Mid-level-ontology.kif 12509-12509
(subclass Eardrum BodyPart) Anatomy.kif 1623-1623
(subclass EggYolk BodyPart) Food.kif 2546-2546
(subclass Exoskeleton BodyPart) Mid-level-ontology.kif 11697-11697
(subclass Eyebrow BodyPart) Anatomy.kif 1434-1434
(subclass Face BodyPart) Mid-level-ontology.kif 12910-12910
(subclass Feather BodyPart) Mid-level-ontology.kif 20364-20364
(subclass Forehead BodyPart) Anatomy.kif 1483-1483
(subclass FrontalLobe BodyPart) Mid-level-ontology.kif 11897-11897
(subclass Head BodyPart) Mid-level-ontology.kif 12893-12893
(subclass Hoof BodyPart) Mid-level-ontology.kif 11485-11485

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 12436-12436
(domain PainFn 1 BodyPart) Mid-level-ontology.kif 6344-6344
(domain ParalysisFn 1 BodyPart) Mid-level-ontology.kif 6317-6317
(domain bodyAngle 1 BodyPart) Mid-level-ontology.kif 10730-10730
(domain bodyAngle 2 BodyPart) Mid-level-ontology.kif 10731-10731
(domain sheddingBodyPart 2 BodyPart) Geography.kif 6449-6449
(domainSubclass BodyAreaFn 1 BodyPart) Medicine.kif 6234-6234
(domainSubclass BodySideFn 2 BodyPart) Merge.kif 15018-15018
(domainSubclass CoveringFn 1 BodyPart) Mid-level-ontology.kif 29776-29776
(domainSubclass DeadOrMissingBodyPartFn 1 BodyPart) Merge.kif 18318-18318
(domainSubclass EdemaFn 1 BodyPart) Mid-level-ontology.kif 10006-10006
(domainSubclass ImpairedBodyPartFn 1 BodyPart) Merge.kif 18297-18297
(domainSubclass connectedBodyPart 1 BodyPart) Mid-level-ontology.kif 11989-11989
(domainSubclass connectedBodyPart 2 BodyPart) Mid-level-ontology.kif 11990-11990
(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 30202-30212
(=>
    (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 15001-15007
(=>
    (instance ?PART BodyPart)
    (exists (?PROC)
        (and
            (instance ?PROC PhysiologicProcess)
            (result ?PROC ?PART))))
Merge.kif 15009-15014

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 10013-10021
(=>
    (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 9991-10003
(=>
    (and
        (instance ?MOTION BodyMotion)
        (moves ?MOTION ?OBJ))
    (and
        (instance ?OBJ BodyPart)
        (patient ?MOTION ?OBJ)))
Merge.kif 11144-11150
(=>
    (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 6440-6445
(=>
    (instance ?COVER BodyCovering)
    (exists (?BODY)
        (and
            (superficialPart ?COVER ?BODY)
            (or
                (instance ?BODY Organism)
                (instance ?BODY BodyPart)))))
Merge.kif 15123-15130
(=>
    (instance ?JUNCT BodyJunction)
    (exists (?OBJ1 ?OBJ2)
        (and
            (instance ?OBJ1 BodyPart)
            (instance ?OBJ2 BodyPart)
            (connects ?JUNCT ?OBJ1 ?OBJ2))))
Merge.kif 15136-15142
(=>
    (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 2111-2120
(=>
    (instance ?U Ulcer)
    (exists (?H ?BP)
        (and
            (instance ?H HoleRegion)
            (instance ?BP BodyPart)
            (equal ?BP
                (HoleHostFn ?H))
            (part ?BP ?U))))
Mid-level-ontology.kif 9451-9458


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