Remove section embedding
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Fri, 08 Mar 2013 19:10:47 +0100
changeset 1393 f03a8bdebd3e
parent 1392 850590a4c81d
child 1394 31fbd6a2afd4
Remove section embedding

Sandro noted this. Embedding is used throughout the spec. So we don't need to introduce it at the end.

This addresses #224
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Fri Mar 08 19:04:36 2013 +0100
+++ b/spec/latest/json-ld-syntax/index.html	Fri Mar 08 19:10:47 2013 +0100
@@ -1942,37 +1942,6 @@
 </section>
 
 <section>
-  <h2>Embedding</h2>
-
-  <p><tdef>Embedding</tdef> is a JSON-LD feature that allows an author to
-    use <tref title="node object">node objects</tref> as
-    <tref>property</tref> values. This is a commonly used mechanism for
-    creating a parent-child relationship between two <tref title="node">nodes</tref>.</p>
-
-  <p>The example shows two nodes related by a property from the first node:</p>
-
-  <pre class="example" data-transform="updateExample"
-       title="Embedding a node object as property value of another node object">
-  <!--
-  {
-  ...
-    "name": "Manu Sporny",
-    "****knows****":
-    {
-      "****@type****": "****Person****",
-      "****name****": "****Gregg Kellogg****",
-    }
-  ...
-  }
-  -->
-  </pre>
-
-  <p>
-    A <tref>node object</tref>, like the one used above, may be used in
-    any value position in the body of a JSON-LD document.</p>
-</section>
-
-<section>
   <h2>Named Graphs</h2>
 
   <p>At times, it is necessary to make statements about a <tref>JSON-LD graph</tref>