--- a/spec/latest/json-ld-syntax/index.html Mon Feb 11 13:23:11 2013 -0500
+++ b/spec/latest/json-ld-syntax/index.html Mon Feb 11 19:21:59 2013 +0100
@@ -3271,25 +3271,26 @@
<dd>
<dl>
<dt><code>profile</code></dt>
- <dd>A whitespace-separated list of IRIs identifying specific constraints
- or conventions that apply to a JSON-LD document. A profile MUST NOT change
- the semantics of the resource representation when processed without profile
- knowledge, so that clients both with and without knowledge of a profiled
- resource can safely use the same representation. The <code>profile</code>
- parameter MAY also be used by clients to express their preferences in the
- content negotiation process. It is RECOMMENDED that profile IRIs are
- dereferenceable and provide useful documentation at that IRI. This
- specification defines four values for the <code>profile</code> parameter.
- To request or specify Expanded JSON-LD document form, the
- <code>http://www.w3.org/ns/json-ld#expanded</code> IRI SHOULD be used.
- To request or specify Expanded, Flattened JSON-LD document form, the
- <code>http://www.w3.org/ns/json-ld#expanded-flattened</code> IRI SHOULD
- be used.
- To request or specify Compacted JSON-LD document form, the
- <code>http://www.w3.org/ns/json-ld#compacted</code> IRI SHOULD be used.
- To request or specify Compacted, Flattened JSON-LD document form, the
- <code>http://www.w3.org/ns/json-ld#compacted-flattened</code> IRI
- SHOULD be used.
+ <dd>
+ <p>A whitespace-separated list of IRIs identifying specific constraints
+ or conventions that apply to a JSON-LD document. A profile MUST NOT change
+ the semantics of the resource representation when processed without profile
+ knowledge, so that clients both with and without knowledge of a profiled
+ resource can safely use the same representation. The <code>profile</code>
+ parameter MAY also be used by clients to express their preferences in the
+ content negotiation process. It is RECOMMENDED that profile IRIs are
+ dereferenceable and provide useful documentation at that IRI. For more
+ information and background please refer to [[PROFILE-LINK]].</p>
+ <p>This specification defines four values for the <code>profile</code> parameter.
+ To request or specify Expanded JSON-LD document form, the
+ <code>http://www.w3.org/ns/json-ld#expanded</code> IRI SHOULD be used.
+ To request or specify Expanded, Flattened JSON-LD document form, the
+ <code>http://www.w3.org/ns/json-ld#expanded-flattened</code> IRI SHOULD
+ be used. To request or specify Compacted JSON-LD document form, the
+ <code>http://www.w3.org/ns/json-ld#compacted</code> IRI SHOULD be used.
+ To request or specify Compacted, Flattened JSON-LD document form, the
+ <code>http://www.w3.org/ns/json-ld#compacted-flattened</code> IRI
+ SHOULD be used.</p>
</dd>
</dl>
</dd>
--- a/spec/latest/respec-w3c-extensions.js Mon Feb 11 13:23:11 2013 -0500
+++ b/spec/latest/respec-w3c-extensions.js Mon Feb 11 19:21:59 2013 +0100
@@ -7,7 +7,8 @@
"RFC5988": "M. Nottingham, Editor. <cite><a href=\"http://tools.ietf.org/rfc/rfc5988\">Web Linking</a>.</cite> October 2010. Internet RFC 5988. URL: <a href=\"http://tools.ietf.org/rfc/rfc5988.txt\">http://tools.ietf.org/rfc/rfc5988.txt</a>",
"RDF-CONCEPTS": "Richard Cyganiak, David Wood, Editors. <cite><a href=\"http://www.w3.org/TR/2013/WD-rdf11-concepts-20130115/\">RDF 1.1 Concepts and Abstract Syntax.</a></cite> 15 January 2013. W3C Working Draft (work in progress). URL: <a href=\"http://www.w3.org/TR/2013/WD-rdf11-concepts-20130115/\">http://www.w3.org/TR/2013/WD-rdf11-concepts-20130115/</a>",
"TURTLE-TR": "Eric Prud'hommeaux, Gavin Carothers, Editors. <cite><a href=\"http://www.w3.org/TR/2011/WD-turtle-20110809/\">Turtle: Terse RDF Triple Language.</a></cite> 09 August 2011. W3C Working Draft (work in progress). URL: <a href=\"http://www.w3.org/TR/2011/WD-turtle-20110809/\">http://www.w3.org/TR/2011/WD-turtle-20110809/</a>",
- "MICRODATA": "Ian Hickson, Editor. <cite><a href=\"http://www.w3.org/TR/2012/WD-microdata-20120329/\">HTML Microdata</a>.</cite> 29 March 2012. W3C Working Draft (work in progress). URL: <a href=\"http://www.w3.org/TR/2012/WD-microdata-20120329/\">http://www.w3.org/TR/2012/WD-microdata-20120329/</a>"
+ "MICRODATA": "Ian Hickson, Editor. <cite><a href=\"http://www.w3.org/TR/2012/WD-microdata-20120329/\">HTML Microdata</a>.</cite> 29 March 2012. W3C Working Draft (work in progress). URL: <a href=\"http://www.w3.org/TR/2012/WD-microdata-20120329/\">http://www.w3.org/TR/2012/WD-microdata-20120329/</a>",
+ "PROFILE-LINK": "Erik Wilde. <cite><a href=\"http://tools.ietf.org/html/draft-wilde-profile-link\">The 'profile' Link Relation Type</a>.</cite> 17 October 2012. IETF Internet Draft (work in progress). URL: <a href=\"http://tools.ietf.org/html/draft-wilde-profile-link\">http://tools.ietf.org/html/draft-wilde-profile-link</a>"
};
var preProc = {