ACTION-133 Get rid of ldp:created which is subsumed by ldp:contains
authorsspeiche
Wed, 05 Feb 2014 10:08:39 -0500
changeset 459 759f7a1fe85a
parent 458 241a71502265
child 460 1f6e06fd7272
ACTION-133 Get rid of ldp:created which is subsumed by ldp:contains
ldp.html
ldp.ttl
--- a/ldp.html	Wed Feb 05 09:34:00 2014 -0500
+++ b/ldp.html	Wed Feb 05 10:08:39 2014 -0500
@@ -1483,7 +1483,7 @@
 	</h2></section><!-- Was 5.2.3 / #ldpc-5_2_3 -->
 	
 	<!-- TODO: Leaving this as-is, refining others as-needed.  Do we need an explicit clause for "ldp:contains"?
-	I'm in favor of just leaving and adjust ldp:contains where we currently have ldp:created. -->
+	  -->
 	
 	<section id="ldpc-containres"><h2 class="normal">An LDPC representation MUST contain exactly one triple 
 		whose subject is the LDPC URI, 
@@ -1686,7 +1686,7 @@
 	
 	<!-- TODO: "contained resource" is not the right term here, an example of where ldp:containedResource would be better
 	labeled ldp:membershipResource (maybe)-->
-	<!-- TODO: Do we need a rule for creation of ldp:contians here?  Steve's answer, no...leave to ldp:created rule. -->
+	<!-- TODO: Do we need a rule for creation of ldp:contains here?  Steve's answer, no...leave to ldp:contains rule. -->
 	
 	<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 
 	<a title="Linked Data Platform Binary Resource">(LDP-BR)</a> for
@@ -1773,10 +1773,10 @@
 		
 	<section id="ldpc-post-ldpcreated"><h2 class="normal">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.  
+		LDP defines the <code>ldp:contains</code> predicate for this purpose.  
 		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 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 -->
@@ -1787,10 +1787,10 @@
 		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 predicate is <code>ldp:contains</code>, and
 		whose object is the newly created resource's URI (which will be different from
 		the <var><a href="#ldpc-indirectmbr">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
+		This <code>ldp:contains</code> triple can be the only link from the container to the newly created
 		resource in certain cases.
 	</h2></section><!-- Was 5.4.15 / #ldpc-5_4_15 -->
 	
@@ -1850,8 +1850,8 @@
 	</section><!-- Was 5.6.2 / #ldpc-5_6_2 -->
 	
 	<section id="ldpc-del-ldpcreated"><h2 class="normal">When the conditions in <a href="#ldpc-del-contremovesmbrtriple">previous section</a> hold, and the LDPC tracks member 
-		resources that it created using the <code>ldp:created</code> predicate, the LDPC server MUST also remove 
-		the deleted member's <code>ldp:created</code> triple.
+		resources that it created using the <code>ldp:contains</code> predicate, the LDPC server MUST also remove 
+		the deleted member's <code>ldp:contains</code> triple.
 	</h2></section><!-- Was 5.6.3 / #ldpc-5_6_3 -->
 	
 	<section id="ldpc-del-contremovesmbrres"><h2 class="normal">When a LDPC member resource originally created by the LDPC (for example, one whose 
@@ -2223,6 +2223,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-05 - ACTION-133 Get rid of ldp:created which is subsumed by ldp:contains (SS)</li>
 	<li>2014-02-04 - ACTION-124 LDPR-RR as named graphs  (SS)</li>
 	<li>2014-02-04 - ACTION-120 (complete) Updated LDPC general, GET and POST sections (SS)</li>
 	<li>2014-02-04 - ACTION-120 (Part 3) Added ldp:member (SS)</li>
--- a/ldp.ttl	Wed Feb 05 09:34:00 2014 -0500
+++ b/ldp.ttl	Wed Feb 05 10:08:39 2014 -0500
@@ -199,13 +199,13 @@
 	rdfs:label "member";
 	rdfs:range rdfs:Resource.
 
-:created
+:contains
 	a rdf:Property;
 	rdfs:comment "Links a container with resources created through the container.";
 	vs:term_status "unstable";
 	rdfs:domain :Container;
 	rdfs:isDefinedBy :;
-	rdfs:label "created";
+	rdfs:label "contains";
 	rdfs:range rdfs:Resource.