@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/80472> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/82185> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300189603> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "80472" ;
    skos:prefLabel "old age"@en,
        "ouderdom"@nl ;
    skos:scopeNote "Final stage of the normal life span, now commonly considered to be the years after 65."@en,
        "De laatste normale levensfase die vaak wordt beschouwd als de jaren na het 65e levensjaar."@nl ;
    prov:generatedAtTime "2023-07-11T08:40:51+00:00"^^xsd:dateTime .

