From 85cdd64da7c6fe39cf547ead975fcca6bce67694 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Champin Date: Thu, 13 Jun 2019 17:36:34 +0200 Subject: [PATCH 1/2] clarifications as suggested in #170 and w3c/json-ld-wg#85 --- index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3e76ea7e..54279bca 100644 --- a/index.html +++ b/index.html @@ -12448,7 +12448,8 @@

application/ld+json

representation. The profile parameter MAY be used by clients to express their preferences in the content negotiation process. If the profile parameter is given, a server SHOULD return a document that - honors the profiles in the list which are recognized by the server. + honors the profiles in the list which it recognizes, + and MUST ignore the profiles in the list which it does not recognize. It is RECOMMENDED that profile URIs are dereferenceable and provide useful documentation at that URI. For more information and background please refer to [[RFC6906]].

@@ -12468,7 +12469,9 @@

application/ld+json

To request or specify framed JSON-LD document form.

Other specifications may publish additional profile parameter - URIs with their own defined sematics.

+ URIs with their own defined sematics. + However, all URIs starting with http://www.w3.org/ns/json-ld + are reserved for future use by JSON-LD specifications.

When used as a media type parameter [[RFC4288]] in an HTTP Accept header [[RFC7231]], From 6ea443ed780650e4330c39b8c1c6c798000bdd39 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Champin Date: Thu, 13 Jun 2019 18:21:45 +0200 Subject: [PATCH 2/2] reserved URIs now in normative text --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 54279bca..d778a7ad 100644 --- a/index.html +++ b/index.html @@ -12468,10 +12468,10 @@

application/ld+json

http://www.w3.org/ns/json-ld#framed
To request or specify framed JSON-LD document form.
-

Other specifications may publish additional profile parameter - URIs with their own defined sematics. - However, all URIs starting with http://www.w3.org/ns/json-ld +

All other URIs starting with http://www.w3.org/ns/json-ld are reserved for future use by JSON-LD specifications.

+

Other specifications may publish additional profile parameter + URIs with their own defined sematics.

When used as a media type parameter [[RFC4288]] in an HTTP Accept header [[RFC7231]],