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

"<https://wordnet.dk/dannet/schema>" rdf:type owl:Ontology;
                                     dc:publisher "<https://cst.dk>";
                                     vann:preferredNamespacePrefix "dns";
                                     rdfs:seeAlso "<https://wordnet.dk/dannet/concepts>",
                                                  "<https://wordnet.dk/dannet/data>";
                                     dc:license "<https://creativecommons.org/licenses/by-sa/4.0/>";
                                     dcat:downloadURL "<https://wordnet.dk/schema/dns>";
                                     dc:title "DanNet-skema"@da, "DanNet schema"@en;
                                     foaf:homepage "<https://cst.ku.dk/projekter/dannet>";
                                     dc:rights "Copyright © Centre for Language Technology (University of Copenhagen) & The Society for Danish Language and Literature."@en,
                                               "Copyright © Center for Sprogteknologi (Københavns Universitet) & Det Danske Sprog- og Litteraturselskab."@da;
                                     dc:contributor "<https://simongray.dk>", "<https://cst.dk>", "<https://dsl.dk>";
                                     dc:issued "2023-09-08";
                                     vann:preferredNamespaceUri "https://wordnet.dk/dannet/schema/";
                                     dc:description "Skema for DanNet-specifikke relationer."@da,
                                                    "Schema for DanNet-specific relations."@en.

# Relation labels
rdf:type rdfs:label "type"@da, "type".
dc:publisher rdfs:label "Publisher"@en.
vann:preferredNamespacePrefix rdfs:label "Preferred Namespace Prefix"@en.
rdfs:seeAlso rdfs:label "se også"@da, "seeAlso".
dc:license rdfs:label "License"@en.
dcat:downloadURL rdfs:label "ダウンロードURL"@ja, "URL μεταφόρτωσης"@el, "URL de téléchargement"@fr, "downloadURL"@da,
                            "download URL"@en, "رابط تحميل"@ar, "URL di scarico"@it, "URL de descarga"@es,
                            "URL souboru ke stažení"@cs.
dc:title rdfs:label "Title"@en.
foaf:homepage rdfs:label "homepage".
dc:rights rdfs:label "Rights"@en.
dc:contributor rdfs:label "Contributor"@en.
owl:Ontology rdfs:label "ontologi"@da, "Ontology".
dc:issued rdfs:label "Date Issued"@en.
vann:preferredNamespaceUri rdfs:label "Preferred Namespace Uri"@en.
dc:description rdfs:label "Description"@en.

