|
4 | 4 | <!ENTITY rfc2046 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2046.xml">
|
5 | 5 | <!ENTITY rfc2119 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml">
|
6 | 6 | <!ENTITY rfc3986 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3986.xml">
|
| 7 | +<!ENTITY rfc4151 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4151.xml"> |
7 | 8 | <!--<!ENTITY rfc4287 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4287.xml">-->
|
8 | 9 | <!--<!ENTITY rfc5226 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5226.xml">-->
|
9 | 10 | <!ENTITY rfc5789 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5789.xml">
|
|
782 | 783 |
|
783 | 784 | <t>
|
784 | 785 | Relationship definitions are not normally media type
|
785 |
| - dependent, and users are encouraged to utilize existing |
786 |
| - accepted relation definitions. |
| 786 | + dependent, and users are encouraged to utilize the most |
| 787 | + suitable existing accepted relation definitions. |
787 | 788 | </t>
|
788 | 789 |
|
| 790 | + <t> |
| 791 | + When no registered relation (aside from "related") applies, users are |
| 792 | + encouraged to mint their own extension relation types, as described in |
| 793 | + <xref target="RFC5988">section 4.2 of RFC 5988</xref>. The simplest |
| 794 | + approaches for choosing link relation type URIs are to either use |
| 795 | + a URI scheme that the system is already using to identify its primary |
| 796 | + resources, or to use a human-readable, no-dereferenceable URI scheme |
| 797 | + such as <xref target="RFC4151">"tag", defined by RFC 4151</xref>. |
| 798 | + Extension relation type URIs need not be dereferenceable, even when |
| 799 | + using a scheme that allows it. |
| 800 | + </t> |
789 | 801 | <figure>
|
790 | 802 | <preamble>
|
791 |
| - For example, if a hyper-schema is defined: |
| 803 | + As an example of registered relation types, if a hyper-schema is defined: |
792 | 804 | </preamble>
|
793 | 805 | <artwork>
|
794 | 806 | <![CDATA[{
|
@@ -1252,6 +1264,7 @@ GET /foo/
|
1252 | 1264 | <references title="Informative References">
|
1253 | 1265 | &rfc2046;
|
1254 | 1266 | <!--&rfc5226;-->
|
| 1267 | + &rfc4151; |
1255 | 1268 | &rfc5789;
|
1256 | 1269 | &rfc5988;
|
1257 | 1270 | &rfc7231;
|
|
0 commit comments