01. Conceptual Data Model Overview¶
1. Core Business Objects¶
- Object:
[e.g., Well] - Type:
[Physical Asset] - Object:
[e.g., Work Order] - Type:
[Event] - Object:
[e.g., Maintenance Report] - Type:
[Document] - Object:
[e.g., ProductionData] - Type:
[Process]
2. Relationships Between Objects¶
-
Relationship:
[Work Order]->[Well] -
Description:
[A Work Order is performed on a Well.] - Type:
<REPLACE_ME: direct|edge> - Multiplicity:
<REPLACE_ME: 1:1|1:N|N:M> -
Label:
<REPLACE_ME: e.g., performedOn> -
Relationship:
[Maintenance Report]->[Work Order] -
Description:
[A Maintenance Report documents the results of a Work Order.] - Type:
<REPLACE_ME: direct|edge> - Multiplicity:
<REPLACE_ME: 1:1|1:N|N:M> -
Label:
<REPLACE_ME: e.g., documents> -
Relationship:
[ProductionData]->[Well] -
Description:
[Production Data is measured from a Well.] - Type:
<REPLACE_ME: direct|edge> - Multiplicity:
<REPLACE_ME: 1:1|1:N|N:M> - Label:
<REPLACE_ME: e.g., measuredFrom>
3. External References¶
- Reference External Model:
<REPLACE_ME: e.g., CogniteAsset from cdf_cdm> - Space:
<REPLACE_ME: e.g., cdf_cdm>
4. Module Data Model¶
- Data Model External ID:
<REPLACE_ME: e.g., WellPerformanceModel> - Version:
<REPLACE_ME: e.g., v1> - Grouped Views:
<REPLACE_ME: e.g., WellView, WorkOrderView>