Action-119 require ldp:created for indirect containers
authorJohn Arwe
Thu, 02 Jan 2014 10:47:51 -0500
changeset 433 1c2de1976d6a
parent 432 7aa0a007c125
child 434 83b656184387
Action-119 require ldp:created for indirect containers
ldp.html
--- a/ldp.html	Mon Dec 30 20:48:15 2013 -0600
+++ b/ldp.html	Thu Jan 02 10:47:51 2014 -0500
@@ -1713,12 +1713,25 @@
 	<div id="ldpc-5_4_14" class="rule">5.4.14 LDPCs that create new member resources MAY add triples to the container 
 		as part of member creation to reflect its factory role.  
 		LDP defines the <code>ldp:created</code> predicate for this purpose.  
-		An LDPC that tracks members created through the LDPC MUST add a triple
+		An LDPC that tracks members created through the LDPC MUST add a triple to the container
 		whose subject is the container's URI, 
 		whose predicate is <code>ldp:created</code>, and
 		whose object is the newly created member resource's URI; 
 		it MAY add other triples as well.
 	</div>
+
+	<div id="ldpc-5_4_15" class="rule">5.4.15 LDPCs 
+		whose <code>ldp:insertedContentRelation</code> triple has an object
+		<strong>other than</strong> <code>ldp:MemberSubject</code> 
+		and that create new resources 
+		MUST add a triple to the container
+		whose subject is the container's URI, 
+		whose predicate is <code>ldp:created</code>, and
+		whose object is the newly created resource's URI (which will be different from
+		the <var><a href="#ldpc-5_2_10">member-derived URI</a></var> in this case).
+		This <code>ldp:created</code> triple can be the only link from the container to the newly created
+		resource in certain cases.
+	</div>
 	
 </section>
 
@@ -2185,8 +2198,10 @@
 </p>
 
 <!-- <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>2013-11-27 - ACTION-101 Added informative <a href="#security"></a> section (SS)</li>
+	<li>2014-01-02 - ACTION-119 Added 5.4.15 requiring ldp:created for indirect containers (JA)</li>
+	<li>2013-11-27 - ACTION-101 Added informative <a href="#security">security</a> section (SS)</li>
 	<li>2013-11-27 - ACTION-100 Added informative note to Ordering section that containers can be nested (SS)</li>
 	<li>2013-11-18 - Various editorial and validation fixes (SS)</li>
     <li>2013-11-12 - Clean up some remnants of inlining (JA)</li>