--- a/ldp.html Fri Sep 12 09:03:57 2014 -0700
+++ b/ldp.html Fri Sep 12 10:52:54 2014 -0700
@@ -1334,8 +1334,8 @@
ldp:hasMemberRelation o:advisor;
ldp:insertedContentRelation foaf:primaryTopic;
ldp:contains
- <bob>, # URI of a document a.k.a. an information resource
- <marsha>. # describing a person
+ <advisors/bob>, # URI of a document a.k.a. an information resource
+ <advisors/marsha>. # describing a person
</pre>
<p>To handle this type of indirection, the triple with predicate of <code>ldp:insertedContentRelation</code> and object of
@@ -2618,6 +2618,7 @@
<blockquote><em><a href="http://www.w3.org/TR/2014/WD-ldp-20140916">Last Call Working Draft 3</a></em></blockquote>
<ul>
+ <li>2014-09-12 - Fix example 14 relative URIs per Rob Sanderson's email ... add advisors/ to contained documents </li> (JA) </li>
<li>2014-09-10 - Fix examples per Rob Sanderson's email ... /nw1 > /nw1/ </li> (JA) </li>
<li>2014-09-10 - Wafer thin change to Turtle-required words, lest the chair fetchez la vache (JA) </li>
<li>2014-09-09 - Re-factor Turtle/JSON-LD required words for readability and completeness (JA) </li>