File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ example above).
133
133
The following schema excerpts use these namespace prefixes:
134
134
``` turtle
135
135
PREFIX acl: <http://www.w3.org/ns/auth/acl#>
136
- PREFIX dc: <http://purl.org/dc/elements/1.1 />
136
+ PREFIX dc: <http://purl.org/dc/terms />
137
137
PREFIX vcard: <http://www.w3.org/2006/vcard/ns#>
138
138
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
139
139
```
@@ -300,7 +300,7 @@ Corresponding `work-groups` Group Listing document:
300
300
``` ttl
301
301
# Contents of https://alice.example.com/work-groups
302
302
@prefix acl: <http://www.w3.org/ns/auth/acl#>.
303
- @prefix dc: <http://purl.org/dc/elements/1.1 />.
303
+ @prefix dc: <http://purl.org/dc/terms />.
304
304
@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.
305
305
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
306
306
You can’t perform that action at this time.
0 commit comments