Fix example 14 relative URIs per Rob Sanderson's email ... add advisors/ to contained documents
authorJohn Arwe
Fri, 12 Sep 2014 10:46:50 -0400
changeset 825 cbbf4e00e019
parent 824 7931464d10c9
child 828 f5ac4680e269
Fix example 14 relative URIs per Rob Sanderson's email ... add advisors/ to contained documents
ldp.html
--- a/ldp.html	Thu Sep 11 15:00:38 2014 -0700
+++ b/ldp.html	Fri Sep 12 10:46:50 2014 -0400
@@ -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>