@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/98122> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/98121> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300412069> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/63287>,
        <https://data.rkd.nl/thesaurus/63826> ;
    skos:notation "98122" ;
    skos:prefLabel "legendary character"@en,
        "legendarisch personage"@nl ;
    skos:related <https://data.rkd.nl/thesaurus/63282> ;
    skos:scopeNote "Characters known from legend and stories, whether or not there is a counterpart in recorded history."@en,
        "Personages uit legenden en verhalen, al dan niet gebaseerd op iemand die werkelijk heeft bestaan."@nl ;
    prov:generatedAtTime "2023-09-19T07:47:01+00:00"^^xsd:dateTime .

