@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/67113> a skos:Concept ;
    skos:altLabel "gunshot"@en,
        "pistoolschot"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/64117> ;
    skos:exactMatch <https://www.wikidata.org/entity/Q2992372> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "67113" ;
    skos:prefLabel "gunshot"@en,
        "geweerschot"@nl ;
    skos:related <https://data.rkd.nl/thesaurus/63432>,
        <https://data.rkd.nl/thesaurus/63647>,
        <https://data.rkd.nl/thesaurus/64034>,
        <https://data.rkd.nl/thesaurus/64213> ;
    skos:scopeNote "Discharge of a firearm."@en,
        "Ontlading van een vuurwapen."@nl ;
    prov:generatedAtTime "2024-04-18T13:58:35+00:00"^^xsd:dateTime .

