From 50c007ed43ce24710699257b3c79dab3b110f8d0 Mon Sep 17 00:00:00 2001 From: Nikola Tulechki Date: Tue, 31 Mar 2026 10:53:50 +0300 Subject: [PATCH 1/2] wrong tag in xml model https://github.com/powsybl/powsybl-core/issues/3682 --- Telemark-120/Grid/CIMXML/Telemark-120-LV1_SSH.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telemark-120/Grid/CIMXML/Telemark-120-LV1_SSH.xml b/Telemark-120/Grid/CIMXML/Telemark-120-LV1_SSH.xml index be56cfa..d77b7f9 100644 --- a/Telemark-120/Grid/CIMXML/Telemark-120-LV1_SSH.xml +++ b/Telemark-120/Grid/CIMXML/Telemark-120-LV1_SSH.xml @@ -126,7 +126,7 @@ true false true - + true From 271b2ce579970be4ebe0f1c9e162b11467aeac48 Mon Sep 17 00:00:00 2001 From: Nikola Tulechki Date: Fri, 15 May 2026 11:33:16 +0300 Subject: [PATCH 2/2] telemark catalog --- Telemark-120/Grid/CIMTRIG/manifest.ttl | 36 ++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Telemark-120/Grid/CIMTRIG/manifest.ttl diff --git a/Telemark-120/Grid/CIMTRIG/manifest.ttl b/Telemark-120/Grid/CIMTRIG/manifest.ttl new file mode 100644 index 0000000..9140fda --- /dev/null +++ b/Telemark-120/Grid/CIMTRIG/manifest.ttl @@ -0,0 +1,36 @@ +@prefix dcat: . +@prefix dct: . + + + a dcat:Catalog; + dct:title "Telemark-120"@en; + dct:identifier "urn:uuid:8953a6fc-1c01-4e17-a56e-9f315b171cdb"; + dct:description "Catalog of CGMES v3.0 Telemark-120 (DIGIN10-30) grid and asset models for the Norwegian distribution grid in Telemark."@en; + dct:issued "2025-05-15"^^xsd:date; + dcat:version "3.0"; + dcat:dataset + , # DIGIN10-30-BaseVoltage_RD, DIGIN10-30-MV1-LV1_BM + , # DIGIN10-30-GeographicalRegion_RD + , # DIGIN10-30-HV1-MV1_BM + , # DIGIN10-30-LV1_AS + , # DIGIN10-30-LV1_CU + , # DIGIN10-30-LV1_DL + , # DIGIN10-30-LV1_EQ, DIGIN10-30-LV1_OP + , # DIGIN10-30-LV1_GL + , # DIGIN10-30-LV1_OR + , # DIGIN10-30-LV1_SC + , # DIGIN10-30-LV1_SSH + , # DIGIN10-30-M1_AC + , # DIGIN10-30-MV1-LV1_SV + , # DIGIN10-30-MV1-LV1_TP + , # DIGIN10-30-MV1_AS + , # DIGIN10-30-MV1_CU + , # DIGIN10-30-MV1_DL + , # DIGIN10-30-MV1_EQ + , # DIGIN10-30-MV1_GL + , # DIGIN10-30-MV1_OP + , # DIGIN10-30-MV1_SC + , # DIGIN10-30-MV1_SSH + , # DIGIN10-30-MeasurementValueSource_RD + , # DIGIN10-30-WattApp-GL + . # Telemark-120_AO \ No newline at end of file