![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
MostRecentFeed
|
|
|
| appearance as argument number 1 |
|
|
| (documentation MostRecentFeed EnglishLanguage "There are two ways to look at Facebook's NewsFeed: The TopNewsFeed and the MostRecentFeed. The MostRecentFeed simply takes the activity of your facebookFriends and displays it in chronological order.") | Facebook.kif 446-449 | |
| (subclass MostRecentFeed Text) | Facebook.kif 450-450 | Most recent feed is a subclass of text |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage MostRecentFeed "most recent feed") | domainEnglishFormat.kif 65195-65195 |
| consequent |
|
|
| (=> (and (instance ?NEWSFEED NewsFeed) (located ?NEWSFEED Facebook)) (exists (?MOSTRECENT) (and (instance ?MOSTRECENT MostRecentFeed) (component ?MOSTRECENT ?NEWSFEED)))) |
Facebook.kif 453-460 | If X is an instance of news feed and X is located at Facebook, then there exists Y such that Y is an instance of most recent feed and Y is a component of X |