@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:N-SEC-PER-M3
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description """
  The SI unit of specific acoustic impedance.
  When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move.
  The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces.
  The specific impedance is $1 N \\cdot s \\cdot m^{-3}$ if unit pressure produces unit velocity.
  """^^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:expression "$N \\cdot s \\cdot m^{-3}$"^^qudt:LatexString ;
  qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:SEC ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:N ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -3 ;
    qudt:hasUnit unit:M ;
  ] ;
  qudt:hasQuantityKind quantitykind:SpecificAcousticImpedance ;
  qudt:latexSymbol "$N \\cdot s \\cdot m^{-3}$"^^qudt:LatexString ;
  qudt:symbol "N·s/m³" ;
  qudt:ucumCode "N.s.m-3"^^qudt:UCUMcs ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Newton Saat per Meter Kubik"@ms ;
  rdfs:label "Newton Saniye per Metreküp"@tr ;
  rdfs:label "Newton Second per Cubic Meter"@en-US ;
  rdfs:label "Newton Second per Cubic Metre" ;
  rdfs:label "Newton Second per Cubic Metre"@en ;
  rdfs:label "Newton Seconde par Mètre Cube"@fr ;
  rdfs:label "Newton Secondo per Metro Cubo"@it ;
  rdfs:label "Newton Secundă pe Metru Cub"@ro ;
  rdfs:label "Newton Segundo por Metro Cúbico"@es ;
  rdfs:label "Newton Segundo por Metro Cúbico"@pt ;
  rdfs:label "Newton Sekunda na Kubični Meter"@sl ;
  rdfs:label "Newton Sekunda na Metr Krychlový"@cs ;
  rdfs:label "Newton Sekunde pro Kubikmeter"@de ;
  rdfs:label "Newtonium Secundum per Metrum Cubicum"@la ;
  rdfs:label "Niuton Sekunda na Metr Sześcienny"@pl ;
  rdfs:label "Νιούτον Δευτερόλεπτο ανά Κυβικό Μέτρο"@el ;
  rdfs:label "Ньютон Секунда на Кубический Метр"@ru ;
  rdfs:label "Нютон Секунда на Кубичен Метър"@bg .
