constant:PlanckConstant

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

Type
Description

The constant Planck Constant is a physical constant that is the quantum of action in quantum mechanics. The Planck constant was first described as the proportionality constant between the energy (E) of a photon and the frequency (ν) of its associated electromagnetic wave.

Properties
qudt:latexDefinition
E=hν=hcλ, where E is energy, ν is frequency, λ is wavelength, and c is the speed of light.
Annotations
dcterms:description
The constant Planck Constant is a physical constant that is the quantum of action in quantum mechanics. The Planck constant was first described as the proportionality constant between the energy (E) of a photon and the frequency (ν) of its associated electromagnetic wave.
rdfs:label
Planck Constant(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/PlanckConstant">
    <j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/J-SEC"/>
    <j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">
  The constant $\textit{Planck Constant}$ is a physical constant that is the quantum of action in quantum mechanics. 
  The Planck constant was first described as the proportionality constant between the energy ($E$) of a photon
   and the frequency ($\nu$) of its associated electromagnetic wave.
  </j.1:description>
    <j.0:informativeReference rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://en.wikipedia.org/wiki/Planck_constant</j.0:informativeReference>
    <rdfs:label xml:lang="en">Planck Constant</rdfs:label>
    <j.0:latexDefinition rdf:datatype="http://qudt.org/schema/qudt/LatexString">$E = h\nu = \frac{hc}{\lambda}$, where $E$ is energy, $\nu$ is frequency, $\lambda$ is wavelength, and $c$ is the speed of light.</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>
    <j.0:dbpediaMatch rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://dbpedia.org/resource/Planck_constant</j.0:dbpediaMatch>
    <j.0:latexSymbol rdf:datatype="http://qudt.org/schema/qudt/LatexString">$h$</j.0:latexSymbol>
    <j.0:hasQuantityKind rdf:resource="http://qudt.org/vocab/quantitykind/Action"/>
    <j.0:quantityValue rdf:resource="http://qudt.org/vocab/constant/Value_PlanckConstant"/>
    <rdf:type rdf:resource="http://qudt.org/schema/qudt/PhysicalConstant"/>
    <j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0"/>
    <rdfs:isDefinedBy rdf:resource="http://qudt.org/3.1.0/vocab/constant"/>
    <j.0:ucumCode rdf:datatype="http://qudt.org/schema/qudt/UCUMcs">[h]</j.0:ucumCode>
    <j.0:siExactMatch rdf:resource="https://si-digital-framework.org/constants/PlanckConstant"/>
    <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/PlanckConstant>
  rdf:type <http://qudt.org/schema/qudt/PhysicalConstant> ;
  <http://purl.org/dc/terms/description> """
  The constant $\\textit{Planck Constant}$ is a physical constant that is the quantum of action in quantum mechanics. 
  The Planck constant was first described as the proportionality constant between the energy ($E$) of a photon
   and the frequency ($\\nu$) of its associated electromagnetic wave.
  """^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/J-SEC> ;
  <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Planck_constant"^^xsd:anyURI ;
  <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ;
  <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Action> ;
  <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Planck_constant"^^xsd:anyURI ;
  <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\\nu = \\frac{hc}{\\lambda}$, where $E$ is energy, $\\nu$ is frequency, $\\lambda$ is wavelength, and $c$ is the speed of light."^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/latexSymbol> "$h$"^^<http://qudt.org/schema/qudt/LatexString> ;
  <http://qudt.org/schema/qudt/quantityValue> <http://qudt.org/vocab/constant/Value_PlanckConstant> ;
  <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/constants/PlanckConstant> ;
  <http://qudt.org/schema/qudt/ucumCode> "[h]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
  rdfs:isDefinedBy <http://qudt.org/3.1.0/vocab/constant> ;
  rdfs:label "Planck Constant"@en ;
.
JSON
{"resource":"Planck Constant" 
 ,"qname":"constant:PlanckConstant" 
 ,"uri":"http:\/\/qudt.org\/vocab\/constant\/PlanckConstant" 
 ,"properties":["Individual from SI Reference Point":"si-constant:PlanckConstant" 
    ,"applicable unit":"unit:J-SEC" 
    ,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Planck_constant" 
    ,"description":"\n  The constant $\\textit{Planck Constant}$ is a physical constant that is the quantum of action in quantum mechanics. \n  The Planck constant was first described as the proportionality constant between the energy ($E$) of a photon\n   and the frequency ($\\nu$) of its associated electromagnetic wave.\n  " 
    ,"has dimension vector":"dimension:A0E0L2I0M1H0T-1D0" 
    ,"has quantity kind":"quantitykind:Action" 
    ,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Planck_constant" 
    ,"informative reference":"http:\/\/physics.nist.gov\/cuu\/Constants\/bibliography.html" 
    ,"isDefinedBy":"&lt;http:\/\/qudt.org\/3.1.0\/vocab\/constant&gt;" 
    ,"label":"Planck Constant" 
    ,"latex definition":"$E = h\\nu = \\frac{hc}{\\lambda}$, where $E$ is energy, $\\nu$ is frequency, $\\lambda$ is wavelength, and $c$ is the speed of light." 
    ,"latex symbol":"$h$" 
    ,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31895" 
    ,"quantity value":"constant:Value_PlanckConstant" 
    ,"type":"qudt:PhysicalConstant" 
    ,"ucum code":"[h]" 
    ]}
JSON-LD
{
  "@id" : "http://qudt.org/vocab/constant/PlanckConstant",
  "@type" : "http://qudt.org/schema/qudt/PhysicalConstant",
  "description" : "\n  The constant $\\textit{Planck Constant}$ is a physical constant that is the quantum of action in quantum mechanics. \n  The Planck constant was first described as the proportionality constant between the energy ($E$) of a photon\n   and the frequency ($\\nu$) of its associated electromagnetic wave.\n  ",
  "applicableUnit" : "http://qudt.org/vocab/unit/J-SEC",
  "dbpediaMatch" : "http://dbpedia.org/resource/Planck_constant",
  "hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0",
  "hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Action",
  "informativeReference" : [ "http://en.wikipedia.org/wiki/Planck_constant", "http://physics.nist.gov/cuu/Constants/bibliography.html" ],
  "isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31895",
  "latexDefinition" : "$E = h\\nu = \\frac{hc}{\\lambda}$, where $E$ is energy, $\\nu$ is frequency, $\\lambda$ is wavelength, and $c$ is the speed of light.",
  "latexSymbol" : "$h$",
  "quantityValue" : "http://qudt.org/vocab/constant/Value_PlanckConstant",
  "siExactMatch" : "https://si-digital-framework.org/constants/PlanckConstant",
  "ucumCode" : "[h]",
  "isDefinedBy" : "http://qudt.org/3.1.0/vocab/constant",
  "label" : {
    "@language" : "en",
    "@value" : "Planck Constant"
  },
  "@context" : {
    "applicableUnit" : {
      "@id" : "http://qudt.org/schema/qudt/applicableUnit",
      "@type" : "@id"
    },
    "description" : {
      "@id" : "http://purl.org/dc/terms/description",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "informativeReference" : {
      "@id" : "http://qudt.org/schema/qudt/informativeReference",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "label" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#label"
    },
    "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"
    },
    "dbpediaMatch" : {
      "@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
      "@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
    },
    "latexSymbol" : {
      "@id" : "http://qudt.org/schema/qudt/latexSymbol",
      "@type" : "http://qudt.org/schema/qudt/LatexString"
    },
    "hasQuantityKind" : {
      "@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
      "@type" : "@id"
    },
    "quantityValue" : {
      "@id" : "http://qudt.org/schema/qudt/quantityValue",
      "@type" : "@id"
    },
    "hasDimensionVector" : {
      "@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
      "@type" : "@id"
    },
    "isDefinedBy" : {
      "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
      "@type" : "@id"
    },
    "ucumCode" : {
      "@id" : "http://qudt.org/schema/qudt/ucumCode",
      "@type" : "http://qudt.org/schema/qudt/UCUMcs"
    },
    "siExactMatch" : {
      "@id" : "http://qudt.org/schema/qudt/siExactMatch",
      "@type" : "@id"
    },
    "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-03-20T15:07:36.056-04:00 by lmdoc version 1.1 with  TopBraid SPARQL Web Pages (SWP)