@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/63624> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/98132> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300209900> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:narrower <https://data.rkd.nl/thesaurus/72900> ;
    skos:notation "63624" ;
    skos:prefLabel "sweater"@en,
        "trui"@nl ;
    skos:scopeNote "Knitted or crocheted garments worn on the upper body which extend to the waist or below."@en,
        "Gebreide of gehaakte kledingstukken voor het bovenlichaam, die over het hoofd worden aangetrokken."@nl ;
    prov:generatedAtTime "2023-07-12T14:31:53+00:00"^^xsd:dateTime .

