@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:SpeedOfSound
  a qudt:QuantityKind ;
  dcterms:description "The speed of sound is the distance travelled during a unit of time by a sound wave propagating through an elastic medium."^^qudt:LatexString ;
  qudt:applicableUnit unit:BFT ;
  qudt:applicableUnit unit:FT3-PER-MIN-FT2 ;
  qudt:applicableUnit unit:GigaHZ-M ;
  qudt:applicableUnit unit:HZ-M ;
  qudt:applicableUnit unit:IN-PER-YR ;
  qudt:applicableUnit unit:M-PER-SEC ;
  qudt:applicableUnit unit:MegaHZ-M ;
  qudt:applicableUnit unit:MicroM-PER-MIN ;
  qudt:applicableUnit unit:MicroM-PER-SEC ;
  qudt:applicableUnit unit:YD-PER-HR ;
  qudt:applicableUnit unit:YD-PER-MIN ;
  qudt:applicableUnit unit:YD-PER-SEC ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Speed_of_sound"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Speed_of_sound"^^xsd:anyURI ;
  qudt:latexDefinition "$c = \\sqrt{\\frac{K}{\\rho}}$, where $K$ is the coefficient of stiffness, the bulk modulus (or the modulus of bulk elasticity for gases), and $\\rho$ is the density. Also, $c^2 = \\frac{\\partial p}{\\partial \\rho}$, where $p$ is the pressure and $\\rho$ is the density."^^qudt:LatexString ;
  qudt:plainTextDescription "The speed of sound is the distance travelled during a unit of time by a sound wave propagating through an elastic medium." ;
  qudt:symbol "c" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q124003> ;
  rdfs:comment "Applicable units are those of quantitykind:Speed" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Hitrost zvoka"@sl ;
  rdfs:label "Kelajuan bunyi"@ms ;
  rdfs:label "Schallgeschwindigkeit"@de ;
  rdfs:label "Ses hızı"@tr ;
  rdfs:label "prędkość dźwięku"@pl ;
  rdfs:label "rychlost zvuku"@cs ;
  rdfs:label "speed of sound"@en ;
  rdfs:label "velocidad del sonido"@es ;
  rdfs:label "velocidade do som"@pt ;
  rdfs:label "velocità del suono"@it ;
  rdfs:label "vitesse du son"@fr ;
  rdfs:label "viteza sunetului"@ro ;
  rdfs:label "скорость звука"@ru ;
  rdfs:label "سرعة الصوت"@ar ;
  rdfs:label "سرعت صوت"@fa ;
  rdfs:label "ध्वनि का वेग"@hi ;
  rdfs:label "音速"@ja ;
  rdfs:label "音速"@zh ;
  skos:altLabel "Schallausbreitungsgeschwindigkeit"@de ;
  skos:altLabel "célérité du son"@fr ;
  skos:broader quantitykind:Speed ;
  vaem:todo "belongs to SOQ-ISO" .
