![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| monthlyIncome |
| appearance as argument number 1 |
|
|
| (domain monthlyIncome 1 Human) | FinancialOntology.kif 3334-3334 | The number 1 argument of monthly income is an instance of human |
| (domain monthlyIncome 2 CurrencyMeasure) | FinancialOntology.kif 3335-3335 | The number 2 argument of monthly income is an instance of currency measure |
| (instance monthlyIncome BinaryPredicate) | FinancialOntology.kif 3336-3336 | monthly income is an instance of binary predicate |
| (documentation monthlyIncome EnglishLanguage "(monthlyIncome ?Agent ?Money) means that ?Money is the amount of money received during one month period") | FinancialOntology.kif 3337-3338 | monthly income is an instance of binary predicate |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage monthlyIncome "%1 has monthly income %2") | domainEnglishFormat.kif 3874-3874 | |
| (format ChineseTraditionalLanguage monthlyIncome "%1 有 monthly income %2 ") | domainEnglishFormat.kif 3875-3875 | |
| (format ChineseLanguage monthlyIncome "%1 有 monthly income %2 ") | domainEnglishFormat.kif 3876-3876 | |
| (termFormat EnglishLanguage monthlyIncome "monthly income") | domainEnglishFormat.kif 38495-38495 | |
| (termFormat ChineseTraditionalLanguage monthlyIncome "月收入") | domainEnglishFormat.kif 38496-38496 | |
| (termFormat ChineseLanguage monthlyIncome "月收入") | domainEnglishFormat.kif 38497-38497 |
| antecedent |
|
|
| (<=> (monthlyIncome ?Agent ?Money) (exists (?Month) (and (instance ?Month Month) (income ?Agent ?Money ?Month)))) |
FinancialOntology.kif 3340-3345 | X has monthly income Y if, only if there exists Z such that Z is an instance of month, and X income Y for Z |