@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:LM
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description "The SI unit for measuring the flux of light being produced by a light source or received by a surface. The intensity of a light source is measured in candelas. One lumen represents the total flux of light emitted, equal to the intensity in candelas multiplied by the solid angle in steradians into which the light is emitted. A full sphere has a solid angle of $4\\cdot\\pi$ steradians. A light source that uniformly radiates one candela in all directions has a total luminous flux of $1 cd\\cdot 4 \\pi sr = 4 \\pi cd \\cdot sr \\approx 12.57 \\; \\text{lumens}$. \"Lumen\" is a Latin word for light."^^qudt:LatexString ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 1.0 ;
  qudt:conversionMultiplierSN 1.0E0 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Lumen"^^xsd:anyURI ;
  qudt:definedUnitOfSystem sou:SI ;
  qudt:derivedCoherentUnitOfSystem sou:SI ;
  qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T0D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:SR ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:CD ;
  ] ;
  qudt:hasQuantityKind quantitykind:LuminousFlux ;
  qudt:iec61360Code "0112/2///62720#UAA718" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA718"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Lumen_(unit)"^^xsd:anyURI ;
  qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
  qudt:siExactMatch si-unit:lumen ;
  qudt:siUnitsExpression "cd.sr" ;
  qudt:symbol "lm" ;
  qudt:ucumCode "lm"^^qudt:UCUMcs ;
  qudt:udunitsCode "LM" ;
  qudt:uneceCommonCode "LUM" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q484092> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Lumen" ;
  rdfs:label "Lumen"@cs ;
  rdfs:label "Lumen"@de ;
  rdfs:label "Lumen"@en ;
  rdfs:label "Lumen"@es ;
  rdfs:label "Lumen"@fr ;
  rdfs:label "Lumen"@hu ;
  rdfs:label "Lumen"@it ;
  rdfs:label "Lumen"@la ;
  rdfs:label "Lumen"@ms ;
  rdfs:label "Lumen"@pl ;
  rdfs:label "Lumen"@pt ;
  rdfs:label "Lumen"@ro ;
  rdfs:label "Lumen"@sl ;
  rdfs:label "Lümen"@tr ;
  rdfs:label "Λούμεν"@el ;
  rdfs:label "Лумен"@bg ;
  rdfs:label "Лумен"@ru ;
  rdfs:label "לומן"@he ;
  rdfs:label "لومن"@ar ;
  rdfs:label "لومن"@fa ;
  rdfs:label "ल्यूमैन"@hi ;
  rdfs:label "ルーメン"@ja ;
  rdfs:label "流明"@zh .
