@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/N95> a skos:Concept ;
    skos:definition "A unit of electric charge defining the amount of charge accumulated by a steady flow of one ampere for one minute.."@en ;
    skos:exactMatch <http://qudt.org/vocab/unit/A-MIN> ;
    skos:inScheme unece:unit-of-measure ;
    skos:notation "N95" ;
    skos:prefLabel "ampere minute"@en ;
    unece:conversionMultiplier 60.0 ;
    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 "A.min" ;
    unece:unitSymbol "A·min" .

