@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/62990> a skos:Concept ;
    skos:altLabel "domestic appliances"@en,
        "huishoudelijke apparaten"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/91955> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300257284> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/OBJALG>,
        <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/66206>,
        <https://data.rkd.nl/thesaurus/66396>,
        <https://data.rkd.nl/thesaurus/66601>,
        <https://data.rkd.nl/thesaurus/84226> ;
    skos:notation "62990" ;
    skos:prefLabel "appliance"@en,
        "huishoudelijk apparaat"@nl ;
    skos:scopeNote "Devices used in a domestic context that facilitate such tasks as food preparation, food storage, cleaning, and grooming and that are powered by fuel or electricity."@en,
        "Toestellen die door brandstof of elektriciteit worden aangedreven en die in het huishouden worden gebruikt voor het vergemakkelijken van taken zoals het bereiden van een maaltijd, het opslaan van voeding, schoonmaken en verzorging."@nl ;
    prov:generatedAtTime "2023-08-01T14:02:05+00:00"^^xsd:dateTime .

