@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:L
  a qudt:Unit ;
  dcterms:description "The $litre$ (American spelling: $\\textit{liter}$; SI symbol $l$ or $L$) is a non-SI metric system unit of volume equal to $1 \\textit{cubic decimetre}$ ($dm^3$), 1,000 cubic centimetres ($cm^3$) or $1/1000 \\textit{cubic metre}$. If the lower case \"L\" is used as the symbol, it is sometimes rendered as a cursive \"l\" to help distinguish it from the capital \"I\", although this usage has no official approval by any international bureau."^^qudt:LatexString ;
  qudt:applicableSystem sou:CGS ;
  qudt:applicableSystem sou:CGS-EMU ;
  qudt:applicableSystem sou:CGS-GAUSS ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 0.001 ;
  qudt:conversionMultiplierSN 1.0E-3 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Litre"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E0L3I0M0H0T0D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:DeciM3 ;
  ] ;
  qudt:hasQuantityKind quantitykind:LiquidVolume ;
  qudt:hasQuantityKind quantitykind:Volume ;
  qudt:iec61360Code "0112/2///62720#UAA649" ;
  qudt:informativeReference "http://en.wikipedia.org/wiki/Litre?oldid=494846400"^^xsd:anyURI ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA649"^^xsd:anyURI ;
  qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
  qudt:siExactMatch si-unit:litre ;
  qudt:symbol "L" ;
  qudt:ucumCode "L"^^qudt:UCUMcs ;
  qudt:udunitsCode "L" ;
  qudt:uneceCommonCode "LTR" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q11582> ;
  rdfs:isDefinedBy <http://qudt.org/3.1.11/vocab/unit> ;
  rdfs:label "Liter"@en-US ;
  rdfs:label "Litre" ;
  rdfs:label "Litre"@en ;
  skos:altLabel "litre" .
