@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/92101> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/98044> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300055768> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/81717>,
        <https://data.rkd.nl/thesaurus/98045> ;
    skos:notation "92101" ;
    skos:prefLabel "culture"@en,
        "cultuur"@nl ;
    skos:scopeNote "The sum total of ways of living, artifacts, customs, and so on, built up by a group of people and transmitted from one generation to another."@en,
        "De totaliteit van leefwijzen die door een groep mensen is opgebouwd en van de ene generatie op het andere wordt doorgegeven."@nl ;
    prov:generatedAtTime "2024-07-25T11:45:14+00:00"^^xsd:dateTime .

