@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/65587> a skos:Concept ;
    skos:altLabel "lamp light"@en,
        "lamplicht"@nl ;
    skos:broader <https://data.rkd.nl/thesaurus/67235> ;
    skos:exactMatch <http://vocab.getty.edu/aat/300051955> ;
    skos:inScheme <https://data.rkd.nl/thesaurus/scheme/SUBJECT> ;
    skos:notation "65587" ;
    skos:prefLabel "artificial light"@en,
        "kunstlicht"@nl ;
    skos:related <https://data.rkd.nl/thesaurus/65588>,
        <https://data.rkd.nl/thesaurus/74601>,
        <https://data.rkd.nl/thesaurus/74602> ;
    skos:scopeNote "Light other than daylight that is produced using any of various energy sources and human-made mechanisms."@en,
        "Licht dat niet tot het daglicht behoort maar is geproduceerd door verschillende energiebronnen en door de mens gemaakte technieken."@nl ;
    prov:generatedAtTime "2022-07-27T11:17:57+00:00"^^xsd:dateTime .

