@base <https://wordnet.dk/dannet/external?&subject=%3Chttp%3A%2F%2Fvocab.org%2Fvann%2F.html%3E> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

"<http://vocab.org/vann/.html>" rdfs:label "HTML";
                                dc11:format "text/html";
                                rdf:type "<http://purl.org/dc/dcmitype/Text>", foaf:Document.

# Relation labels
rdfs:label rdfs:label "label", "etiket"@da.
dc11:format rdfs:label "Format"@en.
rdf:type rdfs:label "type"@da, "type".
foaf:Document rdfs:label "Document".

