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).
133133The following schema excerpts use these namespace prefixes:
134134``` turtle
135135PREFIX 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 />
137137PREFIX vcard: <http://www.w3.org/2006/vcard/ns#>
138138PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
139139```
@@ -300,7 +300,7 @@ Corresponding `work-groups` Group Listing document:
300300``` ttl
301301# Contents of https://alice.example.com/work-groups
302302@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 />.
304304@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.
305305@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
306306
You can’t perform that action at this time.
0 commit comments