Skip to content

Commit

Permalink
fix: dc recommended namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieubosquet committed Mar 16, 2021
1 parent 58eae0f commit 65034fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ example above).
The following schema excerpts use these namespace prefixes:
``` turtle
PREFIX acl: <http://www.w3.org/ns/auth/acl#>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX dc: <http://purl.org/dc/terms/>
PREFIX vcard: <http://www.w3.org/2006/vcard/ns#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
```
Expand Down Expand Up @@ -300,7 +300,7 @@ Corresponding `work-groups` Group Listing document:
```ttl
# Contents of https://alice.example.com/work-groups
@prefix acl: <http://www.w3.org/ns/auth/acl#>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix dc: <http://purl.org/dc/terms/>.
@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
Expand Down

0 comments on commit 65034fd

Please sign in to comment.