Sveino / Nordic44

Synthetic Power System of the Nordic high voltage transmission System
Other
1 stars 0 forks source link

EIC linked data publication? #12

Open VladimirAlexiev opened 2 years ago

VladimirAlexiev commented 2 years ago

Nordic44-30-HV1_GL.geojson uses <urn:eic:10X1001A1001A38Y> for Statnett. I saw this URN scheme was registered by IANA in Dec 2021: https://www.iana.org/assignments/urn-namespaces/urn-namespaces.xhtml This is great since it allows to make semantic statements directly about this EIC. More statements should be made: all the info from the EIC XML file.

Furthermore, URN are worse than URLs because you cannot resolve them to obtain information. It would be great if ENTSOE would publish EIC data as individual per-EIC pages and semantic formats (eg Turtle, JSON-LD).

Eg here's the data we have at https://transparency.ontotext.com/graphdb/sparql about Statnett (ask me for login and password if interested). The same data is available at https://transparency.ontotext.com/resource/eic/10X1001A1001A38Y .

@prefix tr: <https://transparency.ontotext.com/resource/tr/> .
@prefix eic: <https://transparency.ontotext.com/resource/eic/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

eic:10X1001A1001A38Y a tr:EnergyResource;
  tr:name "STATNETT SF";
  tr:countryCode "NO";
  tr:dateUpdated "2016-10-18"^^xsd:date;
  tr:eic "10X1001A1001A38Y";
  tr:function "System Operator";
  tr:notation "STATNETT_SF";
  tr:description "Transmission System Operator";
  tr:vatNumber "NO7080000923168";
  tr:eicType <https://transparency.ontotext.com/resource/type/Eic/X> .

eic:50WP00000000883A tr:providerParticipant eic:10X1001A1001A38Y .

eic:50WP00000000685E tr:providerParticipant eic:10X1001A1001A38Y;
  tr:responsibleParticipant eic:10X1001A1001A38Y .

eic:50WG00000001921T tr:responsibleParticipant eic:10X1001A1001A38Y .

## ...  many more tr:providerParticipant and tr:responsibleParticipant statements

<https://transparency.ontotext.com/resource/validationResult/VAT-country-prefix/eic/10X1001A1001A38Y>
  <http://www.w3.org/ns/shacl#focusNode> eic:10X1001A1001A38Y .

<https://transparency.ontotext.com/resource/validationResult/VAT-per-country-syntax/eic/10X1001A1001A38Y>
  <http://www.w3.org/ns/shacl#focusNode> eic:10X1001A1001A38Y .

The last two are results of advanced SHACL validation that we performed:

You can see validation results at https://transparency.ontotext.com/app/validations, and further details about NO participants eg at

For more details: