@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:FirstRadiationConstant
  a qudt:PhysicalConstant ;
  dcterms:description """
  The constant $\\textit{First Radiation Constant}$ is defined in Planck's radiation law about the dependence
   of the spectral density of various radiation variables on the wavelength of the electromagnetic radiation
    and the absolute temperature of the black emitter.
  This is composed of the product of twice $Pi$ times Planck's quantum of action multiplied by the square of
   the velocity of light.
   """^^qudt:LatexString ;
  qudt:hasDimensionVector qkdv:A0E0L4I0M1H0T-3D0 ;
  qudt:hasQuantityKind quantitykind:PowerArea ;
  qudt:iec61360Code "0112/2///62720#UAD053" ;
  qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec61987/iec61987.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD053"^^xsd:anyURI ;
  qudt:plainTextDescription "Konstante im Planckschen Strahlungsgesetz über die Abhängigkeit der spektralen Dichte verschiedener Strahlungsgrößen von der Wellenlänge der elektromagnetischen Strahlung und der absoluten Temperatur beim schwarzen Strahler, welche sich zusammensetzt aus dem Produkt zwei Pi mal Plancksches Wirkungsquantum mal dem Quadrat der Lichtgeschwindigkeit"@de ;
  qudt:quantityValue constant:Value_FirstRadiationConstant ;
  qudt:symbol "0173-1#Z4-BAJ455#001" ;
  rdfs:isDefinedBy <http://qudt.org/3.1.11/vocab/constant> ;
  rdfs:label "first radiation constant"@en .
