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 397-398
(domainSubclass InjuryCausedFn 1 Process) Medicine.kif 400-400 域子類 InjuryCausedFn, 1 and Process
(instance InjuryCausedFn UnaryFunction) Medicine.kif 396-396 InjuryCausedFn and UnaryFunction
(range InjuryCausedFn Injury) Medicine.kif 399-399 範圍 InjuryCausedFn and Injury

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


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

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 698-715
(=>
    (attribute ?H
        (InjuryCausedFn ?PC))
    (exists (?I ?P)
        (and
            (instance ?I Injuring)
            (patient ?I ?H)
            (instance ?P ?PC)
            (causes ?P ?I))))
Medicine.kif 403-410


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