added two new datatypes to the summary table
authorGuus Schreiber <guus.schreiber@vu.nl>
Tue, 03 Dec 2013 14:22:22 +0100
changeset 1448 3f32a3e02994
parent 1447 81d74651837d
child 1449 a630f04eebe2
added two new datatypes to the summary table
rdf-schema/index.html
--- a/rdf-schema/index.html	Tue Dec 03 14:18:01 2013 +0100
+++ b/rdf-schema/index.html	Tue Dec 03 14:22:22 2013 +0100
@@ -1100,8 +1100,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:XMLLiteral</td>
-      <td>The class of XML literals values.</td>
+      <td>The class of HTML literal values.</td>
+    </tr>
+    <tr>
+      <td>rdf:XMLLiteral</td>
+      <td>The class of XML literal values.</td>
     </tr>
     <tr>
       <td>rdfs:Class</td>