@enervance/insight-cim-model 0.0.317 → 0.0.319

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.
@@ -31,7 +31,7 @@ class WNDigitalisationScore extends AggregateScore_1.AggregateScore {
31
31
  exports.WNDigitalisationScore = WNDigitalisationScore;
32
32
  WNDigitalisationScore.sparqlQuery = `
33
33
  PREFIX cim: <http://iec.ch/TC57/2013/CIM-schema-cim16#>
34
- PREFIX westnetzneplan: <http://westnetzneplan.de/CIM/Extensions#>#>
34
+ PREFIX westnetzneplan: <http://westnetzneplan.de/CIM/Extensions#>
35
35
  PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
36
36
 
37
37
  SELECT (STRAFTER(str(?mrid), '#_') AS ?uuid)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enervance/insight-cim-model",
3
- "version": "0.0.317",
3
+ "version": "0.0.319",
4
4
  "description": "CIM data model",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",