@enervance/insight-cim-model 0.0.247 → 0.0.248

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.
@@ -142,7 +142,7 @@ EquivalentBranch.sparqlQuery = `
142
142
  PREFIX amp: <http://amprion.net/CIM/Extensions#>
143
143
  PREFIX apf: <http://jena.hpl.hp.com/ARQ/property#>
144
144
  PREFIX afn: <http://jena.apache.org/ARQ/function#>
145
- PREFIX fgh: <http://fgh-ma.de/Integral/ProfileExtension/1#
145
+ PREFIX fgh: <http://fgh-ma.de/Integral/ProfileExtension/1#>
146
146
 
147
147
  SELECT (strafter(strafter(str(?equivalentBranchUUID), '#'), '_') AS ?uuid)
148
148
  (CONCAT(STRBEFORE(STR(?equivalentBranchUUID), '#_'), '#_') AS ?baseIRI)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enervance/insight-cim-model",
3
- "version": "0.0.247",
3
+ "version": "0.0.248",
4
4
  "description": "CIM data model",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",