cognite-neat 0.105.2__py3-none-any.whl → 0.107.0__py3-none-any.whl

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.

Potentially problematic release.


This version of cognite-neat might be problematic. Click here for more details.

Files changed (54) hide show
  1. cognite/neat/_config.py +6 -260
  2. cognite/neat/_graph/extractors/__init__.py +5 -1
  3. cognite/neat/_graph/extractors/_base.py +32 -0
  4. cognite/neat/_graph/extractors/_classic_cdf/_base.py +42 -16
  5. cognite/neat/_graph/extractors/_classic_cdf/_classic.py +78 -8
  6. cognite/neat/_graph/extractors/_classic_cdf/_relationships.py +2 -0
  7. cognite/neat/_graph/extractors/_classic_cdf/_sequences.py +10 -3
  8. cognite/neat/_graph/extractors/_dms.py +48 -14
  9. cognite/neat/_graph/extractors/_dms_graph.py +149 -0
  10. cognite/neat/_graph/extractors/_rdf_file.py +32 -5
  11. cognite/neat/_graph/loaders/_rdf2dms.py +119 -20
  12. cognite/neat/_graph/queries/_construct.py +1 -1
  13. cognite/neat/_graph/transformers/__init__.py +5 -0
  14. cognite/neat/_graph/transformers/_base.py +13 -9
  15. cognite/neat/_graph/transformers/_classic_cdf.py +141 -44
  16. cognite/neat/_graph/transformers/_rdfpath.py +4 -4
  17. cognite/neat/_graph/transformers/_value_type.py +54 -44
  18. cognite/neat/_issues/warnings/_external.py +1 -1
  19. cognite/neat/_rules/analysis/_base.py +1 -1
  20. cognite/neat/_rules/analysis/_information.py +14 -13
  21. cognite/neat/_rules/catalog/__init__.py +1 -0
  22. cognite/neat/_rules/catalog/classic_model.xlsx +0 -0
  23. cognite/neat/_rules/catalog/info-rules-imf.xlsx +0 -0
  24. cognite/neat/_rules/importers/_dms2rules.py +7 -5
  25. cognite/neat/_rules/importers/_rdf/_inference2rules.py +5 -3
  26. cognite/neat/_rules/models/_base_rules.py +0 -12
  27. cognite/neat/_rules/models/_types.py +5 -0
  28. cognite/neat/_rules/models/dms/_rules.py +50 -2
  29. cognite/neat/_rules/models/information/_rules.py +48 -5
  30. cognite/neat/_rules/models/information/_rules_input.py +1 -1
  31. cognite/neat/_rules/models/mapping/_classic2core.py +4 -5
  32. cognite/neat/_rules/models/mapping/_classic2core.yaml +70 -58
  33. cognite/neat/_rules/transformers/__init__.py +4 -0
  34. cognite/neat/_rules/transformers/_converters.py +209 -62
  35. cognite/neat/_rules/transformers/_mapping.py +3 -2
  36. cognite/neat/_session/_base.py +8 -13
  37. cognite/neat/_session/_inspect.py +6 -2
  38. cognite/neat/_session/_mapping.py +22 -13
  39. cognite/neat/_session/_prepare.py +9 -57
  40. cognite/neat/_session/_read.py +96 -29
  41. cognite/neat/_session/_set.py +9 -0
  42. cognite/neat/_session/_state.py +10 -1
  43. cognite/neat/_session/_to.py +51 -15
  44. cognite/neat/_session/exceptions.py +7 -3
  45. cognite/neat/_store/_graph_store.py +85 -39
  46. cognite/neat/_store/_rules_store.py +22 -0
  47. cognite/neat/_utils/auth.py +2 -0
  48. cognite/neat/_utils/collection_.py +32 -11
  49. cognite/neat/_version.py +1 -1
  50. {cognite_neat-0.105.2.dist-info → cognite_neat-0.107.0.dist-info}/METADATA +2 -8
  51. {cognite_neat-0.105.2.dist-info → cognite_neat-0.107.0.dist-info}/RECORD +54 -52
  52. {cognite_neat-0.105.2.dist-info → cognite_neat-0.107.0.dist-info}/WHEEL +1 -1
  53. {cognite_neat-0.105.2.dist-info → cognite_neat-0.107.0.dist-info}/LICENSE +0 -0
  54. {cognite_neat-0.105.2.dist-info → cognite_neat-0.107.0.dist-info}/entry_points.txt +0 -0
