@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/79860> a skos:Concept ;
    skos:altLabel "fabric design"@en,
        "ontwerpen voor textiel"@nl,
        "stofdessin"@nl,
        "textielontwerp"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/79845> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300435243> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "79860" ;
    skos:prefLabel "textile design"@en,
        "textielvormgeving"@nl ;
    skos:scopeNote "Practice and discipline of designing textiles."@en ;
    prov:generatedAtTime "2023-10-02T07:49:24+00:00"^^xsd:dateTime .

