@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 dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix qkdv: <http://qudt.org/vocab/dimensionvector/> .
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix si-quantity: <https://si-digital-framework.org/quantities/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

quantitykind:SpeedOfLight
  a qudt:QuantityKind ;
  dcterms:description """
  The quantity kind $\\text{Speed of Light}$ is the speed of electomagnetic waves in a given medium.
  """^^qudt:LatexString ;
  qudt:applicableUnit unit:SpeedOfLight ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Speed_of_light"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ;
  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 ;
  rdfs:comment "Applicable units are those of quantitykind:SpeedOfLight" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Hitrost svetlobe"@sl ;
  rdfs:label "Işık hızı"@tr ;
  rdfs:label "Kelajuan cahaya"@ms ;
  rdfs:label "Lichtgeschwindigkeit"@de ;
  rdfs:label "Prędkość światła"@pl ;
  rdfs:label "Rychlost světla"@cs ;
  rdfs:label "Velocidade da luz"@pt ;
  rdfs:label "Viteza luminii"@ro ;
  rdfs:label "speed of light"@en ;
  rdfs:label "velocidad de la luz"@es ;
  rdfs:label "velocità della luce"@it ;
  rdfs:label "vitesse de la lumière"@fr ;
  rdfs:label "Скорость света"@ru ;
  rdfs:label "سرعة الضوء"@ar ;
  rdfs:label "سرعت نور"@fa ;
  rdfs:label "प्रकाश का वेग"@hi ;
  rdfs:label "光速"@ja ;
  rdfs:label "光速"@zh ;
  rdfs:seeAlso constant:MagneticConstant ;
  rdfs:seeAlso constant:PermittivityOfVacuum ;
  rdfs:seeAlso constant:SpeedOfLight_Vacuum ;
  skos:broader quantitykind:Speed .