@@ -2,16 +2,19 @@ containers:
2
2
  - container: ClassicEquipment
3
3
  neatId: http://purl.org/cognite/neat/neatId_bb7e4121_bc17_46c7_a93d_c855f710ccbe
4
4
  used_for: node
5
+ - container: ClassicSourceSystem
6
+ neatId: http://purl.org/cognite/neat/neatId_57fcf04b_a65f_4fc5_92e6_e9e7ac5d6876
7
+ used_for: node
5
8
  enum:
6
9
  - collection: timeseriesType
7
10
  description: Time series with double floating point data points.
8
11
  name: numeric
9
- neatId: http://purl.org/cognite/neat/neatId_797b05f5_c67d_4aed_a40b_6a6042f16321
12
+ neatId: http://purl.org/cognite/neat/neatId_a7441186_75bb_4d36_a6bc_59b4da0e0262
10
13
  value: numeric
11
14
  - collection: timeseriesType
12
15
  description: Time series with string data points.
13
16
  name: string
14
- neatId: http://purl.org/cognite/neat/neatId_97f686d4_c02a_460e_991a_e7fd109c7c01
17
+ neatId: http://purl.org/cognite/neat/neatId_df06ec7f_5412_4e48_872f_84e5234d5857
15
18
  value: string
16
19
  metadata:
17
20
  created: '2024-08-29T13:49:56.696000'
@@ -28,7 +31,7 @@ properties:
28
31
  description: An automatically updated list of activities related to the asset.
29
32
  is_list: true
30
33
  name: Activities
31
- neatId: http://purl.org/cognite/neat/neatId_9058e127_cdfa_45ae_a6c0_fcdb199264e1
34
+ neatId: http://purl.org/cognite/neat/neatId_4487a4a9_6e1e_4fde_871c_de37ea8134eb
32
35
  value_type: ClassicEvent
33
36
  view: ClassicAsset
34
37
  view_property: activities
@@ -36,7 +39,7 @@ properties:
36
39
  description: An automatically updated list of assets with this asset as their parent.
37
40
  is_list: true
38
41
  name: Children
39
- neatId: http://purl.org/cognite/neat/neatId_127f7603_6370_469a_a31f_f40e92697fb6
42
+ neatId: http://purl.org/cognite/neat/neatId_04c63f13_3088_4d24_9494_7f6948feb498
40
43
  value_type: ClassicAsset
41
44
  view: ClassicAsset
42
45
  view_property: children
@@ -45,7 +48,7 @@ properties:
45
48
  description: Description of the instance
46
49
  immutable: false
47
50
  is_list: false
48
- neatId: http://purl.org/cognite/neat/neatId_c3275410_d533_4e82_9392_84a69571f3f0
51
+ neatId: http://purl.org/cognite/neat/neatId_1852e4a8_af30_4461_9f92_5364f9ab2830
49
52
  nullable: true
50
53
  value_type: text
51
54
  view: ClassicAsset
@@ -54,7 +57,7 @@ properties:
54
57
  description: An automatically updated list of equipment related to the asset.
55
58
  is_list: true
56
59
  name: Equipment
57
- neatId: http://purl.org/cognite/neat/neatId_de038f8e_9ed6_439b_84da_f85386607136
60
+ neatId: http://purl.org/cognite/neat/neatId_46d2b553_9e62_4cb8_bdd7_7bcea1f5d989
58
61
  value_type: ClassicEquipment
59
62
  view: ClassicAsset
60
63
  view_property: equipment
@@ -62,7 +65,7 @@ properties:
62
65
  description: An automatically updated list of files related to the asset.
63
66
  is_list: true
64
67
  name: Files
65
- neatId: http://purl.org/cognite/neat/neatId_8d2a9b16_fd29_4cde_9578_7038c13dabd4
68
+ neatId: http://purl.org/cognite/neat/neatId_e515ea88_f19d_4069_b88d_b3244fd87cf4
66
69
  value_type: ClassicFile
67
70
  view: ClassicAsset
68
71
  view_property: files
@@ -71,7 +74,7 @@ properties:
71
74
  description: Text based labels for generic use, limited to 1000
72
75
  immutable: false
73
76
  is_list: true
74
- neatId: http://purl.org/cognite/neat/neatId_b11b5446_1b50_47f3_bc42_7f8abef437fe
77
+ neatId: http://purl.org/cognite/neat/neatId_6ef04862_dc69_4bb8_8c57_14b08ea03206
75
78
  nullable: true
76
79
  value_type: text
77
80
  view: ClassicAsset
