![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| UploadingAudioFile(uploading audio file) |
| appearance as argument number 1 |
|
|
| (subclass UploadingAudioFile UploadingOverNetwork) | ComputerInput.kif 2828-2828 | Uploading audio file is a subclass of uploading |
| (documentation UploadingAudioFile EnglishLanguage "UploadingAudioFile is those instances of NetworkCommunication in which a non_video AudioFile is uploaded from a user's local computer onto another ComputerSystem on a network.") | ComputerInput.kif 2829-2831 | Uploading audio file is a subclass of uploading |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage UploadingAudioFile "uploading audio file") | domainEnglishFormat.kif 65672-65672 |
| antecedent |
|
|
| (=> (instance ?ACT UploadingAudioFile) (exists (?FILE) (and (patient ?ACT ?FILE) (instance ?FILE AudioFile)))) |
ComputerInput.kif 2833-2838 | If X is an instance of uploading audio file, then there exists Y such that Y is a patient of X and Y is an instance of audio file |