@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
  a qudt:DerivedUnit, qudt:Unit ;
  dcterms:description "The SI unit of electric charge. One coulomb is the amount of charge accumulated in one second by a current of one ampere. Electricity is actually a flow of charged particles, such as electrons, protons, or ions. The charge on one of these particles is a whole-number multiple of the charge e on a single electron, and one coulomb represents a charge of approximately 6.241 506 x 1018 e. The coulomb is named for a French physicist, Charles-Augustin de Coulomb (1736-1806), who was the first to measure accurately the forces exerted between electric charges."^^rdf:HTML ;
  qudt:applicableSystem sou:CGS ;
  qudt:applicableSystem sou:CGS-EMU ;
  qudt:applicableSystem sou:CGS-GAUSS ;
  qudt:applicableSystem sou:PLANCK ;
  qudt:applicableSystem sou:SI ;
  qudt:conversionMultiplier 1.0 ;
  qudt:conversionMultiplierSN 1.0E0 ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Coulomb"^^xsd:anyURI ;
  qudt:definedUnitOfSystem sou:SI ;
  qudt:derivedCoherentUnitOfSystem sou:SI ;
  qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T1D0 ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:SEC ;
  ] ;
  qudt:hasFactorUnit [
    a qudt:FactorUnit ;
    qudt:exponent 1 ;
    qudt:hasUnit unit:A ;
  ] ;
  qudt:hasQuantityKind quantitykind:ElectricCharge ;
  qudt:iec61360Code "0112/2///62720#UAA130" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA130"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Coulomb?oldid=491815163"^^xsd:anyURI ;
  qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ;
  qudt:siExactMatch si-unit:coulomb ;
  qudt:symbol "C" ;
  qudt:ucumCode "C"^^qudt:UCUMcs ;
  qudt:udunitsCode "C" ;
  qudt:uneceCommonCode "COU" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q25406> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Coulomb" ;
  rdfs:label "Coulomb"@cs ;
  rdfs:label "Coulomb"@de ;
  rdfs:label "Coulomb"@en ;
  rdfs:label "Coulomb"@fr ;
  rdfs:label "Coulomb"@hu ;
  rdfs:label "Coulomb"@it ;
  rdfs:label "Coulomb"@ms ;
  rdfs:label "Coulomb"@pt ;
  rdfs:label "Coulomb"@ro ;
  rdfs:label "Coulomb"@sl ;
  rdfs:label "Coulomb"@tr ;
  rdfs:label "Coulombium"@la ;
  rdfs:label "Culombio"@es ;
  rdfs:label "Kulomb"@pl ;
  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 .
