@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/82861> a skos:Concept ;
    skos:altLabel "punishing (of children)"@en,
        "straffen (van kinderen)"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/90227> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300137841> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/64111> ;
    skos:notation "82861" ;
    skos:prefLabel "punishment"@en,
        "straffen"@nl ;
    skos:scopeNote "Imposing a penalty."@en,
        "Het opleggen van een straf."@nl ;
    prov:generatedAtTime "2024-04-18T07:38:19+00:00"^^xsd:dateTime .

