Remove empty section "Changes since Proposed Recommendation" from Concepts
authorMarkus Lanthaler <mail@markus-lanthaler.com>
Wed, 12 Feb 2014 15:52:52 +0100
changeset 1858 02ba03843d73
parent 1857 53130fe8be3b
child 1859 3bec7baa5ec1
Remove empty section "Changes since Proposed Recommendation" from Concepts
rdf-concepts/index.html
--- a/rdf-concepts/index.html	Wed Feb 12 05:24:42 2014 -0500
+++ b/rdf-concepts/index.html	Wed Feb 12 15:52:52 2014 +0100
@@ -13,7 +13,7 @@
           // specification status (e.g. WD, LC, WG-NOTE, etc.). If in doubt use ED.
           specStatus:              "REC",
           errata:                  "http://www.w3.org/2014/rdf1.1-errata",
-          implementationReportURI: "http://www.w3.org/TR/2014/NOTE-rdf11-testcases-20140225/", 
+          implementationReportURI: "http://www.w3.org/TR/2014/NOTE-rdf11-testcases-20140225/",
           // prEnd:        "2014-02-09",
           // crEnd:        "2013-11-26",
           // lcEnd:        "2013-09-06",
@@ -113,8 +113,6 @@
   </head>
 
 <body>
-
-
   <section id="abstract">
 
       <p>The Resource Description Framework (RDF) is a framework for
@@ -132,10 +130,11 @@
   </section>
 
   <section id="sotd">
-    <p>This document is part of the RDF 1.1 document suite. It is the
-    central RDF 1.1 document and defines the core RDF concepts. A new
-    concept in RDF 1.1 is the notion of an RDF dataset to represent
-    multiple graphs. </p>
+    <p>This document is part of the RDF 1.1 document suite. It is the central
+    RDF 1.1 specification and defines the core RDF concepts. A new concept in
+    RDF 1.1 is the notion of an RDF dataset to represent multiple graphs.
+    There have been no changes to this document since its publication as
+    Proposed Recommendation.</p>
   </section>
 
 <section id="section-Introduction" class="informative">
@@ -150,17 +149,17 @@
 
     <ul>
       <li>the <a href="http://www.w3.org/TR/rdf11-mt/">formal
-      model-theoretic semantics for RDF and RDFS</a> [[RDF11-MT]].</li>
+        model-theoretic semantics for RDF and RDFS</a> [[RDF11-MT]]</li>
 
-      <li>serialization syntaxes for storing and exchanging RDF
-      (e.g., <a href="http://www.w3.org/TR/turtle/">Turtle</a> [[TURTLE]]
-      and <a href="http://www.w3.org/TR/json-ld/">JSON-LD</a> [[JSON-LD]]),</li>
+      <li>serialization syntaxes for storing and exchanging RDF such as
+        <a href="http://www.w3.org/TR/turtle/">Turtle</a> [[TURTLE]]
+        and <a href="http://www.w3.org/TR/json-ld/">JSON-LD</a> [[JSON-LD]]</li>
 
       <li>the <a href="http://www.w3.org/TR/rdf-sparql-query/">SPARQL
-      Query Language</a> [[SPARQL11-OVERVIEW]],</li>
+        Query Language</a> [[SPARQL11-OVERVIEW]]</li>
 
       <li>the <a href="http://www.w3.org/TR/rdf-schema/">RDF Vocabulary
-      Description Language</a> (RDFS) [[RDF11-SCHEMA]],</li>
+        Description Language</a> (RDFS) [[RDF11-SCHEMA]]</li>
     </ul>
 
 <section id="data-model">
@@ -1351,12 +1350,6 @@
       <a href="http://www.w3.org/TR/rdf11-new/">What’s New in RDF&nbsp;1.1</a> [[RDF11-NEW]].</p>
 </section>
 
-
-<section class="appendix informative" id="change-log">
-  <h2>Changes since Proposed Recommendation</h2>
-  <p>No changes.</p>
-</section>
-
-  </body>
+</body>
 </html>