VendingMachine
|
|
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 1948-1950 | |
(subclass VendingMachine Machine) | Mid-level-ontology.kif 1947-1947 |
appearance as argument number 2 |
(termFormat ChineseLanguage VendingMachine "售货机") | domainEnglishFormat.kif 61462-61462 | |
(termFormat ChineseTraditionalLanguage VendingMachine "售貨機") | domainEnglishFormat.kif 61461-61461 | |
(termFormat EnglishLanguage VendingMachine "vending machine") | domainEnglishFormat.kif 61460-61460 |
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 1967-1977 | |
(=> (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 1952-1965 |
consequent |
(=> (instance ?V Vending) (exists (?VM) (and (instance ?VM VendingMachine) (origin ?V ?VM)))) |
Mid-level-ontology.kif 1940-1945 |