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 385-386
(domainSubclass InjuryCausedFn 1 Process) Medicine.kif 388-388 The number 1 argument of InjuryCausedFn is a subclass of process
(instance InjuryCausedFn UnaryFunction) Medicine.kif 384-384 InjuryCausedFn is an instance of unary function
(range InjuryCausedFn Injury) Medicine.kif 387-387 The range of InjuryCausedFn is an instance of injury

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


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

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 686-703
(=>
    (attribute ?H
        (InjuryCausedFn ?PC))
    (exists (?I ?P)
        (and
            (instance ?I Injuring)
            (patient ?I ?H)
            (instance ?P ?PC)
            (causes ?P ?I))))
Medicine.kif 391-398


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