- Typed link
A typed link in a
hypertext system is a link to another document or part of a document that includes information about the "character" of the link. For example, rather than merely pointing to the existence of a document, a link might also specify that the document supports the conclusion of the article pointing to it, that it contradicts the article pointing to it, that it is an older version of the document, that it serves to define the word next to the link, that it is an index to other documents of the same type, or some other relationship. This allows a user to take actions such as searching only certain types of links or displaying them differently. It may also allow browsing software to do things like pre-fetching documents it expects the user to browse.While not an important part of
Internet -based hypertext systems, typed links were a common feature in pre-Internet hypertext systems such as Xanadu,NoteCards ,HyperWriter ,IBIS /gIBIS , and others. Although they can be very useful, the lack of a standardized set of link attributes such as "Supports Position"/"Refutes Position" as well as the difficulty of applying the attributes has always hindered the use of typed links beyond prototyping purposes. Any system of attributes would turn a hypertext corpus into asemantic web , and permit more sophisticated processing.Present
HTML supports typed links from whole documents to whole documents with thetag. For example, the tag
specifies that the document "top.html" is a table of contents for the work that includes the document you are currently reading, and the tag
specifies that "chap3.html" is the next document in logical sequence after the one you are reading. There is also the
rev
erse attribute. The HTML standard states that bothrel
andrev
can be added to thetag, as well.
Wikimedia Foundation. 2010.