@@ -82,7 +85,7 @@ properties:
82
85
  immutable: false
83
86
  index: name
84
87
  is_list: false
85
- neatId: http://purl.org/cognite/neat/neatId_bec8eafc_4c53_401b_98dc_57cdb98525ef
88
+ neatId: http://purl.org/cognite/neat/neatId_9047eb7a_03c2_4696_8453_14a93a29d9c0
86
89
  nullable: true
87
90
  value_type: text
88
91
  view: ClassicAsset
@@ -94,7 +97,7 @@ properties:
94
97
  immutable: false
95
98
  is_list: false
96
99
  name: Parent
97
- neatId: http://purl.org/cognite/neat/neatId_53e67f4d_f847_4406_a20e_25d9e24fca86
100
+ neatId: http://purl.org/cognite/neat/neatId_3755d55a_169d_4f39_ac85_4132177b835d
98
101
  nullable: true
99
102
  value_type: ClassicAsset
100
103
  view: ClassicAsset
@@ -107,7 +110,7 @@ properties:
107
110
  immutable: false
108
111
  is_list: true
109
112
  name: Path
110
- neatId: http://purl.org/cognite/neat/neatId_97d45ff7_058b_40c0_8d34_5572564f19d3
113
+ neatId: http://purl.org/cognite/neat/neatId_11622da5_9e91_4699_b69c_174b054a1a93
111
114
  nullable: true
112
115
  value_type: ClassicAsset
113
116
  view: ClassicAsset
@@ -119,7 +122,7 @@ properties:
119
122
  immutable: false
120
123
  is_list: false
121
124
  name: Root
122
- neatId: http://purl.org/cognite/neat/neatId_30ddc92c_4a30_4743_aff4_ed0270a39a21
125
+ neatId: http://purl.org/cognite/neat/neatId_11138a07_144c_4998_a51d_4fbced64ce3d
123
126
  nullable: true
124
127
  value_type: ClassicAsset
125
128
  view: ClassicAsset
@@ -131,7 +134,7 @@ properties:
131
134
  immutable: false
132
135
  index: source
133
136
  is_list: false
134
- neatId: http://purl.org/cognite/neat/neatId_2ae86694_8a5d_42ca_9f61_105379cbce73
137
+ neatId: http://purl.org/cognite/neat/neatId_ff3bfe41_eb4c_416a_89b6_e525fce2fbfc
135
138
  nullable: true
136
139
  value_type: ClassicSourceSystem
137
140
  view: ClassicAsset
@@ -140,7 +143,7 @@ properties:
140
143
  description: An automatically updated list of time series related to the asset.
141
144
  is_list: true
142
145
  name: Time series
143
- neatId: http://purl.org/cognite/neat/neatId_a59ab1b1_c3d5_4f53_bf4d_473ab9e25b0e
146
+ neatId: http://purl.org/cognite/neat/neatId_53bf067f_d9de_4ef0_945c_8024e9ed8981
144
147
  value_type: ClassicTimeSeries
145
148
  view: ClassicAsset
146
149
  view_property: timeSeries
@@ -148,7 +151,7 @@ properties:
148
151
  description: An automatically updated list of activities related to the equipment.
149
152
  is_list: true
150
153
  name: Activities
151
- neatId: http://purl.org/cognite/neat/neatId_9d2e445e_51eb_4abb_b4c8_dc67697d728e
154
+ neatId: http://purl.org/cognite/neat/neatId_c25997c1_a8c4_4c29_9517_3188cfe433b4
152
155
  value_type: ClassicEvent
153
156
  view: ClassicEquipment
154
157
  view_property: activities
@@ -159,7 +162,7 @@ properties:
159
162
  immutable: false
160
163
  is_list: false
161
164
  name: Asset
162
- neatId: http://purl.org/cognite/neat/neatId_14907de8_b97f_4696_ac7c_65d87d969049
165
+ neatId: http://purl.org/cognite/neat/neatId_5e08021f_2315_4b48_a769_b824abc215a0
163
166
  nullable: true
164
167
  value_type: ClassicAsset
165
168
  view: ClassicEquipment
@@ -168,7 +171,7 @@ properties:
168
171
  container_property: classicEquipmentGUID
169
172
  immutable: false
170
173
  is_list: false
171
- neatId: http://purl.org/cognite/neat/neatId_daffaf42_d75c_436f_beac_91199f70932f
174
+ neatId: http://purl.org/cognite/neat/neatId_d22d3e64_b57e_4fef_921f_6aa05cbc563b
172
175
  nullable: true
