@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/79356> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/62867> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300027337> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/type> ;
    skos:notation "79356" ;
    skos:prefLabel "sample book"@en,
        "stalenboek"@nl ;
    skos:scopeNote "Books that contain actual samples, not just illustrations, usually of merchandise available for purchase."@en,
        "Boeken die niet alleen afbeeldingen maar ook daadwerkelijke monsters van goederen die te koop zijn bevatten."@nl ;
    prov:generatedAtTime "2021-10-19T15:05:04+00:00"^^xsd:dateTime .

