Moved 4.10.2.5->4.10.2.4.3,4.10.2.6->4.10.2.4.1,4.10.2.7->4.10.2.4.2 and added samples
authorsspeiche
Wed, 24 Jul 2013 08:44:34 -0400
changeset 227 1bb410ec95dd
parent 226 0e1efef6e333
child 228 ec118c66c122
Moved 4.10.2.5->4.10.2.4.3,4.10.2.6->4.10.2.4.1,4.10.2.7->4.10.2.4.2 and added samples
ldp.html
--- a/ldp.html	Wed Jul 24 07:50:20 2013 -0400
+++ b/ldp.html	Wed Jul 24 08:44:34 2013 -0400
@@ -17,9 +17,6 @@
  Various pre-LC comments:
     - John A's comments http://lists.w3.org/Archives/Public/public-ldp-wg/2013Jul/0054.html
                         http://lists.w3.org/Archives/Public/public-ldp-wg/2013Jul/0056.html
-    - Ted T's comments http://lists.w3.org/Archives/Public/public-ldp-wg/2013Jul/0062.html
-    - Raul's comments http://lists.w3.org/Archives/Public/public-ldp-wg/2013Jul/0069.html
-      (handled most of Raul's comments)
     - P-A's comments http://lists.w3.org/Archives/Public/public-ldp-wg/2013Jul/0071.html
     - Sergio's comments http://lists.w3.org/Archives/Public/public-ldp-wg/2013Jul/0072.html
  -->
@@ -747,18 +744,25 @@
 	<div id="ldpr-pagingGET-4" class="rule">4.10.2.4 LDPR servers that support paging MUST include in the page
 		representation a representation for the LDPR.
 	</div>
-	<div id="ldpr-pagingGET-5" class="rule">4.10.2.5 The page resource representation SHOULD have one triple to indicate its
+	<div id="ldpr-pagingGET-4_1" class="rule">4.10.2.4.1 The page resource representation MUST have one triple with the subject
+		of the page, predicate of <code>ldp:nextPage</code> and
+		object being the URL for the subsequent page.
+<pre class="example">&lt;http://example.org/customer-relations?firstPage&gt;
+    ldp:nextPage  &lt;http://example.org/customer-relations?p=2&gt; .</pre>
+	</div>
+	<div id="ldpr-pagingGET-4_2" class="rule">4.10.2.4.2 The last page resource representation MUST have one triple with the subject of the 
+	    last page, predicate of <code>ldp:nextPage</code> and object being <code>rdf:nil</code>.
+<pre class="example">&lt;http://example.org/customer-relations?p=2&gt;
+    ldp:nextPage  rdf:nil .</pre>	    
+	</div>
+	<div id="ldpr-pagingGET-4_3" class="rule">4.10.2.4.3 The page resource representation SHOULD have one triple to indicate its
 		type, whose subject is the URL of the page, whose predicate is <code>rdf:type</code> and object is <code>ldp:Page</code>.
 		It also SHOULD have 1 triple to indicate the resource it is paging,
 		whose  subject is the URL of the page, predicate is <code>ldp:pageOf</code>,
 		and object is the URL of the LDPR.
-	</div>
-	<div id="ldpr-pagingGET-6" class="rule">4.10.2.6 The page resource representation MUST have one triple with the subject
-		of the page, predicate of <code>ldp:nextPage</code> and
-		object being the URL for the subsequent page.
-	</div>
-	<div id="ldpr-pagingGET-7" class="rule">4.10.2.7 The last page resource representation MUST have one triple with the subject of the 
-	    last page, predicate of <code>ldp:nextPage</code> and object being <code>rdf:nil</code>.
+<pre class="example">&lt;http://example.org/customer-relations?firstPage&gt;
+    rdf:type    ldp:Page;
+    ldp:pageOf  &lt;http://example.org/customer-relations&gt;.</pre>
 	</div>
 </section>
 
@@ -1792,6 +1796,7 @@
 <blockquote><em><a href="http://www.w3.org/TR/2013/WD-ldp-20130701/">Third Public Working Draft</a></em></blockquote>
 -->
 <ul>
+	<li>2013-07-24 - Moved 4.10.2.5->4.10.2.4.3,4.10.2.6->4.10.2.4.1,4.10.2.7->4.10.2.4.2 and added samples (SS)</li>
 	<li>2013-07-24 - Changed ldp:ascending->ldp:Ascending, ldp:descending->ldp:Descending, ldp:non-member-resource ->ldp:nonMemberResource (SS)</li>
 	<li>2013-07-24 - Added term <a title="Page resource"></a> (SS)</li>
 	<li>2013-07-24 - Removed 5.4.8.1 and added 4.2.12 to better handle base/rel URI (SS)</li>