173
176
  value_type: text
174
177
  view: ClassicEquipment
@@ -180,7 +183,7 @@ properties:
180
183
  immutable: false
181
184
  is_list: true
182
185
  name: Files
183
- neatId: http://purl.org/cognite/neat/neatId_72cca8d9_9a0d_4e79_93c9_cef63b3d1889
186
+ neatId: http://purl.org/cognite/neat/neatId_3bd8dc76_ccec_4790_afc1_ad4c5dbdcadb
184
187
  nullable: true
185
188
  value_type: ClassicFile
186
189
  view: ClassicEquipment
@@ -192,7 +195,7 @@ properties:
192
195
  immutable: false
193
196
  index: source
194
197
  is_list: false
195
- neatId: http://purl.org/cognite/neat/neatId_bd31051b_63c6_4226_8836_d9f3713afef3
198
+ neatId: http://purl.org/cognite/neat/neatId_4f64197b_ac89_4963_bdd5_527e7b1f6d4b
196
199
  nullable: true
197
200
  value_type: ClassicSourceSystem
198
201
  view: ClassicEquipment
@@ -201,7 +204,7 @@ properties:
201
204
  description: An automatically updated list of time series related to the equipment.
202
205
  is_list: true
203
206
  name: Time series
204
- neatId: http://purl.org/cognite/neat/neatId_f94199fc_3523_450d_84d7_6ad0df10cc4f
207
+ neatId: http://purl.org/cognite/neat/neatId_e8c0570d_3a83_4b4d_8a7c_93e73a066e0c
205
208
  value_type: ClassicTimeSeries
206
209
  view: ClassicEquipment
207
210
  view_property: timeSeries
@@ -210,7 +213,7 @@ properties:
210
213
  description: Alternative names for the node
211
214
  immutable: false
212
215
  is_list: true
213
- neatId: http://purl.org/cognite/neat/neatId_4dc1493d_2f7d_4c3e_8556_97b1c13ea6ab
216
+ neatId: http://purl.org/cognite/neat/neatId_01fd6860_7ec4_435a_b333_5efb28847ee2
214
217
  nullable: true
215
218
  value_type: text
216
219
  view: ClassicEvent
@@ -222,7 +225,7 @@ properties:
222
225
  immutable: false
223
226
  is_list: true
224
227
  name: Assets
225
- neatId: http://purl.org/cognite/neat/neatId_4ec2a68e_1030_403b_b107_c998880da468
228
+ neatId: http://purl.org/cognite/neat/neatId_762c38a0_4342_4fe1_a5eb_076f143ed32c
226
229
  nullable: true
227
230
  value_type: ClassicAsset
228
231
  view: ClassicEvent
@@ -232,7 +235,7 @@ properties:
232
235
  description: Description of the instance
233
236
  immutable: false
234
237
  is_list: false
235
- neatId: http://purl.org/cognite/neat/neatId_8890ae4a_6429_4002_9cae_78c3e4f868f7
238
+ neatId: http://purl.org/cognite/neat/neatId_d044458b_3784_40a5_a96c_e05447dfad5a
236
239
  nullable: true
237
240
  value_type: text
238
241
  view: ClassicEvent
@@ -243,7 +246,7 @@ properties:
243
246
  immutable: false
244
247
  index: endTime
245
248
  is_list: false
246
- neatId: http://purl.org/cognite/neat/neatId_8ef52490_bcd6_45cf_92db_532fa19cac82
249
+ neatId: http://purl.org/cognite/neat/neatId_6a1842cc_35ea_4585_a288_f5b75e3032a5
247
250
  nullable: true
248
251
  value_type: timestamp
249
252
  view: ClassicEvent
@@ -255,7 +258,7 @@ properties:
255
258
  immutable: false
256
259
  is_list: true
257
260
  name: Equipment
258
- neatId: http://purl.org/cognite/neat/neatId_b19b32c3_aa6e_43dc_a27d_c9f76a294b63
261
+ neatId: http://purl.org/cognite/neat/neatId_02efaf0e_d311_4b1f_9cbd_fa43c6141606
259
262
  nullable: true
260
263
  value_type: ClassicEquipment
261
264
  view: ClassicEvent
@@ -265,7 +268,7 @@ properties:
265
268
  description: Text based labels for generic use, limited to 1000
266
269
  immutable: false
267
270
  is_list: true
268
- neatId: http://purl.org/cognite/neat/neatId_0d4ee2f5_9f69_4bed_9425_1cfb3f67206c
271
+ neatId: http://purl.org/cognite/neat/neatId_1632b445_a660_4acf_a1b9_9450ee5369bd
269
272
  nullable: true
270
273
  value_type: text
271
274
  view: ClassicEvent
@@ -277,7 +280,7 @@ properties:
277
280
  immutable: false
278
281
  index: source
279
282
  is_list: false
280
- neatId: http://purl.org/cognite/neat/neatId_c5969c32_e96b_4c94_832f_5364b838fc2a
283
+ neatId: http://purl.org/cognite/neat/neatId_c7d05e34_c8e9_4762_ac2b_bba369371e16
281
284
  nullable: true
282
285
  value_type: ClassicSourceSystem
283
286
  view: ClassicEvent
@@ -288,7 +291,7 @@ properties:
288
291
  immutable: false
289
292
  index: startTime
290
293
  is_list: false
291
- neatId: http://purl.org/cognite/neat/neatId_25111812_f05c_47f5_901e_f82ccc6ed099
294
+ neatId: http://purl.org/cognite/neat/neatId_3ab83d7f_ef84_40ea_a303_311e1e145e92
292
295
  nullable: true
293
296
  value_type: timestamp
294
297
  view: ClassicEvent
@@ -300,7 +303,7 @@ properties:
300
303
  immutable: false
301
304
  is_list: true
302
305
  name: Time series
303
- neatId: http://purl.org/cognite/neat/neatId_8741da5d_97e2_4d68_8d0f_730f17042d9d
306
+ neatId: http://purl.org/cognite/neat/neatId_a0c5e084_cdf1_49cf_9d39_0997c06d2f3b
304
307
  nullable: true
305
308
  value_type: ClassicTimeSeries
306
309
  view: ClassicEvent
@@ -312,7 +315,7 @@ properties:
312
315
  immutable: false
313
316
  is_list: true
314
317
  name: Assets
315
- neatId: http://purl.org/cognite/neat/neatId_49ac77e9_21fd_4987_9c85_48cc42fa6583
318
+ neatId: http://purl.org/cognite/neat/neatId_6d6a510a_dac6_441f_b064_c605944fa171
316
319
  nullable: true
317
320
  value_type: ClassicAsset
318
321
  view: ClassicFile
@@ -324,7 +327,7 @@ properties:
324
327
  immutable: false
325
328
  is_list: false
326
329
  name: Directory
327
- neatId: http://purl.org/cognite/neat/neatId_4076aa57_8d74_414c_bac8_0a358e471ecc
330
+ neatId: http://purl.org/cognite/neat/neatId_bdeed1bb_4733_47d8_8522_62983487a7b5
328
331
  nullable: true
329
332
  value_type: text
330
333
  view: ClassicFile
@@ -333,7 +336,7 @@ properties:
333
336
  description: An automatically updated list of equipment this file is related to.
334
337
  is_list: true
335
338
  name: Equipment
336
- neatId: http://purl.org/cognite/neat/neatId_7810e930_e85f_4dbf_afc1_0cae559aa035
339
+ neatId: http://purl.org/cognite/neat/neatId_527cc7c9_d504_41a7_b25d_f64ba2906a99
337
340
  value_type: ClassicEquipment
338
341
  view: ClassicFile
339
342
  view_property: equipment
@@ -342,7 +345,7 @@ properties:
342
345
  description: Text based labels for generic use, limited to 1000
343
346
  immutable: false
344
347
  is_list: true
345
- neatId: http://purl.org/cognite/neat/neatId_637da076_d2a6_41dc_b0f3_e8800f17ba5f
348
+ neatId: http://purl.org/cognite/neat/neatId_6e9f9ada_cb78_4a64_b760_4de968df9838
346
349
  nullable: true
347
350
  value_type: text
348
351
  view: ClassicFile
@@ -353,7 +356,7 @@ properties:
353
356
  immutable: false
354
357
  is_list: false
355
358
  name: MIME type
356
- neatId: http://purl.org/cognite/neat/neatId_ce1d8507_aec7_4189_922d_8084909ecd71
359
+ neatId: http://purl.org/cognite/neat/neatId_b914ea9d_5c61_46cf_a3d1_c8798b2ac726
357
360
  nullable: true
358
361
  value_type: text
359
362
  view: ClassicFile
@@ -364,7 +367,7 @@ properties:
364
367
  immutable: false
365
368
  index: name
366
369
  is_list: false
367
- neatId: http://purl.org/cognite/neat/neatId_7f766b8e_dd9a_41b5_a989_12607e27c4ba
370
+ neatId: http://purl.org/cognite/neat/neatId_71b469c1_9ff5_4e8e_a715_6d3dbd1f979c
368
371
  nullable: true
369
372
  value_type: text
370
373
  view: ClassicFile
@@ -376,7 +379,7 @@ properties:
376
379
  immutable: false
377
380
  index: source
378
381
  is_list: false
379
- neatId: http://purl.org/cognite/neat/neatId_050092ac_080f_46e8_bdf9_7dfa61158191
382
+ neatId: http://purl.org/cognite/neat/neatId_9ab00833_033e_4c3d_9b61_7f338f8bce0a
380
383
  nullable: true
381
384
  value_type: ClassicSourceSystem
382
385
  view: ClassicFile
@@ -387,7 +390,7 @@ properties:
387
390
  immutable: false
388
391
  index: sourceCreatedTime
389
392
  is_list: false
390
- neatId: http://purl.org/cognite/neat/neatId_16fa6dbb_58a3_481d_9bfb_48940cd34d5a
393
+ neatId: http://purl.org/cognite/neat/neatId_47b69049_7cb9_4e0f_ad9e_21c88fc5c3f6
391
394
  nullable: true
392
395
  value_type: timestamp
393
396
  view: ClassicFile
@@ -398,16 +401,25 @@ properties:
398
401
  immutable: false
399
402
  index: sourceUpdatedTime
400
403
  is_list: false
401
- neatId: http://purl.org/cognite/neat/neatId_9d626527_9cf4_4df9_b82a_c71aa7ebe4cb
404
+ neatId: http://purl.org/cognite/neat/neatId_4e4a3955_b4fe_4e15_aad0_3248a00c5b3b
402
405
  nullable: true
403
406
  value_type: timestamp
404
407
  view: ClassicFile
405
408
  view_property: sourceModifiedTime
409
+ - container: ClassicSourceSystem
410
+ container_property: classicSourceSystemGUID
411
+ immutable: false
412
+ is_list: false
413
+ neatId: http://purl.org/cognite/neat/neatId_baba86c4_fed1_4faf_8e48_b5f1e8179a50
414
+ nullable: true
415
+ value_type: text
416
+ view: ClassicSourceSystem
417
+ view_property: classicSourceSystemGUID
406
418
  - container: cdf_cdm:CogniteDescribable
407
419
  container_property: name
408
420
  immutable: false
409
421
  is_list: false
410
- neatId: http://purl.org/cognite/neat/neatId_77d10af9_1638_4800_9a8f_0e31c7fd4c16
422
+ neatId: http://purl.org/cognite/neat/neatId_198ce929_258a_4605_a3a9_8d1bb58abe82
411
423
  nullable: true
412
424
  value_type: text
413
425
  view: ClassicSourceSystem
@@ -417,7 +429,7 @@ properties:
417
429
  to.
418
430
  is_list: true
419
431
  name: Activities
420
- neatId: http://purl.org/cognite/neat/neatId_4dd4937e_8c18_42ae_a03e_ac6df70f3159
432
+ neatId: http://purl.org/cognite/neat/neatId_eb1527e5_e163_4d50_bcee_dd2546b7691f
421
433
  value_type: ClassicEvent
422
434
  view: ClassicTimeSeries
423
435
  view_property: activities
@@ -428,7 +440,7 @@ properties:
428
440
  immutable: false
429
441
  is_list: true
430
442
  name: Assets
431
- neatId: http://purl.org/cognite/neat/neatId_78d5fc39_8487_45d8_a118_b3519f944ead
443
+ neatId: http://purl.org/cognite/neat/neatId_bf108d22_f528_46b0_b7a6_51bda3a58531
432
444
  nullable: true
433
445
  value_type: ClassicAsset
434
446
  view: ClassicTimeSeries
@@ -438,7 +450,7 @@ properties:
438
450
  description: Description of the instance
439
451
  immutable: false
440
452
  is_list: false
441
- neatId: http://purl.org/cognite/neat/neatId_421f69b9_460d_4bce_ae79_efc233eb6a7a
453
+ neatId: http://purl.org/cognite/neat/neatId_6bcc87bd_4d61_4298_a038_780a67e57484
442
454
  nullable: true
443
455
  value_type: text
444
456
  view: ClassicTimeSeries
@@ -450,7 +462,7 @@ properties:
450
462
  immutable: false
