Make General Terminology a top-level section in API spec
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 04 Dec 2012 21:40:14 +0100
changeset 985 ad239c9522b5
parent 984 d7cf44fe51eb
child 986 07a0af10123f
Make General Terminology a top-level section in API spec
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Tue Dec 04 20:10:01 2012 +0100
+++ b/spec/latest/json-ld-api/index.html	Tue Dec 04 21:40:14 2012 +0100
@@ -475,17 +475,6 @@
     that the implementation conforms to aspects tested by the test suite.</p>
 </section>
 
-
-<section>
-  <h2>The Application Programming Interface</h2>
-
-  <p>This API provides a clean mechanism that enables developers to convert
-  JSON-LD data into a a variety of output formats that are easier to work
-  with in various programming languages. If a JSON-LD API is provided in
-  a programming environment, the entirety of the following API MUST be
-  implemented.
-  </p>
-
 <section>
   <h3>General Terminology</h3>
 
@@ -555,11 +544,8 @@
     <dt><tdef>node object</tdef></dt>
     <dd>A <tref>node object</tref> represents zero or more properties of a
       <tref>node</tref> in the <tref>JSON-LD graph</tref> serialized by the
-      JSON-LD document.
-
-      A <tref>JSON Object</tref> is a <tref>node object</tref> if
-      it exists outside of the JSON-LD Context and:</p>
-
+      JSON-LD document. A <tref>JSON Object</tref> is a <tref>node object</tref>
+      if it exists outside of the JSON-LD Context and:</p>
       <ul>
         <li>it does not contain the <code>@value</code>, <code>@list</code>,
         or <code>@set</code> keywords, or</li>
@@ -585,7 +571,16 @@
     <dt><tdef>literal</tdef></dt>
     <dd>An <tref>object</tref> expressed as a value such as a <tref>string</tref>, <tref>number</tref> or in <tref>expanded form</tref>.</dd>
   </dl>
- </section>
+</section>
+
+<section>
+  <h2>The Application Programming Interface</h2>
+
+  <p>This API provides a clean mechanism that enables developers to convert
+  JSON-LD data into a a variety of output formats that are easier to work
+  with in various programming languages. If a JSON-LD API is provided in
+  a programming environment, the entirety of the following API MUST be
+  implemented.</p>
 
   <section>
     <h3>JsonLdProcessor</h3>