Change Turtle title to include N-Triples
authorGavin Carothers <gavin@carothers.name>
Wed, 09 May 2012 19:37:57 -0700
changeset 381 7496e2a2024c
parent 332 07859c0c51a1
child 382 fa935fb1c3c0
Change Turtle title to include N-Triples
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Wed May 09 22:02:28 2012 +0100
+++ b/rdf-turtle/index.html	Wed May 09 19:37:57 2012 -0700
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml">
     <head>
-	<title>Turtle</title>
+	<title>Turtle and N-Triples Synaxes for RDF</title>
 	<meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
 	<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js' class='remove'></script>
 	<script src='../ReSpec.js/js/respec.js' class='remove'></script>
@@ -27,11 +27,11 @@
 	  specStatus:           "ED",
 	  
 	  // the specification's short name, as in http://www.w3.org/TR/short-name/
-	  shortName:            "Turtle",
+	  shortName:            "turtle",
 
 	  // if your specification has a subtitle that goes below the main
 	  // formal title, define it here
-	  subtitle   :  "Terse RDF Triple Language",
+	  subtitle   :  "Turtle a syntax for humans, N-Triple a syntax for machines",
 
 	  // if you wish the publication date to be other than today, set this
 	  // publishDate:  "2011-08-09",