@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:ApparentEnergy
  a qudt:QuantityKind ;
  dcterms:description "\"Apparent Energy\" is the integral of apparent power over a time interval. Under sinusoidal conditions it equals the product of the rms voltage, the rms electric current, and the duration of the interval. It is the modulus of the complex energy $\\underline{W} = W_p + jW_q$, where $W_p$ is active energy and $W_q$ is reactive energy."^^qudt:LatexString ;
  qudt:applicableUnit unit:KiloVA-HR ;
  qudt:applicableUnit unit:MegaVA-HR ;
  qudt:applicableUnit unit:VA-HR ;
  qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ;
  qudt:latexDefinition "$W_a = \\int_{t_1}^{t_2} S \\, dt$, where $S$ is apparent power and the integral interval is the time interval from $t_1$ to $t_2$."^^qudt:LatexString ;
  qudt:plainTextDescription "Apparent energy is the integral of apparent power over a time interval. It is commonly measured in volt-ampere hours (VA·h) or kilovolt-ampere hours (kVA·h)." ;
  qudt:symbol "W_a" ;
  rdfs:comment "Applicable units are those of quantitykind:ApparentEnergy" ;
  rdfs:isDefinedBy <http://qudt.org/3.3.0/vocab/quantitykind> ;
  rdfs:label "Scheinenergie"@de ;
  rdfs:label "apparent energy"@en ;
  rdfs:label "energia aparente"@pt ;
  rdfs:label "energia apparente"@it ;
  rdfs:label "energia pozorna"@pl ;
  rdfs:label "energie apparente"@nl ;
  rdfs:label "energía aparente"@es ;
  rdfs:label "énergie apparente"@fr ;
  rdfs:label "الطاقة الظاهرية"@ar ;
  rdfs:label "視在電力量"@ja ;
  rdfs:label "视在电能"@zh ;
  rdfs:seeAlso quantitykind:ActiveEnergy ;
  rdfs:seeAlso quantitykind:ApparentPower ;
  rdfs:seeAlso quantitykind:ReactiveEnergy ;
  skos:broader quantitykind:ElectricEnergy .
