@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:BohrRadius
  a qudt:PhysicalConstant ;
  dcterms:description """
  The $\\textit{Bohr Radius}$ is a physical constant, approximately equal to the most probable distance
   between the proton and electron in a hydrogen atom in its ground state. 
  It is named after Niels Bohr, due to its role in the Bohr model of an atom.
  The precise definition of the Bohr radius is: 
  
  $$a_0 = \\frac{4\\pi \\epsilon_0 \\hbar^2}{me^2}$$

  Where,
   $a_0$ is the Bohr radius,
   $\\epsilon_0$ is the permittivity of a vacuum,
   $m_e$ is the mass of an electron,
   $\\hbar$ is the reduced Planck's constant,
   $e$ is the elementary charge.

  When rearranged to highlight the role of the Coulomb constant and the elementary charge,
   the formula can be shown as:

  $$a_0 \\equiv \\frac{{\\hbar ^2 }}{{m_e ke^2 }}$$
  
  Where,
   $a_0$ is the Bohr radius,
   $m_e$ is the mass of an electron,
   $\\hbar$ is the reduced Planck's constant,
   $k$ is the Coulomb Constant,
   $e$ is the elementary charge.

  """^^qudt:LatexString ;
  qudt:applicableSystem sou:SI ;
  qudt:applicableUnit unit:M ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Bohr_radius"^^xsd:anyURI ;
  qudt:hasQuantityKind quantitykind:Length ;
  qudt:informativeReference "http://en.wikipedia.org/wiki/Bohr_radius"^^xsd:anyURI ;
  qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
  qudt:informativeReference "http://www.deepnlp.org/blog/atomic-electro-chemical-equations"^^xsd:anyURI ;
  qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31895"^^xsd:anyURI ;
  qudt:informativeReference "https://byjus.com/physics/bohr-radius/"^^xsd:anyURI ;
  qudt:latexDefinition "$a_0 = \\frac{4\\pi \\varepsilon_0 \\hbar^2}{m_ee^2}$, where $\\varepsilon_0$ is the electric constant, $\\hbar$ is the reduced Planck constant, $m_e$  is the rest mass of electron, and $e$ is the elementary charge."^^qudt:LatexString ;
  qudt:latexSymbol "$a_0$"^^qudt:LatexString ;
  qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
  qudt:quantityValue constant:Value_BohrRadius ;
  rdfs:isDefinedBy <http://qudt.org/3.1.11/vocab/constant> ;
  rdfs:label "Bohr Radius"@en .
