@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/95024> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/96803> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300055322> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "95024" ;
    skos:prefLabel "climate"@en,
        "klimaat"@nl ;
    skos:related <https://data.rkd.nl/thesaurus/94952> ;
    skos:scopeNote "The long-term total of atmospheric variations at a specific geographical location. Regarding shorter-term atmospheric conditions, use \"weather.\""@en,
        "De atmosferische variaties op een specifieke geografische locatie op langere termijn. Gebruik 'weer' voor de atmosferische toestand op korte termijn."@nl ;
    prov:generatedAtTime "2023-06-14T09:45:41+00:00"^^xsd:dateTime .

