Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove entsoe and entsoe2 namespaces #10

Closed
Sveino opened this issue Feb 12, 2025 · 5 comments
Closed

Remove entsoe and entsoe2 namespaces #10

Sveino opened this issue Feb 12, 2025 · 5 comments

Comments

@Sveino
Copy link
Contributor

Sveino commented Feb 12, 2025

Remove all attributes that are now handle by CGMES 3.0. Remove all namespaces that is not used in the dataset.

@Sveino
Copy link
Contributor Author

Sveino commented Feb 12, 2025

@VladimirAlexiev
Copy link

@Sveino what's the new name for entsoe2:EnergyCongestionZone ?

@Sveino
Copy link
Contributor Author

Sveino commented Feb 17, 2025

what's the new name for entsoe2:EnergyCongestionZone ?

This is the Bidding zone names, nc:BiddingZone.

@VladimirAlexiev
Copy link

@Sveino

@VladimirAlexiev
Copy link

@Sveino please describe where are these classes and props now, or reopen

Patch to Add entsoe2 Terms

entsoe2:EnergyCongestionZone is not described in the ontology, so we add it to crmex: for the LLM to be able to use it:

entsoe2:EnergyCongestionZone a rdfs:Class;
  rdfs:label "EnergyCongestionZone"@en;
  rdfs:comment "Energy congestion zone"@en;
  rdfs:subClassOf cim:PowerSystemResource;
  rdfs:isDefinedBy crmex: .

entsoe2:EnergyCongestionZone.netDCInterchange a rdf:Property;
  rdfs:label "netDCInterchange"@en;
  rdfs:comment "Net DC interchange"@en;
  rdfs:domain entsoe2:EnergyCongestionZone;
  cims:dataType cim:Float;
  rdfs:isDefinedBy crmex: .

entsoe2:EnergyCongestionZone.netACInterchangeTolerance a rdf:Property;
  rdfs:label "netDCInterchangeTolerance"@en;
  rdfs:comment "Net DC interchange tolerance"@en;
  rdfs:domain entsoe2:EnergyCongestionZone;
  cims:dataType cim:Float;
  rdfs:isDefinedBy crmex: .

entsoe2:EnergyCongestionZone.netACInterchange a rdf:Property;
  rdfs:label "netACInterchange"@en;
  rdfs:comment "Net AC interchange"@en;
  rdfs:domain entsoe2:EnergyCongestionZone;
  cims:dataType cim:Float;
  rdfs:isDefinedBy crmex: .

There are other props and classes that relate to it, but we don't bother to define them, eg:

  • entsoe2:EnergySchedulingArea.EnergyCongestionZone
  • pti:EnergySchedulingArea.ControlArea
  • pti:EnergyCongestionZone.marketCode
  • pti:ControlAreaGeneratingUnit.EnergyCongestionZone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants