--- a/rdf-schema/index.html Fri Feb 07 01:59:05 2014 +0100
+++ b/rdf-schema/index.html Fri Feb 07 02:08:02 2014 +0100
@@ -40,7 +40,7 @@
// if this is a LCWD, uncomment and set the end of its review period
// lcEnd: "",
- // if there is an earler version of this specification at the Recommendation level,
+ // if there is an earlier version of this specification at the Recommendation level,
// set this to the shortname of that version. This is optional and not usually
// necessary.
// prevRecShortname: "rdf-concepts",
@@ -101,8 +101,9 @@
</script>
<style type="text/css">
figure { text-align: center; }
- table td, table th { border: 1px solid #ddd; padding: 0.2em 0.5em; }
- </style>
+ table { border-collapse:collapse; }
+ table, td, th { border:1px solid black; }
+ caption { font-weight: bold; text-align: left ; }
</head>
<body>
<section id="abstract">
@@ -130,7 +131,7 @@
<p>RDF Schema provides a data-modelling vocabulary for RDF data.
It is complemented by several companion documents which
- describe the basic concepts and abstract stntax of RDF
+ describe the basic concepts and abstract syntax of RDF
[[!RDF11-CONCEPTS]], the formal semantics of RDF [[!RDF11-MT]], and
various concrete syntaxes for RDF, such as Turtle [[!TURTLE]],
TriG, [[!TRIG]], and JSON-LD [[!JSON-LD]]. The RDF Primer
@@ -1125,9 +1126,9 @@
<section class="appendix informative" id="PER-changes">
<h2>Changes for RDF 1.1 Proposed Edited Recommendation</h2>
<ul>
- <li>Conversion to ResPec, inclduing formatting of examples and notes.</li>
- <li>Refereces and anchors to RDF 1.0 documents where appropriate
- replaced by references and anchors to RDF 1.1 documents.</li>
+ <li>Conversion to ReSpec, including formatting of examples and notes.</li>
+ <li>References to RDF 1.0 documents where appropriate
+ replaced by references to RDF 1.1 documents.</li>
<li>Replaced the term "URI Reference" with the term "IRI". </li>
<li>Removed discussion about distinction between plain and typed
literals, as this distinction is absent in RDF 1.1 and has no