@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/65434> a skos:Concept ;
    skos:altLabel "vulkaanuitbarstingen"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/64540> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300379814>,
        <http://www.iconclass.org/25C11>,
        <https://www.wikidata.org/entity/Q7692360> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "65434" ;
    skos:prefLabel "volcanic eruption"@en,
        "vulkaanuitbarsting"@nl ;
    skos:scopeNote "An event characterized by the explosive discharge of lava, gas, steam, ash, and other materials from a volcanic vent or fissure."@en,
        "Een gebeurtenis waarbij op explosieve wijze lava, gas, rook, as en andere materialen worden uitgestoten uit een vulkaanopening of -spleet."@nl ;
    prov:generatedAtTime "2023-08-14T14:16:34+00:00"^^xsd:dateTime .

