Add proper header to General Terminology
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Thu, 30 Aug 2012 11:13:23 +0200
changeset 855 93c90fbfb589
parent 854 37944b829163
child 856 579ae588f173
Add proper header to General Terminology

Removed unused list of standard vocabularies from Framing spec.
spec/latest/json-ld-framing/index.html
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-framing/index.html	Thu Aug 30 11:06:41 2012 +0200
+++ b/spec/latest/json-ld-framing/index.html	Thu Aug 30 11:13:23 2012 +0200
@@ -303,22 +303,12 @@
 WebIDL [[!WEBIDL]]. To understand how JSON-LD maps to RDF, it is helpful to be
 familiar with the basic RDF concepts [[!RDF-CONCEPTS]].</p>
 
-<p>
-  Examples may contain references to existing vocabularies and use <tref>prefix</tref>es to refer to vocabularies. The following is a list of all vocabularies and their <tref>prefix</tref> abbreviations, as used in this document:
-</p>
-<ul>
-  <li>The <a href="http://purl.org/dc/terms/">Dublin Core</a>
-  vocabulary (abbreviation: <code>dc</code>, e.g., <code>dc:title</code>)</li>
-  <li>The <a href="http://xmlns.com/foaf/0.1/">Friend of a Friend</a>
-  vocabulary (abbreviation: <code>foaf</code>, e.g., <code>foaf:knows</code>)</li>
-  <li>The <a href="http://www.w3.org/1999/02/22-rdf-syntax-ns#">RDF</a>
-  vocabulary (abbreviation: <code>rdf</code>, e.g., <code>rdf:type</code>)</li>
-  <li>The <a href="http://www.w3.org/2001/XMLSchema#">XSD</a>
-  vocabulary (abbreviation: <code>xsd</code>, e.g., <code>xsd:integer</code>)</li>
-</ul>
+</section>
 
-<p>
-  JSON [[RFC4627]] defines several terms which are used throughout this document:
+<section>
+  <h3>General Terminology</h3>
+
+  <p>The following is an explanation of the general terminology used in this document:</p>
   <dl>
     <dt><tdef>JSON object</tdef></dt><dd>
       An object structure is represented as a pair of curly brackets surrounding zero or
--- a/spec/latest/json-ld-syntax/index.html	Thu Aug 30 11:06:41 2012 +0200
+++ b/spec/latest/json-ld-syntax/index.html	Thu Aug 30 11:13:23 2012 +0200
@@ -379,8 +379,13 @@
 To understand the basics in this specification you must first be familiar with
 JSON, which is detailed in [[!RFC4627]].</p>
 
-<p>
-  JSON [[RFC4627]] defines several terms which are used throughout this document:
+</section>
+
+<section>
+  <h3>General Terminology</h3>
+
+  <p>The following is an explanation of the general terminology used in this document:</p>
+
   <dl>
     <dt><tdef>JSON object</tdef></dt><dd>
       An object structure is represented as a pair of curly brackets