@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:W-PER-M3
  a qudt:Unit ;
  dcterms:description "SI derived unit watt divided by the power of the SI base unit metre with the exponent 3"^^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:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:W ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -3 ;
    qudt:hasUnit unit:M ;
  ] ;
  qudt:hasQuantityKind quantitykind:PowerDensity ;
  qudt:hasQuantityKind quantitykind:PowerPerVolume ;
  qudt:iec61360Code "0112/2///62720#UAA312" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA312"^^xsd:anyURI ;
  qudt:plainTextDescription "SI derived unit watt divided by the power of the SI base unit metre with the exponent 3" ;
  qudt:symbol "W/m³" ;
  qudt:ucumCode "W.m-3"^^qudt:UCUMcs ;
  qudt:uneceCommonCode "H47" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q104381302> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Vatio por Metro Cúbico"@es ;
  rdfs:label "Wat na Metr Sześcienny"@pl ;
  rdfs:label "Watt na Kubični Meter"@sl ;
  rdfs:label "Watt na Metr Krychlový"@cs ;
  rdfs:label "Watt par Mètre Cube"@fr ;
  rdfs:label "Watt pe Metru Cub"@ro ;
  rdfs:label "Watt per Cubic Meter"@en-US ;
  rdfs:label "Watt per Cubic Metre" ;
  rdfs:label "Watt per Cubic Metre"@en ;
  rdfs:label "Watt per Meter Kubik"@ms ;
  rdfs:label "Watt per Metreküp"@tr ;
  rdfs:label "Watt per Metro Cubo"@it ;
  rdfs:label "Watt por Metro Cúbico"@pt ;
  rdfs:label "Watt pro Kubikmeter"@de ;
  rdfs:label "Wattium per Metrum Cubicum"@la ;
  rdfs:label "Βατ ανά Κυβικό Μέτρο"@el ;
  rdfs:label "Ват на Кубичен Метър"@bg ;
  rdfs:label "Ватт на Кубический Метр"@ru .
