CurrencyMeasure |
appearance as argument number 1 |
(documentation CurrencyMeasure ChineseLanguage "这个 ConstantQuantity subclass 的实例是 用来量度 monetaryValue 的,它以某些 UnitOfCurrency 如 UnitedStatesDollar ,UnitedStatesCent、人民币、日元等等来表示。") | chinese_format.kif 2419-2421 | |
(documentation CurrencyMeasure EnglishLanguage "Instances of this subclass of ConstantQuantity are measures of monetaryValue stated in terms of some UnitOfCurrency such as UnitedStatesDollar, UnitedStatesCent, RMB, Lira, Yen, etc.") | Merge.kif 6304-6307 | |
(documentation CurrencyMeasure JapaneseLanguage "ConstantQuantity のこの subclass の例 は、UnitedStatesDollar、UnitedStatesCent、RMB、Lira、Yen、などのいくつかの UnitOfCurrency の観点から記載された monetaryValue の尺度である。") | japanese_format.kif 1107-1109 | |
(subclass CurrencyMeasure ConstantQuantity) | Merge.kif 6302-6302 |
appearance as argument number 2 |
(range ABPFn CurrencyMeasure) | UXExperimentalTerms.kif 3227-3227 | |
(range ASPFn CurrencyMeasure) | UXExperimentalTerms.kif 3272-3272 | |
(range AuctionGMBFn CurrencyMeasure) | UXExperimentalTerms.kif 3195-3195 | |
(range GMBFn CurrencyMeasure) | UXExperimentalTerms.kif 2949-2949 | |
(range GMVFn CurrencyMeasure) | UXExperimentalTerms.kif 2992-2992 | |
(range WealthFn CurrencyMeasure) | Merge.kif 7829-7829 | |
(subclass Interest CurrencyMeasure) | FinancialOntology.kif 513-513 | |
(subclass ShareUnit CurrencyMeasure) | FinancialOntology.kif 2107-2107 | |
(termFormat ChineseLanguage CurrencyMeasure "货币测量") | chinese_format.kif 1308-1308 | |
(termFormat EnglishLanguage CurrencyMeasure "currency measure") | english_format.kif 1833-1833 | |
(termFormat FrenchLanguage CurrencyMeasure "mesure de devise") | french_format.kif 986-986 | |
(termFormat Hindi CurrencyMeasure "mudraa maapa") | terms-hindi.txt 521-521 | |
(termFormat ItalianLanguage CurrencyMeasure "MisuraMonetaria") | terms-it.txt 525-525 | |
(termFormat JapaneseLanguage CurrencyMeasure "通貨測定") | japanese_format.kif 2670-2670 | |
(termFormat PortugueseLanguage CurrencyMeasure "Medida de Divisa") | portuguese_format.kif 938-938 | |
(termFormat cb CurrencyMeasure "panalaping sukod") | terms-cb.txt 527-527 | |
(termFormat cz CurrencyMeasure "currency measure") | terms-cz.txt 561-561 | |
(termFormat ro CurrencyMeasure "mãsurã de monedã") | relations-ro.kif 1007-1007 | |
(termFormat tg CurrencyMeasure "sukat ng salapi") | terms-tg.txt 526-526 |
appearance as argument number 3 |
antecedent |
(=> (and (instance ?BIDDING Bidding) (instance ?OBJECT Physical) (instance ?AMOUNT CurrencyMeasure) (instance ?AGENT ?AGENT) (objectOfBid ?BIDDING ?OBJECT) (amountOfBid ?BIDDING ?AMOUNT) (agent ?BIDDING ?AGENT)) (bidPrice ?OBJECT ?AMOUNT ?AGENT)) |
UXExperimentalTerms.kif 1416-1425 | |
(=> (and (instance ?BUYINGS Collection) (instance ?GMB CurrencyMeasure) (instance ?TOTAL RealNumber) (equal ?GMB (GMBFn ?BUYINGS)) (equal ?TOTAL (CardinalityFn (KappaFn ?ITEM (and (instance ?ITEM Object) (exists (?BUYING) (and (member ?BUYING ?BUYINGS) (patient ?BUYING ?ITEM)))))))) (equal (ABPFn ?BUYINGS) (DivisionFn ?GMB ?TOTAL))) |
UXExperimentalTerms.kif 3239-3259 | |
(=> (and (instance ?SELLINGS Collection) (instance ?GMV CurrencyMeasure) (instance ?TOTAL RealNumber) (equal ?GMV (GMVFn ?SELLINGS)) (equal ?TOTAL (CardinalityFn (KappaFn ?ITEM (and (instance ?ITEM Object) (exists (?SELLING) (and (member ?SELLING ?SELLINGS) (patient ?SELLING ?ITEM)))))))) (equal (ASPFn ?SELLINGS) (DivisionFn ?GMV ?TOTAL))) |
UXExperimentalTerms.kif 3282-3302 |
consequent |
(=> (and (equal (MeasureFn ?NUMBER ?UNIT) ?QUANT) (instance ?UNIT UnitOfCurrency)) (instance ?QUANT CurrencyMeasure)) |
Merge.kif 6389-6393 | |
(=> (and (instance ?AUCTIONING Auctioning) (instance ?ITEM Object) (patient ?AUCTIONING ?ITEM)) (exists (?BIDDER ?OFFER) (and (instance ?BIDDER AutonomousAgent) (instance ?OFFER CurrencyMeasure) (bidPrice ?ITEM ?OFFER ?BIDDER)))) |
UXExperimentalTerms.kif 343-352 | |
(=> (contractedRentalPrice ?OBJ ?QUANT ?AGREE) (exists (?DURATION ?CURR) (and (instance ?CURR CurrencyMeasure) (instance ?DURATION TimeDuration) (equal ?QUANT (PerFn ?CURR ?DURATION))))) |
Catalog.kif 505-511 | |
(=> (instance ?X CurrencyExchangeService) (exists (?AMT1 ?CURR1 ?AMT2 ?CURR2 ?CUST ?M1 ?M2 ?NUM1 ?NUM2) (and (agent ?X ?CUST) (not (equal ?CURR1 ?CURR2)) (instance ?AMT1 CurrencyMeasure) (instance ?AMT2 CurrencyMeasure) (holdsDuring (BeginFn (WhenFn ?X)) (and (monetaryValue ?M1 ?AMT1) (possesses ?CUST ?M1) (equal ?AMT1 (MeasureFn ?NUM1 ?CURR1)))) (holdsDuring (EndFn (WhenFn ?X)) (and (monetaryValue ?M2 ?AMT2) (possesses ?CUST ?M2) (not (possesses ?CUST ?M1)) (equal ?AMT2 (MeasureFn ?NUM2 ?CURR2))))))) |
Hotel.kif 2104-2124 | |
(=> (rentalPrice ?OBJ ?QUANT ?AGENT ?PS) (exists (?DURATION ?CURR) (and (instance ?DURATION TimeDuration) (instance ?CURR CurrencyMeasure) (equal ?QUANT (PerFn ?CURR ?DURATION))))) |
Catalog.kif 459-465 | |
(=> (unitPrice ?ENT ?QUANT ?AGENT ?PS) (exists (?MEAS ?AMT ?UOM) (and (equal ?QUANT (PerFn ?MEAS (MeasureFn ?AMT ?UOM))) (instance ?MEAS CurrencyMeasure)))) |
Catalog.kif 402-407 |