--- a/ldp.html Wed Jun 19 04:38:01 2013 -0400
+++ b/ldp.html Thu Jun 20 12:21:42 2013 -0400
@@ -605,6 +605,8 @@
<>
a ldp:Container;
+ ldp:membershipSubject <>
+ ldp:membershipPredicate rdfs:member;
dcterms:title "A very simple container";
rdfs:member <member1>, <member2>, <member3>.</pre>
@@ -796,6 +798,7 @@
<http://example.org/container1/>
a ldp:Container;
dcterms:title "A Linked Data Platform Container of Acme Resources";
+ ldp:membershipSubject http://example.org/container1/;
ldp:membershipPredicate rdfs:member;
dcterms:publisher <http://acme.com/>.</pre>
@@ -1024,14 +1027,22 @@
Linking from a Resource to its Containers (not the containers the resource is in)
</div>
- <div id="ldpc-5_2_4" class="rule">5.2.4 An LDPC MUST contain one triple containing the <code>ldp:membershipSubject</code>
- predicate when the membership subject is not the LDPC itself.
- This triple's object provides clients with the LDPC's membership subject URI.
+ <div id="ldpc-5_2_4" class="rule">5.2.4 An LDPC MUST contain one triple
+ whose subject is the LDPC URI,
+ whose predicate is the <code>ldp:membershipSubject</code>,
+ and whose object is the LDPC's membership subject URI.
</div>
- <div id="ldpc-5_2_5" class="rule">5.2.5 An LDPC MUST contain one triple containing the <code>ldp:membershipPredicate</code>
- or <code>ldp:membershipPredicateInverse</code> predicate when
- the membership predicate is not <code>rdfs:member</code>.
+ <div id="ldpc-5_2_5" class="rule">5.2.5 An LDPC MUST contain one triple
+ whose subject is the LDPC URI,
+ and whose predicate is either <code>ldp:membershipPredicate</code> or <code>ldp:membershipPredicateInverse</code>.
+ The object of the triple is constrained by other sections, such as
+ <a href="ldpc-5_2_5_1">5.2.5.1</a> or <a href="ldpc-5_2_5_2">5.2.5.2</a>.
+ </div>
+
+ <div class="ldp-issue-pending">
+ <div class="ldp-issue-title"><a href="http://www.w3.org/2012/ldp/track/issues/75">ISSUE-75</a></div>
+ non-monotonic ldp:membershipXXX relations. Drafted per 2013-06-18 F2F resolution.
</div>
<div id="ldpc-5_2_5_1" class="rule">5.2.5.1 For a given triple <var>T</var> with a subject <var>C</var>
@@ -1440,6 +1451,7 @@
<blockquote><em><a href="http://www.w3.org/TR/2013/WD-ldp-20130701/">Third Public Working Draft</a></em></blockquote>
-->
<ul>
+ <li>2013-06-18 - ISSUE-75 5.2.5 membershipxxx predicates required, per 2013-06-18 F2F resolution (JA)</li>
<li>2013-06-18 - ISSUE-63 End of 5.3 + example rewritten for 2013-06-18 F2F resolution (JA)</li>
<li>2013-06-15 - ISSUE-14 End of 5.3 + example rewritten for ascending/descending sorts with optional collation (JA)</li>
<li>2013-06-13 - ISSUE-54 New 5.4.8.1 to set base URI on create for relative URI resolution (SS)</li>