@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:M2-PER-SEC
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description """
  The unit $\\textit{Square Metres per Second}$ is the SI derived unit of angular momentum, defined by distance
   or displacement in metres multiplied by distance again in metres and divided by time in seconds.
  The unit is written in symbols as $m^2/s$ or $m^22s^{-1}$.
  It may be better understood when phrased as $\\textit{metres per second times metres}$, i.e. the momentum
   of an object with respect to a position.
  """^^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^{2} s^{-1}$"^^qudt:LatexString ;
  qudt:hasDimensionVector qkdv:A0E0L2I0M0H0T-1D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:SEC ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 2 ;
    qudt:hasUnit unit:M ;
  ] ;
  qudt:hasQuantityKind quantitykind:AreaPerTime ;
  qudt:hasQuantityKind quantitykind:DiffusionCoefficient ;
  qudt:hasQuantityKind quantitykind:NeutronDiffusionCoefficient ;
  qudt:hasQuantityKind quantitykind:ThermalDiffusionRatioCoefficient ;
  qudt:iec61360Code "0112/2///62720#UAA752" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA752"^^xsd:anyURI ;
  qudt:symbol "m²/s" ;
  qudt:ucumCode "m2.s-1"^^qudt:UCUMcs ;
  qudt:uneceCommonCode "S4" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q3332099> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Kvadratni Meter na Sekunda"@sl ;
  rdfs:label "Meter Persegi per Saat"@ms ;
  rdfs:label "Metr Kwadratowy na Sekunda"@pl ;
  rdfs:label "Metrekare per Saniye"@tr ;
  rdfs:label "Metro Cuadrado por Segundo"@es ;
  rdfs:label "Metro Quadrado por Segundo"@pt ;
  rdfs:label "Metro Quadrato per Secondo"@it ;
  rdfs:label "Metru Pătrat pe Secundă"@ro ;
  rdfs:label "Metrum Quadratum per Secundum"@la ;
  rdfs:label "Mètre Carré par Seconde"@fr ;
  rdfs:label "Quadratmeter pro Sekunde"@de ;
  rdfs:label "Square Meter per Second"@en-US ;
  rdfs:label "Square Metre per Second" ;
  rdfs:label "Square Metre per Second"@en ;
  rdfs:label "Čtvereční Metr na Sekunda"@cs ;
  rdfs:label "Τετραγωνικό Μέτρο ανά Δευτερόλεπτο"@el ;
  rdfs:label "Квадратен Метър на Секунда"@bg ;
  rdfs:label "Квадратный Метр на Секунда"@ru ;
  rdfs:label "متر مربع بر ثانیه"@fa ;
  rdfs:label "متر مربع في الثانية"@ar ;
  rdfs:label "वर्ग मीटर प्रति सैकिण्ड"@hi ;
  rdfs:label "平方メートル毎秒"@ja ;
  rdfs:label "平方米每秒"@zh .
