Fixed rdfs:label range to be rdfs:Literal, per Henry Story
authorsspeiche
Wed, 19 Sep 2012 15:35:17 -0400
changeset 6 52d507ca165b
parent 5 05f73dea05fd
child 7 f6dc4d4508c5
Fixed rdfs:label range to be rdfs:Literal, per Henry Story
ldbp.html
--- a/ldbp.html	Wed Sep 19 13:54:59 2012 -0400
+++ b/ldbp.html	Wed Sep 19 15:35:17 2012 -0400
@@ -440,7 +440,7 @@
 	<table border="1" cellspacing="5" summary="Dublin Core properties recommended">
 		<tr>
 			<td>Property</td>
-			<td>Range</td>
+			<td>Range/DataType</td>
 			<td>Comment</td>
 		</tr>
 		<tr>
@@ -540,7 +540,7 @@
 		</tr>
 		<tr>
 			<td><code>rdfs:label</code></td>
-			<td><code>rdfs:Resource</code></td>
+			<td><code>rdfs:Literal</code></td>
 			<td>Only use this in vocabulary documents, to define
 					the name of the vocabulary term.</td>
 		</tr>
@@ -1154,6 +1154,7 @@
 	<li>2012-09-18 - Initial ReSpec'ing of <a href="http://www.w3.org/Submission/ldbp/">Member Submission - Linked Data Basic Profile 1.0</a></li>
 	<li>2012-09-18 - Fixed up some links and worked on references, work left to do.</li>
 	<li>2012-09-19 - Repairing references and forward reference to biblio.js updates</li>
+	<li>2012-09-19 - Fixed rdfs:label range to be rdfs:Literal</li>
 </ul></section>
 
 <section class='appendix informative' id="todos">