@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:ReducedPlanckConstant
  a qudt:PhysicalConstant ;
  dcterms:description """
  The $\\textit{Reduced Planck Constant}$, or $\\textit{Dirac Constant}$, is used in applications where
   frequency is expressed in terms of radians per second ($\\textit{angular frequency}$) instead of cycles per second. 
  In such cases a factor of $\\pi$ is absorbed into the constant.
  """^^qudt:LatexString ;
  qudt:applicableUnit unit:J-SEC ;
  qudt:hasQuantityKind quantitykind:Action ;
  qudt:informativeReference "http://en.wikipedia.org/wiki/Planck_constant"^^xsd:anyURI ;
  qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
  qudt:latexDefinition "$\\hbar = \\frac{h}{2\\pi}$, where $h$ is the Planck constant."^^qudt:LatexString ;
  qudt:latexSymbol "$\\hbar$"^^qudt:LatexString ;
  qudt:quantityValue constant:Value_PlanckConstantOver2Pi ;
  rdfs:isDefinedBy <http://qudt.org/3.1.11/vocab/constant> ;
  rdfs:label "Reduced Planck Constant"@en ;
  skos:broader constant:PlanckConstant .
