@base <https://wordnet.dk/dannet/schema/Female> .
@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#> .
@prefix dc: <http://purl.org/dc/terms/> .

dns:Female rdfs:subClassOf dns:Gender, dns:Female;
           rdfs:isDefinedBy "<https://wordnet.dk/dannet/schema>";
           rdfs:label "female"@en, "kvinde"@da;
           rdf:type owl:Class.

# Relation labels
rdfs:subClassOf rdfs:label "underklasse af"@da, "subClassOf".
dns:Female rdfs:label "female"@en, "kvinde"@da.
rdfs:isDefinedBy rdfs:label "er defineret i"@da, "isDefinedBy".
"<https://wordnet.dk/dannet/schema>" dc:title "DanNet-skema"@da, "DanNet schema"@en.
rdfs:label rdfs:label "label", "etiket"@da.
rdf:type rdfs:label "type"@da, "type".
owl:Class rdfs:label "Class", "klasse"@da.

