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

Formal Language: 


KB Term:  Term intersection
English Word: 

  CopperNickelLeadAndZincMining

Sigma KEE - Wire
Wire

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


(documentation Wire EnglishLanguage "A long, thin strand of Metal that is used in a wide range of applications, including the wiring of electrical systems, creating bundles and the construction of cages.") Mid-level-ontology.kif 4051-4053
(externalImage Wire "http://upload.wikimedia.org/wikipedia/commons/f/f4/ Wire.agr.jpg") pictureList.kif 203-203
(subclass Wire Artifact) Mid-level-ontology.kif 4050-4050 Wire est une sous-classe de artefact

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


(subclass WireCoil Wire) Cars.kif 3121-3121 WireCoil est une sous-classe de Wire
(subclass WireLine Wire) Mid-level-ontology.kif 4064-4064 WireLine est une sous-classe de Wire
(subclass WireSpring Wire) Mid-level-ontology.kif 4059-4059 WireSpring est une sous-classe de Wire
(termFormat ChineseLanguage Wire "线") domainEnglishFormat.kif 63213-63213 WireSpring est une sous-classe de Wire
(termFormat ChineseTraditionalLanguage Wire "線") domainEnglishFormat.kif 63212-63212 WireSpring est une sous-classe de Wire
(termFormat EnglishLanguage Wire "wire") domainEnglishFormat.kif 63211-63211 WireSpring est une sous-classe de Wire

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


(=>
    (instance ?WIRE Wire)
    (material Metal ?WIRE))
Mid-level-ontology.kif 4055-4057

consequent
-------------------------


(=>
    (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 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