@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 dcterms: <http://purl.org/dc/terms/> .
@prefix qkdv: <http://qudt.org/vocab/dimensionvector/> .
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix si-constant: <https://si-digital-framework.org/constants/> .
@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#> .

constant:NuclearMagneton
  a qudt:PhysicalConstant ;
  dcterms:description """
  The constant $\\textit{Nuclear Magneton}$ is the natural unit for expressing magnetic dipole moments of
   heavy particles such as nucleons and atomic nuclei.
  """^^qudt:LatexString ;
  qudt:applicableUnit unit:J-PER-T ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Nuclear_magneton"^^xsd:anyURI ;
  qudt:hasQuantityKind quantitykind:MagneticDipoleMoment ;
  qudt:informativeReference "http://en.wikipedia.org/wiki/Nuclear_magneton"^^xsd:anyURI ;
  qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
  qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
  qudt:latexDefinition "$\\mu_N = \\frac{e\\hbar}{2m_p}$, where $e$ is the elementary charge, $\\hbar$ is the Planck constant, and $m_p$ is the rest mass of proton."^^qudt:LatexString ;
  qudt:latexSymbol "$\\mu_N$"^^qudt:LatexString ;
  qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
  qudt:quantityValue constant:Value_NuclearMagneton ;
  rdfs:isDefinedBy <http://qudt.org/3.1.11/vocab/constant> ;
  rdfs:label "Nuclear Magneton"@en ;
  skos:related constant:BohrMagneton .
