|
3 | 3 | <!ENTITY rfc2046 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2046.xml">
|
4 | 4 | <!ENTITY rfc2119 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml">
|
5 | 5 | <!ENTITY rfc3986 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3986.xml">
|
| 6 | +<!ENTITY rfc4151 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4151.xml"> |
6 | 7 | <!--<!ENTITY rfc4287 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4287.xml">-->
|
7 | 8 | <!--<!ENTITY rfc5226 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5226.xml">-->
|
8 | 9 | <!ENTITY rfc5789 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5789.xml">
|
|
669 | 670 |
|
670 | 671 | <t>
|
671 | 672 | Relationship definitions are not normally media type
|
672 |
| - dependent, and users are encouraged to utilize existing |
673 |
| - accepted relation definitions. |
| 673 | + dependent, and users are encouraged to utilize the most |
| 674 | + suitable existing accepted relation definitions. |
674 | 675 | </t>
|
675 | 676 |
|
| 677 | + <t> |
| 678 | + When no registered relation (aside from "related") applies, users are |
| 679 | + encouraged to mint their own extension relation types, as described in |
| 680 | + <xref target="RFC5988">section 4.2 of RFC 5988</xref>. The simplest |
| 681 | + approaches for choosing link relation type URIs are to either use |
| 682 | + a URI scheme that is already in use to identify the system's primary |
| 683 | + resources, or to use a human-readable, non-dereferenceable URI scheme |
| 684 | + such as <xref target="RFC4151">"tag", defined by RFC 4151</xref>. |
| 685 | + Extension relation type URIs need not be dereferenceable, even when |
| 686 | + using a scheme that allows it. |
| 687 | + </t> |
676 | 688 | <figure>
|
677 | 689 | <preamble>
|
678 |
| - For example, if a hyper-schema is defined: |
| 690 | + As an example of registered relation types, if a hyper-schema is defined: |
679 | 691 | </preamble>
|
680 | 692 | <artwork>
|
681 | 693 | <![CDATA[{
|
@@ -1216,6 +1228,7 @@ GET /foo/
|
1216 | 1228 | <references title="Informative References">
|
1217 | 1229 | &rfc2046;
|
1218 | 1230 | <!--&rfc5226;-->
|
| 1231 | + &rfc4151; |
1219 | 1232 | &rfc5789;
|
1220 | 1233 | &rfc5988;
|
1221 | 1234 | &rfc7231;
|
|
0 commit comments