--- a/spec/latest/json-ld-syntax/index.html Wed May 16 20:20:24 2012 +0800
+++ b/spec/latest/json-ld-syntax/index.html Wed May 16 20:21:45 2012 +0800
@@ -2555,79 +2555,6 @@
</section>
<section class="appendix informative">
-<h3>Mashing Up Vocabularies</h3>
-
-<p>Developers benefit by being able to mash other
-<tref title="vocabulary">vocabularies</tref> into their
-JSON-LD markup. There are over 200
-<tref title="vocabulary">vocabularies</tref> that are available for use
-on the Web today. Some of these <tref title="vocabulary">vocabularies</tref>
-include:
-</p>
-
-<ul>
- <li>RDF - for describing information about objects and concepts on the Web.</li>
- <li>RDFS - for expressing things like labels and comments.</li>
- <li>XSD - for specifying basic types like strings, integers, dates and times.</li>
- <li>Dublin Core - for describing creative works.</li>
- <li>FOAF - for describing social networks.</li>
- <li>Calendar - for specifying events.</li>
- <li>SIOC - for describing discussions on blogs and websites.</li>
- <li>CCrel - for describing Creative Commons and other types of licenses.</li>
- <li>GEO - for describing geographic location.</li>
- <li>VCard - for describing organizations and people.</li>
- <li>DOAP - for describing projects.</li>
-</ul>
-
-<p>You can use these <tref title="vocabulary">vocabularies</tref> in
-combination, like so:</p>
-
-<pre class="example" data-transform="updateExample">
-<!--
-{
- "@context":
- {
- "foaf": "http://xmlns.com/foaf/0.1/",****
- "sioc": "http://rdfs.org/sioc/ns#",
- "rdfs": "http://www.w3.org/2000/01/rdf-schema#"****
- },
- "@type": "foaf:Person",
- "foaf:name": "Manu Sporny",
- "foaf:homepage": "http://manu.sporny.org/",****
- "sioc:avatar": "http://twitter.com/account/profile_image/manusporny",
- "rdfs:comment": "Likes puppies, unicorns and rainbows."****
-}
--->
-</pre>
-
-<p>Developers can also specify their own <tref>vocabulary</tref> documents
-by modifying the <tref>active context</tref> in-line using
-the <code>@context</code> keyword, like so:</p>
-
-<pre class="example" data-transform="updateExample">
-<!--
-{
- "@context":
- {
- "foaf": "http://xmlns.com/foaf/0.1/",
- "sioc": "http://rdfs.org/sioc/ns#",
- "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
- ****"myvocab": "http://example.org/myvocab#"****
- },
- "@type": "foaf:Person",
- "foaf:name": "Manu Sporny",
- "foaf:homepage": "http://manu.sporny.org/",
- "sioc:avatar": "http://twitter.com/account/profile_image/manusporny",
- "rdfs:comment": "Likes puppies, unicorns and rainbows."
- ****"myvocab:personality": "friendly"****
-}
-
--->
-</pre>
-
-</section>
-
-<section class="appendix informative">
<h1>IANA Considerations</h1>
<p>This section is included merely for standards community review and will be