Combined rules for container triples
authorsspeiche
Fri, 28 Feb 2014 17:35:04 -0500
changeset 508 f67d8f5f458b
parent 507 4c551514a4d0
child 509 3b515a98338d
child 510 c398cec256bd
Combined rules for container triples
ldp.html
--- a/ldp.html	Fri Feb 28 17:12:22 2014 -0500
+++ b/ldp.html	Fri Feb 28 17:35:04 2014 -0500
@@ -1210,11 +1210,12 @@
 	</h2></section><!-- Was 5.4.1 / #ldpc-5_4_1 -->
 
 	<section id="ldpc-post-createdmbr-contains"><h2 class="normal">
-		When a successful HTTP <code>POST</code> request to a LDPC
-		results in the creation of an LDPR, 
-		the newly created document MUST
-		appear as a contained resource of the LDPC until the newly created document is deleted or
-		removed by other methods. 
+		When a successful HTTP <code>POST</code> request to a LDPC results in the creation of an LDPR, a 
+		<a title="Containment triple">containmemt triple</a> MUST be added to the state of LDPC.  The
+		<a title="Containment triple">containmemt triple</a> whose subject is the LDPC URI, 
+		whose predicate is <code>ldp:contains</code> and whose object is the URI for the newly created document (LDPR).
+		The newly created LDPR appears as a contained resource of the LDPC until the
+		newly created document is deleted or removed by other methods. Other triples may be added as well.
 	</h2></section>
 	
 	<section id="ldpc-post-createbins"><h2 class="normal"><a title="LDP server">LDP servers</a> MAY accept an HTTP <code>POST</code> of non-RDF representations 
@@ -1298,14 +1299,6 @@
 		<code>POST</code> to be aware of its existence and require it, but it is a reasonable requirement for new
 		specifications such as LDP.
 	</h2></section><!-- Was 5.4.13 / #ldpc-5_4_13 -->
-		
-	<section id="ldpc-post-ldpcreated"><h2 class="normal">
-		LDPCs that create new member resources MUST add a triple to the container
-		whose subject is the container's URI, 
-		whose predicate is <code>ldp:contains</code>, and
-		whose object is the newly created member resource's URI; 
-		it MAY add other triples as well.
-	</h2></section><!-- Was 5.4.14 / #ldpc-5_4_14 -->
 	
 </section>
 
@@ -2164,6 +2157,7 @@
 <!-- <blockquote><em><a href="http://www.w3.org/TR/2013/WD-ldp-20130930/">Candidate Recommendation Draft</a></em></blockquote> wah -->
 <!-- <blockquote><em><a href="http://www.w3.org/TR/2013/WD-ldp-20130730/">Last Call Draft</a></em></blockquote> -->
 <ul>
+	<li>2014-02-28 - Combined rules for container triples (SS) </li>
 	<li>2014-02-28 - Split out different kinds of LDPCs into their own subsection (SS)</li>
 	<li>2014-02-24 - Corrected rel=meta to be rel=describedby (SS) </li>
 	<li>2014-02-24 - Adjusted term membership triples and membership predicate (SS) </li>