tbox: v1.1 - belongsTo unifie, implements devient represents, aboutConcept/usesConcept remplacent composedOf, monitoredBy sur BO seul, grain deplace du Metric au DataObject, couche Delivery et DataInterface. shapes v0.2 scindees curated/observed avec XOR de sens sur DataElement. instances SODH migrees et arbitrees : 12 BO, 12 BC, 6 concepts empruntes en TO_ARBITRATE. Validation : 52 bloquants, dont 52 leves par la migration BR-013 restante

This commit is contained in:
Bastien Gourdon
2026-07-27 18:17:19 +02:00
parent 9cfa73b373
commit c8693b63bb
9 changed files with 1549 additions and 215 deletions
+109 -49
View File
@@ -1,7 +1,7 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix pr: <https://ontology.pernod-ricard.com/metamodel/0.9/> .
@prefix pr: <https://ontology.pernod-ricard.com/metamodel/> .
@prefix ex: <https://data.pernod-ricard.com/sodh/> .
#################################################################
@@ -59,37 +59,37 @@ ex:DD_05 a pr:DataDomain ;
ex:SD_06_01 a pr:SubDomain ;
pr:hasIdentifier "SD-06.01" ; pr:hasName "Sell Out" ;
pr:owningDomain ex:DD_06 ; pr:ownedBy ex:ST_DD_06 ;
pr:belongsToDomain ex:DD_06 ;
pr:belongsTo ex:DD_06 ;
pr:hasStatus "PUBLISHED" ; pr:hasVersion "1.0" .
ex:SD_10_01 a pr:SubDomain ;
pr:hasIdentifier "SD-10.01" ; pr:hasName "Product Structure" ;
pr:owningDomain ex:DD_10 ; pr:ownedBy ex:ST_DD_10 ;
pr:belongsToDomain ex:DD_10 ;
pr:belongsTo ex:DD_10 ;
pr:hasStatus "PUBLISHED" ; pr:hasVersion "1.0" .
ex:SD_04_01 a pr:SubDomain ;
pr:hasIdentifier "SD-04.01" ; pr:hasName "Customer & Outlet" ;
pr:owningDomain ex:DD_04 ; pr:ownedBy ex:ST_DD_04 ;
pr:belongsToDomain ex:DD_04 ;
pr:belongsTo ex:DD_04 ;
pr:hasStatus "PUBLISHED" ; pr:hasVersion "1.0" .
ex:SD_16_01 a pr:SubDomain ;
pr:hasIdentifier "SD-16.01" ; pr:hasName "Currency & Exchange Rates" ;
pr:owningDomain ex:DD_16 ; pr:ownedBy ex:ST_DD_16 ;
pr:belongsToDomain ex:DD_16 ;
pr:belongsTo ex:DD_16 ;
pr:hasStatus "PUBLISHED" ; pr:hasVersion "1.0" .
ex:SD_16_02 a pr:SubDomain ;
pr:hasIdentifier "SD-16.02" ; pr:hasName "Marketing Entity & Fiscal Calendar" ;
pr:owningDomain ex:DD_16 ; pr:ownedBy ex:ST_DD_16 ;
pr:belongsToDomain ex:DD_16 ;
pr:belongsTo ex:DD_16 ;
pr:hasStatus "PUBLISHED" ; pr:hasVersion "1.0" .
ex:SD_21_01 a pr:SubDomain ;
pr:hasIdentifier "SD-21.01" ; pr:hasName "Calendar" ;
pr:owningDomain ex:DD_21 ; pr:ownedBy ex:ST_DD_21 ;
pr:belongsToDomain ex:DD_21 ;
pr:belongsTo ex:DD_21 ;
pr:hasStatus "PUBLISHED" ; pr:hasVersion "1.0" .
ex:SD_05_01 a pr:SubDomain ;
pr:hasIdentifier "SD-05.01" ; pr:hasName "Promotion" ;
pr:owningDomain ex:DD_05 ; pr:ownedBy ex:ST_DD_05 ;
pr:belongsToDomain ex:DD_05 ;
pr:belongsTo ex:DD_05 ;
pr:hasStatus "PUBLISHED" ; pr:hasVersion "1.0" .
ex:BC_06_01_001 a pr:BusinessConcept ;
@@ -108,7 +108,7 @@ ex:BC_06_01_003 a pr:BusinessConcept ;
pr:hasBusinessDefinition "The scope of retail outlets observed by a panel provider, defining the universe over which distribution is computed." ;
pr:hasStatus "PUBLISHED" ; pr:hasVersion "1.0" ; pr:hasSource "SODH Gold" .
ex:BC_06_01_004 a pr:BusinessConcept ;
pr:hasIdentifier "BC-06.01-004" ; pr:hasName "Distribution" ;
pr:hasIdentifier "BC-06.01-004" ; pr:hasName "Retail Distribution" ;
pr:owningDomain ex:DD_06 ; pr:ownedBy ex:ST_DD_06 ;
pr:hasBusinessDefinition "The presence of a product across retail outlets: the number of points of sale carrying at least one Pernod Ricard product, related to the total number of points of sale in the Pernod Ricard universe." ;
pr:hasStatus "PUBLISHED" ; pr:hasVersion "1.0" ; pr:hasSource "SODH Gold" .
@@ -118,82 +118,142 @@ ex:BC_05_01_001 a pr:BusinessConcept ;
pr:hasBusinessDefinition "A commercial mechanism applied at retail to stimulate sales (for example Temporary Price Reduction, Multibuy, Feature Display)." ;
pr:hasStatus "PUBLISHED" ; pr:hasVersion "1.0" ; pr:hasSource "SODH Gold" .
# --- concepts added in v1.1 migration -------------------------------
# Six of these belong to other domains: DRAFT definitions proposed by the
# DGO, flagged TO_ARBITRATE. OW-007 blocks publication until ratified.
ex:BC_06_01_005 a pr:BusinessConcept ;
pr:hasIdentifier "BC-06.01-005" ; pr:hasName "Sell Out Baseline" ;
pr:owningDomain ex:DD_06 ; pr:ownedBy ex:ST_DD_06 ;
pr:hasBusinessDefinition "The modelled level of retail sales that would have occurred without promotional activity, used as the reference against which promotional uplift is measured. Distinct from Sell Out, which is observed rather than modelled." ;
pr:hasStatus "DRAFT" ; pr:hasVersion "1.1" ; pr:hasSource "SODH Gold" .
ex:BC_10_01_001 a pr:BusinessConcept ;
pr:hasIdentifier "BC-10.01-001" ; pr:hasName "Product" ;
pr:owningDomain ex:DD_10 ; pr:ownedBy ex:ST_DD_10 ;
pr:hasBusinessDefinition "A commercial item sold by Pernod Ricard, identified at Stock Keeping Unit level and positioned in the corporate hierarchy from Brand through Category, Sub-Category and Flavor." ;
pr:arbitrationStatus "TO_ARBITRATE" ;
pr:hasStatus "DRAFT" ; pr:hasVersion "1.1" ; pr:hasSource "DGO proposal, pending ratification by the owning domain" .
ex:BC_04_01_001 a pr:BusinessConcept ;
pr:hasIdentifier "BC-04.01-001" ; pr:hasName "Customer" ;
pr:owningDomain ex:DD_04 ; pr:ownedBy ex:ST_DD_04 ;
pr:hasBusinessDefinition "A commercial counterparty that buys Pernod Ricard products for resale, positioned in the trade hierarchy from Distributor through Tier-1 and Tier-2 Customer. Distinct from Outlet, which is a physical point of sale." ;
pr:arbitrationStatus "TO_ARBITRATE" ;
pr:hasStatus "DRAFT" ; pr:hasVersion "1.1" ; pr:hasSource "DGO proposal, pending ratification by the owning domain" .
ex:BC_04_01_002 a pr:BusinessConcept ;
pr:hasIdentifier "BC-04.01-002" ; pr:hasName "Outlet" ;
pr:owningDomain ex:DD_04 ; pr:ownedBy ex:ST_DD_04 ;
pr:hasBusinessDefinition "A physical point of sale where products are made available to end consumers, characterised by its Channel. An Outlet belongs to a Customer but is not the same notion: one Customer operates many Outlets." ;
pr:arbitrationStatus "TO_ARBITRATE" ;
pr:hasStatus "DRAFT" ; pr:hasVersion "1.1" ; pr:hasSource "DGO proposal, pending ratification by the owning domain" .
ex:BC_16_01_001 a pr:BusinessConcept ;
pr:hasIdentifier "BC-16.01-001" ; pr:hasName "Currency" ;
pr:owningDomain ex:DD_16 ; pr:ownedBy ex:ST_DD_16 ;
pr:hasBusinessDefinition "A monetary unit in which a transaction or a reported amount is denominated, identified by its ISO 4217 code." ;
pr:arbitrationStatus "TO_ARBITRATE" ;
pr:hasStatus "DRAFT" ; pr:hasVersion "1.1" ; pr:hasSource "DGO proposal, pending ratification by the owning domain" .
ex:BC_16_01_002 a pr:BusinessConcept ;
pr:hasIdentifier "BC-16.01-002" ; pr:hasName "Exchange Rate" ;
pr:owningDomain ex:DD_16 ; pr:ownedBy ex:ST_DD_16 ;
pr:hasBusinessDefinition "The conversion factor applied between two currencies at a given date, used to restate local amounts into group reporting currency. Distinct from Currency: a rate is a dated relationship between two of them." ;
pr:arbitrationStatus "TO_ARBITRATE" ;
pr:hasStatus "DRAFT" ; pr:hasVersion "1.1" ; pr:hasSource "DGO proposal, pending ratification by the owning domain" .
ex:BC_21_01_001 a pr:BusinessConcept ;
pr:hasIdentifier "BC-21.01-001" ; pr:hasName "Calendar Date" ;
pr:owningDomain ex:DD_21 ; pr:ownedBy ex:ST_DD_21 ;
pr:hasBusinessDefinition "A single day in the Gregorian calendar, the atomic unit from which Week, Month, Quarter and Year are derived and against which all time-based measures are positioned." ;
pr:arbitrationStatus "TO_ARBITRATE" ;
pr:hasStatus "DRAFT" ; pr:hasVersion "1.1" ; pr:hasSource "DGO proposal, pending ratification by the owning domain" .
ex:BO_06_01_001 a pr:BusinessObject ;
pr:hasIdentifier "BO-06.01-001" ; pr:hasName "Sell Out Volume" ;
pr:owningDomain ex:DD_06 ; pr:ownedBy ex:ST_DD_06 ;
pr:belongsToSubDomain ex:SD_06_01 ; pr:hasSteward ex:ST_DD_06 ;
pr:composedOf ex:BC_06_01_001 , ex:BC_06_01_003 , ex:BC_05_01_001 ;
pr:belongsTo ex:SD_06_01 ; pr:monitoredBy ex:ST_DD_06 ;
pr:aboutConcept ex:BC_06_01_001 ;
pr:usesConcept ex:BC_06_01_003 , ex:BC_05_01_001 ;
pr:hasMetric ex:M_06_01_001 , ex:M_06_01_002 , ex:M_06_01_003 , ex:M_06_01_004 ;
pr:hasBusinessDefinition "Quantities of Pernod Ricard products sold by retail customers to end consumers, observed at retail." ;
pr:hasStatus "DRAFT" ; pr:hasVersion "0.6" ; pr:hasSource "SODH Gold / F_SELL_OUT" .
ex:BO_06_01_002 a pr:BusinessObject ;
pr:hasIdentifier "BO-06.01-002" ; pr:hasName "Sell Out Value" ;
pr:owningDomain ex:DD_06 ; pr:ownedBy ex:ST_DD_06 ;
pr:belongsToSubDomain ex:SD_06_01 ; pr:hasSteward ex:ST_DD_06 ;
pr:composedOf ex:BC_06_01_001 , ex:BC_06_01_003 , ex:BC_05_01_001 ;
pr:belongsTo ex:SD_06_01 ; pr:monitoredBy ex:ST_DD_06 ;
pr:aboutConcept ex:BC_06_01_001 ;
pr:usesConcept ex:BC_06_01_003 , ex:BC_05_01_001 , ex:BC_16_01_001 ;
pr:hasMetric ex:M_06_01_010 , ex:M_06_01_011 , ex:M_06_01_012 ;
pr:hasBusinessDefinition "Monetary value of Pernod Ricard products sold to end consumers, expressed in multiple currencies (Euro, US Dollar, or local currency)." ;
pr:hasStatus "DRAFT" ; pr:hasVersion "0.6" ; pr:hasSource "SODH Gold / F_SELL_OUT" .
ex:BO_06_01_003 a pr:BusinessObject ;
pr:hasIdentifier "BO-06.01-003" ; pr:hasName "Sell Out Distribution" ;
pr:owningDomain ex:DD_06 ; pr:ownedBy ex:ST_DD_06 ;
pr:belongsToSubDomain ex:SD_06_01 ; pr:hasSteward ex:ST_DD_06 ;
pr:composedOf ex:BC_06_01_004 , ex:BC_06_01_003 , ex:BC_06_01_001 ;
pr:belongsTo ex:SD_06_01 ; pr:monitoredBy ex:ST_DD_06 ;
pr:aboutConcept ex:BC_06_01_004 ;
pr:usesConcept ex:BC_06_01_003 ;
pr:hasMetric ex:M_06_01_020 , ex:M_06_01_021 , ex:M_06_01_022 ;
pr:hasBusinessDefinition "Presence of Pernod Ricard products in retail: the number of points of sale carrying at least one Pernod Ricard product, related to the total number of points of sale in the Pernod Ricard universe." ;
pr:hasStatus "DRAFT" ; pr:hasVersion "0.6" ; pr:hasSource "SODH Gold / F_SELL_OUT_DISTRIBUTION" .
ex:BO_06_01_004 a pr:BusinessObject ;
pr:hasIdentifier "BO-06.01-004" ; pr:hasName "Retailer Stock" ;
pr:owningDomain ex:DD_06 ; pr:ownedBy ex:ST_DD_06 ;
pr:belongsToSubDomain ex:SD_06_01 ; pr:hasSteward ex:ST_DD_06 ;
pr:composedOf ex:BC_06_01_002 , ex:BC_06_01_001 , ex:BC_06_01_003 ;
pr:belongsTo ex:SD_06_01 ; pr:monitoredBy ex:ST_DD_06 ;
pr:aboutConcept ex:BC_06_01_002 ;
pr:usesConcept ex:BC_06_01_001 , ex:BC_06_01_003 ;
pr:hasMetric ex:M_06_01_030 , ex:M_06_01_031 , ex:M_06_01_032 ;
pr:hasBusinessDefinition "Inventory of Pernod Ricard products held at retailer level: forward stock volume, days of coverage and stock share." ;
pr:hasStatus "DRAFT" ; pr:hasVersion "0.6" ; pr:hasSource "SODH Gold / F_SELL_OUT" .
ex:BO_06_01_005 a pr:BusinessObject ;
pr:hasIdentifier "BO-06.01-005" ; pr:hasName "Sell Out Baseline" ;
pr:owningDomain ex:DD_06 ; pr:ownedBy ex:ST_DD_06 ;
pr:belongsToSubDomain ex:SD_06_01 ; pr:hasSteward ex:ST_DD_06 ;
pr:composedOf ex:BC_06_01_001 , ex:BC_05_01_001 , ex:BC_06_01_003 ;
pr:belongsTo ex:SD_06_01 ; pr:monitoredBy ex:ST_DD_06 ;
pr:aboutConcept ex:BC_06_01_005 ;
pr:usesConcept ex:BC_06_01_001 , ex:BC_05_01_001 ;
pr:hasMetric ex:M_06_01_040 , ex:M_06_01_041 ;
pr:hasBusinessDefinition "Modelled non-promoted volume and the incremental effect attributed to promotions, computed from observed Sell Out." ;
pr:hasStatus "DRAFT" ; pr:hasVersion "0.6" ; pr:hasSource "SODH Gold / F_SELL_OUT_BASELINE" .
ex:BO_10_01_001 a pr:BusinessObject ;
pr:hasIdentifier "BO-10.01-001" ; pr:hasName "Product Structure" ;
pr:owningDomain ex:DD_10 ; pr:ownedBy ex:ST_DD_10 ;
pr:belongsToSubDomain ex:SD_10_01 ; pr:hasSteward ex:ST_DD_10 ;
pr:composedOf ex:BC_06_01_001 , ex:BC_06_01_003 , ex:BC_06_01_004 ;
pr:hasBusinessDefinition "The corporate product hierarchy from Brand down to Stock Keeping Unit, with Category, Sub-Category, Flavor and unit-of-measure standards. Owned by Product & Material; consumed by SODH." ;
pr:belongsTo ex:SD_10_01 ; pr:monitoredBy ex:ST_DD_10 ;
pr:aboutConcept ex:BC_10_01_001 ;
pr:hasStatus "DRAFT" ; pr:hasVersion "0.6" ; pr:hasSource "MDM Product -> SODH [concepts TBC by DD-10]" .
ex:BO_04_01_001 a pr:BusinessObject ;
pr:hasIdentifier "BO-04.01-001" ; pr:hasName "Customer & Outlet" ;
pr:hasIdentifier "BO-04.01-001" ; pr:hasName "Customer" ;
pr:owningDomain ex:DD_04 ; pr:ownedBy ex:ST_DD_04 ;
pr:belongsToSubDomain ex:SD_04_01 ; pr:hasSteward ex:ST_DD_04 ;
pr:composedOf ex:BC_06_01_001 , ex:BC_06_01_003 , ex:BC_06_01_004 ;
pr:hasBusinessDefinition "Retail customer hierarchy: Distributor, Tier-1 and Tier-2 Customer, Outlet and Channel. Owned by Customer & Channels; consumed by SODH." ;
pr:hasStatus "DRAFT" ; pr:hasVersion "0.6" ; pr:hasSource "MDM Customer -> SODH [concepts TBC by DD-04]" .
pr:belongsTo ex:SD_04_01 ; pr:monitoredBy ex:ST_DD_04 ;
pr:aboutConcept ex:BC_04_01_001 ;
pr:hasStatus "DRAFT" ; pr:hasVersion "0.6" ; pr:hasSource "MDM -> SODH [split proposed, subject arbitrated 2026-07-27]" .
ex:BO_16_01_001 a pr:BusinessObject ;
pr:hasIdentifier "BO-16.01-001" ; pr:hasName "Currency & Exchange Rates" ;
pr:hasIdentifier "BO-16.01-001" ; pr:hasName "Currency" ;
pr:owningDomain ex:DD_16 ; pr:ownedBy ex:ST_DD_16 ;
pr:belongsToSubDomain ex:SD_16_01 ; pr:hasSteward ex:ST_DD_16 ;
pr:composedOf ex:BC_06_01_001 , ex:BC_06_01_003 , ex:BC_06_01_004 ;
pr:hasBusinessDefinition "Currency codes and exchange rates used to convert local Sell Out Value into Euro or US Dollar for group reporting. Owned by Financial Performance; consumed by SODH." ;
pr:hasStatus "DRAFT" ; pr:hasVersion "0.6" ; pr:hasSource "Group Finance -> SODH [concepts TBC by DD-16]" .
pr:belongsTo ex:SD_16_01 ; pr:monitoredBy ex:ST_DD_16 ;
pr:aboutConcept ex:BC_16_01_001 ;
pr:hasStatus "DRAFT" ; pr:hasVersion "0.6" ; pr:hasSource "MDM -> SODH [split proposed, subject arbitrated 2026-07-27]" .
ex:BO_21_01_001 a pr:BusinessObject ;
pr:hasIdentifier "BO-21.01-001" ; pr:hasName "Calendar" ;
pr:owningDomain ex:DD_21 ; pr:ownedBy ex:ST_DD_21 ;
pr:belongsToSubDomain ex:SD_21_01 ; pr:hasSteward ex:ST_DD_21 ;
pr:composedOf ex:BC_06_01_001 , ex:BC_06_01_003 , ex:BC_06_01_004 ;
pr:hasBusinessDefinition "The Gregorian calendar dimension shared across all domains: Date, Day, Week, Month, Quarter and Public Holiday. Owned by Data Governance; consumed by SODH." ;
pr:belongsTo ex:SD_21_01 ; pr:monitoredBy ex:ST_DD_21 ;
pr:aboutConcept ex:BC_21_01_001 ;
pr:hasStatus "DRAFT" ; pr:hasVersion "0.6" ; pr:hasSource "Standard Calendar -> SODH [concepts TBC by DD-21]" .
ex:BO_05_01_001 a pr:BusinessObject ;
pr:hasIdentifier "BO-05.01-001" ; pr:hasName "Promotion Type" ;
pr:owningDomain ex:DD_05 ; pr:ownedBy ex:ST_DD_05 ;
pr:belongsToSubDomain ex:SD_05_01 ; pr:hasSteward ex:ST_DD_05 ;
pr:composedOf ex:BC_05_01_001 , ex:BC_06_01_001 , ex:BC_06_01_004 ;
pr:hasBusinessDefinition "The controlled taxonomy of promotion mechanisms used to segment Sell Out measures. Owned by Sales Activation; consumed by SODH." ;
pr:belongsTo ex:SD_05_01 ; pr:monitoredBy ex:ST_DD_05 ;
pr:aboutConcept ex:BC_05_01_001 ;
pr:hasStatus "DRAFT" ; pr:hasVersion "0.6" ; pr:hasSource "Sales Activation -> SODH [concepts TBC by DD-05]" .
# --- Business Objects from the v1.1 splits ---------------------------
# 'Customer & Outlet' and 'Currency & Exchange Rates' had no single
# subject. Split proposed to DD-04 and DD-16, hence TO_ARBITRATE.
ex:BO_04_01_002 a pr:BusinessObject ;
pr:hasIdentifier "BO-04.01-002" ; pr:hasName "Outlet" ;
pr:owningDomain ex:DD_04 ; pr:ownedBy ex:ST_DD_04 ;
pr:belongsTo ex:SD_04_01 ; pr:monitoredBy ex:ST_DD_04 ;
pr:aboutConcept ex:BC_04_01_002 ;
pr:arbitrationStatus "TO_ARBITRATE" ;
pr:hasStatus "DRAFT" ; pr:hasVersion "1.1" ; pr:hasSource "MDM Customer -> SODH [split from BO-04.01-001, proposed to DD-04]" .
ex:BO_16_01_002 a pr:BusinessObject ;
pr:hasIdentifier "BO-16.01-002" ; pr:hasName "Exchange Rate" ;
pr:owningDomain ex:DD_16 ; pr:ownedBy ex:ST_DD_16 ;
pr:belongsTo ex:SD_16_01 ; pr:monitoredBy ex:ST_DD_16 ;
pr:aboutConcept ex:BC_16_01_002 ;
pr:arbitrationStatus "TO_ARBITRATE" ;
pr:hasStatus "DRAFT" ; pr:hasVersion "1.1" ; pr:hasSource "Group Finance -> SODH [split from BO-16.01-001, proposed to DD-16]" .
ex:M_06_01_001 a pr:Metric ;
pr:hasIdentifier "M-06.01-001" ; pr:hasName "Sell Out Volume (9L)" ;
pr:owningDomain ex:DD_06 ; pr:ownedBy ex:ST_DD_06 ;
@@ -527,38 +587,38 @@ ex:DE_05_01_0004 a pr:DataElement ;
ex:DO_06_01_001 a pr:DataObject ;
pr:hasIdentifier "DO-06.01-001" ; pr:hasName "Sell Out Volume Dataset" ;
pr:owningDomain ex:DD_06 ; pr:ownedBy ex:ST_DD_06 ;
pr:implements ex:BO_06_01_001 ; pr:hasSteward ex:ST_DD_06 ;
pr:represents ex:BO_06_01_001 ; pr:monitoredBy ex:ST_DD_06 ;
pr:hasElement ex:DE_05_01_0001 , ex:DE_05_01_0002 , ex:DE_05_01_0003 , ex:DE_05_01_0004 ;
pr:references ex:DO_04_01_001 , ex:DO_10_01_001 , ex:DO_21_01_001 , ex:DO_16_01_001 ;
pr:hasStatus "DRAFT" ; pr:hasVersion "0.6" ; pr:hasSource "SODH Gold / F_SELL_OUT" .
ex:DO_06_01_003 a pr:DataObject ;
pr:hasIdentifier "DO-06.01-003" ; pr:hasName "Sell Out Distribution Dataset" ;
pr:owningDomain ex:DD_06 ; pr:ownedBy ex:ST_DD_06 ;
pr:implements ex:BO_06_01_003 ; pr:hasSteward ex:ST_DD_06 ;
pr:represents ex:BO_06_01_003 ; pr:monitoredBy ex:ST_DD_06 ;
pr:hasElement ex:DE_05_01_0001 , ex:DE_05_01_0002 , ex:DE_05_01_0003 , ex:DE_05_01_0004 ;
pr:references ex:DO_04_01_001 , ex:DO_10_01_001 , ex:DO_21_01_001 ;
pr:hasStatus "DRAFT" ; pr:hasVersion "0.6" ; pr:hasSource "SODH Gold / F_SELL_OUT_DISTRIBUTION" .
ex:DO_10_01_001 a pr:DataObject ;
pr:hasIdentifier "DO-10.01-001" ; pr:hasName "Product Dimension" ;
pr:owningDomain ex:DD_10 ; pr:ownedBy ex:ST_DD_10 ;
pr:implements ex:BO_10_01_001 ; pr:hasSteward ex:ST_DD_10 ;
pr:represents ex:BO_10_01_001 ; pr:monitoredBy ex:ST_DD_10 ;
pr:hasElement ex:DE_10_01_0001 , ex:DE_10_01_0002 , ex:DE_10_01_0003 , ex:DE_10_01_0004 , ex:DE_10_01_0005 , ex:DE_10_01_0006 , ex:DE_10_01_0007 , ex:DE_10_01_0008 , ex:DE_10_01_0009 , ex:DE_10_01_0010 , ex:DE_10_01_0011 , ex:DE_10_01_0012 ;
pr:hasStatus "DRAFT" ; pr:hasVersion "0.6" ; pr:hasSource "SODH Gold / D_FINISHED_PRODUCT" .
ex:DO_04_01_001 a pr:DataObject ;
pr:hasIdentifier "DO-04.01-001" ; pr:hasName "Customer Dimension" ;
pr:owningDomain ex:DD_04 ; pr:ownedBy ex:ST_DD_04 ;
pr:implements ex:BO_04_01_001 ; pr:hasSteward ex:ST_DD_04 ;
pr:represents ex:BO_04_01_001 ; pr:monitoredBy ex:ST_DD_04 ;
pr:hasElement ex:DE_04_01_0001 , ex:DE_04_01_0002 , ex:DE_04_01_0003 , ex:DE_04_01_0004 , ex:DE_04_01_0005 , ex:DE_04_01_0006 , ex:DE_04_01_0007 , ex:DE_04_01_0008 , ex:DE_04_01_0009 , ex:DE_04_01_0010 ;
pr:hasStatus "DRAFT" ; pr:hasVersion "0.6" ; pr:hasSource "SODH Gold / D_CUSTOMER" .
ex:DO_16_01_001 a pr:DataObject ;
pr:hasIdentifier "DO-16.01-001" ; pr:hasName "Currency Dimension" ;
pr:owningDomain ex:DD_16 ; pr:ownedBy ex:ST_DD_16 ;
pr:implements ex:BO_16_01_001 ; pr:hasSteward ex:ST_DD_16 ;
pr:represents ex:BO_16_01_001 ; pr:monitoredBy ex:ST_DD_16 ;
pr:hasElement ex:DE_16_01_0001 , ex:DE_16_01_0002 , ex:DE_16_01_0003 , ex:DE_16_02_0001 , ex:DE_16_02_0002 , ex:DE_16_02_0003 ;
pr:hasStatus "DRAFT" ; pr:hasVersion "0.6" ; pr:hasSource "SODH Gold / D_CURRENCY" .
ex:DO_21_01_001 a pr:DataObject ;
pr:hasIdentifier "DO-21.01-001" ; pr:hasName "Calendar Dimension" ;
pr:owningDomain ex:DD_21 ; pr:ownedBy ex:ST_DD_21 ;
pr:implements ex:BO_21_01_001 ; pr:hasSteward ex:ST_DD_21 ;
pr:represents ex:BO_21_01_001 ; pr:monitoredBy ex:ST_DD_21 ;
pr:hasElement ex:DE_21_01_0001 , ex:DE_21_01_0002 , ex:DE_21_01_0003 , ex:DE_21_01_0004 , ex:DE_21_01_0005 ;
pr:hasStatus "DRAFT" ; pr:hasVersion "0.6" ; pr:hasSource "SODH Gold / D_DATE" .