@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:PlanckConstant
  a qudt:PhysicalConstant ;
  dcterms: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.
  """^^qudt:LatexString ;
  qudt:applicableUnit unit:J-SEC ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Planck_constant"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-1D0 ;
  qudt:hasQuantityKind quantitykind:Action ;
  qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_constant"^^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 "$E = h\\nu = \\frac{hc}{\\lambda}$, where $E$ is energy, $\\nu$ is frequency, $\\lambda$ is wavelength, and $c$ is the speed of light."^^qudt:LatexString ;
  qudt:latexSymbol "$h$"^^qudt:LatexString ;
  qudt:quantityValue constant:Value_PlanckConstant ;
  qudt:siExactMatch si-constant:PlanckConstant ;
  qudt:ucumCode "[h]"^^qudt:UCUMcs ;
  rdfs:isDefinedBy <http://qudt.org/3.1.11/vocab/constant> ;
  rdfs:label "Planck Constant"@en .
