fixed refs
authorGuus Schreiber <guus.schreiber@vu.nl>
Fri, 19 Jul 2013 01:05:31 +0200
changeset 958 7b636da31e21
parent 957 5e075f064a4e
child 959 92078a870fc4
fixed refs
rdf-concepts/index.html
--- a/rdf-concepts/index.html	Fri Jul 19 00:19:35 2013 +0200
+++ b/rdf-concepts/index.html	Fri Jul 19 01:05:31 2013 +0200
@@ -15,7 +15,12 @@
           specStatus:           "LC",
 
 localBiblio:{
-"RDF11-MT" : "Patrick J. Hayes; Peter F. Patel-Schneider. <a href=\"http://www.w3.org/TR/rdf11-mt/\"><cite>RDF 1.1 Semantics</cite></a>. July 2013. W3C Last Call Working Draft. URL: <a href=\"http://www.w3.org/TR/rdf11-mt/\">http://www.w3.org/TR/rdf11-mt/</a>"},
+"RDF11-MT" : "Patrick J. Hayes; Peter F. Patel-Schneider. <a href=\"http://www.w3.org/TR/2013/WD-rdf11-mt-20130723/\"><cite>RDF 1.1 Semantics</cite></a>. 23 July 2013. W3C Last Call Working Draft. URL: <a href=\"http://www.w3.org/TR/2013/WD-rdf11-mt-20130723/\">http://www.w3.org/TR/2013/WD-rdf11-mt-20130723/</a>. The latest edition is available at <a href=\"http://www.w3.org/TR/rdf11-mt/\">http://www.w3.org/TR/rdf11-mt/</a>",
+
+"TURTLE-CR":"Eric Prud'hommeaux, Gavin Carothers. <cite><a href=\"http://www.w3.org/TR/2013/CR-turtle-20130219/\">Turtle; Terse RDF Triple Language</a></cite> 19 February 2013. W3C Candidate Recommendation. URL: <a href=\"http://www.w3.org/TR/2013/CR-turtle-20130219/\">http://www.w3.org/TR/2013/CR-turtle-20130219/</a>. The latest edition is available at <a href=\"http://www.w3.org/TR/turtle/\">http://www.w3.org/TR/turtle/</a>",
+
+"N-TRIPLES" : "Gavin Carothers. <a href=\"http://www.w3.org/TR/NOTE-n-triples-20130409/\"><cite>N-Triples</cite></a>. W3C Note. URL: <a href=\"http://www.w3.org/TR/2013/NOTE-n-triples-20130409/\">http://www.w3.org/TR/2013/NOTE-n-triples-20130409/</a>. The latest edition is available at <a href=\"http://www.w3.org/TR/n-triples/\">http://www.w3.org/TR/n-triples/</a>"
+},
           
           // the specification's short name, as in http://www.w3.org/TR/short-name/
           shortName:            "rdf11-concepts",
@@ -58,8 +63,7 @@
                 company: "DERI, NUI Galway", companyURL: "http://www.deri.ie/",
               },
               { name: "David Wood", url: "http://about.me/david_wood",
-                company: "3 Round Stones", companyURL:
-								"http://3roundstones.com/",
+                company: "3 Round Stones", companyURL: "http://3roundstones.com/",
               },
           ],
           otherContributors: {
@@ -158,7 +162,7 @@
       model-theoretic semantics for RDF and RDFS</a> [[!RDF11-MT]].</li>
       
       <li>serialization syntaxes for storing and exchanging RDF
-      (e.g., <a href="http://www.w3.org/TR/turtle/">Turtle</a> [[turtle]]
+      (e.g., <a href="http://www.w3.org/TR/turtle/">Turtle</a> [[TURTLE-CR]]
       and <a href="http://www.w3.org/TR/REC-rdf-syntax/">RDF/XML</a>
       [[RDF-SYNTAX-GRAMMAR]]),</li>
 
@@ -457,8 +461,8 @@
 
     <p>An <dfn>RDF document</dfn> is a document that encodes an
     <a>RDF graph</a> or <a>RDF dataset</a> in a <dfn>concrete RDF syntax</dfn>,
-    such as Turtle [[turtle]], RDFa [[RDFA-PRIMER]], JSON-LD [[JSON-LD]],
-    RDF/XML [[RDF-SYNTAX-GRAMMAR]], or N-Triples [[n-triples]].  
+    such as Turtle [[TURTLE-CR]], RDFa [[RDFA-PRIMER]], JSON-LD [[JSON-LD]],
+    RDF/XML [[RDF-SYNTAX-GRAMMAR]], or N-Triples [[N-TRIPLES]].  
     RDF documents enable the exchange of RDF graphs and RDF datasets
     between systems.</p>