@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

<https://test.uncefact.org/vocabulary/unit-of-measure/KLX> a skos:Concept ;
    skos:definition "A unit of illuminance equal to one thousand lux."@en ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "KLX" ;
    skos:prefLabel "kilolux"@en ;
    unece:rec20Quantity "illuminance"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:unitSymbol "klx" .

