Update JSON-LD vocabulary to include profile IRIs
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 05 Feb 2013 12:57:12 +0100
changeset 1185 727b26ffed3f
parent 1184 1af69b9df69c
child 1186 824ba0135f44
Update JSON-LD vocabulary to include profile IRIs

This change already includes the copyright change (see http://lists.w3.org/Archives/Public/spec-prod/2013JanMar/0011.html).

This addresses #214.
ns/json-ld.html
ns/json-ld.jsonld
--- a/ns/json-ld.html	Tue Feb 05 12:33:30 2013 +0100
+++ b/ns/json-ld.html	Tue Feb 05 12:57:12 2013 +0100
@@ -24,17 +24,44 @@
       <p>You can read more about this feature in the <a property="rdfs:seeAlso" href="http://www.w3.org/TR/json-ld-syntax/#referencing-contexts-from-json-documents">JSON-LD Syntax specification</a>.</p>
       <link property="rdfs:isDefinedBy" href="http://www.w3.org/ns/json-ld" />
     </div>
+    <div resource="#expanded">
+      <h3 property="rdfs:label">Expanded JSON-LD document form</h3>
+      <p><code>http://www.w3.org/ns/json-ld#expanded</code></p>
+      <p property="rdfs:comment">This profile IRI is used to request or specify expanded JSON-LD document form.</p>
+      <p>You can read more about this feature in the <a property="rdfs:seeAlso" href="http://www.w3.org/TR/json-ld-syntax/#iana-considerations">JSON-LD Syntax specification</a>.</p>
+      <link property="rdfs:isDefinedBy" href="http://www.w3.org/ns/json-ld" />
+    </div>
+    <div resource="#expanded-flattened">
+      <h3 property="rdfs:label">Expanded, flattened JSON-LD document form</h3>
+      <p><code>http://www.w3.org/ns/json-ld#expanded-flattened</code></p>
+      <p property="rdfs:comment">This profile IRI is used to request or specify expanded, flattened JSON-LD document form.</p>
+      <p>You can read more about this feature in the <a property="rdfs:seeAlso" href="http://www.w3.org/TR/json-ld-syntax/#iana-considerations">JSON-LD Syntax specification</a>.</p>
+      <link property="rdfs:isDefinedBy" href="http://www.w3.org/ns/json-ld" />
+    </div>
+    <div resource="#compacted">
+      <h3 property="rdfs:label">Compacted JSON-LD document form</h3>
+      <p><code>http://www.w3.org/ns/json-ld#compacted</code></p>
+      <p property="rdfs:comment">This profile IRI is used to request or specify compacted JSON-LD document form.</p>
+      <p>You can read more about this feature in the <a property="rdfs:seeAlso" href="http://www.w3.org/TR/json-ld-syntax/#iana-considerations">JSON-LD Syntax specification</a>.</p>
+      <link property="rdfs:isDefinedBy" href="http://www.w3.org/ns/json-ld" />
+    </div>
+    <div resource="#compacted-flattened">
+      <h3 property="rdfs:label">Compacted, flattened JSON-LD document form</h3>
+      <p><code>http://www.w3.org/ns/json-ld#compacted-flattened</code></p>
+      <p property="rdfs:comment">This profile IRI is used to request or specify compacted, flattened JSON-LD document form.</p>
+      <p>You can read more about this feature in the <a property="rdfs:seeAlso" href="http://www.w3.org/TR/json-ld-syntax/#iana-considerations">JSON-LD Syntax specification</a>.</p>
+      <link property="rdfs:isDefinedBy" href="http://www.w3.org/ns/json-ld" />
+    </div>
     <p>&nbsp;</p>
     <hr>
     <p class="copyright">
-        <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 2012
-        <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>&reg;</sup>
-        (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>,
-        <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
-        <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved.
-        <abbr title="World Wide Web Consortium">W3C</abbr> <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
-        <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and
-        <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.
-      </p>
+      <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> &copy; 2013
+      <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>&reg;</sup>
+      (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>,
+      <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
+      <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>), All Rights Reserved.
+      W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
+      <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and
+      <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
   </body>
 </html>
--- a/ns/json-ld.jsonld	Tue Feb 05 12:33:30 2013 +0100
+++ b/ns/json-ld.jsonld	Tue Feb 05 12:57:12 2013 +0100
@@ -21,6 +21,34 @@
       "description": "This link relation is used to reference a JSON-LD context from a JSON document so that it can be interpreted as JSON-LD.",
       "seeAlso": "http://www.w3.org/TR/json-ld-syntax/#referencing-contexts-from-json-documents",
       "isDefinedBy": "http://www.w3.org/ns/json-ld"
+    },
+    {
+      "@id": "http://www.w3.org/ns/json-ld#expanded",
+      "label": "Expanded JSON-LD document form",
+      "description": "This profile IRI is used to request or specify expanded JSON-LD document form.",
+      "seeAlso": "http://www.w3.org/TR/json-ld-syntax/#iana-considerations",
+      "isDefinedBy": "http://www.w3.org/ns/json-ld"
+    },
+    {
+      "@id": "http://www.w3.org/ns/json-ld#expanded-flattened",
+      "label": "Expanded, flattened JSON-LD document form",
+      "description": "This profile IRI is used to request or specify expanded, flattened JSON-LD document form.",
+      "seeAlso": "http://www.w3.org/TR/json-ld-syntax/#iana-considerations",
+      "isDefinedBy": "http://www.w3.org/ns/json-ld"
+    },
+    {
+      "@id": "http://www.w3.org/ns/json-ld#compacted",
+      "label": "Compacted JSON-LD document form",
+      "description": "This profile IRI is used to request or specify compacted JSON-LD document form.",
+      "seeAlso": "http://www.w3.org/TR/json-ld-syntax/#iana-considerations",
+      "isDefinedBy": "http://www.w3.org/ns/json-ld"
+    },
+    {
+      "@id": "http://www.w3.org/ns/json-ld#compacted-flattened",
+      "label": "Compacted, flattened JSON-LD document form",
+      "description": "This profile IRI is used to request or specify compacted, flattened JSON-LD document form.",
+      "seeAlso": "http://www.w3.org/TR/json-ld-syntax/#iana-considerations",
+      "isDefinedBy": "http://www.w3.org/ns/json-ld"
     }
   ]
 }