<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet type="text/xsl" href="link-relations.xsl"?>
<?oxygen RNGSchema="link-relations.rng" type="xml"?>
<registry xmlns="http://www.iana.org/assignments" id="link-relations">
  <title>Link Relations</title>
  <updated>2013-03-21</updated>


<registry id="link-relations-1">
  <title>Link Relation Types</title>
  <xref type="rfc" data="rfc5988"/>
  <registration_rule>Expert Review</registration_rule>
  <expert>Mark Nottingham, Julian Reschke, Jan Algermissen</expert>  
  
  <record>
    <value>about</value>
    <description>Refers to a resource that is the subject of the link's context.</description>
    <spec><xref type="rfc" data="rfc6903"/>, section 2</spec>
  </record>
  
  <record>
    <value>alternate</value>
    <description>Refers to a substitute for this context</description>
    <spec><xref type="uri" data="http://www.w3.org/TR/html5/links.html#link-type-alternate"/></spec>
  </record>
  
  <record>
    <value>appendix</value>
    <description>Refers to an appendix.</description>
    <spec><xref type="uri" data="http://www.w3.org/TR/1999/REC-html401-19991224"/></spec>
  </record>
  
  <record date="2010-11-09">
    <value>archives</value>
    <description>Refers to a collection of records, documents, or other
      materials of historical interest.</description>
    <spec><xref type="uri" data="http://www.w3.org/TR/2011/WD-html5-20110113/links.html#rel-archives"/></spec>
  </record>
  
  <record date="2010-11-09">
    <value>author</value>
    <description>Refers to the context's author.</description>
    <spec><xref type="uri" data="http://www.w3.org/TR/html5/links.html#link-type-author"/></spec>
  </record>
  
  <record>
    <value>bookmark</value>
    <description>Gives a permanent link to use for bookmarking purposes.</description>
    <spec><xref type="uri" data="http://www.w3.org/TR/html5/links.html#link-type-bookmark"/></spec>
  </record>
  
  <record>
    <value>canonical</value>
    <description>Designates the preferred version of a resource (the IRI and its contents).</description>
    <spec><xref type="rfc" data="rfc6596"/></spec>
  </record>
  
  <record>
    <value>chapter</value>
    <description>Refers to a chapter in a collection of resources.</description>
    <spec><xref type="uri" data="http://www.w3.org/TR/1999/REC-html401-19991224"/></spec>
  </record>
  
  <record>
    <value>collection</value>
    <description>The target IRI points to a resource which represents the collection resource for the context IRI.</description>
    <spec><xref type="rfc" data="rfc6573"/></spec>
  </record>
  
  <record>
    <value>contents</value>
    <description>Refers to a table of contents.</description>
    <spec><xref type="uri" data="http://www.w3.org/TR/1999/REC-html401-19991224"/></spec>
  </record>
  
  <record>
    <value>copyright</value>
    <description>Refers to a copyright statement that applies to the
    link's context.</description>
    <spec><xref type="uri" data="http://www.w3.org/TR/1999/REC-html401-19991224"/></spec>
  </record>
  
  <record>
    <value>create-form</value>
    <description>The target IRI points to a resource where a submission form can be obtained.</description>
    <spec><xref type="rfc" data="rfc6861"/></spec>
  </record>
  
  <record>
    <value>current</value>
    <description>Refers to a resource containing the most recent
      item(s) in a collection of resources.</description>
    <spec><xref type="rfc" data="rfc5005"/></spec>
  </record>
  
  <record>
    <value>describedby</value>
    <description>Refers to a resource providing information about the
      link's context.</description>
    <spec><xref type="uri" data="http://www.w3.org/TR/powder-dr/#assoc-linking"/></spec>
  </record>
  
    <record>
    <value>describes</value>
    <description>The relationship A 'describes' B asserts that
      resource A provides a description of resource B. There are no
      constraints on the format or representation of either A or B,
      neither are there any further constraints on either resource.</description>
    <spec><xref type="rfc" data="rfc6892"/></spec>
      <note>This link relation type is the inverse of the 'describedby'
        relation type.  While 'describedby' establishes a relation from
        the described resource back to the resource that describes it,
        'describes' established a relation from the describing resource to
        the resource it describes.  If B is 'describedby' A, then A
        'describes' B.</note>
  </record>
  
  <record>
    <value>disclosure</value>
    <description>Refers to a list of patent disclosures made with respect to material for which 'disclosure' relation is specified.</description>
    <spec><xref type="rfc" data="rfc6579"/></spec>
  </record>
  
  <record>
    <value>duplicate</value>
    <description>Refers to a resource whose available representations
      are byte-for-byte identical with the corresponding representations of
      the context IRI.</description>
    <spec><xref type="rfc" data="rfc6249"/></spec>
    <note>This relation is for static resources.  That is, an HTTP GET
      request on any duplicate will return the same representation.  It
      does not make sense for dynamic or POSTable resources and should not
      be used for them.
    </note>
  </record>
  
  <record>
    <value>edit</value>
    <description>Refers to a resource that can be used to edit the
      link's context.</description>
    <spec><xref type="rfc" data="rfc5023"/></spec>
  </record>
  
  <record>
    <value>edit-form</value>
    <description>The target IRI points to a resource where a submission form for
      editing associated resource can be obtained.</description>
    <spec><xref type="rfc" data="rfc6861"/></spec>
  </record>
  
  <record>
    <value>edit-media</value>
    <description>Refers to a resource that can be used to edit media
      associated with the link's context.</description>
    <spec><xref type="rfc" data="rfc5023"/></spec>
  </record>
  
  <record>
    <value>enclosure</value>
    <description>Identifies a related resource that is potentially
      large and might require special handling.</description>
    <spec><xref type="rfc" data="rfc4287"/></spec>
  </record>
  
  <record>
    <value>first</value>
    <description>An IRI that refers to the furthest preceding resource
    in a series of resources.</description>
    <spec><xref type="rfc" data="rfc5988"/></spec>
    <note>This relation type registration did not indicate a
      reference.  Originally requested by Mark Nottingham in December
      2004.
    </note>
  </record>
  
  <record>
    <value>glossary</value>
    <description>Refers to a glossary of terms.</description>
    <spec><xref type="uri" data="http://www.w3.org/TR/1999/REC-html401-19991224"/></spec>
  </record>
  
  <record>
    <value>help</value>
    <description>Refers to context-sensitive help.</description>
    <spec><xref type="uri" data="http://www.w3.org/TR/html5/links.html#link-type-help"/></spec>
  </record>
  
  <record>
    <value>hosts</value>
    <description>Refers to a resource hosted by the server indicated by
      the link context.</description>
    <spec><xref type="rfc" data="rfc6690"/></spec>
    <note>This relation is used in CoRE where links are retrieved as a
      "/.well-known/core" resource representation, and is the default
      relation type in the CoRE Link Format.</note>
  </record>
  
  <record>
    <value>hub</value>
    <description>Refers to a hub that enables registration for
    notification of updates to the context.</description>    
    <spec><xref type="uri" data="http://pubsubhubbub.googlecode.com"/></spec>
    <note>This relation type was requested by Brett Slatkin.</note>
  </record>
  
  <record date="2010-11-09">
    <value>icon</value>
    <description>Refers to an icon representing the link's context.</description>    
    <spec><xref type="uri" data="http://www.w3.org/TR/html5/links.html#link-type-icon"/></spec>
  </record>
  
  <record>
    <value>index</value>
    <description>Refers to an index.</description>
    <spec><xref type="uri" data="http://www.w3.org/TR/1999/REC-html401-19991224"/></spec>
  </record>
  
  <record>
    <value>item</value>
    <description>The target IRI points to a resource that is a member of the collection represented by the context IRI.</description>
    <spec><xref type="rfc" data="rfc6573"/></spec>
  </record>
  
  <record>
    <value>last</value>
    <description>An IRI that refers to the furthest following resource
      in a series of resources.</description>
    <spec><xref type="rfc" data="rfc5988"/></spec>
    <note>This relation type registration did not indicate a
      reference. Originally requested by Mark Nottingham in December
      2004.
    </note>
  </record>
  
  <record>
    <value>latest-version</value>
    <description>Points to a resource containing the latest (e.g.,
      current) version of the context.</description>
    <spec><xref type="rfc" data="rfc5829"/></spec>
  </record>
  
  <record>
    <value>license</value>
    <description>Refers to a license associated with this context.</description>
    <spec><xref type="rfc" data="rfc4946"/></spec>
    <note>For implications of use in HTML, see: 
      http://www.w3.org/TR/html5/links.html#link-type-license</note>
  </record>
  
  <record>
    <value>lrdd</value>
    <description>Refers to further information about the link's context,
      expressed as a LRDD ("Link-based Resource Descriptor Document")
      resource.  See <xref type="rfc" data="rfc6415"/> for information about
      processing this relation type in host-meta documents. When used
      elsewhere, it refers to additional links and other metadata.
      Multiple instances indicate additional LRDD resources. LRDD
      resources MUST have an "application/xrd+xml" representation, and
      MAY have others.</description>
    <spec><xref type="rfc" data="rfc6415"/></spec>
  </record>
  
  <record>
    <value>monitor</value>
    <description>Refers to a resource that can be used to monitor changes in an HTTP resource.
    </description>
    <spec><xref type="rfc" data="rfc5989"/></spec>
  </record>
  
  <record>
    <value>monitor-group</value>
    <description>Refers to a resource that can be used to monitor changes in a specified group of HTTP resources.
    </description>
    <spec><xref type="rfc" data="rfc5989"/></spec>
  </record>
  
  <record date="2006-02-02">
    <value>next</value>
    <description>Indicates that the link's context is a part of a series, and
      that the next in the series is the link target.
    </description>
    <spec><xref type="uri" data="http://www.w3.org/TR/html5/links.html#link-type-next"/></spec>
  </record> 
  
  <record>
    <value>next-archive</value>
    <description>Refers to the immediately following archive resource.</description>
    <spec><xref type="rfc" data="rfc5005"/></spec>
  </record>
  
  <record date="2010-11-09">
    <value>nofollow</value>
    <description>Indicates that the context’s original author or publisher does not endorse the link target.</description>    
    <spec><xref type="uri" data="http://www.w3.org/TR/html5/links.html#link-type-nofollow"/></spec>
  </record>
  
  <record date="2010-11-09">
    <value>noreferrer</value>
    <description>Indicates that no referrer information is to be leaked when following the link.</description>    
    <spec><xref type="uri" data="http://www.w3.org/TR/html5/links.html#link-type-noreferrer"/></spec>
  </record>
  
  <record>
    <value>payment</value>
    <description>Indicates a resource where payment is accepted.</description>
    <spec><xref type="rfc" data="rfc5988"/></spec>
    <note>This relation type registration did not indicate a
      reference.  Requested by Joshua Kinberg and Robert Sayre.  It is
      meant as a general way to facilitate acts of payment, and thus
      this specification makes no assumptions on the type of payment or
      transaction protocol.  Examples may include a web page where
      donations are accepted or where goods and services are available
      for purchase. rel="payment" is not intended to initiate an
      automated transaction.  In Atom documents, a link element with a
      rel="payment" attribute may exist at the feed/channel level and/or
      the entry/item level.  For example, a rel="payment" link at the
      feed/channel level may point to a "tip jar" URI, whereas an entry/
      item containing a book review may include a rel="payment" link
      that points to the location where the book may be purchased
      through an online retailer.
    </note>
  </record>

  <record>
    <value>predecessor-version</value>
    <description>Points to a resource containing the predecessor
      version in the version history.
    </description>
    <spec><xref type="rfc" data="rfc5829"/></spec>
  </record>

  <record date="2010-11-09">
    <value>prefetch</value>
    <description>Indicates that the link target should be preemptively cached.</description>    
    <spec><xref type="uri" data="http://www.w3.org/TR/html5/links.html#link-type-prefetch"/></spec>
  </record>

  <record>
    <value>prev</value>
    <description>Indicates that the link's context is a part of a series, and
      that the previous in the series is the link target.
    </description>
    <spec><xref type="uri" data="http://www.w3.org/TR/html5/links.html#link-type-prev"/></spec>
  </record>  
  
  <record>
    <value>preview</value>
    <description>Refers to a resource that provides a preview of the link's context.</description>
    <spec><xref type="rfc" data="rfc6903"/>, section 3</spec>
  </record>

  <record>
    <value>previous</value>
    <description>Refers to the previous resource in an ordered series
      of resources.  Synonym for "prev".</description>
    <spec><xref type="uri" data="http://www.w3.org/TR/1999/REC-html401-19991224"/></spec>
  </record>

  <record>
    <value>prev-archive</value>
    <description>Refers to the immediately preceding archive resource.</description>
    <spec><xref type="rfc" data="rfc5005"/></spec>
  </record>  
  
  <record>
    <value>privacy-policy</value>
    <description>Refers to a privacy policy associated with the link's context.</description>
    <spec><xref type="rfc" data="rfc6903"/>, section 4</spec>
  </record>  
  
  <record>
    <value>profile</value>
    <description>Identifying that a resource representation conforms