451
463
  is_list: true
452
464
  name: Equipment
453
- neatId: http://purl.org/cognite/neat/neatId_786d14cf_cf7d_4859_92a7_51bf19b557e0
465
+ neatId: http://purl.org/cognite/neat/neatId_1fc3b262_51f2_444b_b105_2e5bf1feb3df
454
466
  nullable: true
455
467
  value_type: ClassicEquipment
456
468
  view: ClassicTimeSeries
@@ -462,7 +474,7 @@ properties:
462
474
  immutable: false
463
475
  is_list: false
464
476
  name: Is step
465
- neatId: http://purl.org/cognite/neat/neatId_3c04c07d_15e9_4ef2_95cd_89410215513a
477
+ neatId: http://purl.org/cognite/neat/neatId_8e6d672b_00c5_4687_ba59_1617af6f5171
466
478
  nullable: false
467
479
  value_type: boolean
468
480
  view: ClassicTimeSeries
@@ -473,7 +485,7 @@ properties:
473
485
  immutable: true
474
486
  is_list: false
475
487
  name: Type
476
- neatId: http://purl.org/cognite/neat/neatId_82015271_2d18_4d19_a4f4_ab74f0c2ef1b
488
+ neatId: http://purl.org/cognite/neat/neatId_133afe5d_e988_4dc0_9464_e262154122f6
477
489
  nullable: false
478
490
  value_type: enum(collection=timeseriesType)
479
491
  view: ClassicTimeSeries
@@ -483,7 +495,7 @@ properties:
483
495
  description: Alternative names for the node
484
496
  immutable: false
485
497
  is_list: true
486
- neatId: http://purl.org/cognite/neat/neatId_5848e41f_1b5c_401a_ab59_72822e0dcc70
498
+ neatId: http://purl.org/cognite/neat/neatId_1301f5c0_ece7_42d5_af43_58e25d279f70
487
499
  nullable: true
488
500
  value_type: text
489
501
  view: ClassicTimeSeries
@@ -494,7 +506,7 @@ properties:
494
506
  immutable: false
495
507
  index: name
496
508
  is_list: false
497
- neatId: http://purl.org/cognite/neat/neatId_38c55983_af5b_4f62_ac62_8c788c12009e
509
+ neatId: http://purl.org/cognite/neat/neatId_a6e3b986_c429_4aae_9c1b_b42981022f5e
498
510
  nullable: true
499
511
  value_type: text
500
512
  view: ClassicTimeSeries
@@ -504,7 +516,7 @@ properties:
504
516
  description: Text based labels for generic use, limited to 1000
505
517
  immutable: false
506
518
  is_list: true
507
- neatId: http://purl.org/cognite/neat/neatId_b30b7973_0a45_412e_a1e6_2f791ae37ae4
519
+ neatId: http://purl.org/cognite/neat/neatId_235a9058_8375_4bcf_8b86_340bdf3afa06
508
520
  nullable: true
509
521
  value_type: text
510
522
  view: ClassicTimeSeries
@@ -516,7 +528,7 @@ properties:
516
528
  immutable: false
517
529
  index: source
518
530
  is_list: false
519
- neatId: http://purl.org/cognite/neat/neatId_9fb95a34_b79b_490f_8362_fc8009874b01
531
+ neatId: http://purl.org/cognite/neat/neatId_b5d6ecd8_d48b_439d_892c_3d6e1bc7ffca
520
532
  nullable: true
521
533
  value_type: ClassicSourceSystem
522
534
  view: ClassicTimeSeries
@@ -527,7 +539,7 @@ properties:
527
539
  immutable: false
528
540
  is_list: false
529
541
  name: Source unit
530
- neatId: http://purl.org/cognite/neat/neatId_7abfaf90_2178_4e02_8b2f_95bb221d7a30
542
+ neatId: http://purl.org/cognite/neat/neatId_9d17617a_accf_4f20_8e81_bd11209abc51
531
543
  nullable: true
532
544
  value_type: text
533
545
  view: ClassicTimeSeries
@@ -539,7 +551,7 @@ properties:
539
551
  immutable: false
540
552
  is_list: false
541
553
  name: Unit
542
- neatId: http://purl.org/cognite/neat/neatId_650ad782_a303_4c06_b700_16ba3d1c695b
554
+ neatId: http://purl.org/cognite/neat/neatId_89977822_3f57_4ba1_90a8_73b68fb2cd10
543
555
  nullable: true
544
556
  value_type: cdf_cdm:CogniteUnit(version=v1)
