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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - InjuryCausedFn
InjuryCausedFn

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


(documentation InjuryCausedFn EnglishLanguage "A Function that denotes an Injury resulting from a specific kind of Process.") Medicine.kif 386-387
(domainSubclass InjuryCausedFn 1 Process) Medicine.kif 389-389 The number 1 argument of injury is a subclass of process
(instance InjuryCausedFn UnaryFunction) Medicine.kif 384-384 Injury is an instance of unary function
(range InjuryCausedFn Injury) Medicine.kif 388-388 The range of injury is an instance of injury

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


(format EnglishLanguage InjuryCausedFn "an injury caused by %1") Medicine.kif 390-390
(termFormat EnglishLanguage InjuryCausedFn "injury") Medicine.kif 385-385

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


(=>
    (and
        (instance ?V ViolentContest)
        (patient ?V ?H)
        (attribute ?H
            (InjuryCausedFn ?PC))
        (attribute ?H
            (ImpairedBodyPartFn Airway)))
    (modalAttribute
        (or
            (subclass ?PC Combustion)
            (exists (?FI)
                (and
                    (instance ?I Injuring)
                    (located ?I ?F)
                    (instance ?F Face)
                    (patient ?I ?H)))) Likely))
Medicine.kif 689-706
(=>
    (attribute ?H
        (InjuryCausedFn ?PC))
    (exists (?I ?P)
        (and
            (instance ?I Injuring)
            (patient ?I ?H)
            (instance ?P ?PC)
            (causes ?P ?I))))
Medicine.kif 392-399


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