mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
15 lines
348 B
Handlebars
15 lines
348 B
Handlebars
@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 <{{webId}}>;
|
|
acl:mode acl:Read, acl:Write, acl:Control.
|