Independent Submission E. Wilde
Request for Comments: 6892 EMC Corporation
Category: Informational March 2013
ISSN: 2070-1721
The 'describes' Link Relation Type
Wilde Informational [Page 1]
RFC 6892 describes" Link Type March 2013
Table of Contents
1. Introduction
Resources on the web can be identified by any (registered) URI scheme and can be represented by any (registered) media type. In many cases, applications establish specific (i.e., typed) relations between the resources they are concerned with, which can either be under their control or controlled by another authority. A common usage pattern for associating resources is to have resources that are descriptions of other resources. This specification registers the 'describes' link relation, which allows applications to represent the fact that one resource is a description of another resource.
2. Resource Descriptions
Associating resources with descriptions of these resources is a recurring pattern on the web. The IANA "Link Relations" registry established by RFC 5988 [1] currently contains a 'describedby' link relation type, which has been registered by POWDER [2]. The definition given in the reference document for that registration is as follows: "The relationship A 'describedby' B asserts that resource B provides a description of resource A. There are no constraints on the format or representation of either A or B, neither are there any further constraints on either resource". Since many scenarios using resource descriptions need to represent the fact that some resource describes another resource (the opposite of the 'describedby' relation), this document registers a 'describes' link relation type. Establishing a link A 'describes' B asserts that the resource identified by A is a description of the resource identified by B, without constraining in any way the identifiers being used for A and B, and the media types for the representations being provided when those identifiers are dereferenced. Specifically, it is possible that identifiers A and/or B have no associated interaction method (they could be URNs, for example), but it still is valid to establish the A 'describes' B link.
Wilde Informational [Page 2]
RFC 6892 describes" Link Type March 2013
Another design freedom is to use "chains" of 'describes' (or 'describedby') links, so that one resource is a description of another resource, which in turn is a description of yet another resource. The "levels" of descriptions can go as deep as required by an application and are not constrained by this specification.
3. Use Case
Beginning with the POWDER document [2], which specifies the 'describedby' link relation, the use case for the 'describedby' link relation is that a described resource, such as an HTML web page, can specify a link where clients can find a description of this resource. While the 'describedby' link relation is defined to be independent of specific formats and representations, within the context of POWDER, the assumption is that the linked resources most often will provide a description based on the Resource Description Framework (RDF), for example, to provide metadata about a document's author and other provenance information.
Wilde Informational [Page 3]
RFC 6892 describes" Link Type March 2013 4. IANA ConsiderationsThe link relation type below has been registered by IANA per Section 6.2.1 of RFC 5988 [1]:
5. Security Considerations
Resource descriptions should never be treated as authoritative or exclusive without relying on additional mechanisms for trust and security. Resources can have many (possibly conflicting) descriptions, and the 'describes' link relation type makes no claim whatsoever about the authority of the party providing the association between the two resources, or about the authority of the party providing the description resource. Before making any assumptions about the authority of the description resource (both the accuracy of the description contained in the description resource, and the authority to provide a description of the described resource), clients need a context that allows them to understand both the authority of the description itself, and the authority to establish the 'describes' relation. Nobody can stop clients from providing misleading unauthorized and/or descriptions, and clients need to have both a security and trust framework to allow them to choose between trusted and untrusted descriptions.
6. Acknowledgements
Thanks for comments and suggestions provided by Mark Nottingham.
Wilde Informational [Page 4]
RFC 6892 describes" Link Type March 2013 7. References 7.1. Normative References[1] Nottingham, M., "Web Linking", RFC 5988, October 2010.
7.2. Informative References
[2] Archer, P., Smith, K., and A. Perego, "Protocol for Web