Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  KB:  Language: 
  Formal Language: 



KB Term:  Term intersection
English Word: 

  SocialNetworkingSite

Sigma KEE - SocialNetworkingSite
SocialNetworkingSite(social networking site)

appearance as argument number 1
-------------------------


(documentation SocialNetworkingSite EnglishLanguage "An instance of SocialNetworkingSite is a WebSite that focuses primarily on building and maintaining relationships between people. Facebook and LinkedIn are two popular examples of social networking sites. These sites consist of a representation of each user (usually maintained by a ProfilePage), his or her social links, and a variety of additional services. They often provide some medium for InstantMessaging and StatusUpdates.") Facebook.kif 12-19
(subclass SocialNetworkingSite WebSite) Facebook.kif 21-21 Social networking site is a subclass of web site

appearance as argument number 2
-------------------------


(instance TikTok SocialNetworkingSite) ComputingBrands.kif 4490-4490 TikTok is an instance of social networking site
(termFormat EnglishLanguage SocialNetworkingSite "social networking site") Facebook.kif 22-22 TikTok is an instance of social networking site
(instance Facebook SocialNetworkingSite) Facebook.kif 131-131 Facebook is an instance of social networking site
(instance LinkedIn SocialNetworkingSite) LinkedInDegrees.kif 469-469 LinkedIn is an instance of social networking site

appearance as argument number 3
-------------------------


(domain AccountOfServiceFn 1 SocialNetworkingSite) Facebook.kif 107-107 The number 1 argument of account of service of is an instance of social networking site

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
-------------------------


(=>
    (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
(=>
    (instance ?USER SocialNetworkingUser)
    (exists (?SITE ?ACCOUNT)
        (and
            (instance ?SITE SocialNetworkingSite)
            (instance ?ACCOUNT
                (AccountOfServiceFn ?SITE))
            (hasAccount ?USER ?ACCOUNT))))
Facebook.kif 93-99 If X is an instance of social networking user, then there exist Y, Z such that Y is an instance of social networking site, Z is an instance of account of service of Y, and X has account Z


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners