@base <https://wordnet.dk/dannet/external?&subject=%3Chttp%3A%2F%2Fwww.w3.org%2F2004%2F02%2Fskos%2Fcore%3E> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@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#> .

"<http://www.w3.org/2004/02/skos/core>" rdfs:seeAlso "<http://www.w3.org/TR/skos-reference/>";
                                        dc:creator "Alistair Miles", "Sean Bechhofer";
                                        dc:description "An RDF vocabulary for describing the basic structure and content of concept schemes such as thesauri, classification schemes, subject heading lists, taxonomies, 'folksonomies', other types of controlled vocabulary, and also concept schemes embedded in glossaries and terminologies."@en;
                                        dc:contributor "Nikki Rogers",
                                                       "Participants in W3C's Semantic Web Deployment Working Group.",
                                                       "Dave Beckett";
                                        dc:title "SKOS Vocabulary"@en;
                                        rdf:type owl:Ontology.

# Relation labels
rdfs:seeAlso rdfs:label "se også"@da, "seeAlso".
dc:creator rdfs:label "Creator"@en.
dc:description rdfs:label "Description"@en.
dc:contributor rdfs:label "Contributor"@en.
dc:title rdfs:label "Title"@en.
rdf:type rdfs:label "type"@da, "type".
owl:Ontology rdfs:label "ontologi"@da, "Ontology".

