@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-SEC
  a qudt:Unit ;
  dcterms:description "In photometry, the lumen second is the SI derived unit of luminous energy. It is based on the lumen, the SI unit of luminous flux, and the second, the SI base unit of time.  The lumen second is sometimes called the talbot (symbol T).  An older name for the lumen second was the lumberg."^^rdf:HTML ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 1.0 ;
  qudt:conversionMultiplierSN 1.0E0 ;
  qudt:derivedCoherentUnitOfSystem sou:SI ;
  qudt:expression "$lm s$"^^qudt:LatexString ;
  qudt:hasDimensionVector qkdv:A0E0L0I1M0H0T1D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:SEC ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:LM ;
  ] ;
  qudt:hasQuantityKind quantitykind:LuminousEnergy ;
  qudt:iec61360Code "0112/2///62720#UAA722" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA722"^^xsd:anyURI ;
  qudt:symbol "lm·s" ;
  qudt:ucumCode "lm.s"^^qudt:UCUMcs ;
  qudt:uneceCommonCode "B62" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q910311> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Lumen Saat"@ms ;
  rdfs:label "Lumen Second" ;
  rdfs:label "Lumen Second"@en ;
  rdfs:label "Lumen Seconde"@fr ;
  rdfs:label "Lumen Secondo"@it ;
  rdfs:label "Lumen Secundum"@la ;
  rdfs:label "Lumen Secundă"@ro ;
  rdfs:label "Lumen Segundo"@es ;
  rdfs:label "Lumen Segundo"@pt ;
  rdfs:label "Lumen Sekunda"@cs ;
  rdfs:label "Lumen Sekunda"@pl ;
  rdfs:label "Lumen Sekunda"@sl ;
  rdfs:label "Lumen Sekunde"@de ;
  rdfs:label "Lümen Saniye"@tr ;
  rdfs:label "Λούμεν Δευτερόλεπτο"@el ;
  rdfs:label "Лумен Секунда"@bg ;
  rdfs:label "Лумен Секунда"@ru ;
  skos:altLabel "lumberg" ;
  skos:altLabel "talbot" .
