@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/84228> a skos:Concept ;
    skos:altLabel "pensive"@en,
        "peinzend"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/98032> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300264547> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "84228" ;
    skos:prefLabel "thinking"@en,
        "denken"@nl ;
    skos:scopeNote "The activity of using one's mind to produce thoughts."@en,
        "De activiteit waarbij men de hersenen gebruikt om tot gedachten te komen."@nl ;
    prov:generatedAtTime "2023-06-12T11:02:14+00:00"^^xsd:dateTime .

