@base <https://wordnet.dk/dannet/external/owl/onClass> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

owl:onClass rdfs:range owl:Class;
            rdfs:isDefinedBy owl:;
            rdfs:domain owl:Restriction;
            rdfs:comment "The property that determines the class that a qualified object cardinality restriction refers to.";
            rdfs:label "onClass";
            rdf:type rdf:Property.

# Relation labels
rdfs:domain rdfs:label "domain", "definitionsmængde"@da.
rdf:type rdfs:label "type"@da, "type".
owl:Restriction rdfs:label "Restriction".
rdfs:isDefinedBy rdfs:label "er defineret i"@da, "isDefinedBy".
rdfs:label rdfs:label "label", "etiket"@da.
rdf:Property rdfs:label "Property", "egenskab"@da.
rdfs:comment rdfs:label "kommentar"@da, "comment".
owl:Class rdfs:label "Class", "klasse"@da.
rdfs:range rdfs:label "range", "værdimængde"@da.

