@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.rkd.nl/thesaurus/47097> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/47292> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300403985> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/KWALIFICATIE> ;
    skos:notation "47097" ;
    skos:prefLabel "mountaineer"@en,
        "bergbeklimmer"@nl ;
    skos:scopeNote "People who climb mountains or other steep terrain, usually for adventure or sport."@en ;
    prov:generatedAtTime "2022-06-13T13:54:09+00:00"^^xsd:dateTime .

