Skip to content

Commit

Permalink
feat: extract more switch types
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkleiven committed Sep 24, 2024
1 parent 20d299a commit 1fa4660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cimsparql/sparql/switches.sparql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ select ?mrid ?is_open (strafter(str(?type), "#") as ?equipment_type) ?connectivi
select * {
?_eq_subject <http://entsoe.eu/CIM/EquipmentCore/3/1> ?eq_repo .
service ?eq_repo {
values ?type {cim:Breaker cim:Disconnector}
values ?type {cim:Breaker cim:Disconnector cim:GroundDisconnector cim:LoadBreakSwitch cim:Recloser cim:MktSwitch cim:Fuse cim:Sectionaliser cim:Cut cim:Jumper}
?switch cim:IdentifiedObject.mRID ?mrid;
a ?type;
cim:Switch.normalOpen ?normal_open;
Expand Down

0 comments on commit 1fa4660

Please sign in to comment.