@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:InstantaneousPower
  a qudt:QuantityKind ;
  dcterms:description """
  For a two-terminal element or a two-terminal circuit with terminals A and B, 
   $\\textit{Instantaneous Power}$ is the product of the voltage $u_{AB}$ between the terminals and the electric current i in the element or circuit: 
  $$p = u_{AB} \\cdot i$$
  Where $u_{AB}$ is the line integral of the electric field strength from A to B,
    and where the electric current in the element or circuit is taken positive if its direction is from A to B and negative in the opposite case. 
  $$$$
  For an n-terminal circuit, it is the sum of the instantaneous powers relative to the n - 1 pairs of terminals when one of the terminals is chosen as a common terminal for the pairs. 
  $$$$
  For a polyphase element, it is the sum of the instantaneous powers in all phase elements of a polyphase element.  
  $$$$
  For a polyphase line consisting of m line conductors and one neutral conductor, it is the sum of the m instantaneous powers expressed for each line conductor by the product of the polyphase line-to-neutral voltage and the corresponding line current.
   """^^qudt:LatexString ;
  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:informativeReference "http://en.wikipedia.org/wiki/Power"^^xsd:anyURI ;
  qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-30"^^xsd:anyURI ;
  qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-31"^^xsd:anyURI ;
  qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=141-02-14"^^xsd:anyURI ;
  qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=141-03-10"^^xsd:anyURI ;
  qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
  qudt:latexDefinition "$p = ui$, where $u$ is instantaneous voltage and $i$ is instantaneous electric current."^^qudt:LatexString ;
  qudt:symbol "p" ;
  rdfs:comment "Applicable units are those of quantitykind:ElectricPower" ;
  rdfs:isDefinedBy <http://qudt.org/3.1.11/vocab/quantitykind> ;
  rdfs:label "Instantaneous Power"@en ;
  skos:broader quantitykind:ElectricPower .
