@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:SpeedOfLight_Vacuum
  a qudt:PhysicalConstant ;
  dcterms:description """
  The $\\textit{Speed of Light in Vacuum}$, is a universal physical constant important in many areas of physics. 
  Its value is 299,792,458 metres per second, a figure that is exact because the length of the metre is
   defined from this constant and the international standard for time.
  """^^qudt:LatexString ;
  qudt:hasQuantityKind quantitykind:Speed ;
  qudt:informativeReference "http://dbpedia.org/resource/Speed_of_light"^^xsd:anyURI ;
  qudt:informativeReference "http://en.wikipedia.org/wiki/Speed_of_light"^^xsd:anyURI ;
  qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
  qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=113-01-34"^^xsd:anyURI ;
  qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
  qudt:latexDefinition "$c_0 = 1 / \\sqrt{\\epsilon_0 \\mu_0}$, where {\\epsilon_0} is the permittivity of vacuum, and $\\mu_0$ is the magnetic constant."^^qudt:LatexString ;
  qudt:latexSymbol "$C_0$"^^qudt:LatexString ;
  qudt:quantityValue constant:Value_SpeedOfLight_Vacuum ;
  qudt:quantityValue constant:Value_SpeedOfLight_Vacuum_Imperial ;
  qudt:siExactMatch si-constant:SpeedOfLight ;
  qudt:ucumCode "[c]"^^qudt:UCUMcs ;
  rdfs:isDefinedBy <http://qudt.org/3.1.11/vocab/constant> ;
  rdfs:label "Speed of Light (vacuum)"@en ;
  rdfs:seeAlso constant:MagneticConstant ;
  rdfs:seeAlso constant:PermittivityOfVacuum .
