@base <https://wordnet.dk/dannet/external?subject=%3Chttp%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%3E> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

"<http://purl.org/dc/elements/1.1/>" dc:title "Dublin Core Metadata Element Set, Version 1.1"@en;
                                     dc:publisher "<http://purl.org/dc/aboutdcmi#DCMI>";
                                     dc:modified "2012-06-14"^^xsd:dateTime.

# Relation labels
dc:title rdfs:label "Title"@en.
dc:publisher rdfs:label "Publisher"@en.
dc:modified rdfs:label "Date Modified"@en.

