Forgot to add Mary to the list of foaf:knows in the ACL sub-section.
--- 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: <http://xmlns.com/foaf/0.1/> .
<https://bob.example/profile#me> rdf:type foaf:Person;
- foaf:knows <https://example.edu/p/Alice#MSc>.
+ foaf:knows <https://example.edu/p/Alice#MSc>;
+ foaf:knows <https://example.come/people/Mary/card#me>.
</pre>
<p>Having the following corresponding ACL rule, expressed using the <a href="http://www.w3.org/wiki/WebAccessControl">WebAccessControl</a> ontology:</p>