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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - VendingMachine
VendingMachine(vending machine)automat, vending_machine

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


(documentation VendingMachine EnglishLanguage "A Machine that is the instrument of a FinancialTransaction that accepts payment and releases some object, often food or drink, to the customer.") Mid-level-ontology.kif 2418-2420
(subclass VendingMachine Machine) Mid-level-ontology.kif 2417-2417 Vending machine is a subclass of machine

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


(termFormat ChineseLanguage VendingMachine "售货机") domainEnglishFormat.kif 61454-61454
(termFormat ChineseTraditionalLanguage VendingMachine "售貨機") domainEnglishFormat.kif 61453-61453
(termFormat EnglishLanguage VendingMachine "vending machine") domainEnglishFormat.kif 61452-61452

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


(=>
    (instance ?VD VendingMachine)
    (hasPurpose ?VD
        (exists (?T ?C ?P)
            (and
                (instance ?T FinancialTransaction)
                (instrument ?T ?VD)
                (patient ?T ?C)
                (instance ?C Currency)
                (patient ?T ?P)
                (instance ?P Product)))))
Mid-level-ontology.kif 2437-2447
(=>
    (instance ?VM VendingMachine)
    (hasPurpose ?VM
        (exists (?H ?O ?V)
            (and
                (instance ?V Vending)
                (instance ?H Human)
                (instance ?O Object)
                (objectTransferred ?V ?O)
                (instrument ?V ?VM)
                (origin ?V ?VM)
                (not
                    (instance ?O Currency))
                (destination ?V ?H)))))
Mid-level-ontology.kif 2422-2435

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


(=>
    (instance ?V Vending)
    (exists (?VM)
        (and
            (instance ?VM VendingMachine)
            (origin ?V ?VM))))
Mid-level-ontology.kif 2410-2415


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