mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Add required triple to pod README acl
This commit is contained in:
parent
7f8b923399
commit
f40e2c768f
@ -2,11 +2,13 @@
|
|||||||
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
|
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
|
||||||
|
|
||||||
<#public>
|
<#public>
|
||||||
|
a acl:Authorization;
|
||||||
acl:accessTo <./README>;
|
acl:accessTo <./README>;
|
||||||
acl:agentClass foaf:Agent;
|
acl:agentClass foaf:Agent;
|
||||||
acl:mode acl:Read.
|
acl:mode acl:Read.
|
||||||
|
|
||||||
<#owner>
|
<#owner>
|
||||||
|
a acl:Authorization;
|
||||||
acl:accessTo <./README>;
|
acl:accessTo <./README>;
|
||||||
acl:agent <{{webId}}>;
|
acl:agent <{{webId}}>;
|
||||||
acl:mode acl:Read, acl:Write, acl:Control.
|
acl:mode acl:Read, acl:Write, acl:Control.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user