FollowLinksForMoreInformation is the general practice of performing web retrieval on URIs in a knowledge base to obtain more knowledge. It might also be called "Inclusion During Query Answering" and is sometimes loosely called FollowYourNose. It gives rise to SelfAnsweringQuestions and the SelfDescribingWeb. From a multi-agent system design angle, this sometimes looks like PullTheDefinition.

There are many specific practices one might follow here, such as only following links in the RDF predicate position, or only following rdfs:seeAlso links; see LinkProperties for discussion. The myriad options have different results in two dimensions:

  1. Performance. Following all the links may take too long or produce too much data, so the question is which links to follow first or follow at all. From this angle, links indicate relevance, pointing out some information which (true or false) is probably more interesting than other information of unknown veracity.

  2. Trust. What to do with any knowledge you gather? Do you simply consider it true since UseImpliesConsent (There are degrees of consent and trust. Trust is not boolean. guest), do you consider it provisionally true in some sense, do you consider some of it true based on what kinds of links were followed, ...?

Some options:

Closer to applications, we can imagine this might manifest as:

FollowLinksForMoreInformation (last edited 2006-12-10 09:25:26 by SeanPalmer)