@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/80182> a skos:Concept ;
    skos:altLabel "kunstgids"@nl,
        "stadsgids"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/79572> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300026300> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/81314>,
        <https://data.rkd.nl/thesaurus/82879> ;
    skos:notation "80182" ;
    skos:prefLabel "guidebook"@en,
        "gids (document)"@nl ;
    skos:scopeNote "Handbooks for the guidance of strangers or visitors in a district, town, building, etc., giving a description of the roads, places, or objects of interest to be found there."@en,
        "Handleidingen met aanwijzingen en informatie, bijvoorbeeld voor reizigers."@nl ;
    prov:generatedAtTime "2023-08-03T13:25:54+00:00"^^xsd:dateTime .

