Typos from http://lists.w3.org/Archives/Public/public-rdf-comments/2012May/0042.html
authorGavin Carothers <gavin@carothers.name>
Tue, 10 Jul 2012 15:22:51 -0700
changeset 490 d5be5eff2927
parent 488 dd0ad9c131c6
child 491 581f4f127522
Typos from http://lists.w3.org/Archives/Public/public-rdf-comments/2012May/0042.html
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Thu Jun 28 17:06:31 2012 -0700
+++ b/rdf-turtle/index.html	Tue Jul 10 15:22:51 2012 -0700
@@ -221,7 +221,7 @@
 		<section id="predicate-lists">
 			<h3>Predicate Lists</h3>
 			<p>Often the same subject will be referenced by a number of predicates. The <a href="#grammar-production-predicateObjectList">predicateObjectList production</a> matches a series of predicates and objects, separated by <code>;</code>, following a subject.
-			  This expresses a series of RDF Triples with that subject and a each predicate and object allocated to one triple.
+			  This expresses a series of RDF Triples with that subject and each predicate and object allocated to one triple.
 			  Thus, the <code>;</code> symbol is used to repeat the subject of triples that vary only in predicate and object RDF terms.</p>
 			  <p>These two examples are equivalent ways of writing the triples about Spiderman.</p>
    			<pre class="example"><script type="text/turtle"><http://example.org/#spiderman> <http://www.perceive.net/schemas/relationship/enemyOf> <http://example.org/#green-goblin> ;
@@ -235,7 +235,7 @@
 			<h3>Object Lists</h3>
 			<p>
 			  As with predicates often objects are repeated with the same subject and predicate. The <a href="#grammar-production-objectList">objectList production</a> matches a series of objects separated by '<code>,</code>' following a predicate.
-			  This expresses a series of RDF Triples with the corresponding subject and predicate and a each object allocated to one triple.
+			  This expresses a series of RDF Triples with the corresponding subject and predicate and each object allocated to one triple.
 			  Thus, the <code>,</code> symbol is used to repeat the subject and predicate of triples that only differ in the object RDF term.</p>
 			  <p>These two examples  are equivalent ways of writing Spiderman's name in two languages.<p>
  			<pre class="example"><script type="text/turtle"><http://example.org/#spiderman> <http://xmlns.com/foaf/0.1/name> "Spiderman", "Человек-паук"@ru .