updated Turtle reference to Turtle FPWD
authorRichard Cyganiak <richard@cyganiak.de>
Sat, 13 Aug 2011 18:40:08 +0100
changeset 121 45a062bd4752
parent 120 8e921235fec2
child 122 195e7db210e9
child 123 9b079233103d
updated Turtle reference to Turtle FPWD
ReSpec.js/bibref/biblio.js
rdf-concepts/index.html
--- a/ReSpec.js/bibref/biblio.js	Wed Aug 10 18:00:41 2011 +0200
+++ b/ReSpec.js/bibref/biblio.js	Sat Aug 13 18:40:08 2011 +0100
@@ -6,6 +6,7 @@
    "RDF-PLAINLITERAL" : "Jie Bao; Sandro Hawke; Boris Motik; Peter F. Patel-Schneider; Axel Polleres. <a href=\"http://www.w3.org/TR/2009/REC-rdf-plain-literal-20091027/\"><cite>rdf:PlainLiteral: A Datatype for RDF Plain Literals.</cite></a> 27 October 2009. W3C Recommendation. URL: <a href=\"http://www.w3.org/TR/2009/REC-rdf-plain-literal-20091027/\">http://www.w3.org/TR/2009/REC-rdf-plain-literal-20091027/</a>",
    "WELL-KNOWN" : "M. Nottingham; E. Hammer-Lahav. <a href=\"http://tools.ietf.org/html/rfc5785\"><cite>Defining Well-Known Uniform Resource Identifiers (URIs).</cite></a> April 2010. Internet RFC 5785. URL: <a href=\"http://tools.ietf.org/html/rfc5785\">http://tools.ietf.org/html/rfc5785</a>",
 // For Turtle
+   "TURTLE-TR" : "Eric Prud'hommeaux, Gavin Carothers. <a href=\"http://www.w3.org/TR/2011/WD-turtle-20110809/\"><cite>Turtle: Terse RDF Triple Language.</cite></a> 09 August 2011. W3C Working Draft. URL: <a href=\"http://www.w3.org/TR/2011/WD-turtle-20110809/\">http://www.w3.org/TR/2011/WD-turtle-20110809/</a>",
    "UNISEC" : "Mark Davis; Michel Suignard. <a href=\"http://www.unicode.org/reports/tr36/\"><cite>Unicode Security Considerations</cite></a> 4 August 2010. URL: <a href=\"http://www.unicode.org/reports/tr36/\">http://www.unicode.org/reports/tr36/</a>",
    "EBNF-NOTATION" : "Tim Bray; Jean Paoli; C. M. Sperberg-McQueen; Eve Maler; François Yergeau. <a href=\"http://www.w3.org/TR/REC-xml/#sec-notation\"><cite>EBNF Notation</cite></a> 26 November 2008. W3C Recommendation. URL: <a href=\"http://www.w3.org/TR/REC-xml/#sec-notation\">http://www.w3.org/TR/REC-xml/#sec-notation</a> ",
    "N-TRIPLES" : "Jan Grant; Dave Beckett. <a href=\"http://www.w3.org/TR/rdf-testcases/#ntriples\"><cite>N-Triples</cite></a> 10 February 2004. W3C Recommendation. URL:  <a href=\"http://www.w3.org/TR/rdf-testcases/#ntriples\">http://www.w3.org/TR/rdf-testcases/#ntriples</a>",
--- a/rdf-concepts/index.html	Wed Aug 10 18:00:41 2011 +0200
+++ b/rdf-concepts/index.html	Sat Aug 13 18:40:08 2011 +0100
@@ -157,7 +157,7 @@
     areas:</p>
 
     <ul>
-      <li>Serialization syntaxes (Turtle [[TURTLE]], RDFa [[RDFA-PRIMER]], RDF/XML [[RDF-SYNTAX-GRAMMAR]], N-Triples [[N-TRIPLES]]),</li>
+      <li>Serialization syntaxes (Turtle [[TURTLE-TR]], RDFa [[RDFA-PRIMER]], RDF/XML [[RDF-SYNTAX-GRAMMAR]], N-Triples [[N-TRIPLES]]),</li>
 
       <li>the RDF Vocabulary Description Language ([[RDF-SCHEMA]]),</li>
 
@@ -1154,6 +1154,7 @@
   <h2>Changes from RDF 2004</h2>
 
   <ul>
+    <li>2011-08-13: Updated Turtle reference to Turtle FPWD</li>
     <li>2011-07-21: Condensed the 2004 acknowledgements</li>
     <li>2011-07-21: Updated the two sections on literals to reflect the <a href="">ISSUE-12 resolution</a> that simple literals are no longer part of the abstract syntax. Formally introduced the terms “language-tagged literal”, “simple literal”.</li>
     <li>2011-07-21: Updated the introduction, and removed many mentions of RDF/XML. Changed the normative reference for the terms in the RDF namespace from the RDF/XML spec to the RDF Schema spec. Removed any mention of the 1999 version of RDF.</li>