to a certain profile, without affecting the non-profile semantics
of the resource representation.</description>    
    <spec><xref type="rfc" data="rfc6906"/></spec>
    <note>Profile URIs are primarily intended to be used as
identifiers, and thus clients SHOULD NOT indiscriminately access
profile URIs.</note>
  </record>
  
  <record>
    <value>related</value>
    <description>Identifies a related resource.</description>
    <spec><xref type="rfc" data="rfc4287"/></spec>
  </record>
  
  <record>
    <value>replies</value>
    <description>Identifies a resource that is a reply to the context
      of the link.
    </description>
    <spec><xref type="rfc" data="rfc4685"/></spec>
  </record>

  <record date="2010-11-09">
    <value>search</value>
    <description>Refers to a resource that can be used to search through
      the link's context and related resources.</description>
    <spec><xref type="uri" data="http://www.opensearch.org/Specifications/OpenSearch/1.1"/></spec>
  </record>

  <record>
    <value>section</value>
    <description>Refers to a section in a collection of resources.</description>
    <spec><xref type="uri" data="http://www.w3.org/TR/1999/REC-html401-19991224"/></spec>
  </record>
  
  <record>
    <value>self</value>
    <description>Conveys an identifier for the link's context.
    </description>
    <spec><xref type="rfc" data="rfc4287"/></spec>
  </record>
  
  <record>
    <value>service</value>
    <description>Indicates a URI that can be used to retrieve a
      service document.</description>
    <spec><xref type="rfc" data="rfc5023"/></spec>
    <note>When used in an Atom document, this relation type specifies
      Atom Publishing Protocol service documents by default.  Requested
      by James Snell.
    </note>
  </record>
  
  <record>
    <value>start</value>
    <description>Refers to the first resource in a collection of
      resources.</description>
    <spec><xref type="uri" data="http://www.w3.org/TR/1999/REC-html401-19991224"/></spec>
  </record>
  
  <record>
    <value>stylesheet</value>
    <description>Refers to a stylesheet.</description>
    <spec><xref type="uri" data="http://www.w3.org/TR/html5/links.html#link-type-stylesheet"/></spec>
  </record>
  
  <record>
    <value>subsection</value>
    <description>Refers to a resource serving as a subsection in a
      collection of resources.</description>
    <spec><xref type="uri" data="http://www.w3.org/TR/1999/REC-html401-19991224"/></spec>
  </record>
  
  <record>
    <value>successor-version</value>
    <description>Points to a resource containing the successor version
      in the version history.
    </description>
    <spec><xref type="rfc" data="rfc5829"/></spec>
  </record>
  
  <record>
    <value>tag</value>
    <description>Gives a tag (identified by the given address) that applies to
      the current document.
    </description>
    <spec><xref type="uri" data="http://www.w3.org/TR/html5/links.html#link-type-tag"/></spec>
  </record>  
  
  <record>
    <value>terms-of-service</value>
    <description>Refers to the terms of service associated with the link's context.</description>
    <spec><xref type="rfc" data="rfc6903"/>, section 5</spec>
  </record>  
  
  <record>
    <value>type</value>
    <description>Refers to a resource identifying the abstract semantic type of which the link's context is considered to be an instance.</description>
    <spec><xref type="rfc" data="rfc6903"/>, section 6</spec>
  </record>
  
  <record>
    <value>up</value>
    <description>Refers to a parent document in a hierarchy of
      documents.
    </description>
    <spec><xref type="rfc" data="rfc5988"/></spec>
    <note>This relation type registration did not indicate a
      reference.  Requested by Noah Slater.</note>
  </record>
  
  <record>
    <value>version-history</value>
    <description>Points to a resource containing the version history
      for the context.
    </description>
    <spec><xref type="rfc" data="rfc5829"/></spec>
  </record>
  
  <record>
    <value>via</value>
    <description>Identifies a resource that is the source of the
      information in the link's context.
    </description>
    <spec><xref type="rfc" data="rfc4287"/></spec>
  </record>
  
  <record>
    <value>working-copy</value>
    <description>Points to a working copy for this resource.</description>
    <spec><xref type="rfc" data="rfc5829"/></spec>
  </record>
  
  <record>
    <value>working-copy-of</value>
    <description>Points to the versioned resource from which this
      working copy was obtained.
    </description>
    <spec><xref type="rfc" data="rfc5829"/></spec>
  </record>
 
</registry>
  
  <registry id="link-relations-2">
    <title>Link Relation Application Data</title>
    <xref type="rfc" data="rfc5988"/>
    <registration_rule>Expert Review</registration_rule>
    <expert>Mark Nottingham, Julian Reschke, Jan Algermissen</expert>
    
   </registry>
  
  <people/>
</registry>
