@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:M-PER-SEC
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description """Metre per second is an SI derived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in metres divided by time in seconds.
The official SI symbolic abbreviation is mu00b7s-1, or equivalently either m/s."""^^rdf:HTML ;
  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/s$"^^qudt:LatexString ;
  qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T-1D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:M ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:SEC ;
  ] ;
  qudt:hasQuantityKind quantitykind:ElectromagneticWavePhaseSpeed ;
  qudt:hasQuantityKind quantitykind:LinearVelocity ;
  qudt:hasQuantityKind quantitykind:Speed ;
  qudt:hasQuantityKind quantitykind:Velocity ;
  qudt:hasReciprocalUnit unit:SEC-PER-M ;
  qudt:iec61360Code "0112/2///62720#UAA733" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA733"^^xsd:anyURI ;
  qudt:symbol "m/s" ;
  qudt:ucumCode "m.s-1"^^qudt:UCUMcs ;
  qudt:uneceCommonCode "MTS" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q182429> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Meter na Sekunda"@sl ;
  rdfs:label "Meter per Saat"@ms ;
  rdfs:label "Meter per Second"@en-US ;
  rdfs:label "Meter pro Sekunde"@de ;
  rdfs:label "Metr na Sekunda"@cs ;
  rdfs:label "Metr na Sekunda"@pl ;
  rdfs:label "Metre per Saniye"@tr ;
  rdfs:label "Metre per Second" ;
  rdfs:label "Metre per Second"@en ;
  rdfs:label "Metro per Secondo"@it ;
  rdfs:label "Metro por Segundo"@es ;
  rdfs:label "Metro por Segundo"@pt ;
  rdfs:label "Metru pe Secundă"@ro ;
  rdfs:label "Metrum per Secundum"@la ;
  rdfs:label "Mètre par Seconde"@fr ;
  rdfs:label "Μέτρο ανά Δευτερόλεπτο"@el ;
  rdfs:label "Метр на Секунда"@ru ;
  rdfs:label "Метър на Секунда"@bg ;
  rdfs:label "מטרים לשנייה"@he ;
  rdfs:label "متر بر ثانیه"@fa ;
  rdfs:label "متر في الثانية"@ar ;
  rdfs:label "मीटर प्रति सैकिण्ड"@hi ;
  rdfs:label "メートル毎秒"@ja ;
  rdfs:label "米每秒"@zh .
