Skip to content

Commit 6e7bc51

Browse files
authored
Merge pull request #31 from elf-pavlik/patch-1
remove acl:GroupListing
2 parents 207b39e + 8bcf7dd commit 6e7bc51

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@ as denoted by her WebID URI, `https://alice.databox.me/profile/card#me`.
228228
### Groups of Agents
229229

230230
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.
235235

236236
Example 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>;

0 commit comments

Comments
 (0)