File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
test/resources/accounts-acl/tim.localhost/group/test-folder Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 11@prefix : <#>.
22@prefix acl: <http://www.w3.org/ns/auth/acl#>.
3- @prefix tes: <./>.
43@prefix c: <https://tim.localhost:7777/profile/card#>.
54@prefix foaf: <http://xmlns.com/foaf/0.1/>.
65
76:owner
87 a acl:Authorization;
9- acl:accessTo tes: ;
8+ acl:accessTo <./> ;
109 acl:agent c:me;
11- acl:default tes: ;
10+ acl:default <./> ;
1211 acl:mode acl:Control, acl:Read, acl:Write.
12+ :public
13+ a acl:Authorization;
14+ acl:agentClass foaf:Agent;
15+ acl:accessTo <./> ;
16+ acl:defaultForNew <./> ;
17+ acl:mode acl:Read.
1318:folks
1419 a acl:Authorization;
15- acl:accessTo tes: ;
20+ acl:accessTo <./> ;
1621 acl:agentGroup <group-listing.ttl#folks>;
17- acl:default tes: ;
22+ acl:default <./> ;
1823 acl:mode acl:Read, acl:Write.
1924#:errors
2025# a acl:Authorization;
You can’t perform that action at this time.
0 commit comments