Skip to content

Commit

Permalink
Fix CIM100 query
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Courtier <[email protected]>
  • Loading branch information
rcourtier committed Feb 10, 2025
1 parent 776954a commit fa914cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cgmes/cgmes-model/src/main/resources/CIM100.sparql
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ WHERE {
OPTIONAL { ?OperationalLimitType eu:OperationalLimitType.kind ?limitType }
OPTIONAL { ?OperationalLimitType cim:OperationalLimitType.acceptableDuration ?acceptableDuration }
}}
OPTIONAL { GRAPH ?graphSSH {
{ ?OperationalLimit cim:CurrentLimit.value ?value }
{ ?OperationalLimit cim:ApparentPowerLimit.value ?value }
{ ?OperationalLimit cim:VoltageLimit.value ?value }
{ GRAPH ?graphSSH {
OPTIONAL { ?OperationalLimit cim:CurrentLimit.value ?value }
OPTIONAL { ?OperationalLimit cim:ApparentPowerLimit.value ?value }
OPTIONAL { ?OperationalLimit cim:VoltageLimit.value ?value }
}}
}

Expand Down

0 comments on commit fa914cd

Please sign in to comment.