@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:V_Ab-SEC
  a qudt:Unit ;
  dcterms:description """The magnetic flux whose expenditure in 1 second produces 1 abvolt per turn of a linked circuit.
    Technically defined in a three-dimensional system, it corresponds in the four-dimensional electromagnetic sector of the SI
    system to 10 nWb, and is an impractically small unit. In use for some years, the name was agreed by the International
    Electrotechnical Committee in 1930, along with a corresponding practical unit, the pramaxwell (or pro-maxwell) = $10^{8}$
    maxwell.
  """^^qudt:LatexString ;
  qudt:applicableSystem sou:CGS ;
  qudt:applicableSystem sou:CGS-EMU ;
  qudt:conversionMultiplier 0.00000001 ;
  qudt:conversionMultiplierSN 1.0E-8 ;
  qudt:derivedUnitOfSystem sou:CGS-EMU ;
  qudt:expression "$abv-sec$"^^qudt:LatexString ;
  qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-2D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:SEC ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:V_Ab ;
  ] ;
  qudt:hasQuantityKind quantitykind:MagneticFlux ;
  qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-820"^^xsd:anyURI ;
  qudt:symbol "abV·s" ;
  qudt:ucumCode "10.nV.s"^^qudt:UCUMcs ;
  qudt:unitForQuantityKind quantitykind:MagneticFlux ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q30063933> ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/unit> ;
  rdfs:label "Abvolt Second" ;
  rdfs:label "Abvolt Second"@en .
