![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| ContractDocument(contract document) |
| appearance as argument number 1 |
|
|
| (subclass ContractDocument TextDocument) | Media.kif 955-955 | Contract document is a subclass of text document |
| (documentation ContractDocument EnglishLanguage "Instances of ContractDocument are TextDocuments that describe the terms of a contract.") | Media.kif 956-958 | Contract document is a subclass of text document |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage ContractDocument "contract document") | domainEnglishFormat.kif 64700-64700 |
| antecedent |
|
|
| (=> (instance ?DOC ContractDocument) (exists (?PROP) (and (containsInformation ?DOC ?PROP) (property ?PROP Contract)))) |
Media.kif 959-964 | If X is an instance of contract document, then there exists Y such that X contains information Y and Y the attribute contract |
| (=> (and (instance ?DOC ContractDocument) (containsInformation ?DOC ?PROP) (property ?PROP Contract)) (property ?PROP Law)) |
Media.kif 975-980 | If X is an instance of contract document, X contains information Y, and Y the attribute contract, then Y the attribute law |