@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:LUX-HR
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description "The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle."^^rdf:HTML ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 3600.0 ;
  qudt:conversionMultiplierSN 3.6E3 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Lux"^^xsd:anyURI ;
  qudt:expression "$lx h$"^^qudt:LatexString ;
  qudt:hasDimensionVector qkdv:A0E0L-2I1M0H0T1D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:HR ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:LUX ;
  ] ;
  qudt:hasQuantityKind quantitykind:LuminousExposure ;
  qudt:iec61360Code "0112/2///62720#UAA724" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA724"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Lux?oldid=494700274"^^xsd:anyURI ;
  qudt:siUnitsExpression "lm-h/m^2" ;
  qudt:symbol "lx·h" ;
  qudt:ucumCode "lx.h"^^qudt:UCUMcs ;
  qudt:uneceCommonCode "B63" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q107361135> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Lux Hour" ;
  rdfs:label "Lux Hour"@en .
