@base <https://wordnet.dk/dannet/external/en/oewn-05210665-n> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ontolex: <http://www.w3.org/ns/lemon/ontolex#> .
@prefix en: <https://en-word.net/id/> .
@prefix wn: <https://globalwordnet.github.io/schemas/wn#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ili: <http://globalwordnet.org/ili/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

en:oewn-05210665-n rdf:type ontolex:LexicalConcept;
                   dc:subject "noun.attribute";
                   wn:example _:cd082dec53e35666eecad2e3466051ce, _:f3c2077505c6cadb36be163294f7147a,
                              _:a6702dd1c4c186232ab6a9bb11bc750d;
                   wn:hypernym en:oewn-05209765-n;
                   wn:partOfSpeech wn:noun;
                   rdfs:label "{capacity}"@en;
                   skos:inScheme "<https://en-word.net/>";
                   wn:definition _:031af13eeceaf82eab1ec3d8132a7fb4;
                   wn:ili ili:i64313.

_:cd082dec53e35666eecad2e3466051ce rdf:value "among his gifts is his capacity for true altruism"@en.

_:f3c2077505c6cadb36be163294f7147a rdf:value "a great capacity for growth"@en.

_:a6702dd1c4c186232ab6a9bb11bc750d rdf:value "limited runway capacity"@en.

_:031af13eeceaf82eab1ec3d8132a7fb4 rdf:value "capability to perform or produce"@en.

# Relation labels
rdf:type rdfs:label "type"@da, "type".
dc:subject rdfs:label "Subject"@en.
wn:example rdfs:label "example"@en.
ontolex:LexicalConcept rdfs:label "lexical concept"@en, "lexikalisches Konzept"@de, "leksikale konsep"@af,
                                  "leksikalsk begreb"@da, "conceito léxico"@pt, "concepto lexicalizado"@es,
                                  "concetto lessicale"@it, "lexikaliskt begrepp"@sv, "concept lexical"@fr,
                                  "lexikaal concept"@nl, "лексическое понятие"@ru, "concept lexical"@ro.
wn:hypernym rdfs:label "hypernym"@en, "har overbegreb"@da.
wn:partOfSpeech rdfs:label "part of speech"@en.
wn:noun rdfs:label "noun"@en.
rdfs:label rdfs:label "label", "etiket"@da.
skos:inScheme rdfs:label "in scheme"@en, "is in scheme"@en.
wn:definition rdfs:label "definition"@en.
wn:ili rdfs:label "interlingual index"@en.

# Synset labels
en:oewn-05209765-n rdfs:label "{capability; capableness}"@en.

