@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/65096> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/63188> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300133093> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "65096" ;
    skos:prefLabel "autumn"@en,
        "herfst"@nl ;
    skos:scopeNote "The season of the year which is the transition period from summer to winter, occurring as the sun approaches the winter solstice, its beginning marked by the autumnal equinox."@en,
        "Het seizoen tussen zomer en winter, dat zich voordoet als de zon het wintersolstitium nadert; het begin hiervan wordt door de equinox van de herfst gemarkeerd."@nl ;
    prov:generatedAtTime "2021-10-19T15:02:54+00:00"^^xsd:dateTime .

