Skip to content

Commit

Permalink
Clean load queries
Browse files Browse the repository at this point in the history
Signed-off-by: marquesja1 <marquesja@aia.es>
marqueslanauja committed Dec 12, 2024
1 parent eee776c commit 5bb3d08
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions cgmes/cgmes-model/src/main/resources/CIM16.sparql
Original file line number Diff line number Diff line change
@@ -766,11 +766,6 @@ WHERE {
OPTIONAL { ?EnergyConsumer cim:EnergyConsumer.pfixed ?pfixed }
OPTIONAL { ?EnergyConsumer cim:EnergyConsumer.qfixed ?qfixed }
}}
OPTIONAL { GRAPH ?graphSSH {
?EnergyConsumer
cim:EnergyConsumer.p ?p ;
cim:EnergyConsumer.q ?q
}}
}

# query: energySources
@@ -782,11 +777,6 @@ WHERE {
cim:IdentifiedObject.name ?name .
?Terminal cim:Terminal.ConductingEquipment ?EnergySource
}}
OPTIONAL { GRAPH ?graphSSH {
?EnergySource
cim:EnergySource.activePower ?p ;
cim:EnergySource.reactivePower ?q
}}
}

# query: shuntCompensators
@@ -1039,13 +1029,6 @@ WHERE {
cim:IdentifiedObject.name ?name .
?Terminal cim:Terminal.ConductingEquipment ?AsynchronousMachine .
}}
OPTIONAL { GRAPH ?graphSSH {
?AsynchronousMachine
cim:AsynchronousMachine.asynchronousMachineType ?type ;
cim:RotatingMachine.p ?p ;
cim:RotatingMachine.q ?q ;
cim:RegulatingCondEq.controlEnabled ?controlEnabled
}}
}

# query: controlAreas

0 comments on commit 5bb3d08

Please sign in to comment.