@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:ComplexPower
  a qudt:QuantityKind ;
  dcterms:description """
  $\\textit{Complex Power}$, under sinusoidal conditions,
   is the product of the phasor $\\mathbf{U}$ representing the voltage between the terminals of a linear two-terminal element,
   or two-terminal circuit and the complex conjugate of the phasor $I$ representing the electric current in the element or circuit.
  """^^qudt:LatexString ;
  dcterms:isReplacedBy quantitykind:ElectricPower ;
  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:deprecated true ;
  qudt:deprecatedInVersion "3.1.1" ;
  qudt:expression "$complex-power$"^^qudt:LatexString ;
  qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ;
  qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-39"^^xsd:anyURI ;
  qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
  qudt:latexDefinition "$\\underline{S} = \\underline{U}\\underline{I^*}$, where $\\underline{U}$ is voltage phasor and $\\underline{I^*}$ is the complex conjugate of the current phasor."^^qudt:LatexString ;
  qudt:latexSymbol "$\\underline{S}$"^^qudt:LatexString ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q65239736> ;
  rdfs:comment "Applicable units are those of quantitykind:ElectricPower" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Complex Power"@en ;
  rdfs:seeAlso quantitykind:ElectricCurrentPhasor ;
  rdfs:seeAlso quantitykind:VoltagePhasor ;
  skos:broader quantitykind:ElectricPower .
