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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - JumperCable
JumperCable(jumper cable)booster_cable, clip_lead, jumper, jumper_cable, jumper_lead, lead

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


(documentation JumperCable EnglishLanguage "A Wire with Clamps on both ends, designed for making temporary electrical connections.") Cars.kif 3272-3273
(subclass JumperCable Device) Cars.kif 3270-3270 Jumper cable is a subclass of device

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


(termFormat EnglishLanguage JumperCable "jumper cable") Cars.kif 3271-3271

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


(=>
    (instance ?JC JumperCable)
    (exists (?C1 ?C2 ?W)
        (and
            (instance ?C1 Clamp)
            (instance ?C2 Clamp)
            (instance ?W Wire)
            (part ?C1 ?JC)
            (part ?C2 ?JC)
            (part ?W ?JC)
            (connectedEngineeringComponents ?C1 ?W)
            (connectedEngineeringComponents ?C2 ?W)
            (not
                (equal ?C1 ?C2)))))
Cars.kif 3275-3287


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