@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:ComptonWavelength
  a qudt:PhysicalConstant ;
  dcterms:description """
  The constant $\\textit{Compton Wavelength}$ is a quantum mechanical property of a particle. 
  It was introduced by Arthur Compton in his explanation of the scattering of photons by electrons.
  The process is known as Compton scattering. 
  The Compton Wavelength of a particle is equivalent to the wavelength of a photon whose energy
   is the same as the rest-mass energy of the particle.
  """^^qudt:LatexString ;
  qudt:applicableUnit unit:M ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Compton_wavelength"^^xsd:anyURI ;
  qudt:hasQuantityKind quantitykind:Length ;
  qudt:informativeReference "http://en.wikipedia.org/wiki/Compton_wavelength"^^xsd:anyURI ;
  qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
  qudt:latexDefinition "$\\lambda_C = \\frac{h}{mc_0}$, where $h$ is the Planck constant, $m$ is the rest mass of a particle, and $c_0$ is the speed of light in vacuum."^^qudt:LatexString ;
  qudt:latexSymbol "$\\lambda_C$"^^qudt:LatexString ;
  qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
  qudt:quantityValue constant:Value_ComptonWavelength ;
  rdfs:isDefinedBy <http://qudt.org/3.1.11/vocab/constant> ;
  rdfs:label "Compton Wavelength"@en .
