@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix acl:	<http://www.w3.org/ns/auth/acl#> .
@prefix ns2:	<http://kingsley.idehen.net/dataspace/kidehen/group/> .

<aci_3>
	rdf:type	acl:Authorization ;
	acl:accessTo	<> ;
	acl:mode	acl:Read , acl:Write ;
	acl:agentClass	ns2:Family .
<aci_1>
	rdf:type	acl:Authorization ;
	acl:accessTo	<> ;
	acl:mode	acl:Read ;
	acl:agentClass	<http://kingsley.idehen.net/dataspace/kidehen/group/OpenLink%20Staff> .
<aci_2>
	rdf:type	acl:Authorization ;
	acl:accessTo	<> ;
	acl:mode	acl:Read ;
	acl:agentClass	<http://kingsley.idehen.net/dataspace/kidehen/group/WebID%20Crew> .
