@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/81113> a skos:Concept ;
    skos:altLabel "family live"@en,
        "gezinsleven"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/94103> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300435378> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "81113" ;
    skos:prefLabel "family life"@en,
        "familieleven"@nl ;
    skos:related <https://data.rkd.nl/thesaurus/64817>,
        <https://data.rkd.nl/thesaurus/81555> ;
    skos:scopeNote "The routine interactions and activities experienced together by members of a family; may apply to people who live together for an extended period of time, even though they are not related as family members."@en ;
    prov:generatedAtTime "2023-10-18T11:30:04+00:00"^^xsd:dateTime .

