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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - JumperCable
JumperCable

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


(documentation JumperCable EnglishLanguage "A Wire with Clamps on both ends, designed for making temporary electrical connections.") Cars.kif 3219-3220
(subclass JumperCable Device) Cars.kif 3217-3217

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


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

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 3222-3234


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