![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| compensationPackage |
| appearance as argument number 1 |
|
|
| (instance compensationPackage TernaryPredicate) | FinancialOntology.kif 3423-3423 | compensation package is an instance of ternary predicate |
| (domain compensationPackage 1 Human) | FinancialOntology.kif 3424-3424 | The number 1 argument of compensation package is an instance of human |
| (domain compensationPackage 2 CurrencyMeasure) | FinancialOntology.kif 3425-3425 | The number 2 argument of compensation package is an instance of currency measure |
| (domain compensationPackage 3 TimePosition) | FinancialOntology.kif 3426-3426 | The number 3 argument of compensation package is an instance of time position |
| (documentation compensationPackage EnglishLanguage "The total monetary value an employee receives during a certain time period.") | FinancialOntology.kif 3427-3428 | The number 3 argument of compensation package is an instance of time position |
| appearance as argument number 2 |
|
|
| (format EnglishLanguage compensationPackage "%1 %n{doesn't} compensation package %2 for %3") | domainEnglishFormat.kif 502-502 | |
| (format ChineseTraditionalLanguage compensationPackage "%1 對於 %3 %n{不是} compensation 包裹 %2 ") | domainEnglishFormat.kif 503-503 | |
| (format ChineseLanguage compensationPackage "%1 对于 %3 %n{不是} compensation 包裹 %2 ") | domainEnglishFormat.kif 504-504 | |
| (termFormat EnglishLanguage compensationPackage "compensation package") | domainEnglishFormat.kif 16164-16164 | |
| (termFormat ChineseTraditionalLanguage compensationPackage "補償方案") | domainEnglishFormat.kif 16165-16165 | |
| (termFormat ChineseLanguage compensationPackage "补偿方案") | domainEnglishFormat.kif 16166-16166 |
| antecedent |
|
|
| (=> (compensationPackage ?Agent ?Money ?Period) (exists (?Activity) (and (instance ?Activity Working) (agent ?Activity ?Agent) (equal ?Period (WhenFn ?Activity)) (incomeEarned ?Agent ?Money ?Activity)))) |
FinancialOntology.kif 3430-3437 | If X compensation package Y for Z, then there exists W such that W is an instance of working, X is an agent of W, equal Z, the time of existence of W, and X is income earned Y for W |