@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/98274> a skos:Concept ;
    skos:broader <https://data.rkd.nl/thesaurus/81826> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300225910> ;
    skos:narrower <https://data.rkd.nl/thesaurus/63739>,
        <https://data.rkd.nl/thesaurus/67025>,
        <https://data.rkd.nl/thesaurus/67026> ;
    skos:notation "98274" ;
    skos:prefLabel "hair accessory"@en,
        "haaraccessoire"@nl ;
    skos:scopeNote "Costume accessories worn in conjunction with hair on the head."@en,
        "Kledingaccessoires die in het haar worden gedragen en dit bijeenhouden of decoreren."@nl ;
    prov:generatedAtTime "2023-07-31T09:55:56+00:00"^^xsd:dateTime .

