![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| TextDocument(text document) |
| appearance as argument number 1 |
|
|
| (documentation TextDocument EnglishLanguage "Instances of TextDocument are Documents that have at least one part that is an instance of Text.") | Media.kif 917-919 | |
| (subclass TextDocument Document) | Media.kif 921-921 | Text document is a subclass of document |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?OBJ TextDocument) (exists (?TXT) (and (instance ?TXT Text) (component ?TXT ?OBJ)))) |
Media.kif 922-927 | If X is an instance of text document, then there exists Y such that Y is an instance of text and Y is a component of X |
| consequent |
|
|
| (=> (and (instance ?TXT Text) (instance ?OBJ Document) (part ?TXT ?OBJ)) (instance ?OBJ TextDocument)) |
Media.kif 929-934 | If X is an instance of text, Y is an instance of document, and X is a part of Y, then Y is an instance of text document |