@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:RAYL
  a qudt:Unit ;
  dcterms:description """The $Rayl$ is one of two units of specific acoustic impedance. There is a CGS version and an MKS version
    of different magnitude. 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 one rayl if unit pressure produces unit velocity. It is defined as follows: $1\\; rayl = 1
    dyn\\cdot s\\cdot cm^{-3}$ Or in SI as: $1 \\; rayl = 10^{-1}Pa\\cdot s\\cdot m^{-1}$, which equals $10\\,N \\cdot s\\cdot
    m^{-3}$.
  """^^qudt:LatexString ;
  qudt:applicableSystem sou:CGS ;
  qudt:conversionMultiplier 10.0 ;
  qudt:conversionMultiplierSN 1.0E1 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Rayl"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E0L-2I0M1H0T-1D0 ;
  qudt:hasQuantityKind quantitykind:SpecificAcousticImpedance ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Rayl"^^xsd:anyURI ;
  qudt:scalingOf unit:KiloGM-PER-M2-SEC ;
  qudt:symbol "rayl" ;
  qudt:unitForQuantityKind quantitykind:SpecificAcousticImpedance ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q359151> ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/unit> ;
  rdfs:label "Rayl" ;
  rdfs:label "Rayl"@en ;
  rdfs:seeAlso unit:RAYL_MKS .
