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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - SafetyHarness
SafetyHarness

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


(documentation SafetyHarness EnglishLanguage "A SafetyDevice designed to protect a person from Injuring. The SafetyHarness is an attachment between a stationary and non_stationary object and is usually fabricated from rope, cable or webbing and locking hardware.") Cars.kif 3482-3482
(externalImage SafetyHarness "http://upload.wikimedia.org/wikipedia/commons/ thumb/ 6/ 6a/ US_Navy_090427-N-2893B-001_ATLANTIC_OCEAN_%28April_27%29_-_USS_Constitution_crewmember_Aviation_Electrician%27s_Mate_2nd_Class%2C_Tony_Barnardo%2C_clips_a_safety_harness_onto_the_foremast_topsail_yard.jpg/ 428px_thumbnail.jpg") pictureList.kif 1557-1557
(subclass SafetyHarness SafetyDevice) Cars.kif 3480-3480 SafetyHarness est une sous-classe de SafetyDevice
(subclass SafetyHarness WearableItem) Cars.kif 3481-3481 SafetyHarness est une sous-classe de WearableItem

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


(termFormat ChineseLanguage SafetyHarness "安全套") domainEnglishFormat.kif 50785-50785
(termFormat ChineseTraditionalLanguage SafetyHarness "安全套") domainEnglishFormat.kif 50784-50784
(termFormat EnglishLanguage SafetyHarness "safety harness") domainEnglishFormat.kif 50783-50783

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


(=>
    (and
        (instance ?SH SafetyHarness)
        (instance ?PERSON Animal)
        (wears ?PERSON ?SH))
    (hasPurpose ?SH
        (exists (?PROC ?INJ ?I)
            (and
                (instance ?PROC Process)
                (instrument ?PROC ?SH)
                (patient ?PROC ?PERSON)
                (subclass ?INJ
                    (KappaFn ?I
                        (and
                            (instance ?I Injuring)
                            (exists (?F ?H ?T)
                                (and
                                    (instance ?H Human)
                                    (experiencer ?I ?H)
                                    (instance ?F Falling)
                                    (experiencer ?F ?H)
                                    (causes ?F ?I)
                                    (=>
                                        (holdsDuring ?T
                                            (experiencer ?I ?PERSON))
                                        (not
                                            (holdsDuring ?T
                                                (patient ?PROC ?PERSON)))))))))
                (prevents ?PROC ?INJ)))))
Cars.kif 3450-3478


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