@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:C-M
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description """
  The $\\text{Coulomb Meter (C-m)}$ is a unit in the category of Electric dipole moment.
  It is also known as atomic unit, u.a., au, ua.
  This unit is commonly used in the SI unit system.
  Coulomb Meter (C-m) has a dimension of LTI where $L$ is length, $T$ is time, and $I$ is electric current.
  This unit is the standard SI unit in this category.
  """^^qudt:LatexString ;
  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:definedUnitOfSystem sou:SI ;
  qudt:derivedCoherentUnitOfSystem sou:SI ;
  qudt:hasDimensionVector qkdv:A0E1L1I0M0H0T1D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:M ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:C ;
  ] ;
  qudt:hasQuantityKind quantitykind:ElectricDipoleMoment ;
  qudt:iec61360Code "0112/2///62720#UAA133" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA133"^^xsd:anyURI ;
  qudt:symbol "C·m" ;
  qudt:ucumCode "C.m"^^qudt:UCUMcs ;
  qudt:uneceCommonCode "A26" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q28739766> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Coulomb Meter"@de ;
  rdfs:label "Coulomb Meter"@en-US ;
  rdfs:label "Coulomb Meter"@ms ;
  rdfs:label "Coulomb Meter"@sl ;
  rdfs:label "Coulomb Metr"@cs ;
  rdfs:label "Coulomb Metre" ;
  rdfs:label "Coulomb Metre"@en ;
  rdfs:label "Coulomb Metre"@tr ;
  rdfs:label "Coulomb Metro"@it ;
  rdfs:label "Coulomb Metro"@pt ;
  rdfs:label "Coulomb Metru"@ro ;
  rdfs:label "Coulomb Mètre"@fr ;
  rdfs:label "Coulombium Metrum"@la ;
  rdfs:label "Culombio Metro"@es ;
  rdfs:label "Kulomb Metr"@pl ;
  rdfs:label "Κουλόμπ Μέτρο"@el ;
  rdfs:label "Кулон Метр"@ru ;
  rdfs:label "Кулон Метър"@bg ;
  rdfs:label "كولوم متر"@ar ;
  rdfs:label "نیوتون متر"@fa ;
  rdfs:label "कूलम्ब मीटर"@hi ;
  rdfs:label "クーロンメートル"@ja ;
  rdfs:label "库伦米"@zh .
