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

Formal Language: 



KB Term:  Term intersection
English Word: 

  VendingMachine

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 1955-1957
(subclass VendingMachine Machine) Mid-level-ontology.kif 1954-1954 Vending machine is a subclass of machine

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


(termFormat ChineseLanguage VendingMachine "售货机") domainEnglishFormat.kif 61460-61460
(termFormat ChineseTraditionalLanguage VendingMachine "售貨機") domainEnglishFormat.kif 61459-61459
(termFormat EnglishLanguage VendingMachine "vending machine") domainEnglishFormat.kif 61458-61458

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 1974-1984
(=>
    (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 1959-1972

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


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


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