@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_Ab-PER-CentiM2
  a qudt:Unit ;
  dcterms:description """
  The unit $\\textit{Abampere Per Square Centimeter}$, symbol $aA/cm^2$, is a unit in the category of Electric current density.
  It is also known as $\\textit{abamperes per square centimeter}$, $\\textit{abampere/square centimeter}$,
   and $\\textit{abampere per square centimetre}$.
   This unit is commonly used in the cgs unit system.
  $\\textit{Abampere Per Square Centimeter}$ has a dimension of $L^{-2}I$ where $L$ is length, and $I$ is electric current.
  It can be converted to the corresponding standard SI unit $A/m^{2}$ by multiplying its value by a factor of 100000.
  """^^qudt:LatexString ;
  qudt:applicableSystem sou:CGS ;
  qudt:applicableSystem sou:CGS-EMU ;
  qudt:conversionMultiplier 100000.0 ;
  qudt:conversionMultiplierSN 1.0E5 ;
  qudt:derivedUnitOfSystem sou:CGS-EMU ;
  qudt:expression "$aba-per-cm2$"^^qudt:LatexString ;
  qudt:hasDimensionVector qkdv:A0E1L-2I0M0H0T0D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -2 ;
    qudt:hasUnit unit:CentiM ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:A_Ab ;
  ] ;
  qudt:hasQuantityKind quantitykind:ElectricCurrentDensity ;
  qudt:informativeReference "http://wordinfo.info/results/abampere"^^xsd:anyURI ;
  qudt:informativeReference "http://www.efunda.com/glossary/units/units--electric_current_density--abampere_per_square_centimeter.cfm"^^xsd:anyURI ;
  qudt:symbol "abA/cm²" ;
  qudt:ucumCode "Bi.cm-2"^^qudt:UCUMcs ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q30063541> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Abampere per Square Centimeter"@en-US ;
  rdfs:label "Abampere per Square Centimetre" ;
  rdfs:label "Abampere per Square Centimetre"@en .
