Skip to content

Commit e5be5e6

Browse files
Fix missing dc: prefix in agentGroup example
my implementation at https://github.com/inrupt/wac-ldp choked on this when I tried to use it as a test fixture :)
1 parent 6e7bc51 commit e5be5e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ Corresponding `work-groups` Group Listing document:
264264
```ttl
265265
# Contents of https://alice.example.com/work-groups
266266
@prefix acl: <http://www.w3.org/ns/auth/acl#>.
267+
@prefix dc: <http://purl.org/dc/elements/1.1/>.
267268
@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.
268269
269270
<#Accounting>

0 commit comments

Comments
 (0)