@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/64662> a skos:Concept ;
    skos:altLabel "dromen"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/98358> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300251611>,
        <http://www.iconclass.org/31B3> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "64662" ;
    skos:prefLabel "dream"@en,
        "droom"@nl ;
    skos:scopeNote "Successions of images, thoughts, or emotions passing through the mind during sleep."@en,
        "Opeenvolging van beelden, gedachten of emoties die tijdens de slaap aan de geest voorbijgaan."@nl ;
    prov:generatedAtTime "2023-08-14T10:57:15+00:00"^^xsd:dateTime .

