@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/98163> a skos:Concept ;
    skos:altLabel "paint thickly"@en,
        "dikke verflaag"@nl,
        "pâte"@nl,
        "verf dik opbrengen"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/98162> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300178450> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/ATELIER>,
        <https://data.rkd.nl/thesaurus/scheme/MATERTECHN>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/61537> ;
    skos:notation "98163" ;
    skos:prefLabel "paint layer"@en,
        "verflaag"@nl ;
    skos:scopeNote "Layers in a painting, usually an oil painting, that are between the ground or primer and any protective coating."@en,
        "Wordt gebruikt voor de lagen in een schilderij, gewoonlijk in een olieverf schilderij, die zich tussen de grond- of verflaag en een eventuele beschermlaag bevindt."@nl ;
    prov:generatedAtTime "2023-12-20T13:21:52+00:00"^^xsd:dateTime .

