@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:MicroMOL-PER-M2-SEC
  a qudt:Unit ;
  dcterms:description "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time.  This term is based on the number of photons in a certain waveband incident per unit time (s) on a unit area (m2) divided by the Avogadro constant (6.022 x 1023 mol-1). It is used commonly to describe PAR in the 400-700 nm waveband. Definition Source: Thimijan, Richard W., and Royal D. Heins. 1982. Photometric, Radiometric, and Quantum Light Units of Measure: A Review of Procedures for Interconversion. HortScience 18:818-822."@en ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 0.000001 ;
  qudt:conversionMultiplierSN 1.0E-6 ;
  qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -1 ;
    qudt:hasUnit unit:SEC ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent -2 ;
    qudt:hasUnit unit:M ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:MicroMOL ;
  ] ;
  qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFluxDensity ;
  qudt:symbol "μmol/(m²·s)" ;
  qudt:ucumCode "umol.m-2.s-1"^^qudt:UCUMcs ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Micromol na Kvadratni Meter Sekunda"@sl ;
  rdfs:label "Micromol na Metr Kwadratowy Sekunda"@pl ;
  rdfs:label "Micromol na Čtvereční Metr Sekunda"@cs ;
  rdfs:label "Micromol pe Metru Pătrat Secundă"@ro ;
  rdfs:label "Micromol per Metrekare Saniye"@tr ;
  rdfs:label "Micromol por Metro Cuadrado Segundo"@es ;
  rdfs:label "Micromol pro Quadratmeter Sekunde"@de ;
  rdfs:label "Micromole par Mètre Carré Seconde"@fr ;
  rdfs:label "Micromole per Meter Persegi Saat"@ms ;
  rdfs:label "Micromole per Metro Quadrato Secondo"@it ;
  rdfs:label "Micromole per Square Meter Second"@en-US ;
  rdfs:label "Micromole per Square Metre Second" ;
  rdfs:label "Micromole per Square Metre Second"@en .
