@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/82185> a skos:Concept ;
    skos:altLabel "Levenscyclus"@nl,
        "Levensloop"@nl,
        "leeftijden van de mens"@nl,
        "levenstrap"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/94106> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300189564> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/80472> ;
    skos:notation "82185" ;
    skos:prefLabel "stage of life"@en,
        "levensfase"@nl ;
    skos:scopeNote "Stages or time periods in the life cycle of an organism or species, or in the life of a single individual."@nl ;
    prov:generatedAtTime "2023-07-11T08:40:51+00:00"^^xsd:dateTime .

