@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:MachNumber
  a qudt:QuantityKind ;
  dcterms:description "\"Mach Number\" is a dimensionless quantity representing the speed of an object moving through air or other fluid divided by the local speed of sound. It is commonly used to represent the speed of an object when it is traveling close to or above the speed of sound. The Mach number is commonly used both with objects traveling at high speed in a fluid, and with high-speed fluid flows inside channels such as nozzles, diffusers or wind tunnels. As it is defined as a ratio of two speeds, it is a dimensionless number."^^qudt:LatexString ;
  qudt:applicableUnit unit:MACH ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Mach_number"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ;
  qudt:iec61360Code "0112/2///62720#UAD364" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD364"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Mach_number"^^xsd:anyURI ;
  qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31896"^^xsd:anyURI ;
  qudt:latexDefinition "$Ma = \\frac{v_o}{c_o}$, where $v_0$ is speed, and $c_o$ is speed of sound."^^qudt:LatexString ;
  qudt:normativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31896"^^xsd:anyURI ;
  qudt:plainTextDescription "\"Mach Number\" is a dimensionless quantity representing the speed of an object moving through air or other fluid divided by the local speed of sound. It is commonly used to represent the speed of an object when it is traveling close to or above the speed of sound. The Mach number is commonly used both with objects traveling at high speed in a fluid, and with high-speed fluid flows inside channels such as nozzles, diffusers or wind tunnels. As it is defined as a ratio of two speeds, it is a dimensionless number." ;
  qudt:qkdvDenominator qkdv:A0E0L1I0M0H0T-1D0 ;
  qudt:qkdvNumerator qkdv:A0E0L1I0M0H0T-1D0 ;
  qudt:symbol "Ma" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q160669> ;
  rdfs:comment "Applicable units are those of quantitykind:MachNumber" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Mach number"@en ;
  rdfs:label "Mach sayısı"@tr ;
  rdfs:label "Mach-Zahl"@de ;
  rdfs:label "Machovo číslo"@cs ;
  rdfs:label "Machovo število"@sl ;
  rdfs:label "Nombor Mach"@ms ;
  rdfs:label "liczba Macha"@pl ;
  rdfs:label "nombre de Mach"@fr ;
  rdfs:label "numero di Mach"@it ;
  rdfs:label "număr Mach"@ro ;
  rdfs:label "número de Mach"@es ;
  rdfs:label "número de Mach"@pt ;
  rdfs:label "число Маха"@ru ;
  rdfs:label "عدد ماخ"@ar ;
  rdfs:label "عدد ماخ"@fa ;
  rdfs:label "मैक संख्या"@hi ;
  rdfs:label "マッハ数n"@ja ;
  rdfs:label "马赫"@zh ;
  skos:broader quantitykind:DimensionlessRatio ;
  skos:closeMatch <http://dbpedia.org/resource/Mach_number> .
