constant:HartreeEnergy

URI: http://qudt.org/vocab/constant/HartreeEnergy

Type
Description

The constant Hartree Energy (symbol: Eh or Ha), also known as the 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 EH, where EH=2Rhc0. The 2006 CODATA recommended value was EH=4.35974394(22) ×1018 J=27.21138386(68) eV.

Properties
qudt:latexDefinition
EH=e24πε0a0, where e is the elementary charge, ε0 is the electric constant, and a0 is the Bohr radius.
Annotations
dcterms:description
The constant Hartree Energy (symbol: Eh or Ha), also known as the 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 EH, where EH=2Rhc0. The 2006 CODATA recommended value was EH=4.35974394(22) ×1018 J=27.21138386(68) eV.
rdfs:label
Hartree Energy(en)
View as:  CSV

Work in progress

RDF/XML
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:j.0="http://qudt.org/schema/qudt/"
    xmlns:j.1="http://purl.org/dc/terms/"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#" > 
  <rdf:Description rdf:about="http://qudt.org/vocab/constant/HartreeEnergy">
    <j.0:latexSymbol rdf:datatype="http://qudt.org/schema/qudt/LatexString">$E_h$</j.0:latexSymbol>
    <j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Hartree</j.0:dbpediaMatch>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.1/vocab/constant"/>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">
  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$.
  </j.1:description>
    <j.0:quantityValue rdf:resource="http://qudt.org/vocab/constant/Value_HartreeEnergy"/>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Energy"/>
    <j.0:latexDefinition rdf:datatype="http://qudt.org/schema/qudt/LatexString">$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.</j.0:latexDefinition>
    <j.0:isoNormativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.iso.org/iso/catalogue_detail?csnumber=31895</j.0:isoNormativeReference>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/PhysicalConstant"/>
    <rdfs:label xml:lang="en">Hartree Energy</rdfs:label>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/AtomicUnit"/>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://physics.nist.gov/cuu/Constants/bibliography.html</j.0:informativeReference>
  </rdf:Description>
</rdf:RDF>
TURTLE
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .

<http://qudt.org/vocab/constant/HartreeEnergy>
  rdf:type <http://qudt.org/schema/qudt/AtomicUnit> ;
  rdf:type <http://qudt.org/schema/qudt/PhysicalConstant> ;
  <http://purl.org/dc/terms/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$.
  """^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Hartree"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
  <http://qudt.org/schema/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."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/latexSymbol> "$E_h$"^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/quantityValue> <http://qudt.org/vocab/constant/Value_HartreeEnergy> ;
  rdfs:isDefinedBy <http://qudt.org/3.1.1/vocab/constant> ;
  rdfs:label "Hartree Energy"@en ;
.
JSON
{"resource":"Hartree Energy" 
 ,"qname":"constant:HartreeEnergy" 
 ,"uri":"http:\/\/qudt.org\/vocab\/constant\/HartreeEnergy" 
 ,"properties":["dbpedia match":"http:\/\/dbpedia.org\/resource\/Hartree" 
    ,"description":"\n  The constant $\\textit{Hartree Energy}$ (symbol: $E_h$ or $Ha$), also known as the $\\textit{Hartree}$, is the atomic unit of energy. \n  The hartree energy is equal to the absolute value of the electric potential energy of the hydrogen atom in its ground state. \n  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$. \n  The 2006 CODATA recommended value was $E_H = 4.35974394(22)\\ \\times 10^{-18}\\ J = 27.21138386(68)\\ eV$.\n  " 
    ,"has quantity kind":"quantitykind:Energy" 
    ,"informative reference":"http:\/\/physics.nist.gov\/cuu\/Constants\/bibliography.html" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.1.1\/vocab\/constant&gt;" 
    ,"label":"Hartree Energy" 
    ,"latex definition":"$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." 
    ,"latex symbol":"$E_h$" 
    ,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31895" 
    ,"quantity value":"constant:Value_HartreeEnergy" 
    ,"type":"qudt:AtomicUnit" 
    ,"type":"qudt:PhysicalConstant" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/constant/HartreeEnergy",
  "@type" : [ "http://qudt.org/schema/qudt/PhysicalConstant", "http://qudt.org/schema/qudt/AtomicUnit" ],
  "description" : "\n  The constant $\\textit{Hartree Energy}$ (symbol: $E_h$ or $Ha$), also known as the $\\textit{Hartree}$, is the atomic unit of energy. \n  The hartree energy is equal to the absolute value of the electric potential energy of the hydrogen atom in its ground state. \n  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$. \n  The 2006 CODATA recommended value was $E_H = 4.35974394(22)\\ \\times 10^{-18}\\ J = 27.21138386(68)\\ eV$.\n  ",
  "dbpediaMatch" : "http://dbpedia.org/resource/Hartree",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
  "informativeReference" : "http://physics.nist.gov/cuu/Constants/bibliography.html",
  "isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31895",
  "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.",
  "latexSymbol" : "$E_h$",
  "quantityValue" : "http://qudt.org/vocab/constant/Value_HartreeEnergy",
  "isDefinedBy" : "http://qudt.org/3.1.1/vocab/constant",
  "label" : {
    "@language" : "en",
    "@value" : "Hartree Energy"
  },
  "@context" : {
    "latexSymbol" : {
      "@id" : "http://qudt.org/schema/qudt/latexSymbol",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "dbpediaMatch" : {
      "@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "quantityValue" : {
      "@id" : "http://qudt.org/schema/qudt/quantityValue",
      "@type" : "@id"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "latexDefinition" : {
      "@id" : "http://qudt.org/schema/qudt/latexDefinition",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "isoNormativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "owl" : "http://www.w3.org/2002/07/owl#",
    "xsd" : "http://www.w3.org/2001/XMLSchema#",
    "rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
  }
}

Generated 2025-04-23T16:51:45.919-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)