@base <https://wordnet.dk/dannet/external/vann/preferredNamespacePrefix> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .

vann:preferredNamespacePrefix rdfs:isDefinedBy vann:;
                              rdfs:comment "The preferred namespace prefix to use when using terms from this vocabulary in an XML document."@en;
                              rdfs:label "Preferred Namespace Prefix"@en;
                              rdf:type owl:AnnotationProperty.

# Relation labels
rdfs:isDefinedBy rdfs:label "er defineret i"@da, "isDefinedBy".
vann: dc:title "VANN: A vocabulary for annotating vocabulary descriptions"@en.
rdfs:comment rdfs:label "kommentar"@da, "comment".
rdfs:label rdfs:label "label", "etiket"@da.
rdf:type rdfs:label "type"@da, "type".
owl:AnnotationProperty rdfs:label "AnnotationProperty", "annoteringsegenskab"@da.

