@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/82901> a skos:Concept ;
    skos:altLabel "American Revolution"@en,
        "French Revolution"@en,
        "Russian revolution"@en,
        "Amerikaanse Revolutie"@nl,
        "Franse Revolutie"@nl,
        "Russische revolutie"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/98359> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300055312> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "82901" ;
    skos:prefLabel "revolution"@en,
        "revolutie"@nl ;
    skos:scopeNote "Occasions of sweeping change in established patterns of government or social organization."@en,
        "Gebeurtenissen die radicale veranderingen in gevestigde patronen van bestuur of sociale organisatie teweegbrengen."@nl ;
    prov:generatedAtTime "2023-08-14T12:07:36+00:00"^^xsd:dateTime .

