You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

384 B

@prefix acl: <http://www.w3.org/ns/auth/acl#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.

<#public>
a acl:Authorization;
acl:accessTo <./README>;
acl:agentClass foaf:Agent;
acl:mode acl:Read.

<#owner>
a acl:Authorization;
acl:accessTo <./README>;
acl:agent <http://localhost:3001/example/profile/card#me>;
acl:mode acl:Read, acl:Write, acl:Control.