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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - BodyAreaFn
BodyAreaFn

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


(documentation BodyAreaFn EnglishLanguage "A Function that denotes the area near a given organ or structure of the body such as 'bicep area' or 'stomach area'.") Medicine.kif 6215-6216
(domainSubclass BodyAreaFn 1 BodyPart) Medicine.kif 6218-6218 The number 1 argument of BodyAreaFn is a subclass of body part
(instance BodyAreaFn UnaryFunction) Medicine.kif 6214-6214 BodyAreaFn is an instance of unary function
(rangeSubclass BodyAreaFn BodyPart) Medicine.kif 6219-6219 The values returned by BodyAreaFn are subclasses of body part

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


(=>
    (and
        (instance ?A
            (BodyAreaFn ?OC))
        (instance ?H Animal)
        (part ?A ?H))
    (exists (?O)
        (and
            (instance ?O ?OC)
            (orientation ?A ?O Near)
            (part ?O ?H))))
Medicine.kif 6221-6230

statement
-------------------------


(subclass LeftThigh
    (BodyAreaFn
        (BodySideFn Left ThighMuscle)))
Medicine.kif 2918-2918 Left thigh is a subclass of BodyAreaFn the left quadriceps
(subclass RightThigh
    (BodyAreaFn
        (BodySideFn Right ThighMuscle)))
Medicine.kif 2921-2921 Right thigh is a subclass of BodyAreaFn the right quadriceps


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