![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
CurrencyCoin
|
|
|
| appearance as argument number 1 |
|
|
| (subclass CurrencyCoin Currency) | Mid-level-ontology.kif 4242-4242 | Coin is a subclass of currency |
| (documentation CurrencyCoin EnglishLanguage "Any instance of Currency that is made of Metal.") | Mid-level-ontology.kif 4243-4244 | Coin is a subclass of currency |
| appearance as argument number 2 |
|
|
| appearance as argument number 3 |
|
|
| (partition Currency CurrencyBill CurrencyCoin) | Mid-level-ontology.kif 4231-4231 | Currency is exhaustively partitioned into currency bill and coin |
| antecedent |
|
|
| (=> (instance ?COIN CurrencyCoin) (exists (?METAL) (and (subclass ?METAL Metal) (material ?METAL ?COIN)))) |
Mid-level-ontology.kif 4246-4251 | If X is an instance of coin, then there exists Y such that Y is a subclass of metal and X is made of Y |
| consequent |
|
|
| (=> (attribute ?M CoinOperated) (hasPurpose ?M (exists (?C ?FT ?A ?ACT) (and (instance ?C CurrencyCoin) (instance ?FT FinancialTransaction) (destination ?FT ?M) (patient ?FT ?C) (origin ?FT ?A) (causes ?FT ?ACT) (wants ?A ?ACT))))) |
Mid-level-ontology.kif 32085-32096 | If coin operated is an attribute of X, then All of the following hold: (1) X has the purpose there exist Y, Z,, , W (2) V such that Y is an instance of coin (3) Z is an instance of financial transaction (4) Z ends up at X (5) Y is a patient of Z (6) Z originates at W (7) Z causes V (8) W wants V |