![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
TaxReturn
|
|
|
| appearance as argument number 1 |
|
|
| (subclass TaxReturn FormText) | FinancialOntology.kif 951-951 | Tax return is a subclass of form text |
| (documentation TaxReturn EnglishLanguage "A FormText that is used for calculating the amount of income tax owed in a given year.") | FinancialOntology.kif 952-953 | Tax return is a subclass of form text |
| (externalImage TaxReturn "http://upload.wikimedia.org/wikipedia/commons/ 3/ 38/ Form_1040%2C_2005.jpg") | pictureList.kif 2995-2995 | Tax return is a subclass of form text |
| (externalImage TaxReturn "http://upload.wikimedia.org/wikipedia/commons/ 0/ 01/ Form_1040X%2C_2005.png") | pictureList.kif 3207-3207 | Tax return is a subclass of form text |
| (externalImage TaxReturn "http://upload.wikimedia.org/wikipedia/commons/ 1/ 12/ Form_1040%2C_2005%2C_page_2.jpg") | pictureList.kif 3208-3208 | Tax return is a subclass of form text |
| (externalImage TaxReturn "http://upload.wikimedia.org/wikipedia/commons/ 9/ 9b/ Form_1040EZ%2C_2005.jpg") | pictureList.kif 3209-3209 | Tax return is a subclass of form text |
| (externalImage TaxReturn "http://upload.wikimedia.org/wikipedia/commons/ f/ f3/ Form_1040A%2C_2005.jpg") | pictureList.kif 3210-3210 | Tax return is a subclass of form text |
| (externalImage TaxReturn "http://upload.wikimedia.org/wikipedia/commons/ 8/ 89/ Form_1040A%2C_2005%2C_page_2.jpg") | pictureList.kif 3211-3211 | Tax return is a subclass of form text |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?RETURN TaxReturn) (hasPurpose ?RETURN (exists (?CALCULATE ?AMOUNT ?TAX) (and (instance ?CALCULATE Calculating) (instrument ?CALCULATE ?RETURN) (result ?CALCULATE ?AMOUNT) (transactionAmount ?TAX ?AMOUNT) (instance ?TAX Tax))))) |
FinancialOntology.kif 955-964 | If X is an instance of tax return, then X has the purpose there exist Y, Z, W such that Y is an instance of calculating, X is an instrument for Y, Z is a result of Y, Z is a transaction amount of W, and W is an instance of tax |