@base <https://wordnet.dk/dannet/external?subject=%3Chttp%3A//www.w3.org/2000/01/rdf-schema%23%3E> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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://www.w3.org/2000/01/rdf-schema#>" rdfs:seeAlso "<http://www.w3.org/2000/01/rdf-schema-more>";
                                          dc11:title "The RDF Schema vocabulary (RDFS)";
                                          rdf:type owl:Ontology.

# Relation labels
rdfs:seeAlso rdfs:label "se også"@da, "seeAlso".
dc11:title rdfs:label "Title"@en.
rdf:type rdfs:label "type"@da, "type".
owl:Ontology rdfs:label "ontologi"@da, "Ontology".

