@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:PER-M3-SEC
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description "unit of the slowing-down density as reciprocal of the power of the SI base unit metre with exponent 3 divided by the SI base unit second" ;
  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:expression "$m^{-3}-s^{-1}$"^^qudt:LatexString ;
  qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T-1D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:SEC ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -3 ;
    qudt:hasUnit unit:M ;
  ] ;
  qudt:hasQuantityKind quantitykind:ParticleSourceDensity ;
  qudt:hasQuantityKind quantitykind:SlowingDownDensity ;
  qudt:iec61360Code "0112/2///62720#UAB163" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB163"^^xsd:anyURI ;
  qudt:isoNormativeReference "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
  qudt:symbol "/(m³·s)" ;
  qudt:ucumCode "m-3.s-1"^^qudt:UCUMcs ;
  qudt:uneceCommonCode "C87" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q98915792> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Aνά Κυβικό Μέτρο Δευτερόλεπτο"@el ;
  rdfs:label "Na Kubični Meter Sekunda"@sl ;
  rdfs:label "Na Metr Krychlový Sekunda"@cs ;
  rdfs:label "Na Metr Sześcienny Sekunda"@pl ;
  rdfs:label "Par Mètre Cube Seconde"@fr ;
  rdfs:label "Pe Metru Cub Secundă"@ro ;
  rdfs:label "Per Meter Kubik Saat"@ms ;
  rdfs:label "Per Metreküp Saniye"@tr ;
  rdfs:label "Per Metro Cubo Secondo"@it ;
  rdfs:label "Per Metrum Cubicum Secundum"@la ;
  rdfs:label "Por Metro Cúbico Segundo"@es ;
  rdfs:label "Por Metro Cúbico Segundo"@pt ;
  rdfs:label "Pro Kubikmeter Sekunde"@de ;
  rdfs:label "Reciprocal Cubic Meter Second"@en-US ;
  rdfs:label "Reciprocal Cubic Metre Second" ;
  rdfs:label "Reciprocal Cubic Metre Second"@en ;
  rdfs:label "На Кубичен Метър Секунда"@bg ;
  rdfs:label "На Кубический Метр Секунда"@ru ;
  skos:altLabel "Reciprocal cubic metre per second"@en .
