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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Electromagnet
Electromagnet(electromagnet)electromagnet

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


(documentation Electromagnet EnglishLanguage "A Magnet that is created by sending Electricity through coils of Wire that are wound around a ferromagnetic core.") Cars.kif 3950-3952
(subclass Electromagnet ElectricDevice) Cars.kif 3948-3948 Electromagnet is a subclass of electric device
(subclass Electromagnet Magnet) Cars.kif 3947-3947 Electromagnet is a subclass of magnet

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


(subclass ElectroMechanicalFitting Electromagnet) engineering.kif 934-934 Electromechanical fitting is a subclass of electromagnet
(termFormat EnglishLanguage Electromagnet "electromagnet") Cars.kif 3949-3949 Electromechanical fitting is a subclass of electromagnet

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


(=>
    (and
        (instance ?EM Electromagnet)
        (instance ?T Transfer)
        (instance ?E Electricity)
        (objectTransferred ?T ?E)
        (path ?T ?EM))
    (exists (?M)
        (and
            (instance ?M Magnetism)
            (instrument ?M ?EM))))
Cars.kif 3954-3964
(=>
    (and
        (instance ?EM Electromagnet)
        (not
            (holdsDuring ?T1
                (exists (?T ?E)
                    (and
                        (instance ?T Transfer)
                        (instance ?E Electricity)
                        (objectTransferred ?T ?E)
                        (path ?T ?EM))))))
    (not
        (holdsDuring ?T1
            (exists (?M)
                (and
                    (instance ?M Magnetism)
                    (instrument ?M ?EM))))))
Cars.kif 3966-3982


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