@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/65416> a skos:Concept ;
    skos:altLabel "stormy weather"@en,
        "stormachtig weer"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/64540> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300054734> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/65412>,
        <https://data.rkd.nl/thesaurus/97794> ;
    skos:notation "65416" ;
    skos:prefLabel "storm"@en,
        "storm"@nl ;
    skos:scopeNote "Violent disturbances of the atmosphere attended by wind and usually also by rain, snow, sleet, or hail."@en,
        "Hevige atmosferische storingen die gepaard gaan met wind en meestal ook met regen, sneeuw, ijzel of hagel."@nl ;
    prov:generatedAtTime "2023-03-01T10:51:10+00:00"^^xsd:dateTime .

