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

dns:Gender rdfs:subClassOf dns:Gender;
           rdfs:isDefinedBy "<https://wordnet.dk/dannet/schema>";
           rdf:type owl:Class.

# Relation labels
rdfs:subClassOf rdfs:label "underklasse af"@da, "subClassOf".
rdfs:isDefinedBy rdfs:label "er defineret i"@da, "isDefinedBy".
rdf:type rdfs:label "type"@da, "type".
owl:Class rdfs:label "Class", "klasse"@da.

