@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 constant: <http://qudt.org/vocab/constant/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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-quantity: <https://si-digital-framework.org/quantities/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .

quantitykind:ElectromotiveForce
  a qudt:QuantityKind ;
  dcterms:description """
  In physics, $\\textit{Electromotive Force}$, or most commonly $emf$ (seldom capitalized), or (occasionally) electromotance is that which tends to cause current (actual electrons and ions) to flow. 
  More formally, $emf$ is the external work expended per unit of charge to produce an electric potential difference across two open-circuited terminals.
  $\\textit{Electromotive Force}$ is deprecated in the ISO System of Quantities.
  """^^qudt:LatexString ;
  qudt:applicableUnit unit:ExaV ;
  qudt:applicableUnit unit:FemtoV ;
  qudt:applicableUnit unit:GigaV ;
  qudt:applicableUnit unit:KiloV ;
  qudt:applicableUnit unit:MegaV ;
  qudt:applicableUnit unit:MicroV ;
  qudt:applicableUnit unit:MilliV ;
  qudt:applicableUnit unit:NanoV ;
  qudt:applicableUnit unit:PetaV ;
  qudt:applicableUnit unit:PicoV ;
  qudt:applicableUnit unit:PlanckVolt ;
  qudt:applicableUnit unit:TeraV ;
  qudt:applicableUnit unit:V ;
  qudt:applicableUnit unit:V_Ab ;
  qudt:applicableUnit unit:V_Stat ;
  qudt:dbpediaMatch "http://dbpedia.org/resource/Electromotive_force"^^xsd:anyURI ;
  qudt:hasDimensionVector qkdv:A0E-1L2I0M1H0T-3D0 ;
  qudt:symbol "E" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q185329> ;
  rdfs:comment "Applicable units are those of quantitykind:EnergyPerElectricCharge" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Daya gerak elektrik"@ms ;
  rdfs:label "Elektromotor kuvvet"@tr ;
  rdfs:label "Elektromotorické napětí"@cs ;
  rdfs:label "electromotive force"@en ;
  rdfs:label "elektromotorische Kraft"@de ;
  rdfs:label "elektromotorna sila"@sl ;
  rdfs:label "force électromotrice"@fr ;
  rdfs:label "forza elettromotrice"@it ;
  rdfs:label "força eletromotriz"@pt ;
  rdfs:label "forță electromotoare"@ro ;
  rdfs:label "fuerza electromotriz"@es ;
  rdfs:label "siła elektromotoryczna"@pl ;
  rdfs:label "электродвижущая сила"@ru ;
  rdfs:label "قوة محركة كهربائية"@ar ;
  rdfs:label "نیروی محرک الکتریکی"@fa ;
  rdfs:label "विद्युतवाहक बल"@hi ;
  rdfs:label "起電力"@ja ;
  rdfs:label "電動勢"@zh ;
  skos:broader quantitykind:EnergyPerElectricCharge .
