@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/29248> a skos:Concept ;
    skos:altLabel "panorama painter"@en,
        "panoramaschilder"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/98440> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300443949> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/KWALIFICATIE> ;
    skos:notation "29248" ;
    skos:prefLabel "panoramist"@en,
        "panoramamaker"@nl ;
    skos:scopeNote "Artists, usually painters or photographers, who specialize in panoramas, which are pictorial representations with very broad horizontal ranges of view."@en ;
    prov:generatedAtTime "2023-09-19T12:34:42+00:00"^^xsd:dateTime .

