@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:Gs
  a qudt:Unit ;
  dcterms:description """
  The $gauss$, abbreviated as $G$, is the cgs unit of measurement of a magnetic field $B$,
  which is also known as the "magnetic flux density" or the "magnetic induction".
  One gauss is defined as one maxwell per square centimeter; it equals $10^{-4} tesla$ (or $100 micro T$).
  The Gauss is identical to maxwells per square centimetre; technically defined in a three-dimensional system,
  it corresponds in the SI, with its extra base unit the ampere.
  The gauss is quite small by earthly standards, 1 Gs being only about four times Earth's flux density,
  but it is subdivided, with $1 gauss = 105 gamma$.
  This unit of magnetic induction is also known as the $\\textit{abtesla}$.
  """^^qudt:LatexString ;
  dcterms:isReplacedBy unit:GAUSS ;
  qudt:applicableSystem sou:CGS ;
  qudt:applicableSystem sou:CGS-EMU ;
  qudt:conversionMultiplier 0.0001 ;
  qudt:conversionMultiplierSN 1.0E-4 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Gauss_%28unit%29"^^xsd:anyURI ;
  qudt:deprecated true ;
  qudt:deprecatedInVersion "3.1.0" ;
  qudt:derivedUnitOfSystem sou:CGS-EMU ;
  qudt:hasDimensionVector qkdv:A0E-1L0I0M1H0T-2D0 ;
  qudt:hasQuantityKind quantitykind:MagneticFluxDensity ;
  qudt:informativeReference "http://www.diracdelta.co.uk/science/source/g/a/gauss/source.html"^^xsd:anyURI ;
  qudt:informativeReference "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-526?rskey=HAbfz2"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Gauss_(unit)"^^xsd:anyURI ;
  qudt:scalingOf unit:T ;
  qudt:symbol "G" ;
  qudt:ucumCode "G"^^qudt:UCUMcs ;
  qudt:uneceCommonCode "76" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q177493> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Gs" ;
  rdfs:label "Gs"@en .
