just some whitespace changes
authorGavin Carothers <gavin@carothers.name>
Fri, 10 Jun 2011 15:04:03 -0700
changeset 37 80c3a1657266
parent 36 482882d1bcb6
child 38 c2e08dd38571
just some whitespace changes
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Fri Jun 10 14:56:46 2011 -0700
+++ b/rdf-turtle/index.html	Fri Jun 10 15:04:03 2011 -0700
@@ -1,80 +1,80 @@
 <!DOCTYPE html>
 <html>
     <head>
-        <title>Turtle</title>
-        <meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
-        <script src='../ReSpec.js/js/respec.js' class='remove'></script>
-        <script class='remove'>
+	<title>Turtle</title>
+	<meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
+	<script src='../ReSpec.js/js/respec.js' class='remove'></script>
+	<script class='remove'>
       var respecConfig = {
-          // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
-          specStatus:           "ED",
-          
-          // the specification's short name, as in http://www.w3.org/TR/short-name/
-          shortName:            "Turtle",
-
-          // if your specification has a subtitle that goes below the main
-          // formal title, define it here
-          subtitle   :  "Terse RDF Triple Language",
-
-          // if you wish the publication date to be other than today, set this
-          // publishDate:  "2009-08-06",
-
-          // if the specification's copyright date is a range of years, specify
-          // the start date here:
-          copyrightStart: "2008",
-
-          // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
-          // and its maturity status
-          // previousPublishDate:  "1977-03-15",
-          // previousMaturity:  "WD",
-
-          // if there a publicly available Editor's Draft, this is the link
-          edDraftURI:           "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/index.html",
-
-          // if this is a LCWD, uncomment and set the end of its review period
-          // lcEnd: "2009-08-05",
-
-          // if you want to have extra CSS, append them to this list
-          // it is recommended that the respec.css stylesheet be kept
-          extraCSS:             ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
+	  // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
+	  specStatus:           "ED",
+	  
+	  // the specification's short name, as in http://www.w3.org/TR/short-name/
+	  shortName:            "Turtle",
 
-          // editors, add as many as you like
-          // only "name" is required
-          editors:  [
-              { name: "Eric Prud'hommeaux", url: "http://www.w3.org/People/Eric/",
-                company: "W3C", companyURL: "http://www.w3.org/" },
-              { name: "Gavin Carothers", url: "http://gavin.carothers.name/",
-                company: "TopQuadrant, Inc", companyURL: "http://topquadrant.com/" },
-          ],
-
-          // authors, add as many as you like. 
-          // This is optional, uncomment if you have authors as well as editors.
-          // only "name" is required. Same format as editors.
+	  // if your specification has a subtitle that goes below the main
+	  // formal title, define it here
+	  subtitle   :  "Terse RDF Triple Language",
 
-          authors:  [
-              { name: "David Beckett", url: "http://purl.org/net/dajobe/" },
-              { name: "Tim Berners-Lee", url: "http://www.w3.org/People/Berners-Lee/",
-                company: "W3C", companyURL: "http://www.w3.org/" },
-              { name: "Eric Prud'hommeaux", url: "http://www.w3.org/People/Eric/",
-                company: "W3C", companyURL: "http://www.w3.org/" },
-          ],
-          
-          // name of the WG
-          wg:           "RDF Working Group",
-          
-          // URI of the public WG page
-          wgURI:        "http://www.w3.org/2011/rdf-wg/",
-          
-          // name (with the @w3c.org) of the public mailing to which comments are due
-          wgPublicList: "public-rdf-comments",
-          
-          // URI of the patent status for this WG, for Rec-track documents
-          // !!!! IMPORTANT !!!!
-          // This is important for Rec-track documents, do not copy a patent URI from a random
-          // document unless you know what you're doing. If in doubt ask your friendly neighbourhood
-          // Team Contact.
-          wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/46168/status",
-          doRDFa: true,
+	  // if you wish the publication date to be other than today, set this
+	  // publishDate:  "2009-08-06",
+
+	  // if the specification's copyright date is a range of years, specify
+	  // the start date here:
+	  copyrightStart: "2008",
+
+	  // if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
+	  // and its maturity status
+	  // previousPublishDate:  "1977-03-15",
+	  // previousMaturity:  "WD",
+
+	  // if there a publicly available Editor's Draft, this is the link
+	  edDraftURI:           "http://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/index.html",
+
+	  // if this is a LCWD, uncomment and set the end of its review period
+	  // lcEnd: "2009-08-05",
+
+	  // if you want to have extra CSS, append them to this list
+	  // it is recommended that the respec.css stylesheet be kept
+	  extraCSS:             ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
+
+	  // editors, add as many as you like
+	  // only "name" is required
+	  editors:  [
+	      { name: "Eric Prud'hommeaux", url: "http://www.w3.org/People/Eric/",
+		company: "W3C", companyURL: "http://www.w3.org/" },
+	      { name: "Gavin Carothers", url: "http://gavin.carothers.name/",
+		company: "TopQuadrant, Inc", companyURL: "http://topquadrant.com/" },
+	  ],
+
+	  // authors, add as many as you like. 
+	  // This is optional, uncomment if you have authors as well as editors.
+	  // only "name" is required. Same format as editors.
+
+	  authors:  [
+	      { name: "David Beckett", url: "http://purl.org/net/dajobe/" },
+	      { name: "Tim Berners-Lee", url: "http://www.w3.org/People/Berners-Lee/",
+		company: "W3C", companyURL: "http://www.w3.org/" },
+	      { name: "Eric Prud'hommeaux", url: "http://www.w3.org/People/Eric/",
+		company: "W3C", companyURL: "http://www.w3.org/" },
+	  ],
+	  
+	  // name of the WG
+	  wg:           "RDF Working Group",
+	  
+	  // URI of the public WG page
+	  wgURI:        "http://www.w3.org/2011/rdf-wg/",
+	  
+	  // name (with the @w3c.org) of the public mailing to which comments are due
+	  wgPublicList: "public-rdf-comments",
+	  
+	  // URI of the patent status for this WG, for Rec-track documents
+	  // !!!! IMPORTANT !!!!
+	  // This is important for Rec-track documents, do not copy a patent URI from a random
+	  // document unless you know what you're doing. If in doubt ask your friendly neighbourhood
+	  // Team Contact.
+	  wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/46168/status",
+	  doRDFa: true,
       };
     </script>
     <script>
