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 3601-3603 | |
(externalImage Wire "http://upload.wikimedia.org/wikipedia/commons/f/f4/ Wire.agr.jpg") | pictureList.kif 203-203 | |
(subclass Wire Artifact) | Mid-level-ontology.kif 3600-3600 |
appearance as argument number 2 |
(subclass WireCoil Wire) | Cars.kif 3120-3120 | |
(subclass WireLine Wire) | Mid-level-ontology.kif 3614-3614 | |
(subclass WireSpring Wire) | Mid-level-ontology.kif 3609-3609 | |
(termFormat ChineseLanguage Wire "线") | domainEnglishFormat.kif 63244-63244 | |
(termFormat ChineseTraditionalLanguage Wire "線") | domainEnglishFormat.kif 63243-63243 | |
(termFormat EnglishLanguage Wire "wire") | domainEnglishFormat.kif 63242-63242 |
antecedent |
(=> (instance ?WIRE Wire) (material Metal ?WIRE)) |
Mid-level-ontology.kif 3605-3607 |
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 3274-3286 |