Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - currencyExchangeRate
currencyExchangeRate

appearance as argument number 1
-------------------------


(documentation currencyExchangeRate EnglishLanguage "(currencyExchangeRate ?UNIT ?AMOUNT) means that the currency denomination ?UNIT is worth ?AMOUNT (which is in another CurrencyMeasure).") Economy.kif 3656-3659
(domain currencyExchangeRate 1 UnitOfCurrency) Economy.kif 3653-3653 匯率, 1 and UnitOfCurrency
(domain currencyExchangeRate 2 CurrencyMeasure) Economy.kif 3654-3654 匯率, 2 and CurrencyMeasure
(instance currencyExchangeRate BinaryPredicate) Economy.kif 3652-3652 匯率 and BinaryPredicate

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


(format ChineseLanguage currencyExchangeRate "%2 %n 是 %1 的 currency 交换汇率") domainEnglishFormat.kif 600-600
(format ChineseTraditionalLanguage currencyExchangeRate "%2 %n 是 %1 的 currency 交換匯率") domainEnglishFormat.kif 599-599
(format EnglishLanguage currencyExchangeRate "%2 is %n a currency exchange rate of %1") domainEnglishFormat.kif 598-598
(termFormat ChineseLanguage currencyExchangeRate "汇率") domainEnglishFormat.kif 18078-18078
(termFormat ChineseTraditionalLanguage currencyExchangeRate "匯率") domainEnglishFormat.kif 18077-18077
(termFormat EnglishLanguage currencyExchangeRate "currency exchange rate") domainEnglishFormat.kif 18076-18076

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


(<=>
    (currencyExchangePerUSDollar ?AMOUNT ?PERIOD)
    (exists (?TIME)
        (and
            (instance ?TIME ?PERIOD)
            (holdsDuring ?TIME
                (currencyExchangeRate UnitedStatesDollar ?AMOUNT)))))
Economy.kif 3661-3666 TimeInterval CurrencyMeasurecurrency 交換 每美元 TimePosition TimePosition and TimeInterval 持有期間 TimePosition and CurrencyMeasure美國美元currency 交換匯率
(<=>
    (currencyExchangeRateInPeriod ?UNIT ?AMOUNT ?PERIOD)
    (exists (?TIME)
        (and
            (instance ?TIME ?PERIOD)
            (holdsDuring ?TIME
                (currencyExchangeRate ?UNIT ?AMOUNT)))))
Economy.kif 3668-3673 UnitOfCurrency 對於 TimeInterval 在週期 CurrencyMeasurecurrency 交換匯率 TimePosition TimePosition and TimeInterval 持有期間 TimePosition and CurrencyMeasure UnitOfCurrencycurrency 交換匯率


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