@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:A
  a qudt:Unit ;
  dcterms:description """$\\textit{Ampere}$, often shortened to $\\text{amp}$,
is the SI unit of electric current and is one of the seven SI base units defined as:

$$\\text{A} \\equiv \\frac{\\textit{C}}{\\textit{s}}
\\equiv \\frac{\\textit{coulomb}}{\\textit{second}}
\\equiv \\frac{\\text{joule}}{\\text{weber}}$$

Note that SI supports only the use of symbols and deprecates the use of any abbreviations for units.
"""^^qudt:LatexString ;
  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/Ampere"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E1L0I0M0H0T0D0 ;
  qudt:hasQuantityKind quantitykind:CurrentLinkage ;
  qudt:hasQuantityKind quantitykind:DisplacementCurrent ;
  qudt:hasQuantityKind quantitykind:ElectricCurrent ;
  qudt:hasQuantityKind quantitykind:ElectricCurrentPhasor ;
  qudt:hasQuantityKind quantitykind:MagneticTension ;
  qudt:hasQuantityKind quantitykind:MagnetomotiveForce ;
  qudt:hasQuantityKind quantitykind:TotalCurrent ;
  qudt:iec61360Code "0112/2///62720#UAA101" ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA101"^^xsd:anyURI ;
  qudt:informativeReference "https://en.wikipedia.org/wiki/Ampere?oldid=494026699"^^xsd:anyURI ;
  qudt:omUnit <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
  qudt:siExactMatch si-unit:ampere ;
  qudt:symbol "A" ;
  qudt:ucumCode "A"^^qudt:UCUMcs ;
  qudt:udunitsCode "A" ;
  qudt:uneceCommonCode "AMP" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q25272> ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/unit> ;
  rdfs:label "Amper"@hu ;
  rdfs:label "Amper"@pl ;
  rdfs:label "Amper"@ro ;
  rdfs:label "Amper"@sl ;
  rdfs:label "Amper"@tr ;
  rdfs:label "Ampere" ;
  rdfs:label "Ampere"@de ;
  rdfs:label "Ampere"@en ;
  rdfs:label "Ampere"@it ;
  rdfs:label "Ampere"@ms ;
  rdfs:label "Ampere"@pt ;
  rdfs:label "Amperio"@es ;
  rdfs:label "Amperium"@la ;
  rdfs:label "Ampère"@fr ;
  rdfs:label "Ampér"@cs ;
  rdfs:label "Αμπέρ"@el ;
  rdfs:label "Ампер"@bg ;
  rdfs:label "Ампер"@ru ;
  rdfs:label "אמפר"@he ;
  rdfs:label "آمپر"@fa ;
  rdfs:label "أمبير"@ar ;
  rdfs:label "एम्पीयर"@hi ;
  rdfs:label "アンペア"@ja ;
  rdfs:label "安培"@zh ;
  skos:altLabel "amp" .
