@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/E09> a skos:Concept ;
    skos:definition "A unit of power load delivered at the rate of one thousandth of an ampere over a period of one hour."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/MilliA-HR> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "E09" ;
    skos:prefLabel "milliampere hour"@en ;
    unece:conversionMultiplier 3.6 ;
    unece:dimensionVector "I1 T1" ;
    unece:rec20Quantity "electric charge, quantity of electricity, electric flux (flux of displacement)"@en ;
    unece:rec20Sector "Electricity and Magnetism"@en ;
    unece:ucumCode "mA.h" ;
    unece:unitSymbol "mA·h" .

