@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/N48> a skos:Concept ;
    skos:definition "Derived SI unit watt divided by the power of the 0,01-fold the SI base unit metre by exponent 2."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/W-PER-CentiM2> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N48" ;
    skos:prefLabel "watt per square centimetre"@en ;
    unece:conversionMultiplier 10000.0 ;
    unece:dimensionVector "M1 T-3" ;
    unece:rec20Quantity "density of heat flow rate"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:ucumCode "W.cm-2" ;
    unece:unitSymbol "W/cm²" .

