@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:HartreeEnergy
  a qudt:PhysicalConstant ;
  dcterms:description """
  The constant $\\textit{Hartree Energy}$ (symbol: $E_h$ or $Ha$), also known as the $\\textit{Hartree}$, is the atomic unit of energy. 
  The hartree energy is equal to the absolute value of the electric potential energy of the hydrogen atom in its ground state. 
  The energy of the electron in an H-atom in its ground state is $-E_H$, where $E_H= 2 R_\\infty \\cdot hc_0$. 
  The 2006 CODATA recommended value was $E_H = 4.35974394(22)\\ \\times 10^{-18}\\ J = 27.21138386(68)\\ eV$.
  """^^qudt:LatexString ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Hartree"^^xsd:anyURI ;
  qudt:hasQuantityKind quantitykind:Energy ;
  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 "$E_H= \\frac{e^2}{4\\pi \\varepsilon_0 a_0 }$, where $e$ is the elementary charge, $\\varepsilon_0$ is the electric constant, and $a_0$ is the Bohr radius."^^qudt:LatexString ;
  qudt:latexSymbol "$E_h$"^^qudt:LatexString ;
  qudt:quantityValue constant:Value_HartreeEnergy ;
  rdfs:isDefinedBy <http://qudt.org/3.1.11/vocab/constant> ;
  rdfs:label "Hartree Energy"@en .
