| meta: | |
| id: "DM-SC-001" | |
| version: "v0.1" | |
| description: "Key entities and relationships for the supply chain domain." | |
| tags: | |
| industry: "supply_chain" | |
| industry_id: "supply-chain" | |
| entities: | |
| - name: "Material" | |
| description: "Inputs to production with lead times and quality attributes." | |
| attributes: | |
| id: "Material identifier" | |
| lead_time_days: "Supplier lead time" | |
| dwell_time_days: "Inventory dwell" | |
| - name: "Product" | |
| description: "Intermediate or finished goods produced from materials." | |
| attributes: | |
| id: "Product identifier" | |
| stage: "Production stage (intermediate/final)" | |
| downtime_rate: "Proportion of time the line is down" | |
| - name: "Order" | |
| description: "Customer orders for finished products." | |
| attributes: | |
| id: "Order identifier" | |
| quantity_per_order: "Units per order" | |
| price_per_unit: "Unit selling price" | |
| cost_per_unit: "Unit cost" | |
| backorder_rate: "Proportion of unfilled orders" | |
| relationships: | |
| - "Material -> Product: materials feed production stages" | |
| - "Product -> Order: products fulfill customer demand" | |