@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 constant: <http://qudt.org/vocab/constant/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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-quantity: <https://si-digital-framework.org/quantities/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

quantitykind:GyromagneticRatio
  a qudt:QuantityKind ;
  dcterms:description """
  $\\textit{Gyromagnetic Ratio}$, also sometimes known as the magnetogyric ratio in other disciplines,
   of a particle or system is the ratio of its magnetic dipole moment to its angular momentum,
  and it is often denoted by the symbol, $\\gamma$. 
  Its SI coherent unit is the radian per second per tesla ($\\mathrm{rad} \\cdot \\mathrm{s}^{-1} \\cdot \\mathrm{T}^{-1}$);
   because the radian is dimensionless this is equal to the coulomb per kilogram ($\\mathrm{C} \\cdot \\mathrm{kg}^{-1}$).
  """^^qudt:LatexString ;
  qudt:applicableUnit unit:A-HR-PER-KiloGM ;
  qudt:applicableUnit unit:A-M2-PER-J-SEC ;
  qudt:applicableUnit unit:C-PER-KiloGM ;
  qudt:applicableUnit unit:HZ-PER-T ;
  qudt:applicableUnit unit:KiloR ;
  qudt:applicableUnit unit:MegaHZ-PER-T ;
  qudt:applicableUnit unit:MilliC-PER-KiloGM ;
  qudt:applicableUnit unit:MilliR ;
  qudt:applicableUnit unit:PER-T-SEC ;
  qudt:applicableUnit unit:R ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Gyromagnetic_ratio"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E1L0I0M-1H0T1D0 ;
  qudt:iec61360Code "0112/2///62720#UAD458" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD458"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Gyromagnetic_ratio"^^xsd:anyURI ;
  qudt:latexDefinition "$\\mu = \\gamma J$, where $\\mu$ is the magnetic dipole moment, and $J$ is the total angular momentum."^^qudt:LatexString ;
  qudt:latexSymbol "$\\gamma$"^^qudt:LatexString ;
  qudt:specializationOf quantitykind:ElectricChargePerMass ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q634552> ;
  rdfs:comment "Applicable units are those of quantitykind:ElectricChargePerMass" ;
  rdfs:isDefinedBy <http://qudt.org/3.5.0/vocab/quantitykind> ;
  rdfs:label "Gyromagnetic Ratio"@en ;
  skos:broader quantitykind:ElectricChargePerMass .
