@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/64116> a skos:Concept ;
    skos:altLabel "kidnappen"@nl,
        "ontvoeren"@nl,
        "schaken (geweld)"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/98357> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300379834> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "64116" ;
    skos:prefLabel "abduction"@en,
        "ontvoering"@nl ;
    skos:scopeNote "The action of taking someone away by force, deception, or otherwise without the full, informed consent of the person or his or her legal guardian. In historical usage, the term also implied rape."@en,
        "De actie waarbij iemand wordt meegenomen, met geweld, door bedrog of anderszins zonder de volledige en bewuste toestemming van de persoon in kwestie of zijn of haar ouders of voogd."@nl ;
    prov:generatedAtTime "2023-09-13T12:31:35+00:00"^^xsd:dateTime .

