@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/98370> a skos:Concept ;
    skos:altLabel "have an idea (for a work of art)"@en,
        "idee hebben (voor een kunstwerk)"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/98369> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300056113> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/ATELIER>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/74869> ;
    skos:notation "98370" ;
    skos:prefLabel "creativity"@en,
        "creativiteit"@nl ;
    skos:scopeNote "The quality of being creative; or the ability to use original ideas and imagination when thinking or producing work."@en ;
    prov:generatedAtTime "2024-02-27T12:03:42+00:00"^^xsd:dateTime .

