UNPKG

276 BPlain TextView Raw
1# Root ACL resource for the root
2@prefix acl: <http://www.w3.org/ns/auth/acl#>.
3@prefix foaf: <http://xmlns.com/foaf/0.1/>.
4
5<#public>
6 a acl:Authorization;
7 acl:agentClass foaf:Agent; # everyone
8 acl:accessTo </>;
9 acl:default </common/>;
10 acl:mode acl:Read.