@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/65454> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/97010> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300136476> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "65454" ;
    skos:prefLabel "housewife"@en,
        "huisvrouw"@nl ;
    skos:scopeNote "Married women who manage their own households, especially as their principal occupation. The more commonly accepted term for people of either sex performing this duty is the broader term \"homemakers.\""@en,
        "Getrouwde vrouwen die hun eigen huishouden doen, vooral wanneer dit hun voornaamste bezigheid is."@nl ;
    prov:generatedAtTime "2023-06-15T14:17:25+00:00"^^xsd:dateTime .

