@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/N71> a skos:Concept ;
    skos:definition "Unit of heat energy in commercial use, within the EU defined: 1 thm (EC) = 100 000 BtuIT."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/THERM_EC> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N71" ;
    skos:prefLabel "therm (EC)"@en ;
    unece:dimensionVector "L2 M1 T-2" ;
    unece:rec20Quantity "heat, quantity of heat, energy, thermodynamic energy, enthalpy, Helmholtz function, Helmholtz free energy"@en ;
    unece:rec20Sector "Heat"@en ;
    unece:unitSymbol "thm (EC)" .

