@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/98101> a skos:Concept ;
    skos:altLabel "torture instrument"@en,
        "folterwerktuig"@nl,
        "martelwerktuig"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/65387> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300430967> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/64178>,
        <https://data.rkd.nl/thesaurus/64917>,
        <https://data.rkd.nl/thesaurus/66099>,
        <https://data.rkd.nl/thesaurus/82916> ;
    skos:notation "98101" ;
    skos:prefLabel "punishment device"@en,
        "strafwerktuig"@nl ;
    skos:scopeNote "Instruments or equipment used to punish or restrain."@en,
        "Instrumenten of apparatuur die worden gebruikt om te straffen of in bedwang te houden."@nl ;
    prov:generatedAtTime "2023-08-02T13:25:08+00:00"^^xsd:dateTime .

