@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:ReactivePower
  a qudt:QuantityKind ;
  dcterms:description "\"Reactive Power\", for a linear two-terminal element or two-terminal circuit, under sinusoidal conditions, is the quantity equal to the product of the apparent power $S$ and the sine of the displacement angle $\\psi$. The absolute value of the reactive power is equal to the non-active power. The ISO (and SI) unit for reactive power is the voltampere. The special name $\\textit{var}$ and symbol $\\textit{var}$ are given in IEC 60027 1."^^qudt:LatexString ;
  qudt:applicableUnit unit:GigaVAR ;
  qudt:applicableUnit unit:KiloVAR ;
  qudt:applicableUnit unit:MegaVAR ;
  qudt:applicableUnit unit:MicroVAR ;
  qudt:applicableUnit unit:MilliVAR ;
  qudt:applicableUnit unit:NanoVAR ;
  qudt:applicableUnit unit:PicoVAR ;
  qudt:applicableUnit unit:TeraVAR ;
  qudt:applicableUnit unit:VAR ;
  qudt:hasDimensionVector qkdv:A0E0L2I0M1H0T-3D0 ;
  qudt:iec61360Code "0112/2///62720#UAD155" ;
  qudt:informativeReference "http://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-44"^^xsd:anyURI ;
  qudt:informativeReference "http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=31891"^^xsd:anyURI ;
  qudt:informativeReference "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/ListsOfUnitsAllVersions/0112-2---62720%23UAD155"^^xsd:anyURI ;
  qudt:latexDefinition "$Q = lm \\underline{S}$, where $\\underline{S}$ is complex power. Alternatively expressed as: $Q = S \\cdot \\sin  \\psi$, where $\\psi$ is the displacement angle."^^qudt:LatexString ;
  qudt:symbol "Q" ;
  qudt:wikidataMatch <http://www.wikidata.org/entity/Q2144613> ;
  rdfs:comment "Applicable units are those of quantitykind:ReactivePower" ;
  rdfs:isDefinedBy <http://qudt.org/3.2.1/vocab/quantitykind> ;
  rdfs:label "Blindleistung"@de ;
  rdfs:label "Jalový výkon"@cs ;
  rdfs:label "Kuasa reaktif"@ms ;
  rdfs:label "moc bierna"@pl ;
  rdfs:label "potencia reactiva"@es ;
  rdfs:label "potenza reattiva"@it ;
  rdfs:label "potência reativa"@pt ;
  rdfs:label "puissance réactive"@fr ;
  rdfs:label "reactive power"@en ;
  rdfs:label "reaktif güç"@tr ;
  rdfs:label "القدرة الكهربائية الردفعلية;الردية"@ar ;
  rdfs:label "توان راکتیو"@fa ;
  rdfs:label "无功功率"@zh ;
  rdfs:label "無効電力"@ja ;
  skos:broader quantitykind:ElectricPower .
