Forgot to add Mary to the list of foaf:knows in the ACL sub-section.
authorAndrei Sambra <andrei@fcns.eu>
Tue, 20 Nov 2012 16:25:21 -0500
changeset 310 40508035594a
parent 309 bf5566303a91
child 311 ab129bff37d4
Forgot to add Mary to the list of foaf:knows in the ACL sub-section.
spec/identity-respec.html
--- a/spec/identity-respec.html	Tue Nov 20 16:20:11 2012 -0500
+++ b/spec/identity-respec.html	Tue Nov 20 16:25:21 2012 -0500
@@ -551,7 +551,8 @@
  @prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
  
  &lt;https://bob.example/profile#me&gt; rdf:type foaf:Person;
-   foaf:knows &lt;https://example.edu/p/Alice#MSc&gt;.
+   foaf:knows &lt;https://example.edu/p/Alice#MSc&gt;;
+   foaf:knows &lt;https://example.come/people/Mary/card#me&gt;.
 </pre>
 
 <p>Having the following corresponding ACL rule, expressed using the <a href="http://www.w3.org/wiki/WebAccessControl">WebAccessControl</a> ontology:</p>