@@ -83,11 +83,11 @@
     return '<pre class="example">' + doc._esc(content) + '</pre>';
     }
     </script>
-        
+	
     </head>
 
     <body>
-        <section id='abstract'>
+	<section id='abstract'>
 			<p>The Resource Description Framework
 			(<abbr title="Resource Description Framework">RDF</abbr>) is a 
 			general-purpose language for representing information in the Web.</p>
@@ -101,16 +101,15 @@
 			<a href="http://www.w3.org/DesignIssues/Notation3">Notation 3</a> 
 			formats as well as the triple pattern syntax of the
 			<a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/">SPARQL</a>
-
 			W3C Recommendation.
 			</p>
 
 			<p>This document specifies a language that is in common usage under the name 
 			"Turtle". It is intended to be compatible with, and a subset of, 
 			<a href="">Notation 3</a>.</p>
-        </section>
-        
-        <section id="sec-intro">
+	</section>
+	
+	<section id="sec-intro">
 			<h2>Introduction</h2>
 			<p>This document defines Turtle, the Terse RDF Triple Language,
 			a concrete syntax for RDF as defined in the
@@ -138,7 +137,7 @@
 			<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/rdf-sparql-query/#rTriplesBlock"><code>TriplesBlock</code></a>. The two grammars share production and terminal names where possible.</p>
-        </section>
+	</section>
 	<section>
 
 			<h2>An Introduction to Turtle (Informative)</h2>
@@ -149,7 +148,6 @@
 			<p>A Turtle document allows writing down an RDF graph in a compact
 			textual form.  It consists of a sequence of directives, triple-generating
 			statements or blank lines.  Comments may be given after a <code>#</code>
-
 			and continue to the end of the line.</p>
 
 			<p>Simple triples are a sequence of (subject, predicate, object)
@@ -422,7 +420,6 @@
 				</p>
 
 				<pre class="example">
-
 # this is a complete turtle document
 @prefix : &lt;http://example.org/foo&gt; .
 # the value of this triple is the RDF collection blank node