@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:ElectricEnergy
  a qudt:QuantityKind ;
  dcterms:description """"Electric Energy" is the energy transferred to or from an electrical circuit over a time interval. It is
    the integral of electric power over time. In AC circuits it manifests in three specialised forms: active energy ($W_p$), which
    represents energy convertible to other forms; apparent energy ($W_a = |\\underline{W}|$); and reactive energy ($W_q$), which
    represents energy exchanged with reactive elements. Electric energy is commonly measured in watt-hours (Wh) or kilowatt-hours
    (kWh).
  """^^qudt:LatexString ;
  qudt:applicableUnit unit:AttoJ ;
  qudt:applicableUnit unit:ExaJ ;
  qudt:applicableUnit unit:FemtoJ ;
  qudt:applicableUnit unit:GigaJ ;
  qudt:applicableUnit unit:GigaW-HR ;
  qudt:applicableUnit unit:J ;
  qudt:applicableUnit unit:KiloJ ;
  qudt:applicableUnit unit:KiloW-HR ;
  qudt:applicableUnit unit:MegaJ ;
  qudt:applicableUnit unit:MegaW-HR ;
  qudt:applicableUnit unit:MicroJ ;
  qudt:applicableUnit unit:MilliJ ;
  qudt:applicableUnit unit:NanoJ ;
  qudt:applicableUnit unit:PetaJ ;
  qudt:applicableUnit unit:PicoJ ;
  qudt:applicableUnit unit:TeraJ ;
  qudt:applicableUnit unit:TeraW-HR ;
  qudt:applicableUnit unit:W-HR ;
  qudt:applicableUnit unit:W-SEC ;
  qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-2D0 ;
  qudt:organizedUnder quantitykind:Energy ;
  qudt:plainTextDescription """Electric energy is the energy transferred to or from an electrical circuit over time. It is the
    integral of electric power over time and is commonly measured in watt-hours (Wh) or kilowatt-hours (kWh).
  """ ;
  qudt:symbol "E_e" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q206799> ;
  rdfs:comment "Applicable units are those of quantitykind:ElectricEnergy" ;
  rdfs:isDefinedBy <http://qudt.org/3.4.0/vocab/quantitykind> ;
  rdfs:label "Electric Energy"@en ;
  rdfs:seeAlso quantitykind:ActiveEnergy ;
  rdfs:seeAlso quantitykind:ApparentEnergy ;
  rdfs:seeAlso quantitykind:ReactiveEnergy ;
  skos:broader quantitykind:Energy .
