fixed broken link
authorArnaud Le Hors <lehors@us.ibm.com>
Fri, 12 Sep 2014 10:52:54 -0700
changeset 828 f5ac4680e269
parent 827 d905446ba36d (current diff)
parent 825 cbbf4e00e019 (diff)
child 829 7f6e09b0128b
fixed broken link
--- 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
-   	 &lt;bob&gt;,     # URI of a document a.k.a. an information resource
-   	 &lt;marsha&gt;.  # describing a person
+   	 &lt;advisors/bob&gt;,     # URI of a document a.k.a. an information resource
+   	 &lt;advisors/marsha&gt;.  # 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>