Skip to content

Commit 40d733d

Browse files
authored
Merge pull request #50 from michielbdejong/patch-2
Fix missing prefixes in agentGroup example
2 parents 2324f19 + 0e25743 commit 40d733d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,9 @@ Corresponding `work-groups` Group Listing document:
265265
```ttl
266266
# Contents of https://alice.example.com/work-groups
267267
@prefix acl: <http://www.w3.org/ns/auth/acl#>.
268+
@prefix dc: <http://purl.org/dc/elements/1.1/>.
268269
@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.
270+
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
269271
270272
<#Accounting>
271273
a vcard:Group;

0 commit comments

Comments
 (0)