--- 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> </p>
<hr>
<p class="copyright">
- <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2012
- <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</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> © 2013
+ <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</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"
}
]
}