--- a/rdf-primer/index.html Mon Feb 17 10:26:00 2014 +0100
+++ b/rdf-primer/index.html Mon Feb 17 10:28:16 2014 +0100
@@ -11,8 +11,8 @@
localBiblio: localBibliography,
// specification status (e.g. WD, LC, WG-NOTE, etc.). If in doubt use ED.
- specStatus: "ED",
- errata: "http://www.w3.org/2014/rdf1.1-errata",
+ specStatus: "WG-NOTE",
+ // errata: "http://www.w3.org/2014/rdf1.1-errata",
// noRecTrack: true,
// the specification's short name, as in http://www.w3.org/TR/short-name/
@@ -33,10 +33,10 @@
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
previousPublishDate: "2013-12-17",
- previousMaturity: "FPWD",
+ previousMaturity: "WD",
// if there a publicly available Editor's Draft, this is the link
- edDraftURI: "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-primer/index.html",
+ // edDraftURI: "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-primer/index.html",
// if this is a LCWD, uncomment and set the end of its review period
// lcEnd: "2013-09-06",
@@ -123,7 +123,7 @@
<section id="sotd">
<p>This document is part of the RDF 1.1 document suite. It is an
informative note on the key concepts of RDF. For a normative
- specifcation of RDF 1.1 the reader is refrerred to the RDF
+ specification of RDF 1.1 the reader is referred to the RDF
1.1. Concepts and Abstract Syntax document [[RDF11-CONCEPTS]].</p>
</section>
</div>
@@ -131,7 +131,7 @@
<section id="section-Introduction">
<h2>Introduction</h2>
- <p class="note">Thys document gives a light-weight overview of RDF 1.1.
+ <p class="note">This document gives a light-weight overview of RDF 1.1.
Secs. 3-5 can be used as a minimalist introduction into the key
elements of RDF. Changes between RDF 1.1
and RDF 1.0 (2004 version) are summarized in a separate document: "What's New in RDF
@@ -300,7 +300,7 @@
<p>The RDF Data Model is described in this section
in the form of an "abstract syntax", i.e. a data model that is independent of a
particular concrete syntax (the syntax used to represent triples stored in
- text files). Different concrete synyaxes may
+ text files). Different concrete syntaxes may
produce exactly the same graph from the perspective of the
abstract syntax. The semantics of RDF graphs [[RDF11-MT]] are defined in
terms of this abstract syntax. Concrete RDF syntax is introduced
@@ -329,7 +329,7 @@
<p>IRIs can appear in <strong>all three positions</strong> of a triple. </p>
<p>As mentioned, IRIs are used to identify resources such as documents,
- people, physical objects, and asbttact concepts.
+ people, physical objects, and abstract concepts.
For example, the IRI for the "Mona Lisa" painting in
<a href="http://www.wikidata.org/">Wikidata</a> is:</p>