File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -228,10 +228,10 @@ as denoted by her WebID URI, `https://alice.databox.me/profile/card#me`.
228228### Groups of Agents
229229
230230To give access to a group of agents, use the ` acl:agentGroup ` predicate.
231- The object of an ` agentGroup ` statement is a link to a ** Group Listing **
232- document. The WebIDs of group members are listed in it, using the
233- ` vcard:hasMember ` predicate. If a WebID is listed in that document, it is
234- given access.
231+ The object of an ` agentGroup ` statement is an instance of ` vcard: Group` .
232+ The WebIDs of group members are listed in it, using the
233+ ` vcard:hasMember ` predicate. If a WebID is listed as member of that group,
234+ it is given access.
235235
236236Example ACL resource, ` shared-file1.acl ` , containing a group permission:
237237
@@ -266,8 +266,6 @@ Corresponding `work-groups` Group Listing document:
266266@prefix acl: <http://www.w3.org/ns/auth/acl#>.
267267@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.
268268
269- <> a acl:GroupListing.
270-
271269<#Accounting>
272270 a vcard:Group;
273271 vcard:hasUID <urn:uuid:8831CBAD-1111-2222-8563-F0F4787E5398:ABGroup>;
You can’t perform that action at this time.
0 commit comments