cognite-neat 0.114.0__py3-none-any.whl → 0.115.1__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.
- cognite/neat/_constants.py +4 -1
- cognite/neat/_graph/loaders/_rdf2dms.py +4 -4
- cognite/neat/_issues/warnings/__init__.py +8 -1
- cognite/neat/_issues/warnings/_general.py +10 -0
- cognite/neat/_issues/warnings/_properties.py +2 -2
- cognite/neat/_rules/exporters/_rules2excel.py +0 -10
- cognite/neat/_rules/importers/_dms2rules.py +25 -9
- cognite/neat/_rules/models/dms/_exporter.py +15 -2
- cognite/neat/_rules/models/dms/_rules.py +47 -12
- cognite/neat/_rules/models/dms/_rules_input.py +62 -3
- cognite/neat/_rules/models/information/_rules.py +0 -12
- cognite/neat/_rules/models/mapping/_classic2core.yaml +158 -152
- cognite/neat/_rules/transformers/_converters.py +22 -15
- cognite/neat/_rules/transformers/_mapping.py +1 -1
- cognite/neat/_session/_base.py +3 -0
- cognite/neat/_session/_read.py +13 -0
- cognite/neat/_session/_state.py +14 -3
- cognite/neat/_store/_rules_store.py +14 -0
- cognite/neat/_version.py +1 -1
- {cognite_neat-0.114.0.dist-info → cognite_neat-0.115.1.dist-info}/METADATA +1 -1
- {cognite_neat-0.114.0.dist-info → cognite_neat-0.115.1.dist-info}/RECORD +24 -24
- {cognite_neat-0.114.0.dist-info → cognite_neat-0.115.1.dist-info}/LICENSE +0 -0
- {cognite_neat-0.114.0.dist-info → cognite_neat-0.115.1.dist-info}/WHEEL +0 -0
- {cognite_neat-0.114.0.dist-info → cognite_neat-0.115.1.dist-info}/entry_points.txt +0 -0
|
@@ -3,18 +3,15 @@ containers:
|
|
|
3
3
|
neatId: http://purl.org/cognite/neat/neatId_bb7e4121_bc17_46c7_a93d_c855f710ccbe
|
|
4
4
|
used_for: node
|
|
5
5
|
- container: ClassicSourceSystem
|
|
6
|
-
neatId: http://purl.org/cognite/neat/neatId_57fcf04b_a65f_4fc5_92e6_e9e7ac5d6876
|
|
7
6
|
used_for: node
|
|
8
7
|
enum:
|
|
9
8
|
- collection: timeseriesType
|
|
10
9
|
description: Time series with double floating point data points.
|
|
11
10
|
name: numeric
|
|
12
|
-
neatId: http://purl.org/cognite/neat/neatId_a7441186_75bb_4d36_a6bc_59b4da0e0262
|
|
13
11
|
value: numeric
|
|
14
12
|
- collection: timeseriesType
|
|
15
13
|
description: Time series with string data points.
|
|
16
14
|
name: string
|
|
17
|
-
neatId: http://purl.org/cognite/neat/neatId_df06ec7f_5412_4e48_872f_84e5234d5857
|
|
18
15
|
value: string
|
|
19
16
|
metadata:
|
|
20
17
|
created: '2024-08-29T13:49:56.696000'
|
|
@@ -29,17 +26,19 @@ metadata:
|
|
|
29
26
|
properties:
|
|
30
27
|
- connection: reverse(property=assets)
|
|
31
28
|
description: An automatically updated list of activities related to the asset.
|
|
32
|
-
|
|
29
|
+
max_count: .inf
|
|
30
|
+
min_count: 0
|
|
33
31
|
name: Activities
|
|
34
|
-
neatId: http://purl.org/cognite/neat/
|
|
32
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicAsset/activities
|
|
35
33
|
value_type: ClassicEvent
|
|
36
34
|
view: ClassicAsset
|
|
37
35
|
view_property: activities
|
|
38
36
|
- connection: reverse(property=parent)
|
|
39
37
|
description: An automatically updated list of assets with this asset as their parent.
|
|
40
|
-
|
|
38
|
+
max_count: .inf
|
|
39
|
+
min_count: 0
|
|
41
40
|
name: Children
|
|
42
|
-
neatId: http://purl.org/cognite/neat/
|
|
41
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicAsset/children
|
|
43
42
|
value_type: ClassicAsset
|
|
44
43
|
view: ClassicAsset
|
|
45
44
|
view_property: children
|
|
@@ -47,25 +46,27 @@ properties:
|
|
|
47
46
|
container_property: description
|
|
48
47
|
description: Description of the instance
|
|
49
48
|
immutable: false
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
49
|
+
max_count: 1
|
|
50
|
+
min_count: 0
|
|
51
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicAsset/description
|
|
53
52
|
value_type: text
|
|
54
53
|
view: ClassicAsset
|
|
55
54
|
view_property: description
|
|
56
55
|
- connection: reverse(property=asset)
|
|
57
56
|
description: An automatically updated list of equipment related to the asset.
|
|
58
|
-
|
|
57
|
+
max_count: .inf
|
|
58
|
+
min_count: 0
|
|
59
59
|
name: Equipment
|
|
60
|
-
neatId: http://purl.org/cognite/neat/
|
|
60
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicAsset/equipment
|
|
61
61
|
value_type: ClassicEquipment
|
|
62
62
|
view: ClassicAsset
|
|
63
63
|
view_property: equipment
|
|
64
64
|
- connection: reverse(property=assets)
|
|
65
65
|
description: An automatically updated list of files related to the asset.
|
|
66
|
-
|
|
66
|
+
max_count: .inf
|
|
67
|
+
min_count: 0
|
|
67
68
|
name: Files
|
|
68
|
-
neatId: http://purl.org/cognite/neat/
|
|
69
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicAsset/files
|
|
69
70
|
value_type: ClassicFile
|
|
70
71
|
view: ClassicAsset
|
|
71
72
|
view_property: files
|
|
@@ -73,9 +74,9 @@ properties:
|
|
|
73
74
|
container_property: tags
|
|
74
75
|
description: Text based labels for generic use, limited to 1000
|
|
75
76
|
immutable: false
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
77
|
+
max_count: 1000
|
|
78
|
+
min_count: 0
|
|
79
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicAsset/labels
|
|
79
80
|
value_type: text
|
|
80
81
|
view: ClassicAsset
|
|
81
82
|
view_property: labels
|
|
@@ -84,9 +85,9 @@ properties:
|
|
|
84
85
|
description: Name of the instance
|
|
85
86
|
immutable: false
|
|
86
87
|
index: name
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
88
|
+
max_count: 1
|
|
89
|
+
min_count: 0
|
|
90
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicAsset/name
|
|
90
91
|
value_type: text
|
|
91
92
|
view: ClassicAsset
|
|
92
93
|
view_property: name
|
|
@@ -95,10 +96,10 @@ properties:
|
|
|
95
96
|
container_property: assetHierarchy_parent
|
|
96
97
|
description: The parent of the asset.
|
|
97
98
|
immutable: false
|
|
98
|
-
|
|
99
|
+
max_count: 1
|
|
100
|
+
min_count: 0
|
|
99
101
|
name: Parent
|
|
100
|
-
neatId: http://purl.org/cognite/neat/
|
|
101
|
-
nullable: true
|
|
102
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicAsset/parentId
|
|
102
103
|
value_type: ClassicAsset
|
|
103
104
|
view: ClassicAsset
|
|
104
105
|
view_property: parentId
|
|
@@ -108,10 +109,10 @@ properties:
|
|
|
108
109
|
description: An automatically updated ordered list of this asset's ancestors, starting
|
|
109
110
|
with the root asset. Enables subtree filtering to find all assets under a parent.
|
|
110
111
|
immutable: false
|
|
111
|
-
|
|
112
|
+
max_count: 100
|
|
113
|
+
min_count: 0
|
|
112
114
|
name: Path
|
|
113
|
-
neatId: http://purl.org/cognite/neat/
|
|
114
|
-
nullable: true
|
|
115
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicAsset/path
|
|
115
116
|
value_type: ClassicAsset
|
|
116
117
|
view: ClassicAsset
|
|
117
118
|
view_property: path
|
|
@@ -120,10 +121,10 @@ properties:
|
|
|
120
121
|
container_property: assetHierarchy_root
|
|
121
122
|
description: An automatically updated reference to the top-level asset of the hierarchy.
|
|
122
123
|
immutable: false
|
|
123
|
-
|
|
124
|
+
max_count: 1
|
|
125
|
+
min_count: 0
|
|
124
126
|
name: Root
|
|
125
|
-
neatId: http://purl.org/cognite/neat/
|
|
126
|
-
nullable: true
|
|
127
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicAsset/root
|
|
127
128
|
value_type: ClassicAsset
|
|
128
129
|
view: ClassicAsset
|
|
129
130
|
view_property: root
|
|
@@ -133,25 +134,27 @@ properties:
|
|
|
133
134
|
description: Direct relation to a source system
|
|
134
135
|
immutable: false
|
|
135
136
|
index: source
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
137
|
+
max_count: 1
|
|
138
|
+
min_count: 0
|
|
139
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicAsset/source
|
|
139
140
|
value_type: ClassicSourceSystem
|
|
140
141
|
view: ClassicAsset
|
|
141
142
|
view_property: source
|
|
142
143
|
- connection: reverse(property=assets)
|
|
143
144
|
description: An automatically updated list of time series related to the asset.
|
|
144
|
-
|
|
145
|
+
max_count: .inf
|
|
146
|
+
min_count: 0
|
|
145
147
|
name: Time series
|
|
146
|
-
neatId: http://purl.org/cognite/neat/
|
|
148
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicAsset/timeSeries
|
|
147
149
|
value_type: ClassicTimeSeries
|
|
148
150
|
view: ClassicAsset
|
|
149
151
|
view_property: timeSeries
|
|
150
152
|
- connection: reverse(property=equipment)
|
|
151
153
|
description: An automatically updated list of activities related to the equipment.
|
|
152
|
-
|
|
154
|
+
max_count: .inf
|
|
155
|
+
min_count: 0
|
|
153
156
|
name: Activities
|
|
154
|
-
neatId: http://purl.org/cognite/neat/
|
|
157
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicEquipment/activities
|
|
155
158
|
value_type: ClassicEvent
|
|
156
159
|
view: ClassicEquipment
|
|
157
160
|
view_property: activities
|
|
@@ -160,19 +163,19 @@ properties:
|
|
|
160
163
|
container_property: asset
|
|
161
164
|
description: The asset the equipment is related to.
|
|
162
165
|
immutable: false
|
|
163
|
-
|
|
166
|
+
max_count: 1
|
|
167
|
+
min_count: 0
|
|
164
168
|
name: Asset
|
|
165
|
-
neatId: http://purl.org/cognite/neat/
|
|
166
|
-
nullable: true
|
|
169
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicEquipment/asset
|
|
167
170
|
value_type: ClassicAsset
|
|
168
171
|
view: ClassicEquipment
|
|
169
172
|
view_property: asset
|
|
170
173
|
- container: ClassicEquipment
|
|
171
174
|
container_property: classicEquipmentGUID
|
|
172
175
|
immutable: false
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
+
max_count: 1
|
|
177
|
+
min_count: 0
|
|
178
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicEquipment/classicEquipmentGUID
|
|
176
179
|
value_type: text
|
|
177
180
|
view: ClassicEquipment
|
|
178
181
|
view_property: classicEquipmentGUID
|
|
@@ -181,10 +184,10 @@ properties:
|
|
|
181
184
|
container_property: files
|
|
182
185
|
description: A list of files the equipment relates to.
|
|
183
186
|
immutable: false
|
|
184
|
-
|
|
187
|
+
max_count: 1000
|
|
188
|
+
min_count: 0
|
|
185
189
|
name: Files
|
|
186
|
-
neatId: http://purl.org/cognite/neat/
|
|
187
|
-
nullable: true
|
|
190
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicEquipment/files
|
|
188
191
|
value_type: ClassicFile
|
|
189
192
|
view: ClassicEquipment
|
|
190
193
|
view_property: files
|
|
@@ -194,17 +197,18 @@ properties:
|
|
|
194
197
|
description: Direct relation to a source system
|
|
195
198
|
immutable: false
|
|
196
199
|
index: source
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
+
max_count: 1
|
|
201
|
+
min_count: 0
|
|
202
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicEquipment/source
|
|
200
203
|
value_type: ClassicSourceSystem
|
|
201
204
|
view: ClassicEquipment
|
|
202
205
|
view_property: source
|
|
203
206
|
- connection: reverse(property=equipment)
|
|
204
207
|
description: An automatically updated list of time series related to the equipment.
|
|
205
|
-
|
|
208
|
+
max_count: .inf
|
|
209
|
+
min_count: 0
|
|
206
210
|
name: Time series
|
|
207
|
-
neatId: http://purl.org/cognite/neat/
|
|
211
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicEquipment/timeSeries
|
|
208
212
|
value_type: ClassicTimeSeries
|
|
209
213
|
view: ClassicEquipment
|
|
210
214
|
view_property: timeSeries
|
|
@@ -212,9 +216,9 @@ properties:
|
|
|
212
216
|
container_property: aliases
|
|
213
217
|
description: Alternative names for the node
|
|
214
218
|
immutable: false
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
219
|
+
max_count: 1000
|
|
220
|
+
min_count: 0
|
|
221
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicEvent/aliases
|
|
218
222
|
value_type: text
|
|
219
223
|
view: ClassicEvent
|
|
220
224
|
view_property: aliases
|
|
@@ -223,10 +227,10 @@ properties:
|
|
|
223
227
|
container_property: assets
|
|
224
228
|
description: A list of assets the activity is related to.
|
|
225
229
|
immutable: false
|
|
226
|
-
|
|
230
|
+
max_count: 1000
|
|
231
|
+
min_count: 0
|
|
227
232
|
name: Assets
|
|
228
|
-
neatId: http://purl.org/cognite/neat/
|
|
229
|
-
nullable: true
|
|
233
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicEvent/assetIds
|
|
230
234
|
value_type: ClassicAsset
|
|
231
235
|
view: ClassicEvent
|
|
232
236
|
view_property: assetIds
|
|
@@ -234,9 +238,9 @@ properties:
|
|
|
234
238
|
container_property: description
|
|
235
239
|
description: Description of the instance
|
|
236
240
|
immutable: false
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
241
|
+
max_count: 1
|
|
242
|
+
min_count: 0
|
|
243
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicEvent/description
|
|
240
244
|
value_type: text
|
|
241
245
|
view: ClassicEvent
|
|
242
246
|
view_property: description
|
|
@@ -245,9 +249,9 @@ properties:
|
|
|
245
249
|
description: The actual end time of an activity (or similar that extends this)
|
|
246
250
|
immutable: false
|
|
247
251
|
index: endTime
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
252
|
+
max_count: 1
|
|
253
|
+
min_count: 0
|
|
254
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicEvent/endTime
|
|
251
255
|
value_type: timestamp
|
|
252
256
|
view: ClassicEvent
|
|
253
257
|
view_property: endTime
|
|
@@ -256,10 +260,10 @@ properties:
|
|
|
256
260
|
container_property: equipment
|
|
257
261
|
description: A list of equipment the activity is related to.
|
|
258
262
|
immutable: false
|
|
259
|
-
|
|
263
|
+
max_count: 1000
|
|
264
|
+
min_count: 0
|
|
260
265
|
name: Equipment
|
|
261
|
-
neatId: http://purl.org/cognite/neat/
|
|
262
|
-
nullable: true
|
|
266
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicEvent/equipment
|
|
263
267
|
value_type: ClassicEquipment
|
|
264
268
|
view: ClassicEvent
|
|
265
269
|
view_property: equipment
|
|
@@ -267,9 +271,9 @@ properties:
|
|
|
267
271
|
container_property: tags
|
|
268
272
|
description: Text based labels for generic use, limited to 1000
|
|
269
273
|
immutable: false
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
274
|
+
max_count: 1000
|
|
275
|
+
min_count: 0
|
|
276
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicEvent/labels
|
|
273
277
|
value_type: text
|
|
274
278
|
view: ClassicEvent
|
|
275
279
|
view_property: labels
|
|
@@ -279,9 +283,9 @@ properties:
|
|
|
279
283
|
description: Direct relation to a source system
|
|
280
284
|
immutable: false
|
|
281
285
|
index: source
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
286
|
+
max_count: 1
|
|
287
|
+
min_count: 0
|
|
288
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicEvent/source
|
|
285
289
|
value_type: ClassicSourceSystem
|
|
286
290
|
view: ClassicEvent
|
|
287
291
|
view_property: source
|
|
@@ -290,9 +294,9 @@ properties:
|
|
|
290
294
|
description: The actual start time of an activity (or similar that extends this)
|
|
291
295
|
immutable: false
|
|
292
296
|
index: startTime
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
297
|
+
max_count: 1
|
|
298
|
+
min_count: 0
|
|
299
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicEvent/startTime
|
|
296
300
|
value_type: timestamp
|
|
297
301
|
view: ClassicEvent
|
|
298
302
|
view_property: startTime
|
|
@@ -301,10 +305,10 @@ properties:
|
|
|
301
305
|
container_property: timeSeries
|
|
302
306
|
description: A list of time series the activity is related to.
|
|
303
307
|
immutable: false
|
|
304
|
-
|
|
308
|
+
max_count: 1000
|
|
309
|
+
min_count: 0
|
|
305
310
|
name: Time series
|
|
306
|
-
neatId: http://purl.org/cognite/neat/
|
|
307
|
-
nullable: true
|
|
311
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicEvent/timeSeries
|
|
308
312
|
value_type: ClassicTimeSeries
|
|
309
313
|
view: ClassicEvent
|
|
310
314
|
view_property: timeSeries
|
|
@@ -313,10 +317,10 @@ properties:
|
|
|
313
317
|
container_property: assets
|
|
314
318
|
description: A list of assets this file is related to.
|
|
315
319
|
immutable: false
|
|
316
|
-
|
|
320
|
+
max_count: 1000
|
|
321
|
+
min_count: 0
|
|
317
322
|
name: Assets
|
|
318
|
-
neatId: http://purl.org/cognite/neat/
|
|
319
|
-
nullable: true
|
|
323
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicFile/assetIds
|
|
320
324
|
value_type: ClassicAsset
|
|
321
325
|
view: ClassicFile
|
|
322
326
|
view_property: assetIds
|
|
@@ -325,18 +329,19 @@ properties:
|
|
|
325
329
|
description: Contains the path elements from the source (if the source system has
|
|
326
330
|
a file system hierarchy or similar.)
|
|
327
331
|
immutable: false
|
|
328
|
-
|
|
332
|
+
max_count: 1
|
|
333
|
+
min_count: 0
|
|
329
334
|
name: Directory
|
|
330
|
-
neatId: http://purl.org/cognite/neat/
|
|
331
|
-
nullable: true
|
|
335
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicFile/directory
|
|
332
336
|
value_type: text
|
|
333
337
|
view: ClassicFile
|
|
334
338
|
view_property: directory
|
|
335
339
|
- connection: reverse(property=files)
|
|
336
340
|
description: An automatically updated list of equipment this file is related to.
|
|
337
|
-
|
|
341
|
+
max_count: .inf
|
|
342
|
+
min_count: 0
|
|
338
343
|
name: Equipment
|
|
339
|
-
neatId: http://purl.org/cognite/neat/
|
|
344
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicFile/equipment
|
|
340
345
|
value_type: ClassicEquipment
|
|
341
346
|
view: ClassicFile
|
|
342
347
|
view_property: equipment
|
|
@@ -344,9 +349,9 @@ properties:
|
|
|
344
349
|
container_property: tags
|
|
345
350
|
description: Text based labels for generic use, limited to 1000
|
|
346
351
|
immutable: false
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
352
|
+
max_count: 1000
|
|
353
|
+
min_count: 0
|
|
354
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicFile/labels
|
|
350
355
|
value_type: text
|
|
351
356
|
view: ClassicFile
|
|
352
357
|
view_property: labels
|
|
@@ -354,10 +359,10 @@ properties:
|
|
|
354
359
|
container_property: mimeType
|
|
355
360
|
description: The MIME type of the file.
|
|
356
361
|
immutable: false
|
|
357
|
-
|
|
362
|
+
max_count: 1
|
|
363
|
+
min_count: 0
|
|
358
364
|
name: MIME type
|
|
359
|
-
neatId: http://purl.org/cognite/neat/
|
|
360
|
-
nullable: true
|
|
365
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicFile/mimeType
|
|
361
366
|
value_type: text
|
|
362
367
|
view: ClassicFile
|
|
363
368
|
view_property: mimeType
|
|
@@ -366,9 +371,9 @@ properties:
|
|
|
366
371
|
description: Name of the instance
|
|
367
372
|
immutable: false
|
|
368
373
|
index: name
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
374
|
+
max_count: 1
|
|
375
|
+
min_count: 0
|
|
376
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicFile/name
|
|
372
377
|
value_type: text
|
|
373
378
|
view: ClassicFile
|
|
374
379
|
view_property: name
|
|
@@ -378,9 +383,9 @@ properties:
|
|
|
378
383
|
description: Direct relation to a source system
|
|
379
384
|
immutable: false
|
|
380
385
|
index: source
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
386
|
+
max_count: 1
|
|
387
|
+
min_count: 0
|
|
388
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicFile/source
|
|
384
389
|
value_type: ClassicSourceSystem
|
|
385
390
|
view: ClassicFile
|
|
386
391
|
view_property: source
|
|
@@ -389,9 +394,9 @@ properties:
|
|
|
389
394
|
description: When the instance was created in source system (if available)
|
|
390
395
|
immutable: false
|
|
391
396
|
index: sourceCreatedTime
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
397
|
+
max_count: 1
|
|
398
|
+
min_count: 0
|
|
399
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicFile/sourceCreatedTime
|
|
395
400
|
value_type: timestamp
|
|
396
401
|
view: ClassicFile
|
|
397
402
|
view_property: sourceCreatedTime
|
|
@@ -400,36 +405,37 @@ properties:
|
|
|
400
405
|
description: When the instance was last updated in the source system (if available)
|
|
401
406
|
immutable: false
|
|
402
407
|
index: sourceUpdatedTime
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
408
|
+
max_count: 1
|
|
409
|
+
min_count: 0
|
|
410
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicFile/sourceModifiedTime
|
|
406
411
|
value_type: timestamp
|
|
407
412
|
view: ClassicFile
|
|
408
413
|
view_property: sourceModifiedTime
|
|
409
414
|
- container: ClassicSourceSystem
|
|
410
415
|
container_property: classicSourceSystemGUID
|
|
411
416
|
immutable: false
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
417
|
+
max_count: 1
|
|
418
|
+
min_count: 0
|
|
419
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicSourceSystem/classicSourceSystemGUID
|
|
415
420
|
value_type: text
|
|
416
421
|
view: ClassicSourceSystem
|
|
417
422
|
view_property: classicSourceSystemGUID
|
|
418
423
|
- container: cdf_cdm:CogniteDescribable
|
|
419
424
|
container_property: name
|
|
420
425
|
immutable: false
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
426
|
+
max_count: 1
|
|
427
|
+
min_count: 0
|
|
428
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicSourceSystem/name
|
|
424
429
|
value_type: text
|
|
425
430
|
view: ClassicSourceSystem
|
|
426
431
|
view_property: name
|
|
427
432
|
- connection: reverse(property=timeSeries)
|
|
428
433
|
description: An automatically updated list of activities the time series is related
|
|
429
434
|
to.
|
|
430
|
-
|
|
435
|
+
max_count: .inf
|
|
436
|
+
min_count: 0
|
|
431
437
|
name: Activities
|
|
432
|
-
neatId: http://purl.org/cognite/neat/
|
|
438
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicTimeSeries/activities
|
|
433
439
|
value_type: ClassicEvent
|
|
434
440
|
view: ClassicTimeSeries
|
|
435
441
|
view_property: activities
|
|
@@ -438,10 +444,10 @@ properties:
|
|
|
438
444
|
container_property: assets
|
|
439
445
|
description: A list of assets the time series is related to.
|
|
440
446
|
immutable: false
|
|
441
|
-
|
|
447
|
+
max_count: 1000
|
|
448
|
+
min_count: 0
|
|
442
449
|
name: Assets
|
|
443
|
-
neatId: http://purl.org/cognite/neat/
|
|
444
|
-
nullable: true
|
|
450
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicTimeSeries/assetId
|
|
445
451
|
value_type: ClassicAsset
|
|
446
452
|
view: ClassicTimeSeries
|
|
447
453
|
view_property: assetId
|
|
@@ -449,9 +455,9 @@ properties:
|
|
|
449
455
|
container_property: description
|
|
450
456
|
description: Description of the instance
|
|
451
457
|
immutable: false
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
458
|
+
max_count: 1
|
|
459
|
+
min_count: 0
|
|
460
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicTimeSeries/description
|
|
455
461
|
value_type: text
|
|
456
462
|
view: ClassicTimeSeries
|
|
457
463
|
view_property: description
|
|
@@ -460,22 +466,22 @@ properties:
|
|
|
460
466
|
container_property: equipment
|
|
461
467
|
description: A list of equipment the time series is related to.
|
|
462
468
|
immutable: false
|
|
463
|
-
|
|
469
|
+
max_count: 1000
|
|
470
|
+
min_count: 0
|
|
464
471
|
name: Equipment
|
|
465
|
-
neatId: http://purl.org/cognite/neat/
|
|
466
|
-
nullable: true
|
|
472
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicTimeSeries/equipment
|
|
467
473
|
value_type: ClassicEquipment
|
|
468
474
|
view: ClassicTimeSeries
|
|
469
475
|
view_property: equipment
|
|
470
476
|
- container: cdf_cdm:CogniteTimeSeries
|
|
471
477
|
container_property: isStep
|
|
472
|
-
default:
|
|
478
|
+
default: false
|
|
473
479
|
description: Specifies whether the time series is a step time series or not.
|
|
474
480
|
immutable: false
|
|
475
|
-
|
|
481
|
+
max_count: 1
|
|
482
|
+
min_count: 1
|
|
476
483
|
name: Is step
|
|
477
|
-
neatId: http://purl.org/cognite/neat/
|
|
478
|
-
nullable: false
|
|
484
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicTimeSeries/isStep
|
|
479
485
|
value_type: boolean
|
|
480
486
|
view: ClassicTimeSeries
|
|
481
487
|
view_property: isStep
|
|
@@ -483,10 +489,10 @@ properties:
|
|
|
483
489
|
container_property: type
|
|
484
490
|
description: Specifies the data type of the data points.
|
|
485
491
|
immutable: true
|
|
486
|
-
|
|
492
|
+
max_count: 1
|
|
493
|
+
min_count: 1
|
|
487
494
|
name: Type
|
|
488
|
-
neatId: http://purl.org/cognite/neat/
|
|
489
|
-
nullable: false
|
|
495
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicTimeSeries/isString
|
|
490
496
|
value_type: enum(collection=timeseriesType)
|
|
491
497
|
view: ClassicTimeSeries
|
|
492
498
|
view_property: isString
|
|
@@ -494,9 +500,9 @@ properties:
|
|
|
494
500
|
container_property: aliases
|
|
495
501
|
description: Alternative names for the node
|
|
496
502
|
immutable: false
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
503
|
+
max_count: 1000
|
|
504
|
+
min_count: 0
|
|
505
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicTimeSeries/legacyName
|
|
500
506
|
value_type: text
|
|
501
507
|
view: ClassicTimeSeries
|
|
502
508
|
view_property: legacyName
|
|
@@ -505,9 +511,9 @@ properties:
|
|
|
505
511
|
description: Name of the instance
|
|
506
512
|
immutable: false
|
|
507
513
|
index: name
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
514
|
+
max_count: 1
|
|
515
|
+
min_count: 0
|
|
516
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicTimeSeries/name
|
|
511
517
|
value_type: text
|
|
512
518
|
view: ClassicTimeSeries
|
|
513
519
|
view_property: name
|
|
@@ -515,9 +521,9 @@ properties:
|
|
|
515
521
|
container_property: tags
|
|
516
522
|
description: Text based labels for generic use, limited to 1000
|
|
517
523
|
immutable: false
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
524
|
+
max_count: 1000
|
|
525
|
+
min_count: 0
|
|
526
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicTimeSeries/securityCategories
|
|
521
527
|
value_type: text
|
|
522
528
|
view: ClassicTimeSeries
|
|
523
529
|
view_property: securityCategories
|
|
@@ -527,9 +533,9 @@ properties:
|
|
|
527
533
|
description: Direct relation to a source system
|
|
528
534
|
immutable: false
|
|
529
535
|
index: source
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
536
|
+
max_count: 1
|
|
537
|
+
min_count: 0
|
|
538
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicTimeSeries/source
|
|
533
539
|
value_type: ClassicSourceSystem
|
|
534
540
|
view: ClassicTimeSeries
|
|
535
541
|
view_property: source
|
|
@@ -537,10 +543,10 @@ properties:
|
|
|
537
543
|
container_property: sourceUnit
|
|
538
544
|
description: The unit specified in the source system.
|
|
539
545
|
immutable: false
|
|
540
|
-
|
|
546
|
+
max_count: 1
|
|
547
|
+
min_count: 0
|
|
541
548
|
name: Source unit
|
|
542
|
-
neatId: http://purl.org/cognite/neat/
|
|
543
|
-
nullable: true
|
|
549
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicTimeSeries/unit
|
|
544
550
|
value_type: text
|
|
545
551
|
view: ClassicTimeSeries
|
|
546
552
|
view_property: unit
|
|
@@ -549,10 +555,10 @@ properties:
|
|
|
549
555
|
container_property: unit
|
|
550
556
|
description: The unit of the time series.
|
|
551
557
|
immutable: false
|
|
552
|
-
|
|
558
|
+
max_count: 1
|
|
559
|
+
min_count: 0
|
|
553
560
|
name: Unit
|
|
554
|
-
neatId: http://purl.org/cognite/neat/
|
|
555
|
-
nullable: true
|
|
561
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicTimeSeries/unitExternalId
|
|
556
562
|
value_type: cdf_cdm:CogniteUnit(version=v1)
|
|
557
563
|
view: ClassicTimeSeries
|
|
558
564
|
view_property: unitExternalId
|
|
@@ -560,43 +566,43 @@ views:
|
|
|
560
566
|
- description: Represents a single unit of measurement
|
|
561
567
|
implements: cdf_cdm:CogniteDescribable(version=v1)
|
|
562
568
|
in_model: true
|
|
563
|
-
neatId: http://purl.org/cognite/neat/
|
|
569
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/CogniteUnit
|
|
564
570
|
view: cdf_cdm:CogniteUnit(version=v1)
|
|
565
571
|
- description: Assets represent systems that support industrial functions or processes.
|
|
566
572
|
Assets are often called 'functional location'.
|
|
567
573
|
implements: cdf_cdm:CogniteAsset(version=v1)
|
|
568
574
|
in_model: true
|
|
569
575
|
name: Asset
|
|
570
|
-
neatId: http://purl.org/cognite/neat/
|
|
576
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicAsset
|
|
571
577
|
view: ClassicAsset
|
|
572
578
|
- description: Equipment represents physical supplies or devices.
|
|
573
579
|
implements: cdf_cdm:CogniteEquipment(version=v1)
|
|
574
580
|
in_model: true
|
|
575
581
|
name: Equipment
|
|
576
|
-
neatId: http://purl.org/cognite/neat/
|
|
582
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicEquipment
|
|
577
583
|
view: ClassicEquipment
|
|
578
584
|
- description: Represents activities. Activities typically happen over a period and
|
|
579
585
|
have a start and end time.
|
|
580
586
|
implements: cdf_cdm:CogniteActivity(version=v1)
|
|
581
587
|
in_model: true
|
|
582
588
|
name: Activity
|
|
583
|
-
neatId: http://purl.org/cognite/neat/
|
|
589
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicEvent
|
|
584
590
|
view: ClassicEvent
|
|
585
591
|
- description: Represents files.
|
|
586
592
|
implements: cdf_cdm:CogniteFile(version=v1)
|
|
587
593
|
in_model: true
|
|
588
594
|
name: File
|
|
589
|
-
neatId: http://purl.org/cognite/neat/
|
|
595
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicFile
|
|
590
596
|
view: ClassicFile
|
|
591
597
|
- description: The CogniteSourceSystem core concept is used to standardize the way
|
|
592
598
|
source system is stored.
|
|
593
599
|
implements: cdf_cdm:CogniteSourceSystem(version=v1)
|
|
594
600
|
in_model: true
|
|
595
|
-
neatId: http://purl.org/cognite/neat/
|
|
601
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicSourceSystem
|
|
596
602
|
view: ClassicSourceSystem
|
|
597
603
|
- description: Represents a series of data points in time order.
|
|
598
604
|
implements: cdf_cdm:CogniteTimeSeries(version=v1)
|
|
599
605
|
in_model: true
|
|
600
606
|
name: Time series
|
|
601
|
-
neatId: http://purl.org/cognite/neat/
|
|
607
|
+
neatId: http://purl.org/cognite/neat/data-model/verified/physical/mapping/ClassicCoreMapping/v1.0/ClassicTimeSeries
|
|
602
608
|
view: ClassicTimeSeries
|