![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| connectedInSocialNetwork |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (connectedInSocialNetwork ?USER1 ?USER2) (exists (?ACCOUNT1 ?ACCOUNT2 ?SITE) (and (instance ?SITE SocialNetworkingSite) (instance ?ACCOUNT1 (AccountOfServiceFn ?SITE)) (instance ?ACCOUNT2 (AccountOfServiceFn ?SITE)) (hasAccount ?USER1 ?ACCOUNT1) (hasAccount ?USER2 ?ACCOUNT2) (not (equal ?ACCOUNT1 ?ACCOUNT2))))) |
Facebook.kif 47-57 | If connected in social network X and Y, then All of the following hold: (1) there exist Z, W (2) V such that V is an instance of social networking site (3) Z is an instance of account of service of V (4) W is an instance of account of service of V (5) X has account Z (6) Y has account W (7) equal Z (8) W |
| consequent |
|
|
| (=> (and (instance ?USER1 SocialNetworkingUser) (birthday ?USER1 ?CLASS) (instance ?DAY ?CLASS) (instance ?AUTONOTIFY AutomatedNotificationSystem) (agent ?PROCESS ?AUTONOTIFY) (result ?PROCESS ?BIRTHDAYNOTIFICATION) (instance ?BIRTHDAYNOTIFICATION BirthdayNotification) (represents ?BIRTHDAYNOTIFICATION ?USER1)) (holdsDuring ?DAY (forall (?USER2) (=> (and (instance ?USER2 SocialNetworkingUser) (connectedInSocialNetwork ?USER1 ?USER2)) (destination ?PROCESS ?USER2))))) |
Facebook.kif 723-739 | If All of the following hold: (1) X is an instance of social networking user (2) X's birthday is Y (3) Z is an instance of Y (4) W is an instance of automated notification system (5) W is an agent of V (6) U is a result of V (7) U is an instance of birthday notification (8) U expresses X, then For all Entity T: if T is an instance of social networking user and connected in social network X and T, then V ends up at T |