@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:ElectricPower
  a qudt:QuantityKind ;
  dcterms:description """"Electric Power" is the rate at which electrical energy is transferred by an electric circuit. In the
    simple case of direct current circuits, electric power can be calculated as the product of the potential difference in the
    circuit (V) and the amount of current flowing in the circuit (I): $P = VI$, where $P$ is the power, $V$ is the potential
    difference, and $I$ is the current. However, in general electric power is calculated by taking the integral of the vector
    cross-product of the electrical and magnetic fields over a specified area.
  """^^qudt:LatexString ;
  qudt:applicableSIUnit unit:KiloW ;
  qudt:applicableSIUnit unit:MegaW ;
  qudt:applicableSIUnit unit:MilliW ;
  qudt:applicableSIUnit unit:W ;
  qudt:applicableUnit unit:ExaW ;
  qudt:applicableUnit unit:GigaW ;
  qudt:applicableUnit unit:KiloW ;
  qudt:applicableUnit unit:MegaW ;
  qudt:applicableUnit unit:MicroW ;
  qudt:applicableUnit unit:MilliW ;
  qudt:applicableUnit unit:NanoW ;
  qudt:applicableUnit unit:PetaW ;
  qudt:applicableUnit unit:PicoW ;
  qudt:applicableUnit unit:TeraJ-PER-SEC ;
  qudt:applicableUnit unit:TeraW ;
  qudt:applicableUnit unit:W ;
  qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ;
  qudt:latexDefinition "$p = ui$, where $u$ is instantaneous voltage and $i$ is instantaneous electric current."^^qudt:LatexString ;
  qudt:organizedUnder quantitykind:Power ;
  qudt:symbol "P_E" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q27137> ;
  rdfs:comment "Applicable units are those of quantitykind:ElectricPower" ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/quantitykind> ;
  rdfs:label "Electric Power"@en ;
  rdfs:label "Elektrische Leistung"@de ;
  rdfs:label "moc elektryczna"@pl ;
  rdfs:label "potencia eléctrica"@es ;
  rdfs:label "potenza elettrica"@it ;
  rdfs:label "potência elétrica"@pt ;
  rdfs:label "puissance électrique"@fr ;
  rdfs:label "القدرة الكهربائية"@ar ;
  rdfs:label "电功率"@zh ;
  rdfs:label "電力"@ja ;
  skos:broader quantitykind:Power .
