@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prefix: <http://qudt.org/vocab/prefix/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix qkdv: <http://qudt.org/vocab/dimensionvector/> .
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix si-unit: <https://si-digital-framework.org/SI/units/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sou: <http://qudt.org/vocab/sou/> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

unit:A-HR
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description """$\\textit{Ampere Hour}$ is a practical unit of electric charge equal to the charge flowing
   in one hour through a conductor passing one ampere.
   An ampere-hour or amp-hour (symbol $Ah,\\,AHr,\\, A \\cdot h, A h$) is a unit of electric
    charge, with sub-units milliampere-hour ($mAh$) and milliampere second ($mAs$).
    One ampere-hour is equal to 3600 coulombs (ampere-seconds), the electric charge transferred
     by a steady current of one ampere for one hour.
    The ampere-hour is frequently used in measurements of electrochemical systems such as
     electroplating and electrical batteries.
    The commonly seen milliampere-hour ($mAh$ or $mA \\cdot h$) is one-thousandth of an
     ampere-hour ($3.6 \\,coulombs$).
  """^^qudt:LatexString ;
  qudt:applicableSystem sou:CGS ;
  qudt:applicableSystem sou:CGS-EMU ;
  qudt:applicableSystem sou:CGS-GAUSS ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 3600.0 ;
  qudt:conversionMultiplierSN 3.6E3 ;
  qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:HR ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:A ;
  ] ;
  qudt:hasQuantityKind quantitykind:BatteryCapacity ;
  qudt:hasQuantityKind quantitykind:ElectricCharge ;
  qudt:iec61360Code "0112/2///62720#UAA102" ;
  qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-86"^^xsd:anyURI ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA102"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Ampere-hour"^^xsd:anyURI ;
  qudt:symbol "A·h" ;
  qudt:ucumCode "A.h"^^qudt:UCUMcs ;
  qudt:uneceCommonCode "AMH" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q212120> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Ampere Hour" ;
  rdfs:label "Ampere Hour"@en .
