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`.
228
228
### Groups of Agents
229
229
230
230
To 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.
235
235
236
236
Example ACL resource, ` shared-file1.acl ` , containing a group permission:
237
237
@@ -266,8 +266,6 @@ Corresponding `work-groups` Group Listing document:
266
266
@prefix acl: <http://www.w3.org/ns/auth/acl#>.
267
267
@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.
268
268
269
- <> a acl:GroupListing.
270
-
271
269
<#Accounting>
272
270
a vcard:Group;
273
271
vcard:hasUID <urn:uuid:8831CBAD-1111-2222-8563-F0F4787E5398:ABGroup>;
You can’t perform that action at this time.
0 commit comments