update
authorGuus Schreiber <guus.schreiber@vu.nl>
Tue, 03 Dec 2013 14:25:59 +0100
changeset 1450 ec0cf4d77b00
parent 1449 a630f04eebe2
child 1451 884bda5ad8c9
update
rdf-schema/Overview.html
--- a/rdf-schema/Overview.html	Tue Dec 03 14:23:07 2013 +0100
+++ b/rdf-schema/Overview.html	Tue Dec 03 14:25:59 2013 +0100
@@ -170,7 +170,7 @@
   </p>
   <h1 property="dcterms:title" id="title" class="title p-name">RDF Schema 1.1</h1>
   
-  <h2 content="2013-12-03T12:51:49.000Z" datatype="xsd:dateTime" property="dcterms:issued" id="w3c-proposed-edited-recommendation-03-december-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Proposed Edited Recommendation <time datetime="2013-12-03" class="dt-published">03 December 2013</time></h2>
+  <h2 content="2013-12-03T13:23:18.000Z" datatype="xsd:dateTime" property="dcterms:issued" id="w3c-proposed-edited-recommendation-03-december-2013"><abbr title="World Wide Web Consortium">W3C</abbr> Proposed Edited Recommendation <time datetime="2013-12-03" class="dt-published">03 December 2013</time></h2>
   <dl>
     
       <dt>This version:</dt>
@@ -251,7 +251,7 @@
   <hr />
 </div>
 
-<div class="head" role="contentinfo" id="respecHeader">
+<div class="head" role="contentinfo">
   
   <section id="abstract" class="introductory" property="dcterms:abstract" datatype="" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h2 aria-level="1" role="heading" id="h2_abstract">Abstract</h2>
 
@@ -1208,8 +1208,8 @@
 
 <h3 aria-level="2" role="heading" id="h3_ch_sumclasses"><span class="secno">6.1 </span>RDF classes</h3>
 
-<table border="1" summary="RDF classes">
-  <tbody valign="top">
+<table border="1">
+  <tbody>
     <tr>
       <th>Class name</th>
       <th>comment</th>
@@ -1223,8 +1223,16 @@
       <td>The class of literal values, e.g. textual strings and integers.</td>
     </tr>
     <tr>
+      <td>rdf:langString</td>
+      <td>The class of language-tagged string literal values.</td>
+    </tr>
+    <tr>
+      <td>rdf:HTML</td>
+      <td>The class of HTML literal values.</td>
+    </tr>
+    <tr>
       <td>rdf:XMLLiteral</td>
-      <td>The class of XML literals values.</td>
+      <td>The class of XML literal values.</td>
     </tr>
     <tr>
       <td>rdfs:Class</td>
@@ -1276,8 +1284,8 @@
 
 <h3 aria-level="2" role="heading" id="h3_ch_sumproperties"><span class="secno">6.2 </span>RDF properties</h3>
 
-<table border="1" summary="RDF properties">
-  <tbody valign="top">
+<table border="1">
+  <tbody>
     <tr>
       <th>Property name</th>
       <th>comment</th>
@@ -1484,7 +1492,7 @@
 </p>
 
 <ul>
-<li>Amended <a href="#ch_appendix_rdfs">Appendix A</a> to note that the RDF/XML description of RDF and RDFS 
+<li>Amended Appendix A to note that the RDF/XML description of RDF and RDFS 
 terms is not directly published at the RDFS namespace, but split between the 'rdf:' and 'rdfs:' namespace documents. 
 Also removed the pre-REC warning that the WG might choose to change the namespace URI prior to Recommendation.</li>
 <li>Amended rdfs:range specification for rdf:predicate for consistency with the Semantics document (previously rdf:Property; now, rdfs:Resource)</li>
@@ -1734,8 +1742,6 @@
   &lt;rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/&gt;
 &lt;/rdf:Property&gt;
 
-&lt;!-- the following are new additions, Nov 2002 --&gt;
-
 &lt;rdfs:Class rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"&gt;
   &lt;rdfs:isDefinedBy rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/&gt;
   &lt;rdfs:label&gt;List&lt;/rdfs:label&gt;
