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

<https://test.uncefact.org/vocabulary/unit-of-measure/P26> a skos:Concept ;
    skos:definition "CGS (Centimetre-Gram-Second system) unit of the illuminance, defined as lumen by square centimetre."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/PHOT> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P26" ;
    skos:prefLabel "phot"@en ;
    unece:conversionMultiplier 10000.0 ;
    unece:dimensionVector "L-2 J1" ;
    unece:rec20Quantity "illuminance"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:ucumCode "ph" ;
    unece:unitSymbol "ph" .

