Independent Submission J. Snell
Request for Comments: 6903 March 2013
Category: Informational
ISSN: 2070-1721
Additional Link Relation Types
Snell Informational [Page 1]
RFC 6903 Additional Link Relations March 2013
Table of Contents
1. Introduction
The fundamental model for web links and the "Link Relations" registry are established by [RFC5988]. This specification defines and adds the following additional link relation types to the registry: "about", "preview", "privacy-policy", "terms-of-service", and "type".
2. "about"
The "about" link relation can be used to refer to a resource that is the subject or topic of the link's context. Multiple subjects can be indicated through the use of multiple "about" link relations.
3. "preview"
The "preview" link relation can be used to refer to a resource that serves as a preview of the link's context, likely with reduced quality or limited content. For instance, the preview link might reference a screen capture of a video, a brief snippet of audio from a song, or a thumbnail representation of an image. For example, issuing an HTTP HEAD request to a URI representing a large video or image file might return a link to a short or lower- quality preview of the original:
Snell Informational [Page 2]
RFC 6903 Additional Link Relations March 2013
HTTP/1.1 200 OK Content-Text: video/mpeg Link: <http://example.org/preview/10-second-preview.mpg>;
4. "privacy-policy"
The "privacy-policy" link relation can be used to refer to a resource describing the privacy policy associated with the link's context. The privacy policy can be any resource that discloses what personal information about the user is collected and how that personal information is stored, used, managed, and disclosed to other parties.
Snell Informational [Page 3]
RFC 6903 Additional Link Relations March 2013 4.1. The "privacy-policy" Link Relation and P3PThe Platform for Privacy Preferences [P3P] is a W3C Recommendation that defines a data format for the expression of privacy policy information. While the "privacy-policy" link relation can be used to reference P3P documents, there is no intended relationship, normative or otherwise, between this specification and the P3P Recommendation. As far as this specification is concerned, P3P documents are just one possible type of resource that "privacy-policy" links can reference.
5. "terms-of-service"
The "terms-of-service" link relation can be used to refer to a resource describing the terms of service associated with the link's context. The terms of service can be any resource that describes the rules to which a consumer of the service must agree to follow when using the service provided by the link's context.
Snell Informational [Page 4]
RFC 6903 Additional Link Relations March 2013 6. "type"The "type" link relation can be used to indicate that the context resource is an instance of the resource identified by the target Internationalized Resource Identifier (IRI).
7. IANA Considerations
The "Link Relation Types" registry has been updated with the following entries:
Snell Informational [Page 5]
RFC 6903 Additional Link Relations March 2013
o Reference: This specification, Section 6
8. Security Considerations
There are no additional security concerns introduced by this document.9. References 9.1. Normative References[RFC5988] Nottingham, M., "Web Linking", RFC 5988, October 2010.
9.2. Informative References
[P3P] W3C, "P3P: The Platform for Privacy Preferences", November