@@ -1804,9 +1810,9 @@
 </dd><dt id="bib-RDF11-MT">[RDF11-MT]</dt><dd rel="dcterms:requires">Patrick J. Hayes, Peter F. Patel-Schneider, Editors. <cite><a href="http://www.w3.org/TR/2013/CR-rdf11-mt-20131105/">RDF 1.1 Semantics.</a></cite> 5 November 2013. W3C Candidate Recommendation (work in progress). URL: <a href="http://www.w3.org/TR/2013/CR-rdf11-mt-20131105/">http://www.w3.org/TR/2013/CR-rdf11-mt-20131105/</a>. The latest edition is available at <a href="http://www.w3.org/TR/rdf11-mt/">http://www.w3.org/TR/rdf11-mt/</a>
 </dd><dt id="bib-TRIG">[TRIG]</dt><dd rel="dcterms:requires">Gavin Carothers, Andy Seaborne, Editors. <cite><a href="http://www.w3.org/TR/2013/WD-trig-20130919/">TriG: RDF Dataset Language</a></cite>. 19 September 2013. W3C Candidate Recommendation (work in progress). URL: <a href="http://www.w3.org/TR/2013/WD-trig-20130919/">http://www.w3.org/TR/2013/WD-trig-20130919/</a>. The latest edition is available at <a href="http://www.w3.org/TR/trig/">http://www.w3.org/TR/trig/</a>
 </dd><dt id="bib-TURTLE">[TURTLE]</dt><dd rel="dcterms:requires">Eric Prud'hommeaux, Gavin Carothers, Editors. <cite><a href="http://www.w3.org/TR/2013/CR-turtle-20130219/">RDF 1.1 Turtle: Terse RDF Triple Language.</a></cite> 19 February 2013. W3C Candidate Recommendation (work in progress). 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>
-</dd></dl></section><section id="informative-references" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h3 aria-level="2" role="heading" id="h3_informative-references"><span class="secno">C.2 </span>Informative references</h3><dl class="bibliography" about=""><dt id="bib-BERNERS-LEE98">[BERNERS-LEE98]</dt><dd rel="dcterms:references">Tim Berners-Lee. <cite><a href="http://www.w3.org/DesignIssues/RDFnot.htm">What the Semantic Web can represent</a></cite>. 1998. URI: <a href="http://www.w3.org/DesignIssues/RDFnot.html">http://www.w3.org/DesignIssues/RDFnot.html</a>.
+</dd></dl></section><section id="informative-references" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h3 aria-level="2" role="heading" id="h3_informative-references"><span class="secno">C.2 </span>Informative references</h3><dl class="bibliography" about=""><dt id="bib-BERNERS-LEE98">[BERNERS-LEE98]</dt><dd rel="dcterms:references">Tim Berners-Lee. <cite><a href="http://www.w3.org/DesignIssues/RDFnot.html">What the Semantic Web can represent</a></cite>. 1998. URI: <a href="http://www.w3.org/DesignIssues/RDFnot.html">http://www.w3.org/DesignIssues/RDFnot.html</a>.
 </dd><dt id="bib-OWL2-OVERVIEW">[OWL2-OVERVIEW]</dt><dd rel="dcterms:references">W3C OWL Working Group. <a href="http://www.w3.org/TR/owl2-overview/"><cite>OWL 2 Web Ontology Language Document Overview (Second Edition)</cite></a>. 11 December 2012. W3C Recommendation. URL: <a href="http://www.w3.org/TR/owl2-overview/">http://www.w3.org/TR/owl2-overview/</a>
 </dd><dt id="bib-RDF-CONCEPTS">[RDF-CONCEPTS]</dt><dd rel="dcterms:references">Graham Klyne; Jeremy Carroll. <a href="http://www.w3.org/TR/rdf-concepts/"><cite>Resource Description Framework (RDF): Concepts and Abstract Syntax</cite></a>. 10 February 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/rdf-concepts/">http://www.w3.org/TR/rdf-concepts/</a>
 </dd><dt id="bib-RDF11-PRIMER">[RDF11-PRIMER]</dt><dd rel="dcterms:references">Guus Schreiber, Yves Raimond, editors. <cite><a href="https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-primer/index.html#">RDF 1.1 Primer</a></cite>. 2013. The latest version is available at <a href="http://www.w3.org/TR/rdf11-primer/">http://www.w3.org/TR/rdf11-primer/</a>.
-</dd><dt id="bib-RDFMS">[RDFMS]</dt><dd rel="dcterms:references">Ora Lassila; Ralph R. Swick. <cite><a href="http://www.w3.org/TR/1999/REC-rdf-syntax-19990222">Resource Description Framework (RDF) Model and Syntax Specification</a></cite>. 22 February 1999. W3C Recommendation. URL: <a href="http://www.w3.org/TR/1999/REC-rdf-syntax-19990222">http://www.w3.org/TR/1999/REC-rdf-syntax-19990222</a>.
+</dd><dt id="bib-RDFMS">[RDFMS]</dt><dd rel="dcterms:references">Ora Lassila; Ralph R. Swick. <cite><a href="http://www.w3.org/TR/1999/REC-rdf-syntax-19990222/">Resource Description Framework (RDF) Model and Syntax Specification</a></cite>. 22 February 1999. W3C Recommendation. URL: <a href="http://www.w3.org/TR/1999/REC-rdf-syntax-19990222/">http://www.w3.org/TR/1999/REC-rdf-syntax-19990222</a>.
 </dd></dl></section></section></body></html>
\ No newline at end of file