@base <https://wordnet.dk/dannet/external/vann/preferredNamespaceUri> .
@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#> .

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

# Relation labels
rdfs:isDefinedBy rdfs:label "er defineret i"@da, "isDefinedBy".
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.

