@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/41400> a skos:Concept ;
    skos:altLabel "bookmaker"@en,
        "kunstboekbinder"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/98066> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300025704> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/KWALIFICATIE>,
        <https://data.rkd.nl/thesaurus/scheme/PROPERTY>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "41400" ;
    skos:prefLabel "bookbinder"@en,
        "boekbinder"@nl ;
    skos:scopeNote "People who bind books, which entails using various procedures, performed by hand or machine, to secure leaves or gatherings, usually within covers."@en,
        "Personen die boeken inbinden, hetgeen inhoudt dat diverse procedures handmatig of met machines worden uitgevoerd om bladzijden of verzamelingen losse bladen samen te voegen, meestal met een omslag."@nl ;
    prov:generatedAtTime "2023-09-13T14:08:05+00:00"^^xsd:dateTime .

