@enervance/insight-cim-model 0.0.57 → 0.0.59
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 +0 -1
- package/dist/config/westnetz-neplan/neplan-load.config.js.map +1 -1
- package/dist/constants/cim-class-definition.js +0 -10
- package/dist/constants/cim-class-definition.js.map +1 -1
- package/dist/constants/cim-class-names.d.ts +0 -5
- package/dist/constants/cim-class-names.js +0 -5
- package/dist/constants/cim-class-names.js.map +1 -1
- package/dist/converter/integral7/ConverterIntegral7.js +23 -23
- package/dist/converter/integral7/converter-i7.d.ts +3 -5
- package/dist/converter/integral7/converter-i7.js +495 -460
- package/dist/converter/integral7/converter-i7.js.map +1 -1
- package/dist/converter/integral7/interface-i7/data-structures-i7.d.ts +3 -2
- package/dist/converter/integral7/interface-i7/data-structures-i7.js.map +1 -1
- package/dist/converter/integral7/interface-i7/export-frame-i7.d.ts +3 -2
- package/dist/converter/integral7/interface-i7/export-frame-i7.js +15 -4
- package/dist/converter/integral7/interface-i7/export-frame-i7.js.map +1 -1
- package/dist/converter/integral7/model/dl-utils/ISchemaDatabaseKey.d.ts +4 -0
- package/dist/converter/integral7/model/dl-utils/ISchemaDatabaseKey.js +3 -0
- package/dist/converter/integral7/model/dl-utils/ISchemaDatabaseKey.js.map +1 -0
- package/dist/converter/integral7/model/dl-utils/util-functions.d.ts +13 -1
- package/dist/converter/integral7/model/dl-utils/util-functions.js +50 -6
- package/dist/converter/integral7/model/dl-utils/util-functions.js.map +1 -1
- package/dist/converter/integral7/model/interfaces.d.ts +0 -5
- package/dist/converter/integral7/model/interfaces.js.map +1 -1
- package/dist/converter/integral7/sql/integral.sql.d.ts +1 -87
- package/dist/converter/integral7/sql/integral.sql.js +8 -107
- package/dist/converter/integral7/sql/integral.sql.js.map +1 -1
- package/dist/converter/integral7/utils.js +2 -5
- package/dist/converter/integral7/utils.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 -8
- package/dist/index.js +2 -16
- package/dist/index.js.map +1 -1
- package/dist/model/assetinfo/SwitchInfo.js +19 -19
- package/dist/model/assetinfo/TapChangerInfo.js +1 -1
- 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/AssetHealthEvent.js +1 -1
- package/dist/model/assets/AssetUser.js +1 -1
- package/dist/model/assets/Facility.js +37 -37
- package/dist/model/common/CoordinateSystem.js +17 -17
- package/dist/model/common/Location.js +22 -22
- package/dist/model/common/Organisation.js +1 -1
- 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/IdentifiedObject.js +1 -1
- package/dist/model/core/IdentifiedObject.js.map +1 -1
- package/dist/model/core/PSRType.js +43 -43
- package/dist/model/core/Substation.js +1 -1
- package/dist/model/core/Terminal.js +31 -31
- package/dist/model/dc/DCLine.js +17 -17
- package/dist/model/dc/DCLineSegment.js +25 -25
- package/dist/model/diagram/Diagram.js +20 -20
- package/dist/model/diagram/DiagramObject.js +26 -26
- package/dist/model/diagram/DiagramObjectPoint.js +47 -47
- package/dist/model/equivalents/EquivalentBranch.js +44 -44
- package/dist/model/extensions/amprion/assets/AMPRIONAssetCommunicationEquipment.js +23 -23
- package/dist/model/extensions/amprion/assets/AMPRIONAssetConstructionMaintenance.js +23 -23
- package/dist/model/extensions/amprion/assets/AMPRIONAssetPrimaryEquipment.js +23 -23
- package/dist/model/extensions/amprion/assets/AMPRIONAssetSecondaryEquipment.js +23 -23
- package/dist/model/extensions/amprion/assets/AMPRIONContractingAuthority.js +23 -23
- 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 +23 -23
- package/dist/model/extensions/amprion/assets/AMPRIONLineDistrict.js +23 -23
- package/dist/model/extensions/amprion/assets/AMPRIONServiceProvider.js +23 -23
- 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 +51 -51
- 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/amprion/model/AMPRIONModel.d.ts +0 -16
- package/dist/model/extensions/amprion/model/AMPRIONModel.js +0 -32
- package/dist/model/extensions/amprion/model/AMPRIONModel.js.map +1 -1
- package/dist/model/extensions/amprion/wires/AMPRIONACLineSegment.js +1 -1
- package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerEndInfo.js +1 -1
- package/dist/model/extensions/enervance/assetinfo/EVPowerTransformerInfo.js +1 -1
- package/dist/model/extensions/enervance/assetinfo/EVStationInfo.js +1 -1
- package/dist/model/extensions/enervance/assetinfo/EVTapChangerInfo.js +1 -1
- package/dist/model/extensions/enervance/assetinfo/EVWireInfo.js +38 -38
- package/dist/model/extensions/enervance/assets/EVWireObject.js +1 -1
- package/dist/model/extensions/enervance/wires/EVACLineSegment.js +1 -1
- package/dist/model/extensions/enervance/wires/EVACLineSubSegment.js +32 -32
- 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/extensions/neplan-westnetz/wires/WNACLineSegment.js +1 -1
- package/dist/model/extensions/neplan-westnetz/wires/WNEnergyConsumer.js +1 -1
- package/dist/model/generation/GeneratingUnit.js +36 -36
- package/dist/model/generation/WindGeneratingUnit.js +38 -38
- package/dist/model/loadmodel/ConformLoad.js +33 -33
- 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/model/Model.d.ts +1 -6
- package/dist/model/model/Model.js +0 -12
- package/dist/model/model/Model.js.map +1 -1
- package/dist/model/model-operations/ModelOperationDescription.d.ts +1 -5
- package/dist/model/model-operations/ModelOperationDescription.js +1 -36
- package/dist/model/model-operations/ModelOperationDescription.js.map +1 -1
- 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/statevariables/SvVoltage.js +1 -1
- package/dist/model/topology/TopologicalIsland.js +1 -1
- package/dist/model/topology/TopologicalNode.js +25 -25
- package/dist/model/wires/Breaker.js +34 -34
- package/dist/model/wires/BusbarSection.js +1 -1
- package/dist/model/wires/Clamp.js +1 -1
- package/dist/model/wires/Disconnector.js +31 -31
- package/dist/model/wires/EnergyConsumer.js +32 -32
- package/dist/model/wires/ExternalNetworkInjection.js +45 -45
- package/dist/model/wires/Ground.js +1 -1
- package/dist/model/wires/GroundDisconnector.js +1 -1
- package/dist/model/wires/Junction.js +20 -20
- package/dist/model/wires/Line.js +23 -23
- package/dist/model/wires/LinearShuntCompensator.js +36 -36
- package/dist/model/wires/LoadBreakSwitch.js +1 -1
- package/dist/model/wires/PetersenCoil.js +34 -34
- package/dist/model/wires/PowerTransformer.js +27 -27
- package/dist/model/wires/PowerTransformerEnd.js +31 -31
- package/dist/model/wires/Recloser.js +1 -1
- package/dist/model/wires/RegulatingControl.js +31 -31
- package/dist/model/wires/SeriesCompensator.js +36 -36
- package/dist/model/wires/Switch.js +32 -32
- package/dist/model/wires/SynchronousMachine.js +1 -1
- package/dist/package.json +16 -16
- package/package.json +94 -94
- package/dist/model/extensions/amprion/operationallimits/AMPRIONMaxInstrumentalCurrentLimit.d.ts +0 -8
- package/dist/model/extensions/amprion/operationallimits/AMPRIONMaxInstrumentalCurrentLimit.js +0 -45
- package/dist/model/extensions/amprion/operationallimits/AMPRIONMaxInstrumentalCurrentLimit.js.map +0 -1
- package/dist/model/extensions/amprion/operationallimits/AMPRIONProtectionCurrentLimit.d.ts +0 -8
- package/dist/model/extensions/amprion/operationallimits/AMPRIONProtectionCurrentLimit.js +0 -45
- package/dist/model/extensions/amprion/operationallimits/AMPRIONProtectionCurrentLimit.js.map +0 -1
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalConnectionCurrentLimit.d.ts +0 -8
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalConnectionCurrentLimit.js +0 -45
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalConnectionCurrentLimit.js.map +0 -1
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalCurrentLimit.d.ts +0 -8
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalCurrentLimit.js +0 -45
- package/dist/model/extensions/amprion/operationallimits/AMPRIONThermalCurrentLimit.js.map +0 -1
|
@@ -338,36 +338,36 @@ class Terminal extends ACDCTerminal_1.ACDCTerminal {
|
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
340
|
exports.Terminal = Terminal;
|
|
341
|
-
Terminal.sparqlQuery = `
|
|
342
|
-
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
343
|
-
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
344
|
-
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
345
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
346
|
-
PREFIX amp: <http://amprion.net/
|
|
347
|
-
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
348
|
-
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
349
|
-
|
|
350
|
-
SELECT (strafter(strafter(str(?terminalUUID), '#'), '_') AS ?uuid)
|
|
351
|
-
(CONCAT(STRBEFORE(STR(?terminalUUID), '#_'), '#_') AS ?baseIRI)
|
|
352
|
-
?name ?shortName ?connected ?sequenceNumber ?phases
|
|
353
|
-
(strafter(strafter(str(?cnUUID), '#'), '_') AS ?connectivityNodeUUID)
|
|
354
|
-
(strafter(strafter(str(?ceUUID), '#'), '_') AS ?conductingEquipmentUUID)
|
|
355
|
-
(strafter(strafter(str(?tpUUID), '#'), '_') AS ?topologicalNodeUUID)
|
|
356
|
-
(strafter(strafter(str(?nhFeederUUID), '#'), '_') AS ?normalHeadFeederUUID)
|
|
357
|
-
|
|
358
|
-
WHERE {
|
|
359
|
-
GRAPH <http://default/>{
|
|
360
|
-
?terminalUUID rdf:type cim:Terminal .
|
|
361
|
-
OPTIONAL {?terminalUUID cim:IdentifiedObject.name ?name .}
|
|
362
|
-
OPTIONAL {?terminalUUID entsoe:IdentifiedObject.shortName ?shortName .}
|
|
363
|
-
OPTIONAL {?terminalUUID cim:ACDCTerminal.connected ?connected .}
|
|
364
|
-
OPTIONAL {?terminalUUID cim:ACDCTerminal.sequenceNumber ?sequenceNumber .}
|
|
365
|
-
OPTIONAL {?terminalUUID cim:Terminal.phases ?phases .}
|
|
366
|
-
OPTIONAL {?terminalUUID cim:Terminal.ConnectivityNode ?cnUUID .}
|
|
367
|
-
OPTIONAL {?terminalUUID cim:Terminal.ConductingEquipment ?ceUUID .}
|
|
368
|
-
OPTIONAL {?terminalUUID cim:Terminal.TopologicalNode ?tpUUID .}
|
|
369
|
-
OPTIONAL {?terminalUUID cim:Terminal.NormalHeadFeeder ?nhFeederUUID .}
|
|
370
|
-
}
|
|
371
|
-
}
|
|
341
|
+
Terminal.sparqlQuery = `
|
|
342
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
343
|
+
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
344
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
345
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
346
|
+
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
347
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
348
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
349
|
+
|
|
350
|
+
SELECT (strafter(strafter(str(?terminalUUID), '#'), '_') AS ?uuid)
|
|
351
|
+
(CONCAT(STRBEFORE(STR(?terminalUUID), '#_'), '#_') AS ?baseIRI)
|
|
352
|
+
?name ?shortName ?connected ?sequenceNumber ?phases
|
|
353
|
+
(strafter(strafter(str(?cnUUID), '#'), '_') AS ?connectivityNodeUUID)
|
|
354
|
+
(strafter(strafter(str(?ceUUID), '#'), '_') AS ?conductingEquipmentUUID)
|
|
355
|
+
(strafter(strafter(str(?tpUUID), '#'), '_') AS ?topologicalNodeUUID)
|
|
356
|
+
(strafter(strafter(str(?nhFeederUUID), '#'), '_') AS ?normalHeadFeederUUID)
|
|
357
|
+
|
|
358
|
+
WHERE {
|
|
359
|
+
GRAPH <http://default/>{
|
|
360
|
+
?terminalUUID rdf:type cim:Terminal .
|
|
361
|
+
OPTIONAL {?terminalUUID cim:IdentifiedObject.name ?name .}
|
|
362
|
+
OPTIONAL {?terminalUUID entsoe:IdentifiedObject.shortName ?shortName .}
|
|
363
|
+
OPTIONAL {?terminalUUID cim:ACDCTerminal.connected ?connected .}
|
|
364
|
+
OPTIONAL {?terminalUUID cim:ACDCTerminal.sequenceNumber ?sequenceNumber .}
|
|
365
|
+
OPTIONAL {?terminalUUID cim:Terminal.phases ?phases .}
|
|
366
|
+
OPTIONAL {?terminalUUID cim:Terminal.ConnectivityNode ?cnUUID .}
|
|
367
|
+
OPTIONAL {?terminalUUID cim:Terminal.ConductingEquipment ?ceUUID .}
|
|
368
|
+
OPTIONAL {?terminalUUID cim:Terminal.TopologicalNode ?tpUUID .}
|
|
369
|
+
OPTIONAL {?terminalUUID cim:Terminal.NormalHeadFeeder ?nhFeederUUID .}
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
372
|
`;
|
|
373
373
|
//# sourceMappingURL=Terminal.js.map
|
package/dist/model/dc/DCLine.js
CHANGED
|
@@ -27,22 +27,22 @@ class DCLine extends DCEquipmentContainer_1.DCEquipmentContainer {
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
exports.DCLine = DCLine;
|
|
30
|
-
DCLine.sparqlQuery = `
|
|
31
|
-
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
32
|
-
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
33
|
-
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
34
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
35
|
-
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
36
|
-
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
37
|
-
|
|
38
|
-
SELECT (STRAFTER(str(?hsUUID), '#_') AS ?uuid)
|
|
39
|
-
(CONCAT(STRBEFORE(str(?hsUUID), '#_'), '#_') AS ?baseIRI)
|
|
40
|
-
?name
|
|
41
|
-
WHERE {
|
|
42
|
-
GRAPH <http://default/>{
|
|
43
|
-
?MRID rdf:type cim:DCLine .
|
|
44
|
-
OPTIONAL { ?MRID cim:IdentifiedObject.name ?name .}
|
|
45
|
-
}
|
|
46
|
-
}
|
|
30
|
+
DCLine.sparqlQuery = `
|
|
31
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
32
|
+
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
33
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
34
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
35
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
36
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
37
|
+
|
|
38
|
+
SELECT (STRAFTER(str(?hsUUID), '#_') AS ?uuid)
|
|
39
|
+
(CONCAT(STRBEFORE(str(?hsUUID), '#_'), '#_') AS ?baseIRI)
|
|
40
|
+
?name
|
|
41
|
+
WHERE {
|
|
42
|
+
GRAPH <http://default/>{
|
|
43
|
+
?MRID rdf:type cim:DCLine .
|
|
44
|
+
OPTIONAL { ?MRID cim:IdentifiedObject.name ?name .}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
47
|
`;
|
|
48
48
|
//# sourceMappingURL=DCLine.js.map
|
|
@@ -36,30 +36,30 @@ class DCLineSegment extends DCConductingEquipment_1.DCConductingEquipment {
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
exports.DCLineSegment = DCLineSegment;
|
|
39
|
-
DCLineSegment.sparqlQuery = `
|
|
40
|
-
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
41
|
-
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
42
|
-
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
43
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
44
|
-
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
45
|
-
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
46
|
-
|
|
47
|
-
SELECT (STRAFTER(str(?hsUUID), '#_') AS ?uuid)
|
|
48
|
-
(CONCAT(STRBEFORE(str(?hsUUID), '#_'), '#_') AS ?baseIRI)
|
|
49
|
-
?name ?capacitance ?inductance ?length ?resistance
|
|
50
|
-
|
|
51
|
-
(strafter(strafter(str(?ecUUID), '#'), '_') AS ?equipmentContainerUUID)
|
|
52
|
-
WHERE {
|
|
53
|
-
GRAPH <http://default/>{
|
|
54
|
-
?MRID rdf:type cim:DCLine .
|
|
55
|
-
OPTIONAL { ?MRID cim:IdentifiedObject.name ?name .}
|
|
56
|
-
OPTIONAL { ?MRID cim:DCLineSegment.capacitance ?capacitance .}
|
|
57
|
-
OPTIONAL { ?MRID cim:DCLineSegment.inductance ?inductance .}
|
|
58
|
-
OPTIONAL { ?MRID cim:DCLineSegment.length ?length .}
|
|
59
|
-
OPTIONAL { ?MRID cim:DCLineSegment.resistance ?resistance .}
|
|
60
|
-
|
|
61
|
-
OPTIONAL {?acLineSegmentUUID cim:Equipment.EquipmentContainer ?ecUUID .}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
39
|
+
DCLineSegment.sparqlQuery = `
|
|
40
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
41
|
+
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
42
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
43
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
44
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
45
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
46
|
+
|
|
47
|
+
SELECT (STRAFTER(str(?hsUUID), '#_') AS ?uuid)
|
|
48
|
+
(CONCAT(STRBEFORE(str(?hsUUID), '#_'), '#_') AS ?baseIRI)
|
|
49
|
+
?name ?capacitance ?inductance ?length ?resistance
|
|
50
|
+
|
|
51
|
+
(strafter(strafter(str(?ecUUID), '#'), '_') AS ?equipmentContainerUUID)
|
|
52
|
+
WHERE {
|
|
53
|
+
GRAPH <http://default/>{
|
|
54
|
+
?MRID rdf:type cim:DCLine .
|
|
55
|
+
OPTIONAL { ?MRID cim:IdentifiedObject.name ?name .}
|
|
56
|
+
OPTIONAL { ?MRID cim:DCLineSegment.capacitance ?capacitance .}
|
|
57
|
+
OPTIONAL { ?MRID cim:DCLineSegment.inductance ?inductance .}
|
|
58
|
+
OPTIONAL { ?MRID cim:DCLineSegment.length ?length .}
|
|
59
|
+
OPTIONAL { ?MRID cim:DCLineSegment.resistance ?resistance .}
|
|
60
|
+
|
|
61
|
+
OPTIONAL {?acLineSegmentUUID cim:Equipment.EquipmentContainer ?ecUUID .}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
64
|
`;
|
|
65
65
|
//# sourceMappingURL=DCLineSegment.js.map
|
|
@@ -82,25 +82,25 @@ class Diagram extends IdentifiedObject_1.IdentifiedObject {
|
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
exports.Diagram = Diagram;
|
|
85
|
-
Diagram.sparqlQuery = `
|
|
86
|
-
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
87
|
-
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
88
|
-
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
89
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
90
|
-
PREFIX amp: <http://amprion.net/
|
|
91
|
-
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
92
|
-
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
93
|
-
|
|
94
|
-
SELECT (strafter(strafter(str(?diagramUUID), "#"), "_") AS ?uuid)
|
|
95
|
-
?name ?shortName
|
|
96
|
-
|
|
97
|
-
WHERE {
|
|
98
|
-
GRAPH <http://default/>{
|
|
99
|
-
?diagramUUID rdf:type cim:Diagram .
|
|
100
|
-
OPTIONAL {?diagramUUID cim:IdentifiedObject.name ?name .}
|
|
101
|
-
OPTIONAL {?diagramUUID entsoe:IdentifiedObject.shortName ?shortName .}
|
|
102
|
-
OPTIONAL {?diagramUUID cim:Diagram.orientation ?orientationEnum .}
|
|
103
|
-
}
|
|
104
|
-
}
|
|
85
|
+
Diagram.sparqlQuery = `
|
|
86
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
87
|
+
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
88
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
89
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
90
|
+
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
91
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
92
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
93
|
+
|
|
94
|
+
SELECT (strafter(strafter(str(?diagramUUID), "#"), "_") AS ?uuid)
|
|
95
|
+
?name ?shortName
|
|
96
|
+
|
|
97
|
+
WHERE {
|
|
98
|
+
GRAPH <http://default/>{
|
|
99
|
+
?diagramUUID rdf:type cim:Diagram .
|
|
100
|
+
OPTIONAL {?diagramUUID cim:IdentifiedObject.name ?name .}
|
|
101
|
+
OPTIONAL {?diagramUUID entsoe:IdentifiedObject.shortName ?shortName .}
|
|
102
|
+
OPTIONAL {?diagramUUID cim:Diagram.orientation ?orientationEnum .}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
105
|
`;
|
|
106
106
|
//# sourceMappingURL=Diagram.js.map
|
|
@@ -89,9 +89,9 @@ class DiagramObject extends IdentifiedObject_1.IdentifiedObject {
|
|
|
89
89
|
});
|
|
90
90
|
}
|
|
91
91
|
createNewStatementSPARQL() {
|
|
92
|
-
return `
|
|
93
|
-
<${this.baseIRI}${this.mrid}>
|
|
94
|
-
a cim:DiagramObject .
|
|
92
|
+
return `
|
|
93
|
+
<${this.baseIRI}${this.mrid}>
|
|
94
|
+
a cim:DiagramObject .
|
|
95
95
|
`;
|
|
96
96
|
}
|
|
97
97
|
resolveAttributesFusekiJSON(value) {
|
|
@@ -269,28 +269,28 @@ class DiagramObject extends IdentifiedObject_1.IdentifiedObject {
|
|
|
269
269
|
}
|
|
270
270
|
}
|
|
271
271
|
exports.DiagramObject = DiagramObject;
|
|
272
|
-
DiagramObject.sparqlQuery = `
|
|
273
|
-
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
274
|
-
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
275
|
-
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
276
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
277
|
-
PREFIX amp: <http://amprion.net/
|
|
278
|
-
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
279
|
-
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
280
|
-
|
|
281
|
-
SELECT (strafter(strafter(str(?doUUID), '#'), '_') AS ?uuid)
|
|
282
|
-
(CONCAT(STRBEFORE(str(?doUUID), '#_'), '#_') AS ?baseIRI)
|
|
283
|
-
(strafter(strafter(str(?dUUID), '#'), '_') AS ?diagramUUID)
|
|
284
|
-
(strafter(strafter(str(?psrUUID), '#'), '_') AS ?identifiedObjectUUID) ?drawingOrder ?rotation
|
|
285
|
-
|
|
286
|
-
WHERE {
|
|
287
|
-
GRAPH <http://default/>{
|
|
288
|
-
?doUUID rdf:type cim:DiagramObject .
|
|
289
|
-
OPTIONAL {?doUUID cim:DiagramObject.drawingOrder ?drawingOrder .}
|
|
290
|
-
OPTIONAL {?doUUID cim:DiagramObject.rotation ?rotation .}
|
|
291
|
-
OPTIONAL {?doUUID cim:DiagramObject.IdentifiedObject ?psrUUID .}
|
|
292
|
-
OPTIONAL {?doUUID cim:DiagramObject.Diagram ?dUUID .}
|
|
293
|
-
}
|
|
294
|
-
}
|
|
272
|
+
DiagramObject.sparqlQuery = `
|
|
273
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
274
|
+
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
275
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
276
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
277
|
+
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
278
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
279
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
280
|
+
|
|
281
|
+
SELECT (strafter(strafter(str(?doUUID), '#'), '_') AS ?uuid)
|
|
282
|
+
(CONCAT(STRBEFORE(str(?doUUID), '#_'), '#_') AS ?baseIRI)
|
|
283
|
+
(strafter(strafter(str(?dUUID), '#'), '_') AS ?diagramUUID)
|
|
284
|
+
(strafter(strafter(str(?psrUUID), '#'), '_') AS ?identifiedObjectUUID) ?drawingOrder ?rotation
|
|
285
|
+
|
|
286
|
+
WHERE {
|
|
287
|
+
GRAPH <http://default/>{
|
|
288
|
+
?doUUID rdf:type cim:DiagramObject .
|
|
289
|
+
OPTIONAL {?doUUID cim:DiagramObject.drawingOrder ?drawingOrder .}
|
|
290
|
+
OPTIONAL {?doUUID cim:DiagramObject.rotation ?rotation .}
|
|
291
|
+
OPTIONAL {?doUUID cim:DiagramObject.IdentifiedObject ?psrUUID .}
|
|
292
|
+
OPTIONAL {?doUUID cim:DiagramObject.Diagram ?dUUID .}
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
295
|
`;
|
|
296
296
|
//# sourceMappingURL=DiagramObject.js.map
|
|
@@ -60,9 +60,9 @@ class DiagramObjectPoint extends IdentifiedObject_1.IdentifiedObject {
|
|
|
60
60
|
this.notifyObservers();
|
|
61
61
|
}
|
|
62
62
|
createNewStatementSPARQL() {
|
|
63
|
-
return `
|
|
64
|
-
<${this.baseIRI}${this.mrid}>
|
|
65
|
-
a cim:DiagramObjectPoint .
|
|
63
|
+
return `
|
|
64
|
+
<${this.baseIRI}${this.mrid}>
|
|
65
|
+
a cim:DiagramObjectPoint .
|
|
66
66
|
`;
|
|
67
67
|
}
|
|
68
68
|
getUpdateSPARQL() {
|
|
@@ -134,50 +134,50 @@ class DiagramObjectPoint extends IdentifiedObject_1.IdentifiedObject {
|
|
|
134
134
|
}
|
|
135
135
|
}
|
|
136
136
|
exports.DiagramObjectPoint = DiagramObjectPoint;
|
|
137
|
-
DiagramObjectPoint.sparqlQuery = `
|
|
138
|
-
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
139
|
-
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
140
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
141
|
-
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
142
|
-
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
143
|
-
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
|
|
144
|
-
SELECT (strafter(strafter(str(?dopUUID), "#"), "_") AS ?uuid)
|
|
145
|
-
(CONCAT(STRBEFORE(str(?dopUUID), '#_'), '#_') AS ?baseIRI)
|
|
146
|
-
(strafter(strafter(str(?doUUID), "#"), "_") AS ?diagramObjectUUID)
|
|
147
|
-
?xPosition ?yPosition ?sequenceNumber
|
|
148
|
-
|
|
149
|
-
WHERE {
|
|
150
|
-
GRAPH <http://default/>{
|
|
151
|
-
?dopUUID rdf:type cim:DiagramObjectPoint .
|
|
152
|
-
OPTIONAL {?dopUUID cim:DiagramObjectPoint.DiagramObject ?doUUID .}
|
|
153
|
-
OPTIONAL {?dopUUID cim:DiagramObjectPoint.xPosition ?xPosition .}
|
|
154
|
-
OPTIONAL {?dopUUID cim:DiagramObjectPoint.yPosition ?yPosition .}
|
|
155
|
-
OPTIONAL {?dopUUID cim:DiagramObjectPoint.sequenceNumber ?sequenceNumber .}
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
ORDER BY ?diagramObjectUUID ASC(xsd:integer(?sequenceNumber))
|
|
137
|
+
DiagramObjectPoint.sparqlQuery = `
|
|
138
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
139
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
140
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
141
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
142
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
143
|
+
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
|
|
144
|
+
SELECT (strafter(strafter(str(?dopUUID), "#"), "_") AS ?uuid)
|
|
145
|
+
(CONCAT(STRBEFORE(str(?dopUUID), '#_'), '#_') AS ?baseIRI)
|
|
146
|
+
(strafter(strafter(str(?doUUID), "#"), "_") AS ?diagramObjectUUID)
|
|
147
|
+
?xPosition ?yPosition ?sequenceNumber
|
|
148
|
+
|
|
149
|
+
WHERE {
|
|
150
|
+
GRAPH <http://default/>{
|
|
151
|
+
?dopUUID rdf:type cim:DiagramObjectPoint .
|
|
152
|
+
OPTIONAL {?dopUUID cim:DiagramObjectPoint.DiagramObject ?doUUID .}
|
|
153
|
+
OPTIONAL {?dopUUID cim:DiagramObjectPoint.xPosition ?xPosition .}
|
|
154
|
+
OPTIONAL {?dopUUID cim:DiagramObjectPoint.yPosition ?yPosition .}
|
|
155
|
+
OPTIONAL {?dopUUID cim:DiagramObjectPoint.sequenceNumber ?sequenceNumber .}
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
ORDER BY ?diagramObjectUUID ASC(xsd:integer(?sequenceNumber))
|
|
159
159
|
`;
|
|
160
|
-
DiagramObjectPoint.sparqlUpdateQuery = `
|
|
161
|
-
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
162
|
-
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
163
|
-
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
164
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
165
|
-
PREFIX amp: <http://amprion.net/
|
|
166
|
-
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
167
|
-
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
168
|
-
|
|
169
|
-
WITH <http://default/>
|
|
170
|
-
DELETE { cim:_21fd0891-f899-45c2-ad88-204d0a488dda cim:DiagramObjectPoint.xPosition "10" .
|
|
171
|
-
cim:_21fd0891-f899-45c2-ad88-204d0a488dda cim:DiagramObjectPoint.yPosition "4202"
|
|
172
|
-
|
|
173
|
-
}
|
|
174
|
-
INSERT { cim:_21fd0891-f899-45c2-ad88-204d0a488dda cim:DiagramObjectPoint.xPosition "10" .
|
|
175
|
-
cim:_21fd0891-f899-45c2-ad88-204d0a488dda cim:DiagramObjectPoint.yPosition "10"
|
|
176
|
-
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
WHERE{ ?s ?p ?o .
|
|
180
|
-
FILTER (?o = "1")
|
|
181
|
-
}
|
|
160
|
+
DiagramObjectPoint.sparqlUpdateQuery = `
|
|
161
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
162
|
+
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
163
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
164
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
165
|
+
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
166
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
167
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
168
|
+
|
|
169
|
+
WITH <http://default/>
|
|
170
|
+
DELETE { cim:_21fd0891-f899-45c2-ad88-204d0a488dda cim:DiagramObjectPoint.xPosition "10" .
|
|
171
|
+
cim:_21fd0891-f899-45c2-ad88-204d0a488dda cim:DiagramObjectPoint.yPosition "4202"
|
|
172
|
+
|
|
173
|
+
}
|
|
174
|
+
INSERT { cim:_21fd0891-f899-45c2-ad88-204d0a488dda cim:DiagramObjectPoint.xPosition "10" .
|
|
175
|
+
cim:_21fd0891-f899-45c2-ad88-204d0a488dda cim:DiagramObjectPoint.yPosition "10"
|
|
176
|
+
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
WHERE{ ?s ?p ?o .
|
|
180
|
+
FILTER (?o = "1")
|
|
181
|
+
}
|
|
182
182
|
`;
|
|
183
183
|
//# sourceMappingURL=DiagramObjectPoint.js.map
|
|
@@ -179,49 +179,49 @@ class EquivalentBranch extends EquivalentEquipment_1.EquivalentEquipment {
|
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
exports.EquivalentBranch = EquivalentBranch;
|
|
182
|
-
EquivalentBranch.sparqlQuery = `
|
|
183
|
-
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
184
|
-
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
185
|
-
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
186
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
187
|
-
PREFIX amp: <http://amprion.net/
|
|
188
|
-
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
189
|
-
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
190
|
-
|
|
191
|
-
SELECT (strafter(strafter(str(?equivalentBranchUUID), '#'), '_') AS ?uuid)
|
|
192
|
-
(CONCAT(STRBEFORE(STR(?equivalentBranchUUID), '#_'), '#_') AS ?baseIRI)
|
|
193
|
-
?name ?shortName ?description
|
|
194
|
-
?negativeR12 ?negativeR21 ?negativeX12 ?negativeX21 ?positiveR12 ?positiveR21
|
|
195
|
-
?positiveX12 ?positiveX21 ?r ?x ?r21 ?x21 ?zeroR12 ?zeroR21 ?zeroX12 ?zeroX21
|
|
196
|
-
(strafter(strafter(str(?bvUUID), '#'), '_') AS ?baseVoltageUUID)
|
|
197
|
-
WHERE {
|
|
198
|
-
GRAPH <http://default/>{
|
|
199
|
-
?equivalentBranchUUID rdf:type cim:EquivalentBranch .
|
|
200
|
-
OPTIONAL {?equivalentBranchUUID cim:IdentifiedObject.name ?name .}
|
|
201
|
-
OPTIONAL {?equivalentBranchUUID entsoe:IdentifiedObject.shortName ?shortName .}
|
|
202
|
-
OPTIONAL {?equivalentBranchUUID cim:IdentifiedObject.description ?description .}
|
|
203
|
-
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.negativeR12 ?negativeR12 .}
|
|
204
|
-
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.negativeR21 ?negativeR21 .}
|
|
205
|
-
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.negativeX12 ?negativeX12 .}
|
|
206
|
-
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.negativeX21 ?negativeX21 .}
|
|
207
|
-
|
|
208
|
-
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.positiveR12 ?positiveR12 .}
|
|
209
|
-
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.positiveR21 ?positiveR21 .}
|
|
210
|
-
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.positiveX12 ?positiveX12 .}
|
|
211
|
-
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.positiveX21 ?positiveX21 .}
|
|
212
|
-
|
|
213
|
-
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.r ?r .}
|
|
214
|
-
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.r21 ?r21 .}
|
|
215
|
-
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.x ?x .}
|
|
216
|
-
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.x21 ?x21 .}
|
|
217
|
-
|
|
218
|
-
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.zeroR12 ?zeroR12 .}
|
|
219
|
-
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.zeroR21 ?zeroR21 .}
|
|
220
|
-
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.zeroX12 ?zeroX12 .}
|
|
221
|
-
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.zeroX21 ?zeroX21 .}
|
|
222
|
-
|
|
223
|
-
OPTIONAL {?equivalentBranchUUID cim:ConductingEquipment.BaseVoltage ?bvUUID .}
|
|
224
|
-
}
|
|
225
|
-
}
|
|
182
|
+
EquivalentBranch.sparqlQuery = `
|
|
183
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
184
|
+
PREFIX enervance: <http://enervance.com/CIM/Extensions#>
|
|
185
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
186
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
187
|
+
PREFIX amp: <http://amprion.net/2018/cim_extensions#>
|
|
188
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
189
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
190
|
+
|
|
191
|
+
SELECT (strafter(strafter(str(?equivalentBranchUUID), '#'), '_') AS ?uuid)
|
|
192
|
+
(CONCAT(STRBEFORE(STR(?equivalentBranchUUID), '#_'), '#_') AS ?baseIRI)
|
|
193
|
+
?name ?shortName ?description
|
|
194
|
+
?negativeR12 ?negativeR21 ?negativeX12 ?negativeX21 ?positiveR12 ?positiveR21
|
|
195
|
+
?positiveX12 ?positiveX21 ?r ?x ?r21 ?x21 ?zeroR12 ?zeroR21 ?zeroX12 ?zeroX21
|
|
196
|
+
(strafter(strafter(str(?bvUUID), '#'), '_') AS ?baseVoltageUUID)
|
|
197
|
+
WHERE {
|
|
198
|
+
GRAPH <http://default/>{
|
|
199
|
+
?equivalentBranchUUID rdf:type cim:EquivalentBranch .
|
|
200
|
+
OPTIONAL {?equivalentBranchUUID cim:IdentifiedObject.name ?name .}
|
|
201
|
+
OPTIONAL {?equivalentBranchUUID entsoe:IdentifiedObject.shortName ?shortName .}
|
|
202
|
+
OPTIONAL {?equivalentBranchUUID cim:IdentifiedObject.description ?description .}
|
|
203
|
+
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.negativeR12 ?negativeR12 .}
|
|
204
|
+
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.negativeR21 ?negativeR21 .}
|
|
205
|
+
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.negativeX12 ?negativeX12 .}
|
|
206
|
+
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.negativeX21 ?negativeX21 .}
|
|
207
|
+
|
|
208
|
+
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.positiveR12 ?positiveR12 .}
|
|
209
|
+
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.positiveR21 ?positiveR21 .}
|
|
210
|
+
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.positiveX12 ?positiveX12 .}
|
|
211
|
+
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.positiveX21 ?positiveX21 .}
|
|
212
|
+
|
|
213
|
+
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.r ?r .}
|
|
214
|
+
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.r21 ?r21 .}
|
|
215
|
+
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.x ?x .}
|
|
216
|
+
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.x21 ?x21 .}
|
|
217
|
+
|
|
218
|
+
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.zeroR12 ?zeroR12 .}
|
|
219
|
+
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.zeroR21 ?zeroR21 .}
|
|
220
|
+
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.zeroX12 ?zeroX12 .}
|
|
221
|
+
OPTIONAL {?equivalentBranchUUID cim:EquivalentBranch.zeroX21 ?zeroX21 .}
|
|
222
|
+
|
|
223
|
+
OPTIONAL {?equivalentBranchUUID cim:ConductingEquipment.BaseVoltage ?bvUUID .}
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
226
|
`;
|
|
227
227
|
//# sourceMappingURL=EquivalentBranch.js.map
|
|
@@ -22,28 +22,28 @@ class AMPRIONAssetCommunicationEquipment extends AssetOrganisationRole_1.AssetOr
|
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
exports.AMPRIONAssetCommunicationEquipment = AMPRIONAssetCommunicationEquipment;
|
|
25
|
-
AMPRIONAssetCommunicationEquipment.sparqlQuery = `
|
|
26
|
-
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
27
|
-
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
28
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
29
|
-
PREFIX amp: <http://amprion.net/CIM/Extensions#>
|
|
30
|
-
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
31
|
-
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
32
|
-
|
|
33
|
-
SELECT (STRAFTER(str(?aoUUID), '#_') AS ?uuid)
|
|
34
|
-
(CONCAT(STRBEFORE(str(?aoUUID), '#_'), '#_') AS ?baseIRI)
|
|
35
|
-
?name ?description (STRAFTER(str(?oUUID), '#_') AS ?organisationUUID)
|
|
36
|
-
(group_concat(STRAFTER(str(?aUUIDs), '#_');separator=',') as ?assetUUIDs)
|
|
37
|
-
|
|
38
|
-
WHERE {
|
|
39
|
-
GRAPH<http://default/> {
|
|
40
|
-
?aoUUID rdf:type amp:AMPRIONAssetCommunicationEquipment .
|
|
41
|
-
OPTIONAL { ?aoUUID cim:IdentifiedObject.name ?name .}
|
|
42
|
-
OPTIONAL { ?aoUUID cim:IdentifiedObject.description ?description .}
|
|
43
|
-
OPTIONAL { ?aoUUID cim:OrganisationRole.Organisation ?oUUID .}
|
|
44
|
-
OPTIONAL { ?aoUUID cim:AssetOrganisationRole.Assets ?aUUIDs .}
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
GROUP BY ?aoUUID ?baseIRI ?name ?description ?oUUID
|
|
25
|
+
AMPRIONAssetCommunicationEquipment.sparqlQuery = `
|
|
26
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
27
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
28
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
29
|
+
PREFIX amp: <http://amprion.net/CIM/Extensions#>
|
|
30
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
31
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
32
|
+
|
|
33
|
+
SELECT (STRAFTER(str(?aoUUID), '#_') AS ?uuid)
|
|
34
|
+
(CONCAT(STRBEFORE(str(?aoUUID), '#_'), '#_') AS ?baseIRI)
|
|
35
|
+
?name ?description (STRAFTER(str(?oUUID), '#_') AS ?organisationUUID)
|
|
36
|
+
(group_concat(STRAFTER(str(?aUUIDs), '#_');separator=',') as ?assetUUIDs)
|
|
37
|
+
|
|
38
|
+
WHERE {
|
|
39
|
+
GRAPH<http://default/> {
|
|
40
|
+
?aoUUID rdf:type amp:AMPRIONAssetCommunicationEquipment .
|
|
41
|
+
OPTIONAL { ?aoUUID cim:IdentifiedObject.name ?name .}
|
|
42
|
+
OPTIONAL { ?aoUUID cim:IdentifiedObject.description ?description .}
|
|
43
|
+
OPTIONAL { ?aoUUID cim:OrganisationRole.Organisation ?oUUID .}
|
|
44
|
+
OPTIONAL { ?aoUUID cim:AssetOrganisationRole.Assets ?aUUIDs .}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
GROUP BY ?aoUUID ?baseIRI ?name ?description ?oUUID
|
|
48
48
|
`;
|
|
49
49
|
//# sourceMappingURL=AMPRIONAssetCommunicationEquipment.js.map
|
|
@@ -22,28 +22,28 @@ class AMPRIONAssetConstructionMaintenance extends AssetOrganisationRole_1.AssetO
|
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
exports.AMPRIONAssetConstructionMaintenance = AMPRIONAssetConstructionMaintenance;
|
|
25
|
-
AMPRIONAssetConstructionMaintenance.sparqlQuery = `
|
|
26
|
-
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
27
|
-
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
28
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
29
|
-
PREFIX amp: <http://amprion.net/CIM/Extensions#>
|
|
30
|
-
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
31
|
-
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
32
|
-
|
|
33
|
-
SELECT (STRAFTER(str(?aoUUID), '#_') AS ?uuid)
|
|
34
|
-
(CONCAT(STRBEFORE(str(?aoUUID), '#_'), '#_') AS ?baseIRI)
|
|
35
|
-
?name ?description (STRAFTER(str(?oUUID), '#_') AS ?organisationUUID)
|
|
36
|
-
(group_concat(STRAFTER(str(?aUUIDs), '#_');separator=',') as ?assetUUIDs)
|
|
37
|
-
|
|
38
|
-
WHERE {
|
|
39
|
-
GRAPH<http://default/> {
|
|
40
|
-
?aoUUID rdf:type amp:AMPRIONAssetConstructionMaintenance .
|
|
41
|
-
OPTIONAL { ?aoUUID cim:IdentifiedObject.name ?name .}
|
|
42
|
-
OPTIONAL { ?aoUUID cim:IdentifiedObject.description ?description .}
|
|
43
|
-
OPTIONAL { ?aoUUID cim:OrganisationRole.Organisation ?oUUID .}
|
|
44
|
-
OPTIONAL { ?aoUUID cim:AssetOrganisationRole.Assets ?aUUIDs .}
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
GROUP BY ?aoUUID ?baseIRI ?name ?description ?oUUID
|
|
25
|
+
AMPRIONAssetConstructionMaintenance.sparqlQuery = `
|
|
26
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
27
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
28
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
29
|
+
PREFIX amp: <http://amprion.net/CIM/Extensions#>
|
|
30
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
31
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
32
|
+
|
|
33
|
+
SELECT (STRAFTER(str(?aoUUID), '#_') AS ?uuid)
|
|
34
|
+
(CONCAT(STRBEFORE(str(?aoUUID), '#_'), '#_') AS ?baseIRI)
|
|
35
|
+
?name ?description (STRAFTER(str(?oUUID), '#_') AS ?organisationUUID)
|
|
36
|
+
(group_concat(STRAFTER(str(?aUUIDs), '#_');separator=',') as ?assetUUIDs)
|
|
37
|
+
|
|
38
|
+
WHERE {
|
|
39
|
+
GRAPH<http://default/> {
|
|
40
|
+
?aoUUID rdf:type amp:AMPRIONAssetConstructionMaintenance .
|
|
41
|
+
OPTIONAL { ?aoUUID cim:IdentifiedObject.name ?name .}
|
|
42
|
+
OPTIONAL { ?aoUUID cim:IdentifiedObject.description ?description .}
|
|
43
|
+
OPTIONAL { ?aoUUID cim:OrganisationRole.Organisation ?oUUID .}
|
|
44
|
+
OPTIONAL { ?aoUUID cim:AssetOrganisationRole.Assets ?aUUIDs .}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
GROUP BY ?aoUUID ?baseIRI ?name ?description ?oUUID
|
|
48
48
|
`;
|
|
49
49
|
//# sourceMappingURL=AMPRIONAssetConstructionMaintenance.js.map
|