@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/98136> a skos:Concept ;
    skos:altLabel "Polish costume"@en,
        "pools kostuum"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/66280> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300262970> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "98136" ;
    skos:prefLabel "national dress"@en,
        "nationale dracht"@nl ;
    skos:scopeNote "Dress associated with a culture defined by or named for a nationality."@en,
        "Drachten die worden geassocieerd met een cultuur, of die wordt bepaald door, of is vernoemd, naar een nationaliteit."@nl ;
    prov:generatedAtTime "2023-07-12T11:46:38+00:00"^^xsd:dateTime .

