@base <https://wordnet.dk/dannet/external/owl/qualifiedCardinality> .
@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:qualifiedCardinality rdfs:range xsd:nonNegativeInteger;
                         rdfs:isDefinedBy owl:;
                         rdfs:domain owl:Restriction;
                         rdfs:comment "The property that determines the cardinality of an exact qualified cardinality restriction.";
                         rdfs:label "qualifiedCardinality";
                         rdf:type rdf:Property.

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

