Skip to content

Commit 65034fd

Browse files
fix: dc recommended namespace
1 parent 58eae0f commit 65034fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ example above).
133133
The following schema excerpts use these namespace prefixes:
134134
``` turtle
135135
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/>
137137
PREFIX vcard: <http://www.w3.org/2006/vcard/ns#>
138138
PREFIX 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

0 commit comments

Comments
 (0)