@enervance/insight-cim-model 0.0.58 → 0.0.60
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/constants/cim.sourcesystem.d.ts +5 -6
- package/dist/constants/cim.sourcesystem.js +8 -9
- package/dist/constants/cim.sourcesystem.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 +482 -475
- 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 -13
- 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-cgmes-export.js +0 -22
- package/dist/converter/integral7/utils-cgmes-export.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 +2 -9
- package/dist/index.js +3 -17
- 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/model/EVModel.d.ts +2 -2
- package/dist/model/extensions/enervance/model/EVModel.js +1 -1
- package/dist/model/extensions/enervance/model/EVModel.js.map +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/dist/util/cim.model.util.js +4 -4
- package/dist/util/cim.model.util.js.map +1 -1
- 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
|
@@ -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
|
|
@@ -22,28 +22,28 @@ class AMPRIONAssetPrimaryEquipment extends AssetOrganisationRole_1.AssetOrganisa
|
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
exports.AMPRIONAssetPrimaryEquipment = AMPRIONAssetPrimaryEquipment;
|
|
25
|
-
AMPRIONAssetPrimaryEquipment.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:AMPRIONAssetPrimaryEquipment .
|
|
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
|
+
AMPRIONAssetPrimaryEquipment.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:AMPRIONAssetPrimaryEquipment .
|
|
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=AMPRIONAssetPrimaryEquipment.js.map
|
|
@@ -22,28 +22,28 @@ class AMPRIONAssetSecondaryEquipment extends AssetOrganisationRole_1.AssetOrgani
|
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
exports.AMPRIONAssetSecondaryEquipment = AMPRIONAssetSecondaryEquipment;
|
|
25
|
-
AMPRIONAssetSecondaryEquipment.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:AMPRIONAssetSecondaryEquipment .
|
|
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
|
+
AMPRIONAssetSecondaryEquipment.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:AMPRIONAssetSecondaryEquipment .
|
|
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=AMPRIONAssetSecondaryEquipment.js.map
|
|
@@ -22,28 +22,28 @@ class AMPRIONContractingAuthority extends AssetOrganisationRole_1.AssetOrganisat
|
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
exports.AMPRIONContractingAuthority = AMPRIONContractingAuthority;
|
|
25
|
-
AMPRIONContractingAuthority.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:AMPRIONContractingAuthority .
|
|
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
|
+
AMPRIONContractingAuthority.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:AMPRIONContractingAuthority .
|
|
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=AMPRIONContractingAuthority.js.map
|
|
@@ -26,24 +26,24 @@ class AMPRIONCountry extends IdentifiedObject_1.IdentifiedObject {
|
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
exports.AMPRIONCountry = AMPRIONCountry;
|
|
29
|
-
AMPRIONCountry.sparqlQuery = `
|
|
30
|
-
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
31
|
-
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
32
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
33
|
-
PREFIX amp: <http://amprion.net/CIM/Extensions#>
|
|
34
|
-
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
35
|
-
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
36
|
-
|
|
37
|
-
SELECT (STRAFTER(str(?aoUUID), '#_') AS ?uuid)
|
|
38
|
-
(CONCAT(STRBEFORE(str(?aoUUID), '#_'), '#_') AS ?baseIRI)
|
|
39
|
-
?name ?description
|
|
40
|
-
|
|
41
|
-
WHERE {
|
|
42
|
-
GRAPH<http://default/> {
|
|
43
|
-
?aoUUID rdf:type amp:AMPRIONCountry .
|
|
44
|
-
OPTIONAL { ?aoUUID cim:IdentifiedObject.name ?name .}
|
|
45
|
-
OPTIONAL { ?aoUUID cim:IdentifiedObject.description ?description .}
|
|
46
|
-
}
|
|
47
|
-
}
|
|
29
|
+
AMPRIONCountry.sparqlQuery = `
|
|
30
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
31
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
32
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
33
|
+
PREFIX amp: <http://amprion.net/CIM/Extensions#>
|
|
34
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
35
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
36
|
+
|
|
37
|
+
SELECT (STRAFTER(str(?aoUUID), '#_') AS ?uuid)
|
|
38
|
+
(CONCAT(STRBEFORE(str(?aoUUID), '#_'), '#_') AS ?baseIRI)
|
|
39
|
+
?name ?description
|
|
40
|
+
|
|
41
|
+
WHERE {
|
|
42
|
+
GRAPH<http://default/> {
|
|
43
|
+
?aoUUID rdf:type amp:AMPRIONCountry .
|
|
44
|
+
OPTIONAL { ?aoUUID cim:IdentifiedObject.name ?name .}
|
|
45
|
+
OPTIONAL { ?aoUUID cim:IdentifiedObject.description ?description .}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
48
|
`;
|
|
49
49
|
//# sourceMappingURL=AMPRIONCountry.js.map
|
|
@@ -46,65 +46,65 @@ class AMPRIONFacility extends Facility_1.Facility {
|
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
exports.AMPRIONFacility = AMPRIONFacility;
|
|
49
|
-
AMPRIONFacility.sparqlQuery = `
|
|
50
|
-
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
51
|
-
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
52
|
-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
53
|
-
PREFIX amp: <http://amprion.net/CIM/Extensions#>
|
|
54
|
-
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
55
|
-
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
56
|
-
|
|
57
|
-
SELECT (STRAFTER(str(?mrid), '#_') AS ?uuid)
|
|
58
|
-
?name ?shortName ?description
|
|
59
|
-
?installationDate ?rcmValue ?number ?importance ?operatingLife ?exchangeYear
|
|
60
|
-
?kind ?type
|
|
61
|
-
(strafter(strafter(str(?statusEnum), '#'), '.') AS ?status)
|
|
62
|
-
|
|
63
|
-
?installationDate2 ?name2 ?plannedInstallation ?plannedName ?plannedShortName ?shortName2
|
|
64
|
-
(strafter(strafter(str(?aContainerUUID), '#'), '_') AS ?assetContainerUUID)
|
|
65
|
-
(strafter(strafter(str(?sUUID), '#'), '_') AS ?stateUUID)
|
|
66
|
-
(strafter(strafter(str(?aiUUID), '#'), '_') AS ?assetInfoUUID)
|
|
67
|
-
(group_concat(STRAFTER(str(?psrUUIDs), '#_');separator=',') as ?powerSystemResourceUUIDs)
|
|
68
|
-
|
|
69
|
-
WHERE {
|
|
70
|
-
GRAPH <http://default/> {
|
|
71
|
-
?mrid rdf:type cim:Facility .
|
|
72
|
-
OPTIONAL { ?mrid cim:IdentifiedObject.name ?name .}
|
|
73
|
-
OPTIONAL { ?mrid entsoe:IdentifiedObject.shortName ?shortName .}
|
|
74
|
-
OPTIONAL { ?mrid cim:IdentifiedObject.description ?description .}
|
|
75
|
-
|
|
76
|
-
OPTIONAL { ?mrid cim:Asset.type ?type .}
|
|
77
|
-
|
|
78
|
-
OPTIONAL { ?mrid amp:Asset.rcmValue ?rcmValue .}
|
|
79
|
-
OPTIONAL { ?mrid amp:Asset.installationDate ?installationDate .}
|
|
80
|
-
OPTIONAL { ?mrid amp:Asset.number ?number .}
|
|
81
|
-
OPTIONAL { ?mrid amp:Asset.importance ?importance .}
|
|
82
|
-
OPTIONAL { ?mrid amp:Asset.operatingLife ?operatingLife .}
|
|
83
|
-
OPTIONAL { ?mrid amp:Asset.exchangeYear ?exchangeYear .}
|
|
84
|
-
OPTIONAL { ?mrid amp:Asset.condition ?condition .}
|
|
85
|
-
|
|
86
|
-
OPTIONAL { ?mrid amp:Asset.status ?statusEnum .}
|
|
87
|
-
|
|
88
|
-
OPTIONAL { ?mrid amp:Facility.installationDate2 ?installationDate2 .}
|
|
89
|
-
OPTIONAL { ?mrid amp:Facility.name2 ?name2 .}
|
|
90
|
-
OPTIONAL { ?mrid amp:Facility.plannedInstallation ?plannedInstallation .}
|
|
91
|
-
OPTIONAL { ?mrid amp:Facility.plannedName ?plannedName .}
|
|
92
|
-
OPTIONAL { ?mrid amp:Facility.plannedShortName ?plannedShortName .}
|
|
93
|
-
OPTIONAL { ?mrid amp:Facility.shortName2 ?shortName2 .}
|
|
94
|
-
|
|
95
|
-
OPTIONAL { ?mrid cim:Facility.kind ?kind .}
|
|
96
|
-
OPTIONAL { ?mrid cim:Asset.AssetContainer ?aContainerUUID .}
|
|
97
|
-
OPTIONAL { ?mrid amp:AMPRIONAsset.State ?sUUID .}
|
|
98
|
-
|
|
99
|
-
OPTIONAL { ?mrid cim:Asset.AssetInfo ?aiUUID .}
|
|
100
|
-
|
|
101
|
-
OPTIONAL {?mrid cim:Asset.PowerSystemResources ?psrUUIDs . }
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
GROUP BY ?mrid ?baseIRI ?name ?shortName ?description ?installationDate
|
|
105
|
-
?rcmValue ?number ?importance ?operatingLife ?exchangeYear
|
|
106
|
-
?kind ?type ?statusEnum ?installationDate2 ?name2 ?plannedInstallation
|
|
107
|
-
?plannedName ?plannedShortName ?shortName2
|
|
108
|
-
?aContainerUUID ?sUUID ?aiUUID
|
|
49
|
+
AMPRIONFacility.sparqlQuery = `
|
|
50
|
+
PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
|
|
51
|
+
PREFIX entsoe: <http://entsoe.eu/CIM/SchemaExtension/3/1#>
|
|
52
|
+
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|
53
|
+
PREFIX amp: <http://amprion.net/CIM/Extensions#>
|
|
54
|
+
PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
|
|
55
|
+
PREFIX afn: <http://jena.apache.org/ARQ/function#>
|
|
56
|
+
|
|
57
|
+
SELECT (STRAFTER(str(?mrid), '#_') AS ?uuid)
|
|
58
|
+
?name ?shortName ?description
|
|
59
|
+
?installationDate ?rcmValue ?number ?importance ?operatingLife ?exchangeYear
|
|
60
|
+
?kind ?type
|
|
61
|
+
(strafter(strafter(str(?statusEnum), '#'), '.') AS ?status)
|
|
62
|
+
|
|
63
|
+
?installationDate2 ?name2 ?plannedInstallation ?plannedName ?plannedShortName ?shortName2
|
|
64
|
+
(strafter(strafter(str(?aContainerUUID), '#'), '_') AS ?assetContainerUUID)
|
|
65
|
+
(strafter(strafter(str(?sUUID), '#'), '_') AS ?stateUUID)
|
|
66
|
+
(strafter(strafter(str(?aiUUID), '#'), '_') AS ?assetInfoUUID)
|
|
67
|
+
(group_concat(STRAFTER(str(?psrUUIDs), '#_');separator=',') as ?powerSystemResourceUUIDs)
|
|
68
|
+
|
|
69
|
+
WHERE {
|
|
70
|
+
GRAPH <http://default/> {
|
|
71
|
+
?mrid rdf:type cim:Facility .
|
|
72
|
+
OPTIONAL { ?mrid cim:IdentifiedObject.name ?name .}
|
|
73
|
+
OPTIONAL { ?mrid entsoe:IdentifiedObject.shortName ?shortName .}
|
|
74
|
+
OPTIONAL { ?mrid cim:IdentifiedObject.description ?description .}
|
|
75
|
+
|
|
76
|
+
OPTIONAL { ?mrid cim:Asset.type ?type .}
|
|
77
|
+
|
|
78
|
+
OPTIONAL { ?mrid amp:Asset.rcmValue ?rcmValue .}
|
|
79
|
+
OPTIONAL { ?mrid amp:Asset.installationDate ?installationDate .}
|
|
80
|
+
OPTIONAL { ?mrid amp:Asset.number ?number .}
|
|
81
|
+
OPTIONAL { ?mrid amp:Asset.importance ?importance .}
|
|
82
|
+
OPTIONAL { ?mrid amp:Asset.operatingLife ?operatingLife .}
|
|
83
|
+
OPTIONAL { ?mrid amp:Asset.exchangeYear ?exchangeYear .}
|
|
84
|
+
OPTIONAL { ?mrid amp:Asset.condition ?condition .}
|
|
85
|
+
|
|
86
|
+
OPTIONAL { ?mrid amp:Asset.status ?statusEnum .}
|
|
87
|
+
|
|
88
|
+
OPTIONAL { ?mrid amp:Facility.installationDate2 ?installationDate2 .}
|
|
89
|
+
OPTIONAL { ?mrid amp:Facility.name2 ?name2 .}
|
|
90
|
+
OPTIONAL { ?mrid amp:Facility.plannedInstallation ?plannedInstallation .}
|
|
91
|
+
OPTIONAL { ?mrid amp:Facility.plannedName ?plannedName .}
|
|
92
|
+
OPTIONAL { ?mrid amp:Facility.plannedShortName ?plannedShortName .}
|
|
93
|
+
OPTIONAL { ?mrid amp:Facility.shortName2 ?shortName2 .}
|
|
94
|
+
|
|
95
|
+
OPTIONAL { ?mrid cim:Facility.kind ?kind .}
|
|
96
|
+
OPTIONAL { ?mrid cim:Asset.AssetContainer ?aContainerUUID .}
|
|
97
|
+
OPTIONAL { ?mrid amp:AMPRIONAsset.State ?sUUID .}
|
|
98
|
+
|
|
99
|
+
OPTIONAL { ?mrid cim:Asset.AssetInfo ?aiUUID .}
|
|
100
|
+
|
|
101
|
+
OPTIONAL {?mrid cim:Asset.PowerSystemResources ?psrUUIDs . }
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
GROUP BY ?mrid ?baseIRI ?name ?shortName ?description ?installationDate
|
|
105
|
+
?rcmValue ?number ?importance ?operatingLife ?exchangeYear
|
|
106
|
+
?kind ?type ?statusEnum ?installationDate2 ?name2 ?plannedInstallation
|
|
107
|
+
?plannedName ?plannedShortName ?shortName2
|
|
108
|
+
?aContainerUUID ?sUUID ?aiUUID
|
|
109
109
|
`;
|
|
110
110
|
//# sourceMappingURL=AMPRIONFacility.js.map
|
|
@@ -22,28 +22,28 @@ class AMPRIONLeaseholder extends AssetOrganisationRole_1.AssetOrganisationRole {
|
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
exports.AMPRIONLeaseholder = AMPRIONLeaseholder;
|
|
25
|
-
AMPRIONLeaseholder.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:AMPRIONLeaseholder .
|
|
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
|
+
AMPRIONLeaseholder.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:AMPRIONLeaseholder .
|
|
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=AMPRIONLeaseholder.js.map
|