{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-guides/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Table of Contents","description":"Accelerate E&P application development and protect your innovation by consuming our Data and Domain APIs / Platform APIs.","lang":"en-US","meta":[{"name":"robots","content":"noindex"}],"llmstxt":{"hide":true,"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"table-of-contents","__idx":0},"children":["Table of Contents ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"TOC"},"children":[]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#introduction"},"children":["Introduction"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#data-mastering-workflow"},"children":["Data Mastering Workflow"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#pre-requisites"},"children":["Pre-requisites"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#data-mastering-configurations"},"children":["Configurations"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#creating-configurations"},"children":["How to create the configurations"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#example-of-data-mastering-workflow"},"children":["Example of Data Mastering workflow"]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"introduction","__idx":1},"children":["Introduction ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"introduction"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Data Workspace- Data Flow Services expose many services which enable an application developer to perform various data transformation workflows. One such transformation workflow is merging wks data records from different sources (public, 3rd party, etc.) to build an improved or more complete version of a record. This workflow can add missing values or update existing ones from more trustworthy sources, which is called the Master record. The process of creating a Master record is called the Data Mastering workflow. The Data Mastering service collects and transforms all of the data from one or more sources for the same entity type and creates a blended record based on source attribute prioritization rules. For example, a data manager can declare that corporate sources have a higher priority than public sources for specific attributes."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"data-mastering-workflow","__idx":2},"children":["Data Mastering Workflow ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"data-mastering-workflow"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"pre-requisites","__idx":3},"children":["Pre-requisites ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"pre-requisites"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The Data Mastering service performs the merging of attributes on the basis of the \"Source\" attribute present in a WKS record. To have this \"Source\" information in a WKS record, your mapping file, which maps the attributes of a RAW record to a WKS record, must contain the mapping of the \"Source\" attribute."," ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]}," ","The following examples show the mapping of the \"source\" attribute which must exist in the RAW to WKS transformation mapping file:"]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[" Source attribute mapping with kind "]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"        {\n          \"identifier\": \"Source\",\n          \"operations\": [\n            {\n              \"type\": \"COPY\",\n              \"sourceProperty\": \"kind\",\n              \"targetProperty\": \"data.Source\"\n            }\n          ]\n        }\n\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[" Source attribute mapping with constant value "]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"        {\n          \"identifier\": \"Source\",\n          \"operations\": [\n            {\n              \"type\": \"CONSTANT\",\n              \"sourceProperty\": \"CorporateDB\",\n              \"targetProperty\": \"data.Source\"\n            }\n          ]\n        }\n\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You can create the Source(RAW) to WKS mapping file by using the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Data Flow - Mapping Service"]}," - POST /mappings endpoint as shown ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/solutions/data-workspace/apis/osdu-mapping-service"},"children":["here"]},". For more details about creating the Mapping file, refer to the ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/solutions/data-workspace/tutorial/mapping-service"},"children":["Mapping Service tutorial"]},"."]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#TOC"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"configurations","__idx":4},"children":["Configurations ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"data-mastering-configurations"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This service requires the following information to perform the Data Mastering process:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["A. Match Rules:",{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"u","attributes":{},"children":["WKS Record Kind"]},": This refers to the kind of record that is in process for Master record creation. (For example, \"osdu:wks:master-data--Wellbore:1.0.0\", \"osdu:wks:master-data--Well:1.0.0\", \"osdu:wks:master-data--Field:1.0.0\" etc.)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"u","attributes":{},"children":["Source"]},": This refers to the source from which above WKS record is derived and for which priorities to merge the attributes are present in MergeRules."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"u","attributes":{},"children":["MatchKey(s)"]},": This is required to search the already created Master record. If the service finds the already created Master record, then it starts the merging process; otherwise it creates a new Master record."]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["B. MergeRules: MergeRules specifies conditions and priorities based on which multiple source records can be merged to produce a single golden (Master) record. Refer to the example presented ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#example-of-data-mastering-workflow"},"children":["here"]}," to better understand the MergeRules."]}]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#TOC"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":4,"id":"how-to-create-the-configurations","__idx":5},"children":["How to create the configurations ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"creating-configurations"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You can create these configurations using ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Data Flow Service - Data Mastering Configurations APIs"]},".",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/solutions/data-workspace/apis/osdu-data-mastering-configurations"},"children":["API reference"]},". For more details about these configurations, refer to the ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/solutions/data-workspace/tutorial/data-mastering-configurations"},"children":["Mastering Configuration"]},"."]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#TOC"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"example-of-the-data-mastering-workflow-using-the-sample-configurations","__idx":6},"children":["Example of the Data Mastering Workflow using the sample configurations ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"example-of-data-mastering-workflow"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following is an example of Match Rules, Merge Rules, WKS records of different sources, and a generated Master record that explains the Data Mastering Workflow (merging of the attributes) as per its actual use:"]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[" Match Rules for master-data--Wellbore and Source-A"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"        {\n          \"kind\": \"osdu:wks:master-data--Wellbore:1.*.*\",\n          \"source\": \"Source-A\",\n          \"matchRules\": [\n            {\n              \"priority\": 1,\n              \"matchKeys\": [\n                {\n                  \"matchKey\": \"data.NameAliases[#].AliasName\",\n                  \"andCondition\": [\n                    {\n                      \"type\": \"equals\",\n                      \"attribute\": \"data.NameAliases[#].AliasNameTypeID\",\n                      \"value\": \"{datapartition}:reference-data--AliasNameType:UniqueIdentifier:\"\n                    }\n                  ]\n                }\n              ]\n            },\n            {\n              \"priority\": 2,\n              \"matchKeys\": [\n                {\n                  \"matchKey\": \"data.FacilityID\"\n                }\n              ]\n            },\n            {\n              \"priority\": 3,\n              \"matchKeys\": [\n                {\n                  \"matchKey\": \"data.SpatialLocation.AsIngestedCoordinates.features[#].geometry.coordinates\"\n                }\n              ]\n            }\n          ]\n        }\n\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[" Match Rules for master-data--Wellbore and Source-B"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"        {\n          \"kind\": \"osdu:wks:master-data--Wellbore:1.*.*\",\n          \"source\": \"Source-B\",\n          \"matchRules\": [\n            {\n              \"priority\": 1,\n              \"matchKeys\": [\n                {\n                  \"matchKey\": \"data.FacilityID\"\n                }\n              ]\n            }\n          ]\n        }\n\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[" Merge Rules "]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"        {\n          \"kind\": \"osdu:wks:master-data--Wellbore:1.*.*\",\n          \"mergeRules\": [\n            {\n              \"attribute\": \"data.FacilityName\",\n              \"rules\": [\n                {\n                  \"priorities\": [\n                    \"Source-A\",\n                    \"Source-B\"\n                  ]\n                }\n              ]\n            },\n            {\n              \"attribute\": \"data.FacilityID\",\n              \"rules\": [\n                {\n                  \"priorities\": [\n                    \"Source-B\",\n                    \"Source-A\"\n                  ]\n                }\n              ]\n            },\n            {\n              \"attribute\": \"data.FacilitySpecifications[*]\",\n              \"rules\": [\n                {\n                  \"priorities\": [\n                    \"Source-A\",\n                    \"Source-B\"\n                  ]\n                }\n              ]\n            },\n            {\n              \"attribute\": \"data.FacilityStates[*]\",\n              \"rules\": [\n                {\n                  \"priorities\": [\n                    \"Source-B\",\n                    \"Source-A\"\n                  ]\n                }\n              ]\n            },\n            {\n              \"attribute\": \"data.VerticalMeasurements[*]\",\n              \"rules\": [\n                {\n                  \"priorities\": [\n                    \"Source-B\",\n                    \"Source-A\"\n                  ],\n                  \"andCondition\": [\n                    {\n                      \"type\": \"notEquals\",\n                      \"attribute\": \"data.VerticalMeasurements[#].VerticalMeasurementTypeID\",\n                      \"values\": [\n                        \"{datapartition}:reference-data--VerticalMeasurementType:KB:\",\n                        \"{datapartition}:reference-data--VerticalMeasurementType:TVD:\"\n                      ]\n                    }\n                  ]\n                }\n              ]\n            },\n            {\n              \"attribute\": \"data.SpatialLocation\",\n              \"rules\": [\n                {\n                  \"priorities\": [\n                    \"Source-B\",\n                    \"Source-A\"\n                  ]\n                }\n              ]\n            },\n            {\n              \"attribute\": \"data.KickOffWellbore\",\n              \"rules\": [\n                {\n                  \"priorities\": [\n                    \"Source-B\",\n                    \"Source-A\"\n                  ]\n                }\n              ]\n            },\n            {\n              \"attribute\": \"data.NameAliases[*]\",\n              \"rules\": [\n                {\n                  \"priorities\": [\n                    \"Source-A\",\n                    \"Source-B\"\n                  ],\n                  \"andCondition\": [\n                    {\n                      \"type\": \"equals\",\n                      \"attribute\": \"data.NameAliases[#].AliasNameTypeID\",\n                      \"values\": [\n                        \"{datapartition}:reference-data--AliasNameType:UniqueIdentifier:\",\n                        \"{datapartition}:reference-data--AliasNameType:LeaseIdentifier:\"\n                      ]\n                    }\n                  ]\n                },\n                {\n                  \"priorities\": [\n                    \"Source-B\",\n                    \"Source-A\"\n                  ],\n                  \"andCondition\": [\n                    {\n                      \"type\": \"equals\",\n                      \"attribute\": \"data.NameAliases[#].AliasNameTypeID\",\n                      \"values\": [\n                        \"{datapartition}:reference-data--AliasNameType:RegulatoryIdentifier:\"\n                      ]\n                    }\n                  ]\n                }\n              ]\n            },\n            {\n              \"attribute\": \"data.ExtensionProperties.SLBWellContexts\",\n              \"rules\": [\n                {\n                  \"priorities\": [\n                    \"Source-A\",\n                    \"Source-B\"\n                  ]\n                }\n              ]\n            },\n            {\n              \"attribute\": \"data.ExtensionProperties.LocationContexts.Country\",\n              \"rules\": [\n                {\n                  \"priorities\": [\n                    \"Source-A\",\n                    \"Source-B\"\n                  ]\n                }\n              ]\n            },\n            {\n              \"attribute\": \"data.ExtensionProperties.LocationContexts.EwDirection\",\n              \"rules\": [\n                {\n                  \"priorities\": [\n                    \"Source-B\",\n                    \"Source-A\"\n                  ]\n                }\n              ]\n            }\n          ]\n        }\n\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[" WKS record from Source-A "]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"       {\n          \"data\": {\n            \"NameAliases\": [\n              {\n                \"AliasName\": \"SLB-UWI-A101\",\n                \"AliasNameTypeID\": \"{datapartition}:reference-data--AliasNameType:UniqueIdentifier:\",\n                \"DefinitionOrganisationID\": \"{datapartition}:master-data--Organisation:c5a035f54c7646449fe1a87c9606de3e:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\",\n                \"TerminationDateTime\": \"2023-03-13T09:13:15.55Z\"\n              },\n              {\n                \"AliasName\": \"Lease-A\",\n                \"AliasNameTypeID\": \"{datapartition}:reference-data--AliasNameType:LeaseIdentifier:\",\n                \"DefinitionOrganisationID\": \"{datapartition}:master-data--Organisation:c5a035f54c7646449fe1a87c9606de3e:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\",\n                \"TerminationDateTime\": \"2023-03-13T09:13:15.55Z\"\n              },\n              {\n                \"AliasName\": \"Field-A\",\n                \"AliasNameTypeID\": \"{datapartition}:reference-data--AliasNameType:RegulatoryIdentifier:\",\n                \"DefinitionOrganisationID\": \"{datapartition}:master-data--Organisation:c5a035f54c7646449fe1a87c9606de3e:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\",\n                \"TerminationDateTime\": \"2023-03-13T09:13:15.55Z\"\n              }\n            ],\n            \"FacilitySpecifications\": [\n              {\n                \"FacilitySpecificationText\": \"Example FacilitySpecificationText\",\n                \"ParameterTypeID\": \"{datapartition}:reference-data--ParameterType:SlotName:\",\n                \"EffectiveDateTime\": \"2022-01-15T09:13:15.55Z\",\n                \"FacilitySpecificationDateTime\": \"2022-03-22T09:13:15.55Z\",\n                \"FacilitySpecificationIndicator\": \"False\"\n              },\n              {\n                \"FacilitySpecificationText\": \"Example FacilitySpecificationText\",\n                \"ParameterTypeID\": \"{datapartition}:reference-data--ParameterType:PermitNumber:\",\n                \"TerminationDateTime\": \"2022-02-15T09:13:15.55Z\",\n                \"EffectiveDateTime\": \"2021-01-10T09:13:15.55Z\",\n                \"FacilitySpecificationDateTime\": \"2021-01-10T09:13:15.55Z\",\n                \"FacilitySpecificationIndicator\": \"False\"\n              }\n            ],\n            \"FacilityStates\": [\n              {\n                \"EffectiveDateTime\": \"2021-02-13T08:13:15.55Z\",\n                \"TerminationDateTime\": \"2021-09-10T10:15:15.55Z\",\n                \"FacilityStateTypeID\": \"{datapartition}:reference-data--FacilityStateType:Planning:\"\n              }\n            ],\n            \"FacilityEvents\": [\n              {\n                \"FacilityEventTypeID\": \"{datapartition}:reference-data--FacilityEventType:WorkoverFinish:\",\n                \"EffectiveDateTime\": \"2021-08-25T11:45:25.45Z\"\n              }\n            ],\n            \"FacilityOperators\": [\n              {\n                \"FacilityOperatorID\": \"SLB-Trusted-Operator\",\n                \"FacilityOperatorOrganisationID\": \"{datapartition}:master-data--Organisation:48428bc276a94fbab522c3e8dac2d11a\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\",\n                \"TerminationDateTime\": \"2022-03-25T09:13:15.55Z\"\n              }\n            ],\n            \"SpatialLocation\": {\n              \"AsIngestedCoordinates\": {\n                \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15852:\",\n                \"features\": [\n                  {\n                    \"geometry\": {\n                      \"coordinates\": [\n                        -73.771724,\n                        42.516771\n                      ],\n                      \"type\": \"AnyCrsPoint\"\n                    },\n                    \"type\": \"AnyCrsFeature\",\n                    \"properties\": {}\n                  }\n                ],\n                \"persistableReferenceCrs\": \"{\\\\lateBoundCRS\\\\\\\":{\\\\\\\"wkt\\\\\\\":\\\\\\\"PROJCS[\\\\\\\\\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\\\\\\GEOGCS[\\\\\\\\\\\\\\\"GCS_North_American_1927\\\\\\\\\\\\DATUM[\\\\\\\\\\\\\\\"D_North_American_1927\\\\\\\\\\\\SPHEROID[\\\\\\\\\\\\\\\"Clarke_1866\\\\\\\\\\\\6378206.4,294.9786982]],PRIMEM[\\\\\\\\\\\\\\\"Greenwich\\\\\\\\\\\\0.0],UNIT[\\\\\\\\\\\\\\\"Degree\\\\\\\\\\\\0.0174532925199433]],PROJECTION[\\\\\\\\\\\\\\\"Lambert_Conformal_Conic\\\\\\\\\\\\\\\"],PARAMETER[\\\\\\\\\\\\\\\"False_Easting\\\\\\\\\\\\2000000.0],PARAMETER[\\\\\\\\\\\\\\\"False_Northing\\\\\\\\\\\\0.0],PARAMETER[\\\\\\\\\\\\\\\"Central_Meridian\\\\\\\\\\\\-100.5],PARAMETER[\\\\\\\\\\\\\\\"Standard_Parallel_1\\\\\\\\\\\\46.1833333333333],PARAMETER[\\\\\\\\\\\\\\\"Standard_Parallel_2\\\\\\\\\\\\47.4833333333333],PARAMETER[\\\\\\\\\\\\\\\"Latitude_Of_Origin\\\\\\\\\\\\45.6666666666667],UNIT[\\\\\\\\\\\\\\\"Foot_US\\\\\\\\\\\\0.304800609601219],AUTHORITY[\\\\\\\\\\\\\\\"EPSG\\\\\\\\\\\\32021]]\\\\\\\\\\\"ver\\\\\\\":\\\\\\\"PE_10_3_1\\\\\\\\\\\"name\\\\\\\":\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\\\\\"authCode\\\\\\\":{\\\\\\\"auth\\\\\\\":\\\\\\\"EPSG\\\\\\\\\\\"code\\\\\\\":\\\\\\\"32021\\\\\\\"},\\\\\\\"type\\\\\\\":\\\\\\\"LBC\\\\\\\"},\\\\\\\"singleCT\\\\\\\":{\\\\\\\"wkt\\\\\\\":\\\\\\\"GEOGTRAN[\\\\\\\\\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\\\\\\GEOGCS[\\\\\\\\\\\\\\\"GCS_North_American_1927\\\\\\\\\\\\DATUM[\\\\\\\\\\\\\\\"D_North_American_1927\\\\\\\\\\\\SPHEROID[\\\\\\\\\\\\\\\"Clarke_1866\\\\\\\\\\\\6378206.4,294.9786982]],PRIMEM[\\\\\\\\\\\\\\\"Greenwich\\\\\\\\\\\\0.0],UNIT[\\\\\\\\\\\\\\\"Degree\\\\\\\\\\\\0.0174532925199433]],GEOGCS[\\\\\\\\\\\\\\\"GCS_WGS_1984\\\\\\\\\\\\DATUM[\\\\\\\\\\\\\\\"D_WGS_1984\\\\\\\\\\\\SPHEROID[\\\\\\\\\\\\\\\"WGS_1984\\\\\\\\\\\\6378137.0,298.257223563]],PRIMEM[\\\\\\\\\\\\\\\"Greenwich\\\\\\\\\\\\0.0],UNIT[\\\\\\\\\\\\\\\"Degree\\\\\\\\\\\\0.0174532925199433]],METHOD[\\\\\\\\\\\\\\\"NADCON\\\\\\\\\\\\\\\"],PARAMETER[\\\\\\\\\\\\\\\"Dataset_conus\\\\\\\\\\\\0.0],AUTHORITY[\\\\\\\\\\\\\\\"EPSG\\\\\\\\\\\\15851]]\\\\\\\\\\\"ver\\\\\\\":\\\\\\\"PE_10_3_1\\\\\\\\\\\"name\\\\\\\":\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\\\\\"authCode\\\\\\\":{\\\\\\\"auth\\\\\\\":\\\\\\\"EPSG\\\\\\\\\\\"code\\\\\\\":\\\\\\\"15851\\\\\\\"},\\\\\\\"type\\\\\\\":\\\\\\\"ST\\\\\\\"},\\\\\\\"ver\\\\\\\":\\\\\\\"PE_10_3_1\\\\\\\\\\\"name\\\\\\\":\\\\\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\\\\\\\\\"authCode\\\\\\\":{\\\\\\\"auth\\\\\\\":\\\\\\\"SLB\\\\\\\\\\\"code\\\\\\\":\\\\\\\"32021079\\\\\\\"},\\\\\\\"type\\\\\\\":\\\\\\\"EBC\\\\\\\"}\\\"\",\n                \"persistableReferenceUnitZ\": \"{\\\\scaleOffset\\\\\\\":{\\\\\\\"scale\\\\\\\":1.0,\\\\\\\"offset\\\\\\\":0.0},\\\\\\\"symbol\\\\\\\":\\\\\\\"m\\\\\\\\\\\"baseMeasurement\\\\\\\":{\\\\\\\"ancestry\\\\\\\":\\\\\\\"Length\\\\\\\\\\\"type\\\\\\\":\\\\\\\"UM\\\\\\\"},\\\\\\\"type\\\\\\\":\\\\\\\"USO\\\\\\\"}\\\"\",\n                \"persistableReferenceVerticalCrs\": \"{\\\\authCode\\\\\\\":{\\\\\\\"auth\\\\\\\":\\\\\\\"EPSG\\\\\\\\\\\"code\\\\\\\":\\\\\\\"5773\\\\\\\"},\\\\\\\"type\\\\\\\":\\\\\\\"LBC\\\\\\\\\\\"ver\\\\\\\":\\\\\\\"PE_10_3_1\\\\\\\\\\\"name\\\\\\\":\\\\\\\"EGM96_Geoid\\\\\\\\\\\"wkt\\\\\\\":\\\\\\\"VERTCS[\\\\\\\\\\\\\\\"EGM96_Geoid\\\\\\\\\\\\VDATUM[\\\\\\\\\\\\\\\"EGM96_Geoid\\\\\\\\\\\\\\\"],PARAMETER[\\\\\\\\\\\\\\\"Vertical_Shift\\\\\\\\\\\\0.0],PARAMETER[\\\\\\\\\\\\\\\"Direction\\\\\\\\\\\\1.0],UNIT[\\\\\\\\\\\\\\\"Meter\\\\\\\\\\\\1.0],AUTHORITY[\\\\\\\\\\\\\\\"EPSG\\\\\\\\\\\\5773]]\\\\\\\"}\\\"\",\n                \"type\": \"AnyCrsFeatureCollection\",\n                \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\"\n              },\n              \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n              \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n              \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\"\n            },\n            \"FacilityName\": \"SLB-A-101\",\n            \"Source\": \"Source-A\",\n            \"FacilityID\": \"SLB-Trusted-External-Facility-A\",\n            \"VerticalMeasurements\": [\n              {\n                \"VerticalMeasurement\": 1001.54,\n                \"VerticalMeasurementTypeID\": \"{datapartition}:reference-data--VerticalMeasurementType:KB:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\"\n              },\n              {\n                \"VerticalMeasurement\": 2001.54,\n                \"VerticalMeasurementTypeID\": \"{datapartition}:reference-data--VerticalMeasurementType:RB:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\"\n              },\n              {\n                \"VerticalMeasurement\": 3001.54,\n                \"VerticalMeasurementTypeID\": \"{datapartition}:reference-data--VerticalMeasurementType:MD:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\"\n              },\n              {\n                \"VerticalMeasurement\": 4001.54,\n                \"VerticalMeasurementTypeID\": \"{datapartition}:reference-data--VerticalMeasurementType:TVD:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\"\n              }\n            ],\n            \"KickOffWellbore\": \"{datapartition}:master-data--Wellbore:8cf5990a5f434cd189212b1fbf66c513:\",\n            \"ExtensionProperties\": {\n              \"SLBWellContexts\": {\n                \"AbstractNum\": 415.28,\n                \"ApiStateCode\": 75,\n                \"CoordSystemId\": \"{datapartition}:slb:system-ea34fed542:12467824126\"\n              },\n              \"LocationContexts\": {\n                \"Country\": \"AUSTRALIA\",\n                \"EwDirection\": \"North-West\",\n                \"PrimaryKeyNodeID\": \"0123456789000020\",\n                \"PREMASFLAG\": true\n              }\n            }\n          },\n          \"meta\": [\n            {\n              \"kind\": \"Unit\",\n              \"name\": \"m\",\n              \"persistableReference\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n              \"unitOfMeasureID\": \"{datapartition}:reference-data--UnitOfMeasure:ft\",\n              \"propertyNames\": [\n                \"VerticalMeasurements[0].VerticalMeasurement\",\n                \"VerticalMeasurements[1].VerticalMeasurement\",\n                \"VerticalMeasurements[2].VerticalMeasurement\",\n                \"VerticalMeasurements[3].VerticalMeasurement\"\n              ]\n            }\n          ],\n          \"id\": \"{datapartition}:master-data--Wellbore:33655890e0054c4991f12fd3c1edd089\",\n          \"version\": 1648625779422061,\n          \"kind\": \"osdu:wks:master-data--Wellbore:1.0.0\",\n          \"acl\": {\n            \"viewers\": [\n              \"data.default.viewers@{datapartition}.enterprisedata.slb.com\"\n            ],\n            \"owners\": [\n              \"data.default.owners@{datapartition}.enterprisedata.slb.com\"\n            ]\n          },\n          \"legal\": {\n            \"legaltags\": [\n              \"{datapartition}-default-legal\"\n            ],\n            \"otherRelevantDataCountries\": [\n              \"US\"\n            ],\n            \"status\": \"compliant\"\n          }\n        }\n\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You can search the corresponding Master record of the above WKS record with the following payload using the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["OSDU Core - Search Service"]}," - ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/solutions/core-service/apis/osdu-search-service"},"children":["here"]},"."]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[" Searching for the corresponding Master record"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"        {\n            \"kind\": \"osdu:wks:master-data--Wellbore:1.0.0\",\n            \"query\": \"data.FacilityID:\\\"SLB-Trusted-External-Facility-A\\\" AND tags.DataMastering:\\\"Master\\\"\"\n        }\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[" Generated Master record from the above WKS record of Source-A"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"        {\n          \"data\": {\n            \"NameAliases\": [\n              {\n                \"AliasName\": \"SLB-UWI-A101\",\n                \"AliasNameTypeID\": \"{datapartition}:reference-data--AliasNameType:UniqueIdentifier:\",\n                \"DefinitionOrganisationID\": \"{datapartition}:master-data--Organisation:c5a035f54c7646449fe1a87c9606de3e:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\",\n                \"TerminationDateTime\": \"2023-03-13T09:13:15.55Z\"\n              },\n              {\n                \"AliasName\": \"Lease-A\",\n                \"TerminationDateTime\": \"2023-03-13T09:13:15.55Z\",\n                \"AliasNameTypeID\": \"{datapartition}:reference-data--AliasNameType:LeaseIdentifier:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\",\n                \"DefinitionOrganisationID\": \"{datapartition}:master-data--Organisation:c5a035f54c7646449fe1a87c9606de3e:\"\n              },\n              {\n                \"AliasName\": \"Field-A\",\n                \"TerminationDateTime\": \"2023-03-13T09:13:15.55Z\",\n                \"AliasNameTypeID\": \"{datapartition}:reference-data--AliasNameType:RegulatoryIdentifier:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\",\n                \"DefinitionOrganisationID\": \"{datapartition}:master-data--Organisation:c5a035f54c7646449fe1a87c9606de3e:\"\n              }\n            ],\n            \"FacilitySpecifications\": [\n              {\n                \"FacilitySpecificationText\": \"Example FacilitySpecificationText\",\n                \"ParameterTypeID\": \"{datapartition}:reference-data--ParameterType:SlotName:\",\n                \"EffectiveDateTime\": \"2022-01-15T09:13:15.55Z\",\n                \"FacilitySpecificationDateTime\": \"2022-03-22T09:13:15.55Z\",\n                \"FacilitySpecificationIndicator\": \"False\"\n              },\n              {\n                \"FacilitySpecificationText\": \"Example FacilitySpecificationText\",\n                \"ParameterTypeID\": \"{datapartition}:reference-data--ParameterType:PermitNumber:\",\n                \"TerminationDateTime\": \"2022-02-15T09:13:15.55Z\",\n                \"EffectiveDateTime\": \"2021-01-10T09:13:15.55Z\",\n                \"FacilitySpecificationDateTime\": \"2021-01-10T09:13:15.55Z\",\n                \"FacilitySpecificationIndicator\": \"False\"\n              }\n            ],\n            \"FacilityStates\": [\n              {\n                \"EffectiveDateTime\": \"2021-02-13T08:13:15.55Z\",\n                \"TerminationDateTime\": \"2021-09-10T10:15:15.55Z\",\n                \"FacilityStateTypeID\": \"{datapartition}:reference-data--FacilityStateType:Planning:\"\n              }\n            ],\n            \"SpatialLocation\": {\n              \"AsIngestedCoordinates\": {\n                \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15852:\",\n                \"features\": [\n                  {\n                    \"geometry\": {\n                      \"coordinates\": [\n                        -73.771724,\n                        42.516771\n                      ],\n                      \"type\": \"AnyCrsPoint\"\n                    },\n                    \"type\": \"AnyCrsFeature\",\n                    \"properties\": {}\n                  }\n                ],\n                \"persistableReferenceCrs\": \"{\\\\lateBoundCRS\\\\\\\":{\\\\\\\"wkt\\\\\\\":\\\\\\\"PROJCS[\\\\\\\\\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\\\\\\GEOGCS[\\\\\\\\\\\\\\\"GCS_North_American_1927\\\\\\\\\\\\DATUM[\\\\\\\\\\\\\\\"D_North_American_1927\\\\\\\\\\\\SPHEROID[\\\\\\\\\\\\\\\"Clarke_1866\\\\\\\\\\\\6378206.4,294.9786982]],PRIMEM[\\\\\\\\\\\\\\\"Greenwich\\\\\\\\\\\\0.0],UNIT[\\\\\\\\\\\\\\\"Degree\\\\\\\\\\\\0.0174532925199433]],PROJECTION[\\\\\\\\\\\\\\\"Lambert_Conformal_Conic\\\\\\\\\\\\\\\"],PARAMETER[\\\\\\\\\\\\\\\"False_Easting\\\\\\\\\\\\2000000.0],PARAMETER[\\\\\\\\\\\\\\\"False_Northing\\\\\\\\\\\\0.0],PARAMETER[\\\\\\\\\\\\\\\"Central_Meridian\\\\\\\\\\\\-100.5],PARAMETER[\\\\\\\\\\\\\\\"Standard_Parallel_1\\\\\\\\\\\\46.1833333333333],PARAMETER[\\\\\\\\\\\\\\\"Standard_Parallel_2\\\\\\\\\\\\47.4833333333333],PARAMETER[\\\\\\\\\\\\\\\"Latitude_Of_Origin\\\\\\\\\\\\45.6666666666667],UNIT[\\\\\\\\\\\\\\\"Foot_US\\\\\\\\\\\\0.304800609601219],AUTHORITY[\\\\\\\\\\\\\\\"EPSG\\\\\\\\\\\\32021]]\\\\\\\\\\\"ver\\\\\\\":\\\\\\\"PE_10_3_1\\\\\\\\\\\"name\\\\\\\":\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\\\\\"authCode\\\\\\\":{\\\\\\\"auth\\\\\\\":\\\\\\\"EPSG\\\\\\\\\\\"code\\\\\\\":\\\\\\\"32021\\\\\\\"},\\\\\\\"type\\\\\\\":\\\\\\\"LBC\\\\\\\"},\\\\\\\"singleCT\\\\\\\":{\\\\\\\"wkt\\\\\\\":\\\\\\\"GEOGTRAN[\\\\\\\\\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\\\\\\GEOGCS[\\\\\\\\\\\\\\\"GCS_North_American_1927\\\\\\\\\\\\DATUM[\\\\\\\\\\\\\\\"D_North_American_1927\\\\\\\\\\\\SPHEROID[\\\\\\\\\\\\\\\"Clarke_1866\\\\\\\\\\\\6378206.4,294.9786982]],PRIMEM[\\\\\\\\\\\\\\\"Greenwich\\\\\\\\\\\\0.0],UNIT[\\\\\\\\\\\\\\\"Degree\\\\\\\\\\\\0.0174532925199433]],GEOGCS[\\\\\\\\\\\\\\\"GCS_WGS_1984\\\\\\\\\\\\DATUM[\\\\\\\\\\\\\\\"D_WGS_1984\\\\\\\\\\\\SPHEROID[\\\\\\\\\\\\\\\"WGS_1984\\\\\\\\\\\\6378137.0,298.257223563]],PRIMEM[\\\\\\\\\\\\\\\"Greenwich\\\\\\\\\\\\0.0],UNIT[\\\\\\\\\\\\\\\"Degree\\\\\\\\\\\\0.0174532925199433]],METHOD[\\\\\\\\\\\\\\\"NADCON\\\\\\\\\\\\\\\"],PARAMETER[\\\\\\\\\\\\\\\"Dataset_conus\\\\\\\\\\\\0.0],AUTHORITY[\\\\\\\\\\\\\\\"EPSG\\\\\\\\\\\\15851]]\\\\\\\\\\\"ver\\\\\\\":\\\\\\\"PE_10_3_1\\\\\\\\\\\"name\\\\\\\":\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\\\\\"authCode\\\\\\\":{\\\\\\\"auth\\\\\\\":\\\\\\\"EPSG\\\\\\\\\\\"code\\\\\\\":\\\\\\\"15851\\\\\\\"},\\\\\\\"type\\\\\\\":\\\\\\\"ST\\\\\\\"},\\\\\\\"ver\\\\\\\":\\\\\\\"PE_10_3_1\\\\\\\\\\\"name\\\\\\\":\\\\\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\\\\\\\\\"authCode\\\\\\\":{\\\\\\\"auth\\\\\\\":\\\\\\\"SLB\\\\\\\\\\\"code\\\\\\\":\\\\\\\"32021079\\\\\\\"},\\\\\\\"type\\\\\\\":\\\\\\\"EBC\\\\\\\"}\\\"\",\n                \"persistableReferenceUnitZ\": \"{\\\\scaleOffset\\\\\\\":{\\\\\\\"scale\\\\\\\":1.0,\\\\\\\"offset\\\\\\\":0.0},\\\\\\\"symbol\\\\\\\":\\\\\\\"m\\\\\\\\\\\"baseMeasurement\\\\\\\":{\\\\\\\"ancestry\\\\\\\":\\\\\\\"Length\\\\\\\\\\\"type\\\\\\\":\\\\\\\"UM\\\\\\\"},\\\\\\\"type\\\\\\\":\\\\\\\"USO\\\\\\\"}\\\"\",\n                \"persistableReferenceVerticalCrs\": \"{\\\\authCode\\\\\\\":{\\\\\\\"auth\\\\\\\":\\\\\\\"EPSG\\\\\\\\\\\"code\\\\\\\":\\\\\\\"5773\\\\\\\"},\\\\\\\"type\\\\\\\":\\\\\\\"LBC\\\\\\\\\\\"ver\\\\\\\":\\\\\\\"PE_10_3_1\\\\\\\\\\\"name\\\\\\\":\\\\\\\"EGM96_Geoid\\\\\\\\\\\"wkt\\\\\\\":\\\\\\\"VERTCS[\\\\\\\\\\\\\\\"EGM96_Geoid\\\\\\\\\\\\VDATUM[\\\\\\\\\\\\\\\"EGM96_Geoid\\\\\\\\\\\\\\\"],PARAMETER[\\\\\\\\\\\\\\\"Vertical_Shift\\\\\\\\\\\\0.0],PARAMETER[\\\\\\\\\\\\\\\"Direction\\\\\\\\\\\\1.0],UNIT[\\\\\\\\\\\\\\\"Meter\\\\\\\\\\\\1.0],AUTHORITY[\\\\\\\\\\\\\\\"EPSG\\\\\\\\\\\\5773]]\\\\\\\"}\\\"\",\n                \"type\": \"AnyCrsFeatureCollection\",\n                \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\"\n              },\n              \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n              \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n              \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\"\n            },\n            \"FacilityName\": \"SLB-A-101\",\n            \"Source\": \"Data Mastering Service\",\n            \"FacilityID\": \"SLB-Trusted-External-Facility-A\",\n            \"VerticalMeasurements\": [\n              {\n                \"VerticalMeasurement\": 2001.54,\n                \"VerticalMeasurementTypeID\": \"{datapartition}:reference-data--VerticalMeasurementType:RB:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\"\n              },\n              {\n                \"VerticalMeasurement\": 3001.54,\n                \"VerticalMeasurementTypeID\": \"{datapartition}:reference-data--VerticalMeasurementType:MD:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\"\n              }\n            ],\n            \"ExtensionProperties\": {\n              \"SLBWellContexts\": {\n                \"AbstractNum\": 415.28,\n                \"ApiStateCode\": 75,\n                \"CoordSystemId\": \"{datapartition}:slb:system-ea34fed542:12467824126\"\n              },\n              \"LocationContexts\": {\n                \"Country\": \"AUSTRALIA\",\n                \"EwDirection\": \"North-West\",\n                \"PrimaryKeyNodeID\": \"0123456789000020\",\n                \"PREMASFLAG\": true\n              },\n              \"wkeLatestLineageId\": \"{datapartition}:master-data--Wellbore:1f98fbe8-d015-41c0-b455-12a2fc6db261\",\n              \"wkeVersion\": 1,\n              \"wkeEntityId\": \"6f3d82d031fe4d290879e512c47e1e0\"\n            },\n            \"KickOffWellbore\": \"{datapartition}:master-data--Wellbore:6f3d82d031fe4d290879e512c47e1e0.data.master:\"\n          },\n          \"meta\": [\n            {\n              \"kind\": \"Unit\",\n              \"name\": \"m\",\n              \"persistableReference\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n              \"propertyNames\": [\n                \"VerticalMeasurements[0].VerticalMeasurement\",\n                \"VerticalMeasurements[1].VerticalMeasurement\"\n              ]\n            }\n          ],\n          \"id\": \"{datapartition}:master-data--Wellbore:3d24901874f766ac6cf1181cd287ca8d97f0a625ddf1502e6f070d61be226d4d.data.master\",\n          \"version\": 1648626079104980,\n          \"kind\": \"osdu:wks:master-data--Wellbore:1.0.0\",\n          \"acl\": {\n            \"viewers\": [\n              \"data.default.viewers@{datapartition}.enterprisedata.slb.com\"\n            ],\n            \"owners\": [\n              \"data.default.owners@{datapartition}.enterprisedata.slb.com\"\n            ]\n          },\n          \"legal\": {\n            \"legaltags\": [\n              \"{datapartition}-default-legal\"\n            ],\n            \"otherRelevantDataCountries\": [\n              \"US\"\n            ],\n            \"status\": \"compliant\"\n          },\n          \"tags\": {\n            \"DataMastering\": \"Master\"\n          },\n          \"ancestry\": {\n            \"parents\": [\n              \"{datapartition}:master-data--Wellbore:33655890e0054c4991f12fd3c1edd089:1648625779422061\"\n            ]\n          }\n        }\n\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Things to observe in this Master record -"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["It contains all of the attributes for which the source priorities are set in MergeRules."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["It contains only those objects of \"VerticalMeasurements\" attribute where ",{"$$mdtype":"Tag","name":"b","attributes":{},"children":["VerticalMeasurementTypeID is not equals to \"{datapartition}:reference-data--VerticalMeasurementType:KB:\" and \"{datapartition}:reference-data--VerticalMeasurementType:TVD:\" (as defined in the Merge Rules). "]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["For all attributes marked as ",{"$$mdtype":"Tag","name":"b","attributes":{},"children":["\"x-osdu-relationship\""]}," in the schema, the Data Mastering service finds the related ",{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Master counterpart"]}," or preserves the relationship as provided in the WKS record. In this example,\"KickOffWellbore\" contains the Master counterpart (such as \"{datapartition}:master-data--Wellbore:6f3d82d031fe4d290879e512c47e1e0.data.master\") of WKS (\"{datapartition}:master-data--Wellbore:8cf5990a5f434cd189212b1fbf66c513\"))."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["It is created with kind:\"osdu:wks:master-data--Wellbore:*\" for which the curation configurations are created and the record will have a tag ",{"$$mdtype":"Tag","name":"b","attributes":{},"children":["\"DataMastering\": \"Master\""]}," added to it."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Also, it contains \"Source\" value as ",{"$$mdtype":"Tag","name":"b","attributes":{},"children":["\"Data Mastering Service\""]}," as it is generated by this service."]}]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[" WKS record from Source-B "]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"        {\n          \"data\": {\n            \"NameAliases\": [\n              {\n                \"AliasName\": \"Lease-B\",\n                \"AliasNameTypeID\": \"{datapartition}:reference-data--AliasNameType:LeaseIdentifier:\",\n                \"DefinitionOrganisationID\": \"{datapartition}:master-data--Organisation:c5a035f54c7646449fe1a87c9606de3e:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\",\n                \"TerminationDateTime\": \"2023-03-13T09:13:15.55Z\"\n              },\n              {\n                \"AliasName\": \"Field-B\",\n                \"AliasNameTypeID\": \"{datapartition}:reference-data--AliasNameType:RegulatoryIdentifier:\",\n                \"DefinitionOrganisationID\": \"{datapartition}:master-data--Organisation:c5a035f54c7646449fe1a87c9606de3e:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\",\n                \"TerminationDateTime\": \"2023-03-13T09:13:15.55Z\"\n              }\n            ],\n            \"SpatialLocation\": {\n              \"AsIngestedCoordinates\": {\n                \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15852:\",\n                \"features\": [\n                  {\n                    \"geometry\": {\n                      \"coordinates\": [\n                        -73.771724,\n                        42.516771\n                      ],\n                      \"type\": \"AnyCrsPoint\"\n                    },\n                    \"type\": \"AnyCrsFeature\",\n                    \"properties\": {}\n                  }\n                ],\n                \"persistableReferenceCrs\": \"{\\\\lateBoundCRS\\\\\\\":{\\\\\\\"wkt\\\\\\\":\\\\\\\"PROJCS[\\\\\\\\\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\\\\\\GEOGCS[\\\\\\\\\\\\\\\"GCS_North_American_1927\\\\\\\\\\\\DATUM[\\\\\\\\\\\\\\\"D_North_American_1927\\\\\\\\\\\\SPHEROID[\\\\\\\\\\\\\\\"Clarke_1866\\\\\\\\\\\\6378206.4,294.9786982]],PRIMEM[\\\\\\\\\\\\\\\"Greenwich\\\\\\\\\\\\0.0],UNIT[\\\\\\\\\\\\\\\"Degree\\\\\\\\\\\\0.0174532925199433]],PROJECTION[\\\\\\\\\\\\\\\"Lambert_Conformal_Conic\\\\\\\\\\\\\\\"],PARAMETER[\\\\\\\\\\\\\\\"False_Easting\\\\\\\\\\\\2000000.0],PARAMETER[\\\\\\\\\\\\\\\"False_Northing\\\\\\\\\\\\0.0],PARAMETER[\\\\\\\\\\\\\\\"Central_Meridian\\\\\\\\\\\\-100.5],PARAMETER[\\\\\\\\\\\\\\\"Standard_Parallel_1\\\\\\\\\\\\46.1833333333333],PARAMETER[\\\\\\\\\\\\\\\"Standard_Parallel_2\\\\\\\\\\\\47.4833333333333],PARAMETER[\\\\\\\\\\\\\\\"Latitude_Of_Origin\\\\\\\\\\\\45.6666666666667],UNIT[\\\\\\\\\\\\\\\"Foot_US\\\\\\\\\\\\0.304800609601219],AUTHORITY[\\\\\\\\\\\\\\\"EPSG\\\\\\\\\\\\32021]]\\\\\\\\\\\"ver\\\\\\\":\\\\\\\"PE_10_3_1\\\\\\\\\\\"name\\\\\\\":\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\\\\\"authCode\\\\\\\":{\\\\\\\"auth\\\\\\\":\\\\\\\"EPSG\\\\\\\\\\\"code\\\\\\\":\\\\\\\"32021\\\\\\\"},\\\\\\\"type\\\\\\\":\\\\\\\"LBC\\\\\\\"},\\\\\\\"singleCT\\\\\\\":{\\\\\\\"wkt\\\\\\\":\\\\\\\"GEOGTRAN[\\\\\\\\\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\\\\\\GEOGCS[\\\\\\\\\\\\\\\"GCS_North_American_1927\\\\\\\\\\\\DATUM[\\\\\\\\\\\\\\\"D_North_American_1927\\\\\\\\\\\\SPHEROID[\\\\\\\\\\\\\\\"Clarke_1866\\\\\\\\\\\\6378206.4,294.9786982]],PRIMEM[\\\\\\\\\\\\\\\"Greenwich\\\\\\\\\\\\0.0],UNIT[\\\\\\\\\\\\\\\"Degree\\\\\\\\\\\\0.0174532925199433]],GEOGCS[\\\\\\\\\\\\\\\"GCS_WGS_1984\\\\\\\\\\\\DATUM[\\\\\\\\\\\\\\\"D_WGS_1984\\\\\\\\\\\\SPHEROID[\\\\\\\\\\\\\\\"WGS_1984\\\\\\\\\\\\6378137.0,298.257223563]],PRIMEM[\\\\\\\\\\\\\\\"Greenwich\\\\\\\\\\\\0.0],UNIT[\\\\\\\\\\\\\\\"Degree\\\\\\\\\\\\0.0174532925199433]],METHOD[\\\\\\\\\\\\\\\"NADCON\\\\\\\\\\\\\\\"],PARAMETER[\\\\\\\\\\\\\\\"Dataset_conus\\\\\\\\\\\\0.0],AUTHORITY[\\\\\\\\\\\\\\\"EPSG\\\\\\\\\\\\15851]]\\\\\\\\\\\"ver\\\\\\\":\\\\\\\"PE_10_3_1\\\\\\\\\\\"name\\\\\\\":\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\\\\\"authCode\\\\\\\":{\\\\\\\"auth\\\\\\\":\\\\\\\"EPSG\\\\\\\\\\\"code\\\\\\\":\\\\\\\"15851\\\\\\\"},\\\\\\\"type\\\\\\\":\\\\\\\"ST\\\\\\\"},\\\\\\\"ver\\\\\\\":\\\\\\\"PE_10_3_1\\\\\\\\\\\"name\\\\\\\":\\\\\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\\\\\\\\\"authCode\\\\\\\":{\\\\\\\"auth\\\\\\\":\\\\\\\"SLB\\\\\\\\\\\"code\\\\\\\":\\\\\\\"32021079\\\\\\\"},\\\\\\\"type\\\\\\\":\\\\\\\"EBC\\\\\\\"}\\\"\",\n                \"persistableReferenceUnitZ\": \"{\\\\scaleOffset\\\\\\\":{\\\\\\\"scale\\\\\\\":1.0,\\\\\\\"offset\\\\\\\":0.0},\\\\\\\"symbol\\\\\\\":\\\\\\\"m\\\\\\\\\\\"baseMeasurement\\\\\\\":{\\\\\\\"ancestry\\\\\\\":\\\\\\\"Length\\\\\\\\\\\"type\\\\\\\":\\\\\\\"UM\\\\\\\"},\\\\\\\"type\\\\\\\":\\\\\\\"USO\\\\\\\"}\\\"\",\n                \"persistableReferenceVerticalCrs\": \"{\\\\authCode\\\\\\\":{\\\\\\\"auth\\\\\\\":\\\\\\\"EPSG\\\\\\\\\\\"code\\\\\\\":\\\\\\\"5773\\\\\\\"},\\\\\\\"type\\\\\\\":\\\\\\\"LBC\\\\\\\\\\\"ver\\\\\\\":\\\\\\\"PE_10_3_1\\\\\\\\\\\"name\\\\\\\":\\\\\\\"EGM96_Geoid\\\\\\\\\\\"wkt\\\\\\\":\\\\\\\"VERTCS[\\\\\\\\\\\\\\\"EGM96_Geoid\\\\\\\\\\\\VDATUM[\\\\\\\\\\\\\\\"EGM96_Geoid\\\\\\\\\\\\\\\"],PARAMETER[\\\\\\\\\\\\\\\"Vertical_Shift\\\\\\\\\\\\0.0],PARAMETER[\\\\\\\\\\\\\\\"Direction\\\\\\\\\\\\1.0],UNIT[\\\\\\\\\\\\\\\"Meter\\\\\\\\\\\\1.0],AUTHORITY[\\\\\\\\\\\\\\\"EPSG\\\\\\\\\\\\5773]]\\\\\\\"}\\\"\",\n                \"type\": \"AnyCrsFeatureCollection\",\n                \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\"\n              },\n              \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n              \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n              \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\"\n            },\n            \"FacilityName\": \"SLB-A-101\",\n            \"Source\": \"Source-B\",\n            \"FacilityID\": \"SLB-Trusted-External-Facility-A\",\n            \"FacilitySpecifications\": [\n              {\n                \"FacilitySpecificationText\": \"Example FacilitySpecificationText\",\n                \"ParameterTypeID\": \"{datapartition}:reference-data--ParameterType:SlotName:\",\n                \"EffectiveDateTime\": \"2022-03-22T09:13:15.55Z\",\n                \"TerminationDateTime\": \"2022-04-25T09:13:15.55Z\",\n                \"FacilitySpecificationDateTime\": \"2022-03-22T09:13:15.55Z\",\n                \"FacilitySpecificationIndicator\": \"False\"\n              }\n            ],\n            \"FacilityStates\": [\n              {\n                \"EffectiveDateTime\": \"2021-02-13T08:13:15.55Z\",\n                \"TerminationDateTime\": \"2021-09-10T10:15:15.55Z\",\n                \"FacilityStateTypeID\": \"{datapartition}:reference-data--FacilityStateType:Planning:\"\n              },\n              {\n                \"EffectiveDateTime\": \"2021-10-15T08:13:15.55Z\",\n                \"FacilityStateTypeID\": \"{datapartition}:reference-data--FacilityStateType:Operating:\"\n              }\n            ],\n            \"VerticalMeasurements\": [\n              {\n                \"VerticalMeasurement\": 1001.54,\n                \"VerticalMeasurementTypeID\": \"{datapartition}:reference-data--VerticalMeasurementType:KB:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\",\n                \"TerminationDateTime\": \"2030-02-13T09:13:15.55Z\"\n              },\n              {\n                \"VerticalMeasurement\": 5001.54,\n                \"VerticalMeasurementTypeID\": \"{datapartition}:reference-data--VerticalMeasurementType:RB:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\",\n                \"TerminationDateTime\": \"2030-02-13T09:13:15.55Z\"\n              },\n              {\n                \"VerticalMeasurement\": 4001.54,\n                \"VerticalMeasurementTypeID\": \"{datapartition}:reference-data--VerticalMeasurementType:DF:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\",\n                \"TerminationDateTime\": \"2030-02-13T09:13:15.55Z\"\n              },\n              {\n                \"VerticalMeasurement\": 6001.54,\n                \"VerticalMeasurementTypeID\": \"{datapartition}:reference-data--VerticalMeasurementType:TD:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\",\n                \"TerminationDateTime\": \"2030-02-13T09:13:15.55Z\"\n              }\n            ],\n            \"KickOffWellbore\": \"{datapartition}:master-data--Wellbore:8cf5990a5f434cd189212b1fbf66c513:\",\n            \"ExtensionProperties\": {\n              \"SLBWellContexts\": {\n                \"AbstractNum\": 515.28,\n                \"ApiStateCode\": 85,\n                \"CoordSystemId\": \"{datapartition}:slb:system-ea34fed542:12467824126\"\n              },\n              \"LocationContexts\": {\n                \"Country\": \"NEW ZEALAND\",\n                \"EwDirection\": \"East-South\",\n                \"PrimaryKeyNodeID\": \"0123456789000020\"\n              }\n            }\n          },\n          \"meta\": [\n            {\n              \"kind\": \"Unit\",\n              \"name\": \"m\",\n              \"persistableReference\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n              \"propertyNames\": [\n                \"VerticalMeasurements[0].VerticalMeasurement\",\n                \"VerticalMeasurements[1].VerticalMeasurement\",\n                \"VerticalMeasurements[2].VerticalMeasurement\",\n                \"VerticalMeasurements[3].VerticalMeasurement\"\n              ]\n            }\n          ],\n          \"id\": \"{datapartition}:master-data--Wellbore:fc2d90eeccde4c6a895c1c269b02696a\",\n          \"version\": 1648629067707806,\n          \"kind\": \"osdu:wks:master-data--Wellbore:1.0.0\",\n          \"acl\": {\n            \"viewers\": [\n              \"data.default.viewers@{datapartition}.enterprisedata.slb.com\"\n            ],\n            \"owners\": [\n              \"data.default.owners@{datapartition}.enterprisedata.slb.com\"\n            ]\n          },\n          \"legal\": {\n            \"legaltags\": [\n              \"{datapartition}-default-legal\"\n            ],\n            \"otherRelevantDataCountries\": [\n              \"US\"\n            ],\n            \"status\": \"compliant\"\n          }\n        }\n\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[" Final Master record merged by WKS of Source-B"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"        {\n          \"data\": {\n            \"NameAliases\": [\n              {\n                \"AliasName\": \"SLB-UWI-A101\",\n                \"AliasNameTypeID\": \"{datapartition}:reference-data--AliasNameType:UniqueIdentifier:\",\n                \"DefinitionOrganisationID\": \"{datapartition}:master-data--Organisation:c5a035f54c7646449fe1a87c9606de3e:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\",\n                \"TerminationDateTime\": \"2023-03-13T09:13:15.55Z\"\n              },\n              {\n                \"AliasName\": \"Lease-A\",\n                \"TerminationDateTime\": \"2023-03-13T09:13:15.55Z\",\n                \"AliasNameTypeID\": \"{datapartition}:reference-data--AliasNameType:LeaseIdentifier:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\",\n                \"DefinitionOrganisationID\": \"{datapartition}:master-data--Organisation:c5a035f54c7646449fe1a87c9606de3e:\"\n              },\n              {\n                \"AliasName\": \"Field-B\",\n                \"AliasNameTypeID\": \"{datapartition}:reference-data--AliasNameType:RegulatoryIdentifier:\",\n                \"DefinitionOrganisationID\": \"{datapartition}:master-data--Organisation:c5a035f54c7646449fe1a87c9606de3e:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\",\n                \"TerminationDateTime\": \"2023-03-13T09:13:15.55Z\"\n              }\n            ],\n            \"FacilitySpecifications\": [\n              {\n                \"FacilitySpecificationText\": \"Example FacilitySpecificationText\",\n                \"ParameterTypeID\": \"{datapartition}:reference-data--ParameterType:SlotName:\",\n                \"EffectiveDateTime\": \"2022-01-15T09:13:15.55Z\",\n                \"FacilitySpecificationDateTime\": \"2022-03-22T09:13:15.55Z\",\n                \"FacilitySpecificationIndicator\": \"False\"\n              },\n              {\n                \"FacilitySpecificationText\": \"Example FacilitySpecificationText\",\n                \"ParameterTypeID\": \"{datapartition}:reference-data--ParameterType:PermitNumber:\",\n                \"TerminationDateTime\": \"2022-02-15T09:13:15.55Z\",\n                \"EffectiveDateTime\": \"2021-01-10T09:13:15.55Z\",\n                \"FacilitySpecificationDateTime\": \"2021-01-10T09:13:15.55Z\",\n                \"FacilitySpecificationIndicator\": \"False\"\n              }\n            ],\n            \"FacilityStates\": [\n              {\n                \"EffectiveDateTime\": \"2021-02-13T08:13:15.55Z\",\n                \"TerminationDateTime\": \"2021-09-10T10:15:15.55Z\",\n                \"FacilityStateTypeID\": \"{datapartition}:reference-data--FacilityStateType:Planning:\"\n              },\n              {\n                \"EffectiveDateTime\": \"2021-10-15T08:13:15.55Z\",\n                \"FacilityStateTypeID\": \"{datapartition}:reference-data--FacilityStateType:Operating:\"\n              }\n            ],\n            \"SpatialLocation\": {\n              \"AsIngestedCoordinates\": {\n                \"CoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:BoundCRS.SLB.32021.15852:\",\n                \"features\": [\n                  {\n                    \"geometry\": {\n                      \"coordinates\": [\n                        -73.771724,\n                        42.516771\n                      ],\n                      \"type\": \"AnyCrsPoint\"\n                    },\n                    \"type\": \"AnyCrsFeature\",\n                    \"properties\": {}\n                  }\n                ],\n                \"persistableReferenceCrs\": \"{\\\\lateBoundCRS\\\\\\\":{\\\\\\\"wkt\\\\\\\":\\\\\\\"PROJCS[\\\\\\\\\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\\\\\\GEOGCS[\\\\\\\\\\\\\\\"GCS_North_American_1927\\\\\\\\\\\\DATUM[\\\\\\\\\\\\\\\"D_North_American_1927\\\\\\\\\\\\SPHEROID[\\\\\\\\\\\\\\\"Clarke_1866\\\\\\\\\\\\6378206.4,294.9786982]],PRIMEM[\\\\\\\\\\\\\\\"Greenwich\\\\\\\\\\\\0.0],UNIT[\\\\\\\\\\\\\\\"Degree\\\\\\\\\\\\0.0174532925199433]],PROJECTION[\\\\\\\\\\\\\\\"Lambert_Conformal_Conic\\\\\\\\\\\\\\\"],PARAMETER[\\\\\\\\\\\\\\\"False_Easting\\\\\\\\\\\\2000000.0],PARAMETER[\\\\\\\\\\\\\\\"False_Northing\\\\\\\\\\\\0.0],PARAMETER[\\\\\\\\\\\\\\\"Central_Meridian\\\\\\\\\\\\-100.5],PARAMETER[\\\\\\\\\\\\\\\"Standard_Parallel_1\\\\\\\\\\\\46.1833333333333],PARAMETER[\\\\\\\\\\\\\\\"Standard_Parallel_2\\\\\\\\\\\\47.4833333333333],PARAMETER[\\\\\\\\\\\\\\\"Latitude_Of_Origin\\\\\\\\\\\\45.6666666666667],UNIT[\\\\\\\\\\\\\\\"Foot_US\\\\\\\\\\\\0.304800609601219],AUTHORITY[\\\\\\\\\\\\\\\"EPSG\\\\\\\\\\\\32021]]\\\\\\\\\\\"ver\\\\\\\":\\\\\\\"PE_10_3_1\\\\\\\\\\\"name\\\\\\\":\\\\\\\"NAD_1927_StatePlane_North_Dakota_South_FIPS_3302\\\\\\\\\\\"authCode\\\\\\\":{\\\\\\\"auth\\\\\\\":\\\\\\\"EPSG\\\\\\\\\\\"code\\\\\\\":\\\\\\\"32021\\\\\\\"},\\\\\\\"type\\\\\\\":\\\\\\\"LBC\\\\\\\"},\\\\\\\"singleCT\\\\\\\":{\\\\\\\"wkt\\\\\\\":\\\\\\\"GEOGTRAN[\\\\\\\\\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\\\\\\GEOGCS[\\\\\\\\\\\\\\\"GCS_North_American_1927\\\\\\\\\\\\DATUM[\\\\\\\\\\\\\\\"D_North_American_1927\\\\\\\\\\\\SPHEROID[\\\\\\\\\\\\\\\"Clarke_1866\\\\\\\\\\\\6378206.4,294.9786982]],PRIMEM[\\\\\\\\\\\\\\\"Greenwich\\\\\\\\\\\\0.0],UNIT[\\\\\\\\\\\\\\\"Degree\\\\\\\\\\\\0.0174532925199433]],GEOGCS[\\\\\\\\\\\\\\\"GCS_WGS_1984\\\\\\\\\\\\DATUM[\\\\\\\\\\\\\\\"D_WGS_1984\\\\\\\\\\\\SPHEROID[\\\\\\\\\\\\\\\"WGS_1984\\\\\\\\\\\\6378137.0,298.257223563]],PRIMEM[\\\\\\\\\\\\\\\"Greenwich\\\\\\\\\\\\0.0],UNIT[\\\\\\\\\\\\\\\"Degree\\\\\\\\\\\\0.0174532925199433]],METHOD[\\\\\\\\\\\\\\\"NADCON\\\\\\\\\\\\\\\"],PARAMETER[\\\\\\\\\\\\\\\"Dataset_conus\\\\\\\\\\\\0.0],AUTHORITY[\\\\\\\\\\\\\\\"EPSG\\\\\\\\\\\\15851]]\\\\\\\\\\\"ver\\\\\\\":\\\\\\\"PE_10_3_1\\\\\\\\\\\"name\\\\\\\":\\\\\\\"NAD_1927_To_WGS_1984_79_CONUS\\\\\\\\\\\"authCode\\\\\\\":{\\\\\\\"auth\\\\\\\":\\\\\\\"EPSG\\\\\\\\\\\"code\\\\\\\":\\\\\\\"15851\\\\\\\"},\\\\\\\"type\\\\\\\":\\\\\\\"ST\\\\\\\"},\\\\\\\"ver\\\\\\\":\\\\\\\"PE_10_3_1\\\\\\\\\\\"name\\\\\\\":\\\\\\\"NAD27 * OGP-Usa Conus / North Dakota South [32021,15851]\\\\\\\\\\\"authCode\\\\\\\":{\\\\\\\"auth\\\\\\\":\\\\\\\"SLB\\\\\\\\\\\"code\\\\\\\":\\\\\\\"32021079\\\\\\\"},\\\\\\\"type\\\\\\\":\\\\\\\"EBC\\\\\\\"}\\\"\",\n                \"persistableReferenceUnitZ\": \"{\\\\scaleOffset\\\\\\\":{\\\\\\\"scale\\\\\\\":1.0,\\\\\\\"offset\\\\\\\":0.0},\\\\\\\"symbol\\\\\\\":\\\\\\\"m\\\\\\\\\\\"baseMeasurement\\\\\\\":{\\\\\\\"ancestry\\\\\\\":\\\\\\\"Length\\\\\\\\\\\"type\\\\\\\":\\\\\\\"UM\\\\\\\"},\\\\\\\"type\\\\\\\":\\\\\\\"USO\\\\\\\"}\\\"\",\n                \"persistableReferenceVerticalCrs\": \"{\\\\authCode\\\\\\\":{\\\\\\\"auth\\\\\\\":\\\\\\\"EPSG\\\\\\\\\\\"code\\\\\\\":\\\\\\\"5773\\\\\\\"},\\\\\\\"type\\\\\\\":\\\\\\\"LBC\\\\\\\\\\\"ver\\\\\\\":\\\\\\\"PE_10_3_1\\\\\\\\\\\"name\\\\\\\":\\\\\\\"EGM96_Geoid\\\\\\\\\\\"wkt\\\\\\\":\\\\\\\"VERTCS[\\\\\\\\\\\\\\\"EGM96_Geoid\\\\\\\\\\\\VDATUM[\\\\\\\\\\\\\\\"EGM96_Geoid\\\\\\\\\\\\\\\"],PARAMETER[\\\\\\\\\\\\\\\"Vertical_Shift\\\\\\\\\\\\0.0],PARAMETER[\\\\\\\\\\\\\\\"Direction\\\\\\\\\\\\1.0],UNIT[\\\\\\\\\\\\\\\"Meter\\\\\\\\\\\\1.0],AUTHORITY[\\\\\\\\\\\\\\\"EPSG\\\\\\\\\\\\5773]]\\\\\\\"}\\\"\",\n                \"type\": \"AnyCrsFeatureCollection\",\n                \"VerticalCoordinateReferenceSystemID\": \"namespace:reference-data--CoordinateReferenceSystem:VerticalCRS.EPSG.5773:\"\n              },\n              \"CoordinateQualityCheckPerformedBy\": \"Example CoordinateQualityCheckPerformedBy\",\n              \"CoordinateQualityCheckDateTime\": \"2020-02-13T09:13:15.55Z\",\n              \"SpatialLocationCoordinatesDate\": \"2020-02-13T09:13:15.55Z\"\n            },\n            \"FacilityName\": \"SLB-A-101\",\n            \"Source\": \"Data Mastering Service\",\n            \"FacilityID\": \"SLB-Trusted-External-Facility-B\",\n            \"VerticalMeasurements\": [\n              {\n                \"VerticalMeasurement\": 5001.54,\n                \"VerticalMeasurementTypeID\": \"{datapartition}:reference-data--VerticalMeasurementType:RB:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\",\n                \"TerminationDateTime\": \"2030-02-13T09:13:15.55Z\"\n              },\n              {\n                \"VerticalMeasurement\": 3001.54,\n                \"VerticalMeasurementTypeID\": \"{datapartition}:reference-data--VerticalMeasurementType:MD:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\"\n              },\n              {\n                \"VerticalMeasurement\": 4001.54,\n                \"VerticalMeasurementTypeID\": \"{datapartition}:reference-data--VerticalMeasurementType:DF:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\",\n                \"TerminationDateTime\": \"2030-02-13T09:13:15.55Z\"\n              },\n              {\n                \"VerticalMeasurement\": 6001.54,\n                \"VerticalMeasurementTypeID\": \"{datapartition}:reference-data--VerticalMeasurementType:TD:\",\n                \"EffectiveDateTime\": \"2021-02-13T09:13:15.55Z\",\n                \"TerminationDateTime\": \"2030-02-13T09:13:15.55Z\"\n              }\n            ],\n            \"ExtensionProperties\": {\n              \"SLBWellContexts\": {\n                \"AbstractNum\": 415.28,\n                \"ApiStateCode\": 75,\n                \"CoordSystemId\": \"{datapartition}:slb:system-ea34fed542:12467824126\"\n              },\n              \"LocationContexts\": {\n                \"Country\": \"AUSTRALIA\",\n                \"EwDirection\": \"East-South\"\n              },\n              \"wkeLatestLineageId\": \"{datapartition}:master-data--Wellbore:cbc198b6-e031-475f-a15d-a6080cc2e7f3\",\n              \"wkeVersion\": 2,\n              \"wkeEntityId\": \"6f3d82d031fe4d290879e512c47e1e0\"\n            },\n            \"KickOffWellbore\": \"{datapartition}:master-data--Wellbore:6f3d82d031fe4d290879e512c47e1e0.data.master:\"\n          },\n          \"meta\": [\n            {\n              \"kind\": \"Unit\",\n              \"name\": \"m\",\n              \"persistableReference\": \"{\\\"scaleOffset\\\":{\\\"scale\\\":1.0,\\\"offset\\\":0.0},\\\"symbol\\\":\\\"m\\\",\\\"baseMeasurement\\\":{\\\"ancestry\\\":\\\"L\\\",\\\"type\\\":\\\"UM\\\"},\\\"type\\\":\\\"USO\\\"}\",\n              \"propertyNames\": [\n                \"VerticalMeasurements[0].VerticalMeasurement\",\n                \"VerticalMeasurements[1].VerticalMeasurement\",\n                \"VerticalMeasurements[2].VerticalMeasurement\",\n                \"VerticalMeasurements[3].VerticalMeasurement\"\n              ]\n            }\n          ],\n          \"id\": \"{datapartition}:master-data--Wellbore:3d24901874f766ac6cf1181cd287ca8d97f0a625ddf1502e6f070d61be226d4d.data.master\",\n          \"version\": 1648626079104980,\n          \"kind\": \"osdu:wks:master-data--Wellbore:1.0.0\",\n          \"acl\": {\n            \"viewers\": [\n              \"data.default.viewers@{datapartition}.enterprisedata.slb.com\"\n            ],\n            \"owners\": [\n              \"data.default.owners@{datapartition}.enterprisedata.slb.com\"\n            ]\n          },\n          \"legal\": {\n            \"legaltags\": [\n              \"{datapartition}-default-legal\"\n            ],\n            \"otherRelevantDataCountries\": [\n              \"US\"\n            ],\n            \"status\": \"compliant\"\n          },\n          \"tags\": {\n            \"DataMastering\": \"Master\"\n          },\n          \"ancestry\": {\n            \"parents\": [\n              \"{datapartition}:master-data--Wellbore:33655890e0054c4991f12fd3c1edd089:1648625779422061\",\n              \"{datapartition}:master-data--Wellbore:fc2d90eeccde4c6a895c1c269b02696a:1648629067707806\"\n            ]\n          }\n        }\n\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Things to observe in the merged Master record -"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The values of the \"VerticalMeasurement\" attribute are merged and modified by \"Source-B\"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["In the \"NameAliases\" attribute, only those values are updated where the priority of \"Source-B\" is higher than \"Source-A\"(i.e \"AliasName\": \"Field-B\" where \"AliasNameTypeID\": \"{datapartition}:reference-data--AliasNameType:RegulatoryIdentifier:\"))."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The values of the \"FacilityStates\" attribute got updated as the source priorities of \"Source-B\" is higher than \"Source-A\"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The values of the \"FacilitySpecifications\" attribute did not change because the source priorities of \"Source-B\" is lower than \"Source-A\"."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["So we see"]},": The priority definition at the array level will update the entire array substructure from the higher priority source (like for FacilityStates), while the granular priority definition (such as NameAliases, VerticalMeasurements) applies the merge priority per attribute."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Here, the Data Mastering service adds \"wkeLatestLineageId\", \"wkeVersion\" and \"wkeEntityId\" values inside the \"ExtensionProperties\" block which helps in internal computation. \"wkeVersion\" indicates the number of times the Master record was updated. ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"\"wkeLatestLineageId\" is the lineage record which contains information about the contributing source for every attribute."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#TOC"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"best-practices-to-follow-while-using-this-service","__idx":7},"children":["Best Practices to follow while using this service ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"best-practices"},"children":[]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["As Data Mastering process includes the merging of the attributes from different sources, it is always recommended to start Data Mastering process of WKS records belonging to any one source and then for other source(s). You can do it by ingesting the WKS records of one source first, let the Data Mastering Service completes it's processing and then ingest the WKS record of second/subsequent source(s)."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#TOC"},"children":["Back to table of contents"]}]}]},"headings":[{"value":"Table of Contents","id":"table-of-contents","depth":2},{"value":"Introduction","id":"introduction","depth":2},{"value":"Data Mastering Workflow","id":"data-mastering-workflow","depth":2},{"value":"Pre-requisites","id":"pre-requisites","depth":3},{"value":"Configurations","id":"configurations","depth":3},{"value":"How to create the configurations","id":"how-to-create-the-configurations","depth":4},{"value":"Example of the Data Mastering Workflow using the sample configurations","id":"example-of-the-data-mastering-workflow-using-the-sample-configurations","depth":2},{"value":"Best Practices to follow while using this service","id":"best-practices-to-follow-while-using-this-service","depth":3}],"frontmatter":{"seo":{"title":"Table of Contents"}},"lastModified":"2025-04-14T21:18:18.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/solutions/data-workspace/tutorial/data-mastering-workflow","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}