![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
SyrahGrape
|
|
|
| appearance as argument number 1 |
|
|
| (subclass UploadingOverNetwork NetworkCommunication) | ComputerInput.kif 2790-2790 | Uploading is a subclass of network communication |
| (documentation UploadingOverNetwork EnglishLanguage "UploadingOverNetwork is those instances of NetworkCommunication in which a DigitalData, such as a Computerfile is uploaded from a user's local computer onto another ComputerSystem on a network.") | ComputerInput.kif 2791-2793 | Uploading is a subclass of network communication |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?ACT UploadingOverNetwork) (exists (?DATA ?COM) (and (patient ?ACT ?DATA) (instance ?COM Computer) (origin ?ACT ?COM) (instance ?DATA DigitalData)))) |
ComputerInput.kif 2795-2802 | If X is an instance of uploading, then there exist Y, Z such that Y is a patient of X, Z is an instance of computer, X originates at Z, and Y is an instance of digital data |
| consequent |
|
|
| (=> (instance ?PROFILE ProfilePage) (hasPurpose ?PROFILE (exists (?USER ?PAGE ?POST) (and (instance ?USER FacebookUser) (instance ?PAGE WebPage) (instance ?POST UploadingOverNetwork) (agent ?POST ?USER) (result ?POST ?PAGE) (represents ?PAGE ?USER))))) |
Facebook.kif 159-169 | If X is an instance of profile page, then All of the following hold: (1) X has the purpose there exist Y, Z (2) W such that Y is an instance of Facebook user (3) Z is an instance of web page (4) W is an instance of uploading (5) Y is an agent of W (6) Z is a result of W (7) Z expresses Y |