updated UTF-8 reference
authorRichard Cyganiak <richard@cyganiak.de>
Thu, 21 Jul 2011 10:33:26 +0100
changeset 94 1f9afa1e5bfc
parent 93 2eeb8d598335
child 95 81a0b50d5762
updated UTF-8 reference
ReSpec.js/bibref/biblio.js
rdf-concepts/index.html
--- a/ReSpec.js/bibref/biblio.js	Thu Jul 21 10:23:35 2011 +0100
+++ b/ReSpec.js/bibref/biblio.js	Thu Jul 21 10:33:26 2011 +0100
@@ -1,10 +1,8 @@
 berjon.biblio = {
 
-// @@@ These are temporary local additions for rdf-concepts -- should be added to the global file in CVS
-// Old stuff from RDF Concepts 1.0; should be either removed (many are obsolete)
-   "RFC2279" : "<a href=\"http://tools.ietf.org/html/rfc2279\"><cite>RFC 2279 - UTF-8, a transformation format of ISO 10646</cide></a>, F. Yergeau, IETF, January 1998. This document is http://tools.ietf.org/html/rfc2279",
+// @@@ These are temporary local additions -- should be added to the global file in CVS
+// For RDF Concepts
    "RDF-MIME-TYPE" : "<a href=\"http://www.iana.org/assignments/media-types/\"><cite>MIME Media Types</cite></a>, The Internet Assigned Numbers Authority (IANA). This document is http://www.iana.org/assignments/media-types/ .  The <a href=\"http://www.w3.org/2001/sw/RDFCore/mediatype-registration\">registration for <code>application/rdf+xml</code></a> is archived at http://www.w3.org/2001/sw/RDFCore/mediatype-registration .",
-// New stuff
    "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
--- a/rdf-concepts/index.html	Thu Jul 21 10:23:35 2011 +0100
+++ b/rdf-concepts/index.html	Thu Jul 21 10:33:26 2011 +0100
@@ -623,7 +623,7 @@
 [[!XML10]];
 </li>
 <li>for which encoding as UTF-8 
-[[!RFC2279]] yields 
+[[!UTF-8]] yields 
 <a href="http://www.w3.org/TR/2002/REC-xml-exc-c14n-20020718/#def-exclusive-canonical-XML">
 exclusive
 Canonical XML </a> (with comments, with empty  
@@ -661,8 +661,6 @@
 
     </dl>
 
-    <p class="issue">RFC 2279 is obsoleted by RFC 3629.</p>
-
       <p class="note">Not all values of this datatype are compliant
       with XML 1.1 [[XML11]]. If compliance
       with XML 1.1 is desired, then only those values that are
@@ -1349,6 +1347,7 @@
   <h2>Changes from RDF 2004</h2>
 
   <ul>
+    <li>2011-07-21: Replaced RFC 2279 reference (UTF-8) with RFC 3629</p>
     <li>2011-07-20: Removed informative sections “Motivations and Goals” (see <a href="http://www.w3.org/TR/rdf-concepts/#section-Overview">RDF 2004 version</a>) and “RDF Expression of Simple Facts” (see <a href="http://www.w3.org/TR/rdf-concepts/#section-SimpleFacts">RDF 2004 version</a>)</li>
     <li>2011-06-01: Replaced the URI References section with <a href="#section-IRIs">new section on IRIs</a>, and changed “RDF URI Reference” to “IRI” throughout the document.</li>
     <li>2011-06-01: Changed language tag definition to require well-formedness according to BCP47; added a note that this invalidates some RDF</li>