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 2021-2023
(subclass VendingMachine Machine) Mid-level-ontology.kif 2020-2020 Vending machine is a subclass of machine

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


(termFormat ChineseLanguage VendingMachine "售货机") domainEnglishFormat.kif 61483-61483
(termFormat ChineseTraditionalLanguage VendingMachine "售貨機") domainEnglishFormat.kif 61482-61482
(termFormat EnglishLanguage VendingMachine "vending machine") domainEnglishFormat.kif 61481-61481

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 2040-2050
(=>
    (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 2025-2038

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


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


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