@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix acl:	<http://www.w3.org/ns/auth/acl#> .
@prefix ns2:	<https://id.myopenlink.net/DAV/home/KingsleyUyiIdehen/Public/kingsley.ttl#> .

<aci_1>
	rdf:type	acl:Authorization ;
	acl:accessTo	<> ;
	acl:agent	ns2:this ;
	acl:mode	acl:Read , acl:Write .
