@enervance/insight-cim-model 0.0.42 → 0.0.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config/westnetz-neplan/neplan-load.config.js +1 -1
- package/dist/config/westnetz-neplan/neplan-load.config.js.map +1 -1
- package/dist/constants/cim-class-names.d.ts +1 -0
- package/dist/constants/cim-class-names.js +1 -0
- package/dist/constants/cim-class-names.js.map +1 -1
- package/dist/converter/integral7/converter-i7.js +18 -36
- package/dist/converter/integral7/converter-i7.js.map +1 -1
- package/dist/converter/integral7/interface-i7/export-frame-i7.d.ts +1 -0
- package/dist/converter/integral7/interface-i7/export-frame-i7.js +33 -0
- package/dist/converter/integral7/interface-i7/export-frame-i7.js.map +1 -1
- package/dist/etl/etl-neplan/etl-neplan-csv.js +39 -39
- package/dist/etl/etl-neplan/etl-neplan-geo.js +16 -16
- package/dist/etl/etl-neplan/etl-neplan.js +17 -17
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/model/assetinfo/SwitchInfo.js +19 -19
- package/dist/model/assetinfo/WireInfo.js +3 -3
- package/dist/model/assets/Asset.js +30 -30
- package/dist/model/assets/AssetDeployment.js +48 -48
- package/dist/model/assets/Facility.js +36 -36
- package/dist/model/common/CoordinateSystem.js +17 -17
- package/dist/model/common/Location.js +22 -22
- package/dist/model/common/PositionPoint.js +25 -25
- package/dist/model/core/BaseVoltage.js +22 -22
- package/dist/model/core/ConnectivityNode.js +24 -24
- package/dist/model/core/Feeder.js +29 -29
- package/dist/model/core/Terminal.js +31 -31
- package/dist/model/dc/DCLine.js +17 -17
- package/dist/model/diagram/Diagram.d.ts +1 -1
- package/dist/model/diagram/Diagram.js +22 -22
- package/dist/model/diagram/Diagram.js.map +1 -1
- package/dist/model/diagram/DiagramObject.js +26 -26
- package/dist/model/diagram/DiagramObjectPoint.js +47 -47
- package/dist/model/extensions/amprion/assets/AMPRIONAssetCommunicationEquipment.js +22 -22
- package/dist/model/extensions/amprion/assets/AMPRIONAssetConstructionMaintenance.js +22 -22
- package/dist/model/extensions/amprion/assets/AMPRIONAssetPrimaryEquipment.js +22 -22
- package/dist/model/extensions/amprion/assets/AMPRIONAssetSecondaryEquipment.js +22 -22
- package/dist/model/extensions/amprion/assets/AMPRIONContractingAuthority.js +22 -22
- package/dist/model/extensions/amprion/assets/AMPRIONCountry.js +19 -19
- package/dist/model/extensions/amprion/assets/AMPRIONFacility.js +60 -60
- package/dist/model/extensions/amprion/assets/AMPRIONLeaseholder.js +22 -22
- package/dist/model/extensions/amprion/assets/AMPRIONLineDistrict.js +22 -22
- package/dist/model/extensions/amprion/assets/AMPRIONServiceProvider.js +22 -22
- package/dist/model/extensions/amprion/assets/AMPRIONSpanField.js +49 -49
- package/dist/model/extensions/amprion/assets/AMPRIONState.js +21 -21
- package/dist/model/extensions/amprion/assets/AMPRIONTower.js +50 -50
- package/dist/model/extensions/amprion/assets/AMPRIONWire.js +68 -68
- package/dist/model/extensions/amprion/core/AMPRIONBay.js +26 -26
- package/dist/model/extensions/amprion/core/AMPRIONSubstation.js +25 -25
- package/dist/model/extensions/enervance/assetinfo/EVWireInfo.js +38 -38
- package/dist/model/extensions/enervance/diagram/EVDiagram.d.ts +5 -0
- package/dist/model/extensions/enervance/diagram/EVDiagram.js +17 -0
- package/dist/model/extensions/enervance/diagram/EVDiagram.js.map +1 -0
- package/dist/model/extensions/neplan-westnetz/assets/WNFacility.js +33 -33
- package/dist/model/extensions/neplan-westnetz/assets/WNWireInfo.js +40 -40
- package/dist/model/extensions/neplan-westnetz/core/WNConnectivityNode.js +31 -31
- package/dist/model/extensions/neplan-westnetz/core/WNFeeder.js +34 -34
- package/dist/model/generation/GeneratingUnit.js +36 -36
- package/dist/model/loadmodel/ConformLoadGroup.js +22 -22
- package/dist/model/loadmodel/LoadArea.js +21 -21
- package/dist/model/loadmodel/SubLoadArea.js +22 -22
- package/dist/model/operationallimits/CurrentLimit.js +19 -19
- package/dist/model/operationallimits/OperationalLimitSet.js +18 -18
- package/dist/model/operationallimits/OperationalLimitType.js +16 -16
- package/dist/model/statevariables/SvPowerFlow.js +20 -20
- package/dist/model/topology/TopologicalNode.js +25 -25
- package/dist/model/wires/PowerTransformer.js +27 -27
- package/dist/model/wires/PowerTransformerEnd.js +31 -31
- package/dist/model/wires/RegulatingControl.js +31 -31
- package/dist/model/wires/Switch.js +32 -32
- package/dist/util/cim.model.util.js +2 -0
- package/dist/util/cim.model.util.js.map +1 -1
- package/package.json +1 -1
|
@@ -26,26 +26,26 @@ class LoadArea extends EnergyArea_1.EnergyArea {
|
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
exports.LoadArea = LoadArea;
|
|
29
|
-
LoadArea.sparqlQuery = `
|
|
30
|
-
PREFIX cim:\t \t\t <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
31
|
-
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
32
|
-
PREFIX westnetzneplan:\t <http://westnetzneplan.de/CIM/Extensions#>
|
|
33
|
-
PREFIX entsoe:\t \t <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
34
|
-
PREFIX rdf:\t \t\t <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
35
|
-
PREFIX amp:\t \t\t <http://amprion.net/Extensions#>
|
|
36
|
-
PREFIX apf:\t \t\t <http://jena.hpl.hp.com/ARQ/property#>
|
|
37
|
-
PREFIX afn:\t \t\t <http://jena.apache.org/ARQ/function#>
|
|
38
|
-
|
|
39
|
-
SELECT (STRAFTER(str(?MRID), '#_') AS ?uuid)
|
|
40
|
-
(CONCAT(STRBEFORE(str(?MRID), '#_'), '#_') AS ?baseIRI)
|
|
41
|
-
?name
|
|
42
|
-
|
|
43
|
-
WHERE {
|
|
44
|
-
GRAPH <http://default/> {
|
|
45
|
-
?MRID rdf:type cim:LoadArea .
|
|
46
|
-
OPTIONAL {?MRID cim:IdentifiedObject.name ?name .}
|
|
47
|
-
|
|
48
|
-
}
|
|
49
|
-
}
|
|
29
|
+
LoadArea.sparqlQuery = `
|
|
30
|
+
PREFIX cim:\t \t\t <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
31
|
+
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
32
|
+
PREFIX westnetzneplan:\t <http://westnetzneplan.de/CIM/Extensions#>
|
|
33
|
+
PREFIX entsoe:\t \t <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
34
|
+
PREFIX rdf:\t \t\t <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
35
|
+
PREFIX amp:\t \t\t <http://amprion.net/Extensions#>
|
|
36
|
+
PREFIX apf:\t \t\t <http://jena.hpl.hp.com/ARQ/property#>
|
|
37
|
+
PREFIX afn:\t \t\t <http://jena.apache.org/ARQ/function#>
|
|
38
|
+
|
|
39
|
+
SELECT (STRAFTER(str(?MRID), '#_') AS ?uuid)
|
|
40
|
+
(CONCAT(STRBEFORE(str(?MRID), '#_'), '#_') AS ?baseIRI)
|
|
41
|
+
?name
|
|
42
|
+
|
|
43
|
+
WHERE {
|
|
44
|
+
GRAPH <http://default/> {
|
|
45
|
+
?MRID rdf:type cim:LoadArea .
|
|
46
|
+
OPTIONAL {?MRID cim:IdentifiedObject.name ?name .}
|
|
47
|
+
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
50
|
`;
|
|
51
51
|
//# sourceMappingURL=LoadArea.js.map
|
|
@@ -37,27 +37,27 @@ class SubLoadArea extends EnergyArea_1.EnergyArea {
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
exports.SubLoadArea = SubLoadArea;
|
|
40
|
-
SubLoadArea.sparqlQuery = `
|
|
41
|
-
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
42
|
-
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
43
|
-
PREFIX westnetzneplan: <http://westnetzneplan.de/CIM/Extensions#>
|
|
44
|
-
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
45
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
46
|
-
PREFIX amp: <http://amprion.net/Extensions#>
|
|
47
|
-
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
48
|
-
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
49
|
-
|
|
50
|
-
SELECT (STRAFTER(str(?MRID), '#_') AS ?uuid)
|
|
51
|
-
(CONCAT(STRBEFORE(str(?MRID), '#_'), '#_') AS ?baseIRI)
|
|
52
|
-
?name
|
|
53
|
-
(strafter(strafter(str(?laUUID), '#'), '_') AS ?loadAreaUUID)
|
|
54
|
-
|
|
55
|
-
WHERE {
|
|
56
|
-
GRAPH <http://default/>{
|
|
57
|
-
?MRID rdf:type cim:SubLoadArea .
|
|
58
|
-
OPTIONAL {?MRID cim:IdentifiedObject.name ?name .}
|
|
59
|
-
|
|
60
|
-
OPTIONAL{?MRID cim:SubLoadArea.LoadArea ?laUUID .}
|
|
61
|
-
}
|
|
40
|
+
SubLoadArea.sparqlQuery = `
|
|
41
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
42
|
+
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
43
|
+
PREFIX westnetzneplan: <http://westnetzneplan.de/CIM/Extensions#>
|
|
44
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
45
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
46
|
+
PREFIX amp: <http://amprion.net/Extensions#>
|
|
47
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
48
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
49
|
+
|
|
50
|
+
SELECT (STRAFTER(str(?MRID), '#_') AS ?uuid)
|
|
51
|
+
(CONCAT(STRBEFORE(str(?MRID), '#_'), '#_') AS ?baseIRI)
|
|
52
|
+
?name
|
|
53
|
+
(strafter(strafter(str(?laUUID), '#'), '_') AS ?loadAreaUUID)
|
|
54
|
+
|
|
55
|
+
WHERE {
|
|
56
|
+
GRAPH <http://default/>{
|
|
57
|
+
?MRID rdf:type cim:SubLoadArea .
|
|
58
|
+
OPTIONAL {?MRID cim:IdentifiedObject.name ?name .}
|
|
59
|
+
|
|
60
|
+
OPTIONAL{?MRID cim:SubLoadArea.LoadArea ?laUUID .}
|
|
61
|
+
}
|
|
62
62
|
}`;
|
|
63
63
|
//# sourceMappingURL=SubLoadArea.js.map
|
|
@@ -71,24 +71,24 @@ class CurrentLimit extends OperationalLimit_1.OperationalLimit {
|
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
exports.CurrentLimit = CurrentLimit;
|
|
74
|
-
CurrentLimit.sparqlQuery = `
|
|
75
|
-
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
76
|
-
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
77
|
-
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
78
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
79
|
-
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
80
|
-
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
81
|
-
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
82
|
-
|
|
83
|
-
SELECT (strafter(strafter(str(?clUUID), "#"), "_") AS ?uuid) ?value (strafter(strafter(str(?olsUUID), "#"), "_") AS ?operationalLimitSetUUID) (strafter(strafter(str(?oltUUID), "#"), "_") AS ?operationalLimitTypeUUID)
|
|
84
|
-
|
|
85
|
-
WHERE {
|
|
86
|
-
GRAPH <http://default/>{
|
|
87
|
-
?clUUID rdf:type cim:CurrentLimit .
|
|
88
|
-
OPTIONAL{?clUUID cim:CurrentLimit.value ?value .}
|
|
89
|
-
OPTIONAL{?clUUID cim:OperationalLimit.OperationalLimitSet ?olsUUID .}
|
|
90
|
-
OPTIONAL{?clUUID cim:OperationalLimit.OperationalLimitType ?oltUUID .}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
74
|
+
CurrentLimit.sparqlQuery = `
|
|
75
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
76
|
+
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
77
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
78
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
79
|
+
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
80
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
81
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
82
|
+
|
|
83
|
+
SELECT (strafter(strafter(str(?clUUID), "#"), "_") AS ?uuid) ?value (strafter(strafter(str(?olsUUID), "#"), "_") AS ?operationalLimitSetUUID) (strafter(strafter(str(?oltUUID), "#"), "_") AS ?operationalLimitTypeUUID)
|
|
84
|
+
|
|
85
|
+
WHERE {
|
|
86
|
+
GRAPH <http://default/>{
|
|
87
|
+
?clUUID rdf:type cim:CurrentLimit .
|
|
88
|
+
OPTIONAL{?clUUID cim:CurrentLimit.value ?value .}
|
|
89
|
+
OPTIONAL{?clUUID cim:OperationalLimit.OperationalLimitSet ?olsUUID .}
|
|
90
|
+
OPTIONAL{?clUUID cim:OperationalLimit.OperationalLimitType ?oltUUID .}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
93
|
`;
|
|
94
94
|
//# sourceMappingURL=CurrentLimit.js.map
|
|
@@ -80,23 +80,23 @@ class OperationalLimitSet extends IdentifiedObject_1.IdentifiedObject {
|
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
exports.OperationalLimitSet = OperationalLimitSet;
|
|
83
|
-
OperationalLimitSet.sparqlQuery = `
|
|
84
|
-
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
85
|
-
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
86
|
-
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
87
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
88
|
-
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
89
|
-
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
90
|
-
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
91
|
-
|
|
92
|
-
SELECT (strafter(strafter(str(?olsUUID), "#"), "_") AS ?uuid) (strafter(strafter(str(?trUUID), "#"), "_") AS ?terminalUUID) (strafter(strafter(str(?eqUUID), "#"), "_") AS ?equipmentUUID)
|
|
93
|
-
|
|
94
|
-
WHERE {
|
|
95
|
-
GRAPH <http://default/>{
|
|
96
|
-
?olsUUID rdf:type cim:OperationalLimitSet .
|
|
97
|
-
OPTIONAL{?olsUUID cim:OperationalLimitSet.Terminal ?trUUID .}
|
|
98
|
-
OPTIONAL{?olsUUID cim:OperationalLimitSet.Equipment ?eqUUID .}
|
|
99
|
-
}
|
|
100
|
-
}
|
|
83
|
+
OperationalLimitSet.sparqlQuery = `
|
|
84
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
85
|
+
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
86
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
87
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
88
|
+
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
89
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
90
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
91
|
+
|
|
92
|
+
SELECT (strafter(strafter(str(?olsUUID), "#"), "_") AS ?uuid) (strafter(strafter(str(?trUUID), "#"), "_") AS ?terminalUUID) (strafter(strafter(str(?eqUUID), "#"), "_") AS ?equipmentUUID)
|
|
93
|
+
|
|
94
|
+
WHERE {
|
|
95
|
+
GRAPH <http://default/>{
|
|
96
|
+
?olsUUID rdf:type cim:OperationalLimitSet .
|
|
97
|
+
OPTIONAL{?olsUUID cim:OperationalLimitSet.Terminal ?trUUID .}
|
|
98
|
+
OPTIONAL{?olsUUID cim:OperationalLimitSet.Equipment ?eqUUID .}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
101
|
`;
|
|
102
102
|
//# sourceMappingURL=OperationalLimitSet.js.map
|
|
@@ -55,21 +55,21 @@ class OperationalLimitType extends IdentifiedObject_1.IdentifiedObject {
|
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
exports.OperationalLimitType = OperationalLimitType;
|
|
58
|
-
OperationalLimitType.sparqlQuery = `
|
|
59
|
-
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
60
|
-
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
61
|
-
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
62
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
63
|
-
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
64
|
-
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
65
|
-
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
66
|
-
|
|
67
|
-
SELECT (strafter(strafter(str(?clUUID), "#"), "_") AS ?uuid)
|
|
68
|
-
|
|
69
|
-
WHERE {
|
|
70
|
-
GRAPH <http://default/>{
|
|
71
|
-
?clUUID rdf:type cim:OperationalLimitType .
|
|
72
|
-
}
|
|
73
|
-
}
|
|
58
|
+
OperationalLimitType.sparqlQuery = `
|
|
59
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
60
|
+
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
61
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
62
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
63
|
+
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
64
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
65
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
66
|
+
|
|
67
|
+
SELECT (strafter(strafter(str(?clUUID), "#"), "_") AS ?uuid)
|
|
68
|
+
|
|
69
|
+
WHERE {
|
|
70
|
+
GRAPH <http://default/>{
|
|
71
|
+
?clUUID rdf:type cim:OperationalLimitType .
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
74
|
`;
|
|
75
75
|
//# sourceMappingURL=OperationalLimitType.js.map
|
|
@@ -79,25 +79,25 @@ class SvPowerFlow extends StateVariable_1.StateVariable {
|
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
exports.SvPowerFlow = SvPowerFlow;
|
|
82
|
-
SvPowerFlow.sparqlQuery = `
|
|
83
|
-
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
84
|
-
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
85
|
-
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
86
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
87
|
-
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
88
|
-
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
89
|
-
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
90
|
-
|
|
91
|
-
SELECT (strafter(strafter(str(?svPfUUID), "#"), "_") AS ?uuid) ?p ?q (strafter(strafter(str(?trUUID), "#"), "_") AS ?terminalUUID)
|
|
92
|
-
|
|
93
|
-
WHERE {
|
|
94
|
-
GRAPH <http://default/>{
|
|
95
|
-
|
|
96
|
-
?svPfUUID rdf:type cim:SvPowerFlow .
|
|
97
|
-
OPTIONAL{?svPfUUID cim:SvPowerFlow.p ?p .}
|
|
98
|
-
OPTIONAL{?svPfUUID cim:SvPowerFlow.q ?q .}
|
|
99
|
-
OPTIONAL{?svPfUUID cim:SvPowerFlow.Terminal ?trUUID .}
|
|
100
|
-
}
|
|
101
|
-
}
|
|
82
|
+
SvPowerFlow.sparqlQuery = `
|
|
83
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
84
|
+
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
85
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
86
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
87
|
+
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
88
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
89
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
90
|
+
|
|
91
|
+
SELECT (strafter(strafter(str(?svPfUUID), "#"), "_") AS ?uuid) ?p ?q (strafter(strafter(str(?trUUID), "#"), "_") AS ?terminalUUID)
|
|
92
|
+
|
|
93
|
+
WHERE {
|
|
94
|
+
GRAPH <http://default/>{
|
|
95
|
+
|
|
96
|
+
?svPfUUID rdf:type cim:SvPowerFlow .
|
|
97
|
+
OPTIONAL{?svPfUUID cim:SvPowerFlow.p ?p .}
|
|
98
|
+
OPTIONAL{?svPfUUID cim:SvPowerFlow.q ?q .}
|
|
99
|
+
OPTIONAL{?svPfUUID cim:SvPowerFlow.Terminal ?trUUID .}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
102
|
`;
|
|
103
103
|
//# sourceMappingURL=SvPowerFlow.js.map
|
|
@@ -184,30 +184,30 @@ class TopologicalNode extends IdentifiedObject_1.IdentifiedObject {
|
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
exports.TopologicalNode = TopologicalNode;
|
|
187
|
-
TopologicalNode.sparqlQuery = `
|
|
188
|
-
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
189
|
-
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
190
|
-
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
191
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
192
|
-
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
193
|
-
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
194
|
-
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
195
|
-
|
|
196
|
-
SELECT (strafter(strafter(str(?tpUUID), '#'), '_') AS ?uuid)
|
|
197
|
-
(CONCAT(STRBEFORE(str(?tpUUID), '#_'), '#_') AS ?baseIRI)
|
|
198
|
-
?name ?shortName ?description
|
|
199
|
-
(strafter(strafter(str(?bvUUID), '#'), '_') AS ?baseVoltageUUID)
|
|
200
|
-
(strafter(strafter(str(?cncUUID), '#'), '_') AS ?connectivityNodeContainerUUID)
|
|
201
|
-
WHERE {
|
|
202
|
-
GRAPH <http://default/>{
|
|
203
|
-
|
|
204
|
-
?tpUUID rdf:type cim:TopologicalNode .
|
|
205
|
-
OPTIONAL{?tpUUID cim:IdentifiedObject.name ?name .}
|
|
206
|
-
OPTIONAL{?tpUUID entsoe:IdentifiedObject.shortName ?shortName .}
|
|
207
|
-
OPTIONAL{?tpUUID cim:IdentifiedObject.description ?description .}
|
|
208
|
-
OPTIONAL{?tpUUID cim:TopologicalNode.BaseVoltage ?bvUUID .}
|
|
209
|
-
OPTIONAL{?tpUUID cim:TopologicalNode.ConnectivityNodeContainer ?cncUUID .}
|
|
210
|
-
}
|
|
211
|
-
}
|
|
187
|
+
TopologicalNode.sparqlQuery = `
|
|
188
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
189
|
+
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
190
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
191
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
192
|
+
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
193
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
194
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
195
|
+
|
|
196
|
+
SELECT (strafter(strafter(str(?tpUUID), '#'), '_') AS ?uuid)
|
|
197
|
+
(CONCAT(STRBEFORE(str(?tpUUID), '#_'), '#_') AS ?baseIRI)
|
|
198
|
+
?name ?shortName ?description
|
|
199
|
+
(strafter(strafter(str(?bvUUID), '#'), '_') AS ?baseVoltageUUID)
|
|
200
|
+
(strafter(strafter(str(?cncUUID), '#'), '_') AS ?connectivityNodeContainerUUID)
|
|
201
|
+
WHERE {
|
|
202
|
+
GRAPH <http://default/>{
|
|
203
|
+
|
|
204
|
+
?tpUUID rdf:type cim:TopologicalNode .
|
|
205
|
+
OPTIONAL{?tpUUID cim:IdentifiedObject.name ?name .}
|
|
206
|
+
OPTIONAL{?tpUUID entsoe:IdentifiedObject.shortName ?shortName .}
|
|
207
|
+
OPTIONAL{?tpUUID cim:IdentifiedObject.description ?description .}
|
|
208
|
+
OPTIONAL{?tpUUID cim:TopologicalNode.BaseVoltage ?bvUUID .}
|
|
209
|
+
OPTIONAL{?tpUUID cim:TopologicalNode.ConnectivityNodeContainer ?cncUUID .}
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
212
|
`;
|
|
213
213
|
//# sourceMappingURL=TopologicalNode.js.map
|
|
@@ -158,32 +158,32 @@ class PowerTransformer extends ConductingEquipment_1.ConductingEquipment {
|
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
160
|
exports.PowerTransformer = PowerTransformer;
|
|
161
|
-
PowerTransformer.sparqlQuery = `
|
|
162
|
-
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
163
|
-
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
164
|
-
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
165
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
166
|
-
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
167
|
-
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
168
|
-
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
169
|
-
|
|
170
|
-
SELECT (strafter(strafter(str(?trUUID), '#'), '_') AS ?uuid)
|
|
171
|
-
(CONCAT(STRBEFORE(STR(?trUUID), '#_'), '#_') AS ?baseIRI)
|
|
172
|
-
?name ?shortName ?description ?installation ?isPartOfGeneratorUnit
|
|
173
|
-
(strafter(strafter(str(?ecUUID), '#'), '_') AS ?equipmentContainerUUID)
|
|
174
|
-
|
|
175
|
-
WHERE {
|
|
176
|
-
GRAPH <http://default/>{
|
|
177
|
-
|
|
178
|
-
?trUUID rdf:type cim:PowerTransformer .
|
|
179
|
-
OPTIONAL {?trUUID cim:IdentifiedObject.name ?name .}
|
|
180
|
-
OPTIONAL {?trUUID entsoe:IdentifiedObject.shortName ?shortName .}
|
|
181
|
-
OPTIONAL {?trUUID cim:IdentifiedObject.description ?description .}
|
|
182
|
-
OPTIONAL {?trUUID enervance:IdentifiedObject.installation ?installation .}
|
|
183
|
-
OPTIONAL {?trUUID cim:IdentifiedObject.description ?description .}
|
|
184
|
-
OPTIONAL {?trUUID cim:PowerTransformer.isPartOfGeneratorUnit ?isPartOfGeneratorUnit .}
|
|
185
|
-
OPTIONAL {?trUUID cim:Equipment.EquipmentContainer ?ecUUID .}
|
|
186
|
-
}
|
|
187
|
-
}
|
|
161
|
+
PowerTransformer.sparqlQuery = `
|
|
162
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
163
|
+
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
164
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
165
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
166
|
+
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
167
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
168
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
169
|
+
|
|
170
|
+
SELECT (strafter(strafter(str(?trUUID), '#'), '_') AS ?uuid)
|
|
171
|
+
(CONCAT(STRBEFORE(STR(?trUUID), '#_'), '#_') AS ?baseIRI)
|
|
172
|
+
?name ?shortName ?description ?installation ?isPartOfGeneratorUnit
|
|
173
|
+
(strafter(strafter(str(?ecUUID), '#'), '_') AS ?equipmentContainerUUID)
|
|
174
|
+
|
|
175
|
+
WHERE {
|
|
176
|
+
GRAPH <http://default/>{
|
|
177
|
+
|
|
178
|
+
?trUUID rdf:type cim:PowerTransformer .
|
|
179
|
+
OPTIONAL {?trUUID cim:IdentifiedObject.name ?name .}
|
|
180
|
+
OPTIONAL {?trUUID entsoe:IdentifiedObject.shortName ?shortName .}
|
|
181
|
+
OPTIONAL {?trUUID cim:IdentifiedObject.description ?description .}
|
|
182
|
+
OPTIONAL {?trUUID enervance:IdentifiedObject.installation ?installation .}
|
|
183
|
+
OPTIONAL {?trUUID cim:IdentifiedObject.description ?description .}
|
|
184
|
+
OPTIONAL {?trUUID cim:PowerTransformer.isPartOfGeneratorUnit ?isPartOfGeneratorUnit .}
|
|
185
|
+
OPTIONAL {?trUUID cim:Equipment.EquipmentContainer ?ecUUID .}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
188
|
`;
|
|
189
189
|
//# sourceMappingURL=PowerTransformer.js.map
|
|
@@ -119,36 +119,36 @@ class PowerTransformerEnd extends TransformerEnd_1.TransformerEnd {
|
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
exports.PowerTransformerEnd = PowerTransformerEnd;
|
|
122
|
-
PowerTransformerEnd.sparqlQuery = `
|
|
123
|
-
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
124
|
-
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
125
|
-
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
126
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
127
|
-
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
128
|
-
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
129
|
-
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
130
|
-
|
|
131
|
-
SELECT (strafter(strafter(str(?ptreUUID), '#'), '_') AS ?uuid)
|
|
132
|
-
?name ?shortName ?description ?r ?x ?ratedS ?ratedU ?endNumber
|
|
133
|
-
(strafter(strafter(str(?bvUUID), '#'), '_') AS ?baseVoltageUUID)
|
|
134
|
-
(strafter(strafter(str(?ptUUID), '#'), '_') AS ?powerTransformerUUID)
|
|
135
|
-
(strafter(strafter(str(?trUUID), '#'), '_') AS ?terminalUUID)
|
|
136
|
-
WHERE {
|
|
137
|
-
GRAPH <http://default/>{
|
|
138
|
-
|
|
139
|
-
?ptreUUID rdf:type cim:PowerTransformerEnd .
|
|
140
|
-
OPTIONAL{?ptreUUID cim:IdentifiedObject.name ?name .}
|
|
141
|
-
OPTIONAL{?ptreUUID entsoe:IdentifiedObject.shortName ?shortName .}
|
|
142
|
-
OPTIONAL{?ptreUUID cim:IdentifiedObject.description ?description .}
|
|
143
|
-
OPTIONAL{?ptreUUID cim:PowerTransformerEnd.r ?r .}
|
|
144
|
-
OPTIONAL{?ptreUUID cim:PowerTransformerEnd.x ?x .}
|
|
145
|
-
OPTIONAL{?ptreUUID cim:PowerTransformerEnd.ratedS ?ratedS .}
|
|
146
|
-
OPTIONAL{?ptreUUID cim:PowerTransformerEnd.ratedU ?ratedU .}
|
|
147
|
-
OPTIONAL{?ptreUUID cim:TransformerEnd.endNumber ?endNumber .}
|
|
148
|
-
OPTIONAL{?ptreUUID cim:TransformerEnd.BaseVoltage ?bvUUID}
|
|
149
|
-
OPTIONAL{?ptreUUID cim:TransformerEnd.Terminal ?trUUID.}
|
|
150
|
-
OPTIONAL{?ptreUUID cim:PowerTransformerEnd.PowerTransformer ?ptUUID.}
|
|
151
|
-
}
|
|
152
|
-
}
|
|
122
|
+
PowerTransformerEnd.sparqlQuery = `
|
|
123
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
124
|
+
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
125
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
126
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
127
|
+
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
128
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
129
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
130
|
+
|
|
131
|
+
SELECT (strafter(strafter(str(?ptreUUID), '#'), '_') AS ?uuid)
|
|
132
|
+
?name ?shortName ?description ?r ?x ?ratedS ?ratedU ?endNumber
|
|
133
|
+
(strafter(strafter(str(?bvUUID), '#'), '_') AS ?baseVoltageUUID)
|
|
134
|
+
(strafter(strafter(str(?ptUUID), '#'), '_') AS ?powerTransformerUUID)
|
|
135
|
+
(strafter(strafter(str(?trUUID), '#'), '_') AS ?terminalUUID)
|
|
136
|
+
WHERE {
|
|
137
|
+
GRAPH <http://default/>{
|
|
138
|
+
|
|
139
|
+
?ptreUUID rdf:type cim:PowerTransformerEnd .
|
|
140
|
+
OPTIONAL{?ptreUUID cim:IdentifiedObject.name ?name .}
|
|
141
|
+
OPTIONAL{?ptreUUID entsoe:IdentifiedObject.shortName ?shortName .}
|
|
142
|
+
OPTIONAL{?ptreUUID cim:IdentifiedObject.description ?description .}
|
|
143
|
+
OPTIONAL{?ptreUUID cim:PowerTransformerEnd.r ?r .}
|
|
144
|
+
OPTIONAL{?ptreUUID cim:PowerTransformerEnd.x ?x .}
|
|
145
|
+
OPTIONAL{?ptreUUID cim:PowerTransformerEnd.ratedS ?ratedS .}
|
|
146
|
+
OPTIONAL{?ptreUUID cim:PowerTransformerEnd.ratedU ?ratedU .}
|
|
147
|
+
OPTIONAL{?ptreUUID cim:TransformerEnd.endNumber ?endNumber .}
|
|
148
|
+
OPTIONAL{?ptreUUID cim:TransformerEnd.BaseVoltage ?bvUUID}
|
|
149
|
+
OPTIONAL{?ptreUUID cim:TransformerEnd.Terminal ?trUUID.}
|
|
150
|
+
OPTIONAL{?ptreUUID cim:PowerTransformerEnd.PowerTransformer ?ptUUID.}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
153
|
`;
|
|
154
154
|
//# sourceMappingURL=PowerTransformerEnd.js.map
|
|
@@ -142,36 +142,36 @@ class RegulatingControl extends __1.PowerSystemResource {
|
|
|
142
142
|
}
|
|
143
143
|
}
|
|
144
144
|
exports.RegulatingControl = RegulatingControl;
|
|
145
|
-
RegulatingControl.sparqlQuery = `
|
|
146
|
-
${sparql_building_block_1.NS_PREFIX_CIM}
|
|
147
|
-
${sparql_building_block_1.NS_PREFIX_ENERVANCE}
|
|
148
|
-
${sparql_building_block_1.NS_PREFIX_ENTSOE}
|
|
149
|
-
${sparql_building_block_1.NS_PREFIX_RDF}
|
|
150
|
-
${sparql_building_block_1.NS_PREFIX_RDF}
|
|
151
|
-
${sparql_building_block_1.NS_PREFIX_ENTSOE}
|
|
152
|
-
${sparql_building_block_1.NS_PREFIX_APF}
|
|
153
|
-
${sparql_building_block_1.NS_PREFIX_AFN}
|
|
154
|
-
|
|
155
|
-
SELECT (strafter(strafter(str(?regCntrUUID), '#'), '_') AS ?uuid)
|
|
156
|
-
(CONCAT(STRBEFORE(STR(?regCntrUUID), '#_'), '#_') AS ?baseIRI)
|
|
157
|
-
?name ?discrete ?targetDeadband
|
|
158
|
-
?enabled ?targetValue
|
|
159
|
-
(strafter(strafter(str(?modeEnum), '#'), '.') AS ?mode)
|
|
160
|
-
(strafter(strafter(str(?targetValueMultrEnum), '#'), '.') AS ?targetValueUnitMultiplier)
|
|
161
|
-
(strafter(strafter(str(?trUUID), '#'), '_') AS ?terminalUUID)
|
|
162
|
-
|
|
163
|
-
WHERE {
|
|
164
|
-
GRAPH <http://default/>{
|
|
165
|
-
?regCntrUUID rdf:type cim:RegulatingControl .
|
|
166
|
-
OPTIONAL{?regCntrUUID cim:IdentifiedObject.name ?name .}
|
|
167
|
-
OPTIONAL{?regCntrUUID cim:RegulatingControl.discrete ?discrete .}
|
|
168
|
-
OPTIONAL{?regCntrUUID cim:RegulatingControl.targetDeadband ?targetDeadband .}
|
|
169
|
-
OPTIONAL{?regCntrUUID cim:RegulatingControl.enabled ?enabled .}
|
|
170
|
-
OPTIONAL{?regCntrUUID cim:RegulatingControl.targetValue ?targetValue .}
|
|
171
|
-
OPTIONAL{?regCntrUUID cim:RegulatingControl.mode ?modeEnum .}
|
|
172
|
-
OPTIONAL{?regCntrUUID cim:RegulatingControl.targetValueUnitMultiplier ?targetValueMultrEnum .}
|
|
173
|
-
OPTIONAL{?regCntrUUID cim:RegulatingControl.Terminal ?trUUID .}
|
|
174
|
-
}
|
|
175
|
-
}
|
|
145
|
+
RegulatingControl.sparqlQuery = `
|
|
146
|
+
${sparql_building_block_1.NS_PREFIX_CIM}
|
|
147
|
+
${sparql_building_block_1.NS_PREFIX_ENERVANCE}
|
|
148
|
+
${sparql_building_block_1.NS_PREFIX_ENTSOE}
|
|
149
|
+
${sparql_building_block_1.NS_PREFIX_RDF}
|
|
150
|
+
${sparql_building_block_1.NS_PREFIX_RDF}
|
|
151
|
+
${sparql_building_block_1.NS_PREFIX_ENTSOE}
|
|
152
|
+
${sparql_building_block_1.NS_PREFIX_APF}
|
|
153
|
+
${sparql_building_block_1.NS_PREFIX_AFN}
|
|
154
|
+
|
|
155
|
+
SELECT (strafter(strafter(str(?regCntrUUID), '#'), '_') AS ?uuid)
|
|
156
|
+
(CONCAT(STRBEFORE(STR(?regCntrUUID), '#_'), '#_') AS ?baseIRI)
|
|
157
|
+
?name ?discrete ?targetDeadband
|
|
158
|
+
?enabled ?targetValue
|
|
159
|
+
(strafter(strafter(str(?modeEnum), '#'), '.') AS ?mode)
|
|
160
|
+
(strafter(strafter(str(?targetValueMultrEnum), '#'), '.') AS ?targetValueUnitMultiplier)
|
|
161
|
+
(strafter(strafter(str(?trUUID), '#'), '_') AS ?terminalUUID)
|
|
162
|
+
|
|
163
|
+
WHERE {
|
|
164
|
+
GRAPH <http://default/>{
|
|
165
|
+
?regCntrUUID rdf:type cim:RegulatingControl .
|
|
166
|
+
OPTIONAL{?regCntrUUID cim:IdentifiedObject.name ?name .}
|
|
167
|
+
OPTIONAL{?regCntrUUID cim:RegulatingControl.discrete ?discrete .}
|
|
168
|
+
OPTIONAL{?regCntrUUID cim:RegulatingControl.targetDeadband ?targetDeadband .}
|
|
169
|
+
OPTIONAL{?regCntrUUID cim:RegulatingControl.enabled ?enabled .}
|
|
170
|
+
OPTIONAL{?regCntrUUID cim:RegulatingControl.targetValue ?targetValue .}
|
|
171
|
+
OPTIONAL{?regCntrUUID cim:RegulatingControl.mode ?modeEnum .}
|
|
172
|
+
OPTIONAL{?regCntrUUID cim:RegulatingControl.targetValueUnitMultiplier ?targetValueMultrEnum .}
|
|
173
|
+
OPTIONAL{?regCntrUUID cim:RegulatingControl.Terminal ?trUUID .}
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
176
|
`;
|
|
177
177
|
//# sourceMappingURL=RegulatingControl.js.map
|
|
@@ -136,37 +136,37 @@ class Switch extends ConductingEquipment_1.ConductingEquipment {
|
|
|
136
136
|
}
|
|
137
137
|
}
|
|
138
138
|
exports.Switch = Switch;
|
|
139
|
-
Switch.sparqlQuery = `
|
|
140
|
-
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
141
|
-
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
142
|
-
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
143
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
144
|
-
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
145
|
-
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
146
|
-
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
147
|
-
|
|
148
|
-
SELECT (strafter(strafter(str(?dUUID), '#'), '_') AS ?uuid)
|
|
149
|
-
(CONCAT(STRBEFORE(STR(?dUUID), '#_'), '#_') AS ?baseIRI)
|
|
150
|
-
?name ?shortName ?description ?open ?aggregate ?normalOpen ?retained
|
|
151
|
-
(strafter(strafter(str(?ecUUID), '#'), '_') AS ?equipmentContainerUUID)
|
|
152
|
-
(group_concat(STRAFTER(str(?aecUUIDs), '#_');separator=',') as ?additionalEquipmentContainerUUIDs)
|
|
153
|
-
|
|
154
|
-
WHERE {
|
|
155
|
-
GRAPH <http://default/>{
|
|
156
|
-
?dUUID rdf:type cim:Switch .
|
|
157
|
-
OPTIONAL{?dUUID cim:IdentifiedObject.name ?name .}
|
|
158
|
-
OPTIONAL{?dUUID entsoe:IdentifiedObject.shortName ?shortName .}
|
|
159
|
-
OPTIONAL{?dUUID cim:IdentifiedObject.description ?description .}
|
|
160
|
-
OPTIONAL{?dUUID cim:Equipment.aggregate ?aggregate .}
|
|
161
|
-
OPTIONAL{?dUUID cim:Switch.normalOpen ?normalOpen .}
|
|
162
|
-
OPTIONAL{?dUUID cim:Switch.retained ?retained .}
|
|
163
|
-
OPTIONAL{?dUUID cim:Switch.open ?open .}
|
|
164
|
-
OPTIONAL{?dUUID cim:Equipment.EquipmentContainer ?ecUUID .}
|
|
165
|
-
OPTIONAL{?dUUID cim:Equipment.AdditionalEquipmentContainer ?aecUUIDs .}
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
GROUP BY ?dUUID ?baseIRI ?name ?shortName ?description
|
|
169
|
-
?open ?aggregate ?normalOpen ?retained
|
|
170
|
-
?ecUUID
|
|
139
|
+
Switch.sparqlQuery = `
|
|
140
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
141
|
+
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
142
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
143
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
144
|
+
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
145
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
146
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
147
|
+
|
|
148
|
+
SELECT (strafter(strafter(str(?dUUID), '#'), '_') AS ?uuid)
|
|
149
|
+
(CONCAT(STRBEFORE(STR(?dUUID), '#_'), '#_') AS ?baseIRI)
|
|
150
|
+
?name ?shortName ?description ?open ?aggregate ?normalOpen ?retained
|
|
151
|
+
(strafter(strafter(str(?ecUUID), '#'), '_') AS ?equipmentContainerUUID)
|
|
152
|
+
(group_concat(STRAFTER(str(?aecUUIDs), '#_');separator=',') as ?additionalEquipmentContainerUUIDs)
|
|
153
|
+
|
|
154
|
+
WHERE {
|
|
155
|
+
GRAPH <http://default/>{
|
|
156
|
+
?dUUID rdf:type cim:Switch .
|
|
157
|
+
OPTIONAL{?dUUID cim:IdentifiedObject.name ?name .}
|
|
158
|
+
OPTIONAL{?dUUID entsoe:IdentifiedObject.shortName ?shortName .}
|
|
159
|
+
OPTIONAL{?dUUID cim:IdentifiedObject.description ?description .}
|
|
160
|
+
OPTIONAL{?dUUID cim:Equipment.aggregate ?aggregate .}
|
|
161
|
+
OPTIONAL{?dUUID cim:Switch.normalOpen ?normalOpen .}
|
|
162
|
+
OPTIONAL{?dUUID cim:Switch.retained ?retained .}
|
|
163
|
+
OPTIONAL{?dUUID cim:Switch.open ?open .}
|
|
164
|
+
OPTIONAL{?dUUID cim:Equipment.EquipmentContainer ?ecUUID .}
|
|
165
|
+
OPTIONAL{?dUUID cim:Equipment.AdditionalEquipmentContainer ?aecUUIDs .}
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
GROUP BY ?dUUID ?baseIRI ?name ?shortName ?description
|
|
169
|
+
?open ?aggregate ?normalOpen ?retained
|
|
170
|
+
?ecUUID
|
|
171
171
|
`;
|
|
172
172
|
//# sourceMappingURL=Switch.js.map
|
|
@@ -113,6 +113,7 @@ const lew_sincal_load_config_1 = require("../config/lew-sincal/lew-sincal-load.c
|
|
|
113
113
|
const integral7_load_config_1 = require("../config/westnetz-integral7/integral7-load.config");
|
|
114
114
|
const psdm_load_config_1 = require("../config/power-system-datamodel/psdm-load.config");
|
|
115
115
|
const default_load_config_1 = require("../config/default/default-load.config");
|
|
116
|
+
const EVDiagram_1 = require("../model/extensions/enervance/diagram/EVDiagram");
|
|
116
117
|
class CimModelUtil {
|
|
117
118
|
static getClassDefinitions() {
|
|
118
119
|
const map = new Map();
|
|
@@ -161,6 +162,7 @@ class CimModelUtil {
|
|
|
161
162
|
map.set(cim_class_names_1.CIM_CLASS_NAMES.SvPowerFlow, SvPowerFlow_1.SvPowerFlow);
|
|
162
163
|
map.set(cim_class_names_1.CIM_CLASS_NAMES.SvVoltage, SvVoltage_1.SvVoltage);
|
|
163
164
|
map.set(cim_class_names_1.CIM_CLASS_NAMES.Diagram, Diagram_1.Diagram);
|
|
165
|
+
map.set(cim_class_names_1.CIM_CLASS_NAMES.EVDiagram, EVDiagram_1.EVDiagram);
|
|
164
166
|
map.set(cim_class_names_1.CIM_CLASS_NAMES.DiagramObject, DiagramObject_1.DiagramObject);
|
|
165
167
|
map.set(cim_class_names_1.CIM_CLASS_NAMES.DiagramObjectPoint, DiagramObjectPoint_1.DiagramObjectPoint);
|
|
166
168
|
map.set(cim_class_names_1.CIM_CLASS_NAMES.CoordinateSystem, CoordinateSystem_1.CoordinateSystem);
|