@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/67870> a skos:Concept ;
    skos:altLabel "sunbeam"@en,
        "zonnestraal"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/73941> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300056028> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "67870" ;
    skos:prefLabel "sunlight"@en,
        "zonlicht"@nl ;
    skos:related <https://data.rkd.nl/thesaurus/64024>,
        <https://data.rkd.nl/thesaurus/64507>,
        <https://data.rkd.nl/thesaurus/65086> ;
    skos:scopeNote "Use with reference to the direct light of the sun; for the light of day in general, use \"daylight.\""@en,
        "Te gebruiken met betrekking tot het directe licht van de zon; gebruik 'daglicht' voor het licht overdag in algemene zin."@nl ;
    prov:generatedAtTime "2022-07-27T09:35:19+00:00"^^xsd:dateTime .

