Skip to content

Commit 85cdd64

Browse files
committed
clarifications as suggested in #170 and w3c/json-ld-wg#85
1 parent c13919d commit 85cdd64

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12448,7 +12448,8 @@ <h3>application/ld+json</h3>
1244812448
representation. The <code>profile</code> parameter MAY be used by
1244912449
clients to express their preferences in the content negotiation process.
1245012450
If the profile parameter is given, a server SHOULD return a document that
12451-
honors the profiles in the list which are recognized by the server.
12451+
honors the profiles in the list which it recognizes,
12452+
and MUST ignore the profiles in the list which it does not recognize.
1245212453
It is RECOMMENDED that profile URIs are dereferenceable and provide
1245312454
useful documentation at that URI. For more information and background
1245412455
please refer to [[RFC6906]].</p>
@@ -12468,7 +12469,9 @@ <h3>application/ld+json</h3>
1246812469
<dd>To request or specify <a data-lt="framed document form">framed JSON-LD document form</a>.</dd>
1246912470
</dl>
1247012471
<p class="note">Other specifications may publish additional profile parameter
12471-
URIs with their own defined sematics.</p>
12472+
URIs with their own defined sematics.
12473+
However, all URIs starting with <code>http://www.w3.org/ns/json-ld</code>
12474+
are reserved for future use by JSON-LD specifications.</p>
1247212475
<p>
1247312476
When used as a <a data-cite="RFC4288#section-4.3">media type parameter</a> [[RFC4288]]
1247412477
in an <a data-cite="rfc7231#section-5.3.2">HTTP Accept header</a> [[RFC7231]],

0 commit comments

Comments
 (0)