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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Machine
Machine(machine)
BWR, CAT_scanner, Cockcroft-Walton_accelerator, Cockcroft-Walton_voltage_multiplier, Cockcroft_and_Walton_accelerator, Cockcroft_and_Walton_voltage_multiplier, Dictaphone, Intelnet, Jarvik_artificial_heart, Jarvik_heart, Linotype, Linotype_machine, Photostat, Photostat_machine, Roneo, Roneograph, Turing_machine, Van_de_Graaff_generator, Wankel_engine, Wankel_rotary_engine, Wimshurst_machine, Winchester_drive, X-ray_machine, Xerox, Xerox_machine, Zamboni, acoustic_modem, adder, aircraft_engine, analog-digital_converter, analog-to-digital_converter, android, atherodyde, athodyd, automat, automatic, automatic_pilot, automatonlike, autopilot, backup_system, barograph, bbs, bench_lathe, binder, black_box, boiling_water_reactor, booster, booster_amplifier, booster_station, breeder_reactor...

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


(documentation Machine ChineseLanguage "Machine 是一些有明确定义的 resourceresultDevices,它们以自动化的方式把 resource 转成 result。") chinese_format.kif 3634-3635
(documentation Machine EnglishLanguage "Machines are Devices that that have a well-defined resource and result and that automatically convert the resource into the result.") Merge.kif 16042-16044
(externalImage Machine "http://upload.wikimedia.org/wikipedia/commons/b/ b3/ USDA_windmills.jpg") pictureList.kif 11412-11412
(subclass Machine Device) Merge.kif 16041-16041 Machine is a subclass of device

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


(disjoint Furniture Machine) Mid-level-ontology.kif 3711-3711 Furniture is disjoint from machine
(industryProductType MachineryManufacturing Machine) Economy.kif 1784-1784 Machine is an industry product type of machinery manufacturing
(subclass AirConditioningCondenser Machine) Cars.kif 2045-2045 Air conditioning condenser is a subclass of machine
(subclass AirConditioningEvaporator Machine) Cars.kif 2069-2069 Air conditioning evaporator is a subclass of machine
(subclass GasCompressor Machine) Cars.kif 5168-5168 Compressor is a subclass of machine
(subclass Generator Machine) Cars.kif 1190-1190 Generator is a subclass of machine
(subclass IceMachine Machine) Mid-level-ontology.kif 25511-25511 Ice machine is a subclass of machine
(subclass Lathe Machine) Economy.kif 5986-5986 Lathe is a subclass of machine
(subclass Motor Machine) engineering.kif 742-742 Motor is a subclass of machine
(subclass Planer Machine) Economy.kif 6013-6013 Planer is a subclass of machine
(subclass VendingMachine Machine) Mid-level-ontology.kif 1954-1954 Vending machine is a subclass of machine
(termFormat ChineseLanguage Machine "机器") chinese_format.kif 1060-1060
(termFormat EnglishLanguage Machine "machine") english_format.kif 1331-1331
(termFormat FrenchLanguage Machine "machine") french_format.kif 738-738
(termFormat Hindi Machine "yantra") terms-hindi.txt 269-269
(termFormat ItalianLanguage Machine "Macchinario") terms-it.txt 272-272
(termFormat JapaneseLanguage Machine "機械") japanese_format.kif 2422-2422
(termFormat PortugueseLanguage Machine "Maquina") portuguese_format.kif 690-690
(termFormat cb Machine "makina") terms-cb.txt 274-274
(termFormat cz Machine "machine") terms-cz.txt 308-308
(termFormat ro Machine "maºinã") relations-ro.kif 759-759
(termFormat tg Machine "makina") terms-tg.txt 273-273

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


(=>
    (instance ?MACHINE Machine)
    (exists (?COMP1 ?COMP2)
        (and
            (instance ?COMP1 EngineeringComponent)
            (instance ?COMP2 EngineeringComponent)
            (not
                (equal ?COMP1 ?COMP2))
            (part ?COMP1 ?MACHINE)
            (part ?COMP2 ?MACHINE))))
Merge.kif 16073-16081
(=>
    (instance ?MACHINE Machine)
    (forall (?PROC)
        (=>
            (instrument ?PROC ?MACHINE)
            (exists (?RESOURCE ?RESULT)
                (and
                    (resource ?PROC ?RESOURCE)
                    (result ?PROC ?RESULT))))))
Merge.kif 16046-16054

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


(=>
    (and
        (instance ?LANG ComputerLanguage)
        (agent ?PROC ?AGENT)
        (instrument ?PROC ?LANG))
    (instance ?AGENT Machine))
Merge.kif 1439-1444
(=>
    (and
        (instance ?ORG Organization)
        (attribute ?ORG ComputerAndElectronicProductManufacturing))
    (exists (?EV ?MEM)
        (and
            (member ?MEM ?ORG)
            (agent ?MEM ?EV)
            (exists (?THING ?MEM2 ?EV2)
                (and
                    (instance ?EV Manufacture)
                    (or
                        (instance ?THING Computer)
                        (and
                            (instance ?THING Machine)
                            (exists (?EV3 ?ELEC)
                                (and
                                    (patient ?EV3 ?THING)
                                    (resource ?EV3 ?ELEC)
                                    (instance ?ELEC Electricity)))))
                    (patient ?EV ?THING)
                    (member ?MEM2 ?ORG)
                    (instance ?EV2 Selling)
                    (agent ?EV2 ?MEM2)
                    (patient ?EV2 ?THING))))))
naics.kif 5126-5150
(=>
    (and
        (instance ?ORG Organization)
        (attribute ?ORG ElectricalEquipmentApplianceAndComponentManufacturing))
    (exists (?EV ?MEM)
        (and
            (member ?MEM ?ORG)
            (agent ?MEM ?EV)
            (exists (?THING ?MEM2 ?EV2)
                (and
                    (instance ?EV Manufacture)
                    (and
                        (instance ?THING Machine)
                        (exists (?EV3 ?ELEC)
                            (and
                                (patient ?EV3 ?THING)
                                (resource ?EV3 ?ELEC)
                                (instance ?ELEC Electricity))))
                    (patient ?EV ?THING)
                    (member ?MEM2 ?ORG)
                    (instance ?EV2 Selling)
                    (agent ?EV2 ?MEM2)
                    (patient ?EV2 ?THING))))))
naics.kif 5421-5443
(=>
    (and
        (instance ?ORG Organization)
        (attribute ?ORG MachineryManufacturing))
    (exists (?EV ?MEM)
        (and
            (member ?MEM ?ORG)
            (agent ?MEM ?EV)
            (exists (?THING ?MEM2 ?EV2)
                (and
                    (instance ?EV Manufacture)
                    (instance ?THING Machine)
                    (patient ?EV ?THING)
                    (member ?MEM2 ?ORG)
                    (instance ?EV2 Selling)
                    (agent ?EV2 ?MEM2)
                    (patient ?EV2 ?THING))))))
naics.kif 4644-4660
(=>
    (attribute ?M CoinOperated)
    (instance ?M Machine))
Mid-level-ontology.kif 29470-29472


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