![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
EnglishLanguage
|
|
|
| appearance as argument number 1 |
|
|
| (subclass DigitalComment DigitalData) | ComputerInput.kif 2875-2875 | Digital comment is a subclass of digital data |
| (documentation DigitalComment EnglishLanguage "DigitalComments are comments referring to a DigitalPost.") | ComputerInput.kif 2876-2877 | Digital comment is a subclass of digital data |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage DigitalComment "digital comment") | ComputerInput.kif 2878-2878 |
| antecedent |
|
|
| (=> (instance ?COMMENT DigitalComment) (exists (?POST) (and (instance ?POST DigitalPost) (refers ?COMMENT ?POST)))) |
ComputerInput.kif 2880-2885 | If X is an instance of digital comment, then there exists Y such that Y is an instance of digital post and X includes a reference to Y |