![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| AccountOfServiceFn |
| appearance as argument number 1 |
|
|
| (documentation AccountOfServiceFn EnglishLanguage "This function takes some SocialNetworkingSite as an argument and returns a subclass of SocialNetworkingAccount. (AccountOfServiceFn Network) represents the class of accounts held with Network. For instance, (equals FacebookAccount (AccountOfServiceFn Facebook)).") | Facebook.kif 101-105 | |
| (domain AccountOfServiceFn 1 SocialNetworkingSite) | Facebook.kif 107-107 | The number 1 argument of account of service of is an instance of social networking site |
| (rangeSubclass AccountOfServiceFn SocialNetworkingAccount) | Facebook.kif 108-108 | The values returned by account of service of are subclasses of social networking account |
| (instance AccountOfServiceFn UnaryFunction) | Facebook.kif 109-109 | Account of service of is an instance of unary function |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage AccountOfServiceFn "account of service of") | domainEnglishFormat.kif 64404-64404 |
| antecedent |
|
|
| (=> (and (instance ?SITE SocialNetworkingSite) (instance ?ACCOUNT (AccountOfServiceFn ?SITE))) (exists (?USER) (and (instance ?USER SocialNetworkingUser) (hasAccount ?USER ?ACCOUNT)))) |
Facebook.kif 112-119 | If X is an instance of social networking site and Y is an instance of account of service of X, then there exists Z such that Z is an instance of social networking user and Z has account Y |
| consequent |
|
|