@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-CentiM2
  a qudt:Unit ;
  dcterms:description "Watt Per Square Centimeter is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface."^^rdf:HTML ;
  qudt:applicableSystem sou:CGS ;
  qudt:applicableSystem sou:CGS-EMU ;
  qudt:applicableSystem sou:CGS-GAUSS ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 10000.0 ;
  qudt:conversionMultiplierSN 1.0E4 ;
  qudt:expression "$W/cm^{2}$"^^qudt:LatexString ;
  qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T-3D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -2 ;
    qudt:hasUnit unit:CentiM ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:W ;
  ] ;
  qudt:hasQuantityKind quantitykind:PowerPerArea ;
  qudt:iec61360Code "0112/2///62720#UAB224" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB224"^^xsd:anyURI ;
  qudt:symbol "W/cm²" ;
  qudt:ucumCode "W.cm-2"^^qudt:UCUMcs ;
  qudt:uneceCommonCode "N48" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q107440604> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Vatio por Centimetro Cuadrado"@es ;
  rdfs:label "Wat na Centimetr Kwadratowy"@pl ;
  rdfs:label "Watt na Kvadratni Centimeter"@sl ;
  rdfs:label "Watt na Čtvereční Centimetr"@cs ;
  rdfs:label "Watt par Centimètre Carré"@fr ;
  rdfs:label "Watt pe Centimetru Pătrat"@ro ;
  rdfs:label "Watt per Centimeter Persegi"@ms ;
  rdfs:label "Watt per Centimetrekare"@tr ;
  rdfs:label "Watt per Centimetro Quadrato"@it ;
  rdfs:label "Watt per Square Centimeter"@en-US ;
  rdfs:label "Watt per Square Centimetre" ;
  rdfs:label "Watt per Square Centimetre"@en ;
  rdfs:label "Watt pro Quadratcentimeter"@de .
