@enervance/insight-cim-model 0.0.424 → 0.0.425

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.
@@ -206,7 +206,7 @@ Location.sparqlQuery = `
206
206
  PREFIX afn: <http://jena.apache.org/ARQ/function#>
207
207
 
208
208
  SELECT (strafter(strafter(str(?MRID), '#'), '_') AS ?uuid)
209
- ?mrid ?name ?shortName ?description
209
+ ?name ?shortName ?description
210
210
  (CONCAT(STRBEFORE(STR(?MRID), '#_'), '#_') AS ?baseIRI)
211
211
  (strafter(strafter(str(?csUUIDs), '#'), '_') AS ?coordinateSystemUUID)
212
212
  (group_concat(STRAFTER(str(?psrUUIDs), '#_');separator=',') as ?powerSystemResourcesUUIDs)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enervance/insight-cim-model",
3
- "version": "0.0.424",
3
+ "version": "0.0.425",
4
4
  "description": "CIM data model",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",