--- a/ldp.html Mon Jul 15 09:02:20 2013 -0400
+++ b/ldp.html Mon Jul 15 09:25:06 2013 -0400
@@ -1573,15 +1573,15 @@
<div class="ldp-issue-pending">
<div class="ldp-issue-title"><a href="http://www.w3.org/2012/ldp/track/issues/79">ISSUE-79</a></div>
- ldp:contains
+ ldp:contains => created
</div>
<div id="ldpr-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:contains</code> predicate for this purpose.
+ LDP defines the <code>ldp:created</code> predicate for this purpose.
An LDPC that tracks members created through the LDPC MUST add a triple
whose subject is the container's URI,
- whose predicate is <code>ldp:contains</code>, and
+ 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>
@@ -1640,12 +1640,12 @@
<div class="ldp-issue-pending">
<div class="ldp-issue-title"><a href="http://www.w3.org/2012/ldp/track/issues/79">ISSUE-79</a></div>
- ldp:contains
+ ldp:contains => created
</div>
<div id="ldpc-5_6_3" class="rule">5.6.3 When the conditions in <a href="#ldpc-5_6_1">5.6.1</a> hold, and the LDPC tracks member
- 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.
+ 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.
</div>
<div id="ldpc-5_6_4" class="rule">5.6.4 When a LDPC member resource originally created by the LDPC (for example, one whose
@@ -1884,6 +1884,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-15 - ISSUE-79 ldp:contains => ldp:created (JA)</li>
<li>2013-07-11 - Improving working in <a href="#ldpr-Paging" class="sectionRef"></a> to remove container references (SS)</li>
<li>2013-07-11 - Removed 4.1.5, section number fixup:4.1.8-13->6-11, 4.9.2.* fixup, 5.3.7-10->>2-5 (SS)</li>
<li>2013-07-11 - Removed all stubbed out sections 5.1.3, 5.3.2-6 (SS)</li>
--- a/ldp.ttl Mon Jul 15 09:02:20 2013 -0400
+++ b/ldp.ttl Mon Jul 15 09:25:06 2013 -0400
@@ -163,13 +163,13 @@
rdfs:domain :Container;
rdfs:range :Resource.
-:contains
+:created
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 "contains";
+ rdfs:label "created";
rdfs:range rdfs:Resource.
:membersInlined