monthlyIncome |
appearance as argument number 1 |
(documentation monthlyIncome EnglishLanguage "(monthlyIncome ?Agent ?Money) means that ?Money is the amount of money received during one month period") | FinancialOntology.kif 3280-3281 | |
(domain monthlyIncome 1 Human) | FinancialOntology.kif 3277-3277 | |
(domain monthlyIncome 2 CurrencyMeasure) | FinancialOntology.kif 3278-3278 | |
(instance monthlyIncome BinaryPredicate) | FinancialOntology.kif 3279-3279 |
appearance as argument number 2 |
(format ChineseLanguage monthlyIncome "%1 有 monthly income %2 ") | domainEnglishFormat.kif 3878-3878 | |
(format ChineseTraditionalLanguage monthlyIncome "%1 有 monthly income %2 ") | domainEnglishFormat.kif 3877-3877 | |
(format EnglishLanguage monthlyIncome "%1 has monthly income %2") | domainEnglishFormat.kif 3876-3876 | |
(termFormat ChineseLanguage monthlyIncome "月收入") | domainEnglishFormat.kif 38495-38495 | |
(termFormat ChineseTraditionalLanguage monthlyIncome "月收入") | domainEnglishFormat.kif 38494-38494 | |
(termFormat EnglishLanguage monthlyIncome "monthly income") | domainEnglishFormat.kif 38493-38493 |
antecedent |
(<=> (monthlyIncome ?Agent ?Money) (exists (?Month) (and (instance ?Month Month) (income ?Agent ?Money ?Month)))) |
FinancialOntology.kif 3283-3288 |