@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:MicroW-PER-CentiM2-MicroM-SR
  a qudt:Unit ;
  qudt:conversionMultiplier 10000.0 ;
  qudt:conversionMultiplierSN 1.0E4 ;
  qudt:hasDimensionVector qkdv:A0E0L-1I0M1H0T-3D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:MicroM ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:SR ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -2 ;
    qudt:hasUnit unit:CentiM ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:MicroW ;
  ] ;
  qudt:hasQuantityKind quantitykind:SpectralRadiance ;
  qudt:plainTextDescription "A unit of spectral radiance that is the power radiating from a surface per unit of solid angle per unit of wavelength, measured in units of watts per centimeter squared per micrometer per steradian" ;
  qudt:symbol "μW/(cm²·μm·sr)" ;
  qudt:ucumCode "uW.cm-2.um-1.sr-1"^^qudt:UCUMcs ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Microvatio por Centimetro Cuadrado Micrometro Estereorradián"@es ;
  rdfs:label "Microwat na Centimetr Kwadratowy Micrometr Steradian"@pl ;
  rdfs:label "Microwatt na Kvadratni Centimeter Micrometer Steradian"@sl ;
  rdfs:label "Microwatt na Čtvereční Centimetr Micrometr Steradián"@cs ;
  rdfs:label "Microwatt par Centimètre Carré Micromètre Stéradian"@fr ;
  rdfs:label "Microwatt pe Centimetru Pătrat Micrometru Steradian"@ro ;
  rdfs:label "Microwatt per Centimeter Persegi Micrometer Steradian"@ms ;
  rdfs:label "Microwatt per Centimetrekare Micrometre Steradyan"@tr ;
  rdfs:label "Microwatt per Centimetro Quadrato Micrometro Steradiante"@it ;
  rdfs:label "Microwatt per Square Centimeter Micrometer Steradian"@en-US ;
  rdfs:label "Microwatt per Square Centimetre Micrometre Steradian" ;
  rdfs:label "Microwatt per Square Centimetre Micrometre Steradian"@en ;
  rdfs:label "Microwatt pro Quadratcentimeter Micrometer Steradiant"@de .
