@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:KiloGM
  a qudt:Unit ;
  dcterms:description """The kilogram or kilogramme (SI symbol: kg), also known as the kilo, is the base unit of mass in the
    International System of Units and is defined as being equal to the mass of the International Prototype Kilogram (IPK), which
    is almost exactly equal to the mass of one liter of water. The avoirdupois (or international) pound, used in both the Imperial
    system and U.S. customary units, is defined as exactly 0.45359237 kg, making one kilogram approximately equal to 2.2046
    avoirdupois pounds.
  """^^rdf:HTML ;
  qudt:applicableSystem sou:CGS ;
  qudt:applicableSystem sou:CGS-EMU ;
  qudt:applicableSystem sou:CGS-GAUSS ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 1.0 ;
  qudt:conversionMultiplierSN 1.0E0 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Kilogram"^^xsd:anyURI ;
  qudt:definedUnitOfSystem sou:SI ;
  qudt:hasDimensionVector qkdv:A0E0L0I0M1H0T0D0 ;
  qudt:hasQuantityKind quantitykind:CO2Equivalent ;
  qudt:hasQuantityKind quantitykind:Mass ;
  qudt:iec61360Code "0112/2///62720#UAA594" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA594"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Kilogram?oldid=493633626"^^xsd:anyURI ;
  qudt:plainTextDescription """The kilogram or kilogramme (SI symbol: kg), also known as the kilo, is the base unit of mass in the
    International System of Units and is defined as being equal to the mass of the International Prototype Kilogram (IPK), which
    is almost exactly equal to the mass of one liter of water. The avoirdupois (or international) pound, used in both the Imperial
    system and U.S. customary units, is defined as exactly 0.45359237 kg, making one kilogram approximately equal to 2.2046
    avoirdupois pounds.
  """ ;
  qudt:siExactMatch si-unit:kilogram ;
  qudt:symbol "kg" ;
  qudt:ucumCode "kg"^^qudt:UCUMcs ;
  qudt:udunitsCode "kg" ;
  qudt:uneceCommonCode "KGM" ;
  qudt:unitForQuantityKind quantitykind:CO2Equivalent ;
  qudt:unitForQuantityKind quantitykind:Mass ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q11570> ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/unit> ;
  rdfs:label "Chiliogramma"@la ;
  rdfs:label "Chilogrammo"@it ;
  rdfs:label "Kilogram" ;
  rdfs:label "Kilogram"@cs ;
  rdfs:label "Kilogram"@en ;
  rdfs:label "Kilogram"@ms ;
  rdfs:label "Kilogram"@pl ;
  rdfs:label "Kilogram"@ro ;
  rdfs:label "Kilogram"@sl ;
  rdfs:label "Kilogram"@tr ;
  rdfs:label "Kilogramm"@de ;
  rdfs:label "Kilogramm"@hu ;
  rdfs:label "Kilogramme"@fr ;
  rdfs:label "Kilogramo"@es ;
  rdfs:label "Quilograma"@pt ;
  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 .
