@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/45196> a skos:Concept ;
    skos:altLabel "design for film set"@en,
        "ontwerp voor filmdecor"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/79845> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300435128> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/OBJALG>,
        <https://data.rkd.nl/thesaurus/scheme/type> ;
    skos:notation "45196" ;
    skos:prefLabel "set design"@en,
        "decorontwerp"@nl ;
    skos:scopeNote "The discipline and practice of designing and creating the sets, that is the physical surroundings in which the action takes place, for films, television, or theater."@en ;
    prov:generatedAtTime "2023-07-20T11:36:31+00:00"^^xsd:dateTime .

