-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
Only the following namespaces are used: xmlns:cim="http://iec.ch/TC57/CIM100#" |
@Sveino what's the new name for |
This is the Bidding zone names, nc:BiddingZone. |
|
@Sveino please describe where are these classes and props now, or reopen Patch to Add entsoe2 Terms
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:
|
Remove all attributes that are now handle by CGMES 3.0. Remove all namespaces that is not used in the dataset.
The text was updated successfully, but these errors were encountered: