@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_Stat
  a qudt:Unit ;
  dcterms:description "\"statvolt\" is a unit of voltage and electrical potential used in the cgs system of units. The conversion to the SI system is $1 statvolt = 299.792458 volts$. The conversion factor 299.792458 is simply the numerical value of the speed of light in m/s divided by 106. The statvolt is also defined in the cgs system as $1 erg / esu$. It is a useful unit for electromagnetism because one statvolt per centimetre is equal in magnitude to one gauss. Thus, for example, an electric field of one statvolt/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt/cm of electric field intensity. The abvolt is another option for a unit of voltage in the cgs system."^^qudt:LatexString ;
  qudt:applicableSystem sou:CGS ;
  qudt:applicableSystem sou:CGS-ESU ;
  qudt:conversionMultiplier 299.792458 ;
  qudt:conversionMultiplierSN 2.99792458E2 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Statvolt"^^xsd:anyURI ;
  qudt:derivedUnitOfSystem sou:CGS-ESU ;
  qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ;
  qudt:hasQuantityKind quantitykind:ElectricPotential ;
  qudt:hasQuantityKind quantitykind:ElectricPotentialDifference ;
  qudt:hasQuantityKind quantitykind:EnergyPerElectricCharge ;
  qudt:hasQuantityKind quantitykind:Voltage ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Statvolt?oldid=491769750"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Statvolt"^^xsd:anyURI ;
  qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/statvolt> ;
  qudt:scalingOf unit:V ;
  qudt:symbol "statV" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q2066484> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Statvolt" ;
  rdfs:label "Statvolt"@en .
