Remove resolved issues
authorGavin Carothers <gavin@carothers.name>
Wed, 21 Mar 2012 15:27:28 -0700
changeset 234 1d6261d221b7
parent 233 c89072ddaf29
child 236 d6ad9d04500b
Remove resolved issues
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Wed Mar 21 15:19:22 2012 -0700
+++ b/rdf-turtle/index.html	Wed Mar 21 15:27:28 2012 -0700
@@ -152,15 +152,14 @@
 			<p>This document defines Turtle, the Terse RDF Triple Language,
 			a concrete syntax for RDF as defined in the
 			<a href="../rdf-concepts/index.html">RDF Concepts and Abstract Syntax</a> ([[!RDF-CONCEPTS]]) W3C Recommendation.
-			Turtle is an extension of 
-			<a href="http://www.w3.org/TR/rdf-testcases/#ntriples">N-Triples</a>
+			Turtle is an extension of the
+			<a href="http://www.w3.org/TR/rdf-testcases/#ntriples">RDF Test Cases format</a>
 
 			([[!N-TRIPLES]])
 			carefully taking the most useful and appropriate things added from
 			<a href="http://www.w3.org/DesignIssues/Notation3">Notation 3</a>
 			([[N3]])
 			while staying within the RDF model.</p>
-            <p class="issue"><a href="http://www.w3.org/2011/rdf-wg/track/issues/4">ISSUE-4</a>: A future version of this document is expected to define N-Triples.</p>
 			<p>The Turtle grammar for <a href="#prod-turtle2-triples"><code>triples</code></a> is a subset of the 
 			<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/">SPARQL Query Language for RDF</a>
 			[[RDF-SPARQL-QUERY]] grammar for <a href="http://www.w3.org/TR/sparql11-query/#rTriplesBlock"><code>TriplesBlock</code></a>. The two grammars share production and terminal names where possible.</p>
@@ -179,11 +178,10 @@
 
 			<p>Simple triples are a sequence of (subject, predicate, object)
 			terms, separated by whitespace and terminated by '.' after each
-			triple.  This corresponds to
-			<a href="http://www.w3.org/TR/rdf-testcases/#ntriples">N-Triples</a>
+			triple.  This corresponds to the
+			<a href="http://www.w3.org/TR/rdf-testcases/#ntriples">RDF Test Cases format</a>
 			[[N-TRIPLES]].
 			</p>
-            <p class="issue"><a href="http://www.w3.org/2011/rdf-wg/track/issues/4">ISSUE-4</a>: A future version of this document is expected to define N-Triples.</p>
 
 			<p>There are three types of <em>RDF Term</em>:
 			<a href="../rdf-concepts/index.html#dfn-iri">Internationalized Resource Identifiers</a> (IRIs for short),
@@ -271,10 +269,6 @@
 				  The <code>"That Seventies Show"</code> above is equivalent to <code>"That Seventies Show"^^xsd:string</code>.
 				</p>
 
-				<p class="issue">
-				  <a href="http://www.w3.org/2011/rdf-wg/track/issues/12">ISSUE-12</a> The RDF Working Group is currently examining a simplification of RDF which considers plain literals with no language tag to be literals with a datatype <code>xsd:string</code>.
-				</p>
-
 				<p>Blank nodes are written as <code>_:</code><em>BLANK_NODE_LABEL</em>
 				to provide a blank node either from the given <a href="#prod-turtle2-BLANK_NODE_LABEL">BLANK_NODE_LABEL</a>.
 				A generated blank node may also be made with <code>[]</code>
@@ -314,10 +308,6 @@
 
 				<p>See the <a href="#sec-strings">String escape sequences</a> section for full details.</p>
 
-				<p class="issue">
-				  <a href="http://www.w3.org/2011/rdf-wg/track/issues/67">ISSUE 67</a> The inclusion of escape sequences in prefixed names is undecided.
-				</p>
-
 			</section>
 			<section id="iris">
 				<h3>Abbreviating IRIs</h3>