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

Formal Language: 



KB Term:  Term intersection
English Word: 

  InjuryCausedFn

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 The number 1 argument of InjuryCausedFn is a subclass of process
(instance InjuryCausedFn UnaryFunction) Medicine.kif 396-396 InjuryCausedFn is an instance of unary function
(range InjuryCausedFn Injury) Medicine.kif 399-399 The range of InjuryCausedFn is an instance of 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 simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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