545
557
  view: ClassicTimeSeries
@@ -548,43 +560,43 @@ views:
548
560
  - description: Represents a single unit of measurement
549
561
  implements: cdf_cdm:CogniteDescribable(version=v1)
550
562
  in_model: true
551
- neatId: http://purl.org/cognite/neat/neatId_9be483e1_8313_4558_b7df_0268a58a6bc8
563
+ neatId: http://purl.org/cognite/neat/neatId_9c0f10f7_a746_4752_886a_fef5ae5ca498
552
564
  view: cdf_cdm:CogniteUnit(version=v1)
553
565
  - description: Assets represent systems that support industrial functions or processes.
554
566
  Assets are often called 'functional location'.
555
567
  implements: cdf_cdm:CogniteAsset(version=v1)
556
568
  in_model: true
557
569
  name: Asset
558
- neatId: http://purl.org/cognite/neat/neatId_be2316ba_03ce_4f6a_9ee3_30c94dcb15ad
570
+ neatId: http://purl.org/cognite/neat/neatId_f0b71466_ea9c_411a_b623_b2dc1878d7d3
559
571
  view: ClassicAsset
560
572
  - description: Equipment represents physical supplies or devices.
561
573
  implements: cdf_cdm:CogniteEquipment(version=v1)
562
574
  in_model: true
563
575
  name: Equipment
564
- neatId: http://purl.org/cognite/neat/neatId_0e02efdf_7279_49e7_a027_a77002e69134
576
+ neatId: http://purl.org/cognite/neat/neatId_ca8401a4_c0c3_404b_96a2_d3ba5285448c
565
577
  view: ClassicEquipment
566
578
  - description: Represents activities. Activities typically happen over a period and
567
579
  have a start and end time.
568
580
  implements: cdf_cdm:CogniteActivity(version=v1)
569
581
  in_model: true
570
582
  name: Activity
571
- neatId: http://purl.org/cognite/neat/neatId_539c7bd5_adb5_466a_909d_607ed7a3cd5c
583
+ neatId: http://purl.org/cognite/neat/neatId_ddb890e4_2a78_4df8_a974_9be423eedb32
572
584
  view: ClassicEvent
573
585
  - description: Represents files.
574
586
  implements: cdf_cdm:CogniteFile(version=v1)
575
587
  in_model: true
576
588
  name: File
577
- neatId: http://purl.org/cognite/neat/neatId_3f7a661f_5b2b_4a4c_9ae8_e443d8c0ee1c
589
+ neatId: http://purl.org/cognite/neat/neatId_5fd23b0c_ed87_45d0_87ab_09e10dec0c4e
578
590
  view: ClassicFile
579
591
  - description: The CogniteSourceSystem core concept is used to standardize the way
580
592
  source system is stored.
581
593
  implements: cdf_cdm:CogniteSourceSystem(version=v1)
582
594
  in_model: true
583
- neatId: http://purl.org/cognite/neat/neatId_53b8b70c_eb54_4b92_9d9d_d77722badea0
595
+ neatId: http://purl.org/cognite/neat/neatId_7aed8567_2ca4_46ec_a71a_73922134219e
584
596
  view: ClassicSourceSystem
585
597
  - description: Represents a series of data points in time order.
586
598
  implements: cdf_cdm:CogniteTimeSeries(version=v1)
587
599
  in_model: true
588
600
  name: Time series
589
- neatId: http://purl.org/cognite/neat/neatId_a5f93a7e_9e4a_4229_92bc_ef8e372d86a2
601
+ neatId: http://purl.org/cognite/neat/neatId_c2e7d495_ae3d_4d33_abdd_d3e257dcc6b5
590
602
  view: ClassicTimeSeries
@@ -1,6 +1,8 @@
1
1
  from ._base import RulesTransformer
2
2
  from ._converters import (
3
3
  AddClassImplements,
4
+ ChangeViewPrefix,
5
+ ClassicPrepareCore,
4
6
  ConvertToRules,
5
7
  DMSToInformation,
6
8
  IncludeReferenced,
@@ -20,6 +22,8 @@ from ._verification import VerifyAnyRules, VerifyDMSRules, VerifyInformationRule
20
22
  __all__ = [
21
23
  "AddClassImplements",
22
24
  "AsParentPropertyId",
25
+ "ChangeViewPrefix",
26
+ "ClassicPrepareCore",
23
27
  "ConvertToRules",
24
28
  "DMSToInformation",
25
29
  "IncludeReferenced",