@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/P35> a skos:Concept ;
    skos:definition "Obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979: 1 HK = 0,903 cd."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/HK> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "P35" ;
    skos:prefLabel "Hefner-Kerze"@en ;
    unece:dimensionVector "J1" ;
    unece:rec20Quantity "luminous intensity"@en ;
    unece:rec20Sector "Light and Related Electromagnetic Radiations"@en ;
    unece:unitSymbol "HK" .

