@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 dcterms: <http://purl.org/dc/terms/> .
@prefix prefix: <http://qudt.org/vocab/prefix/> .
@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-unit: <https://si-digital-framework.org/SI/units/> .
@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#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

unit:M3-PER-SEC
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description """A cubic metre per second ($m^{3}s^{-1}, m^{3}/s$), cumecs or cubic meter per second in American English)
    is a derived SI unit of flow rate equal to that of a stere or cube with sides of one metre ( u0303 39.37 in) in length
    exchanged or moving each second. It is popularly used for water flow, especially in rivers and streams, and fractions for HVAC
    values measuring air flow.
  """^^qudt:LatexString ;
  qudt:applicableSystem sou:CGS ;
  qudt:applicableSystem sou:CGS-EMU ;
  qudt:applicableSystem sou:CGS-GAUSS ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 1.0 ;
  qudt:conversionMultiplierSN 1.0E0 ;
  qudt:definedUnitOfSystem sou:SI ;
  qudt:derivedCoherentUnitOfSystem sou:SI ;
  qudt:expression "$m^{3}/s$"^^qudt:LatexString ;
  qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T-1D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 3 ;
    qudt:hasUnit unit:M ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:SEC ;
  ] ;
  qudt:hasQuantityKind quantitykind:RecombinationCoefficient ;
  qudt:hasQuantityKind quantitykind:VolumePerTime ;
  qudt:iec61360Code "0112/2///62720#UAA772" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA772"^^xsd:anyURI ;
  qudt:symbol "m³/s" ;
  qudt:ucumCode "m3.s-1"^^qudt:UCUMcs ;
  qudt:uneceCommonCode "MQS" ;
  qudt:unitForQuantityKind quantitykind:RecombinationCoefficient ;
  qudt:unitForQuantityKind quantitykind:VolumePerTime ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q794261> ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/unit> ;
  rdfs:label "Cubic Meter per Second"@en-US ;
  rdfs:label "Cubic Metre per Second" ;
  rdfs:label "Cubic Metre per Second"@en ;
  rdfs:label "Kubikmeter pro Sekunde"@de ;
  rdfs:label "Kubični Meter na Sekunda"@sl ;
  rdfs:label "Meter Kubik per Saat"@ms ;
  rdfs:label "Metr Krychlový na Sekunda"@cs ;
  rdfs:label "Metr Sześcienny na Sekunda"@pl ;
  rdfs:label "Metreküp per Saniye"@tr ;
  rdfs:label "Metro Cubo per Secondo"@it ;
  rdfs:label "Metro Cúbico por Segundo"@es ;
  rdfs:label "Metro Cúbico por Segundo"@pt ;
  rdfs:label "Metru Cub pe Secundă"@ro ;
  rdfs:label "Metrum Cubicum per Secundum"@la ;
  rdfs:label "Mètre Cube par Seconde"@fr ;
  rdfs:label "Κυβικό Μέτρο ανά Δευτερόλεπτο"@el ;
  rdfs:label "Кубичен Метър на Секунда"@bg ;
  rdfs:label "Кубический Метр на Секунда"@ru .
