Adjusted term membership triples and membership predicate
authorsspeiche
Mon, 24 Feb 2014 08:19:47 -0500
changeset 503 d13ec755f468
parent 502 ee14a8abdb2e
child 504 065e49b91d0b
Adjusted term membership triples and membership predicate
ldp.html
--- a/ldp.html	Mon Feb 24 08:11:04 2014 -0500
+++ b/ldp.html	Mon Feb 24 08:19:47 2014 -0500
@@ -333,12 +333,12 @@
 	-->
 		 
 	<dt><dfn>Membership</dfn></dt>
-	<dd>The relationship linking an LDP-RS (LDPCs are also LDP-RSs) and its member LDPRs.  
+	<dd>The relationship linking a LDP-RS (LDPCs are also LDP-RSs) and its member LDPRs.  
 	There often is a linked LDPC that assists with managing the member LDPRs.<p></p></dd>
 
 	<dt><dfn>Membership triples</dfn></dt>
-	<dd>A set of triples in an LDPC's state that lists its members.
-		A container's membership triples all have one of the following patterns:
+	<dd>A set of triples in a LDP-RS's state that lists its members.
+		A LDP-RS's membership triples all have one of the following patterns:
 		<table class="indented">
 		<tr>
 		<td style="background:#DDDDDD"> <var>membership-constant-URI</var> </td>
@@ -356,7 +356,7 @@
 		inherent in their name, and existing vocabularies contain useful examples that read naturally in
 		each direction.  <code>ldp:member</code> and <code>dcterms:isPartOf</code> are representative examples.
 		<p>
-		Each container exposes properties (see <a href="#ldpc-general" class="sectionRef"></a>)
+		Each linked container exposes properties (see <a href="#ldpc-general" class="sectionRef"></a>)
 		that allow clients to determine which pattern it
 		uses, what the actual <var>membership-predicate</var> and <var>membership-constant-URI</var> values are, 
 		and (for containers that allow the creation of new members) what value is used
@@ -365,7 +365,7 @@
 	<p></p></dd>
 	
 	<dt><dfn>Membership predicate</dfn></dt>
-	<dd>The predicate of all a LDPC's <a title="Membership triples">membership triples</a>.
+	<dd>The predicate of all a LDP-RS's <a title="Membership triples">membership triples</a>.
 	<p></p></dd>
 	
 	<dt><dfn>Containment</dfn></dt>
@@ -2090,6 +2090,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-24 - Adjusted term membership triples and membership predicate (SS) </li>
 	<li>2014-02-24 - Removed 6.3.1 LDPC GET requirement and put in general clause (SS) </li>
 	<li>2014-02-20 - Changed LDPC SHOULD NOT put (6.5.1) to be about containment (SS) </li>
 	<li>2014-02-20 - Removed rule on PATCH create, as it doesn't add any substantive over RFC5789 (SS) </li>