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 6207-6210 | |
(subclass CurrencyMeasure ConstantQuantity) | Merge.kif 6205-6205 | 货币测量 是 恒量 的 subclass |
appearance as argument number 2 |
![]() |
(range ABPFn CurrencyMeasure) | UXExperimentalTerms.kif 3437-3437 | ABPFn 的 range 是 货币测量 的实例 |
(range ASPFn CurrencyMeasure) | UXExperimentalTerms.kif 3480-3480 | ASPFn 的 range 是 货币测量 的实例 |
(range AuctionGMBFn CurrencyMeasure) | UXExperimentalTerms.kif 3402-3402 | AuctionGMBFn 的 range 是 货币测量 的实例 |
(range GMBFn CurrencyMeasure) | UXExperimentalTerms.kif 3156-3156 | GMBFn 的 range 是 货币测量 的实例 |
(range GMVFn CurrencyMeasure) | UXExperimentalTerms.kif 3199-3199 | GMVFn 的 range 是 货币测量 的实例 |
(range WealthFn CurrencyMeasure) | Merge.kif 7697-7697 | 财富函数 的 range 是 货币测量 的实例 |
(subclass Interest CurrencyMeasure) | FinancialOntology.kif 513-513 | 利益 是 货币测量 的 subclass |
(termFormat ChineseLanguage CurrencyMeasure "货币测量") | chinese_format.kif 1308-1308 | |
(termFormat EnglishLanguage CurrencyMeasure "currency measure") | english_format.kif 1833-1833 |
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 1614-1623 | |
(=> (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 ?ITEM ?BUYING)))))))) (equal (ABPFn ?BUYINGS) (DivisionFn ?GMB ?TOTAL))) |
UXExperimentalTerms.kif 3447-3467 | |
(=> (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 3490-3510 |
consequent |
![]() |
(=> (and (equal (MeasureFn ?NUMBER ?UNIT) ?QUANT) (instance ?UNIT UnitOfCurrency)) (instance ?QUANT CurrencyMeasure)) |
Merge.kif 6292-6296 | |
(=> (and (instance ?AUCTIONING Auctioning) (instance ?ITEM Object) (patient ?AUCTIONING ?ITEM)) (exists (?BIDDER ?OFFER) (and (instance ?BIDDER Agent) (instance ?OFFER CurrencyMeasure) (bidPrice ?ITEM ?OFFER ?BIDDER)))) |
UXExperimentalTerms.kif 426-435 | |
(=> (contractedRentalPrice ?OBJ ?QUANT ?AGREE) (exists (?DURATION ?CURR) (and (instance ?CURR CurrencyMeasure) (instance ?DURATION TimeDuration) (equal ?QUANT (PerFn ?CURR ?DURATION))))) |
Catalog.kif 500-506 | |
(=> (instance ?X CurrencyExchangeService) (exists (?AMT1 ?CURR1 ?AMT2 ?CURR2 ?CUST) (and (agent ?X ?CUST) (not (equal ?CURR1 ?CURR2)) (instance ?AMT1 CurrencyMeasure) (instance ?AMT2 CurrencyMeasure) (holdsDuring (WhenFn (StartFn ?X)) (and (monetaryValue ?M1 ?AMT1) (possesses ?CUST ?M1) (equal ?AMT1 (MeasureFn ?NUM1 ?CURR1)))) (holdsDuring (WhenFn (EndFn ?X)) (and (monetaryValue ?M2 ?AMT2) (possesses ?CUST ?M2) (not (possesses ?CUST ?M1)) (equal ?AMT2 (MeasureFn ?NUM2 ?CURR2))))))) |
Hotel.kif 2077-2097 |
|
(=> (rentalPrice ?OBJ ?QUANT ?AGENT ?PS) (exists (?DURATION ?CURR) (and (instance ?DURATION TimeDuration) (instance ?CURR CurrencyMeasure) (equal ?QUANT (PerFn ?CURR ?DURATION))))) |
Catalog.kif 454-460 | |
(=> (unitPrice ?ENT ?QUANT ?AGENT ?PS) (exists (?MEAS ?AMT ?UOM) (and (equal ?QUANT (PerFn ?MEAS (MeasureFn ?AMT ?UOM))) (instance ?MEAS CurrencyMeasure)))) |
Catalog.kif 397-402 |
![]() |
![]() |