valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

commit 788f8596bfc66618c8d395eae4fe3c0d7e99784f
parent e55561a66daf9282ee6a349215c5a5b75e0788e1
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Sun,  7 Apr 2019 15:27:12 -0500

fix resourceInventoriedAs in merged examples (#483)


Diffstat:
Mexamples/process-manufacturing.yaml | 8++++----
Mexamples/process-workflow.yaml | 4++--
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/examples/process-manufacturing.yaml b/examples/process-manufacturing.yaml @@ -52,7 +52,7 @@ action: consume provider: https://manufacturing.example/ receiver: https://manufacturing.example/ - involves: mfg:3129ca8b-fcda-45be-bbda-294dc924d3b9 # plywood sheets + resourceInventoriedAs: mfg:3129ca8b-fcda-45be-bbda-294dc924d3b9 # plywood sheets affectedQuantity: qudt:unit: unit:Number qudt:numericValue: 3 @@ -63,7 +63,7 @@ action: use provider: https://manufacturing.example/ receiver: https://manufacturing.example/ - involves: mfg:52f0e212-3c4f-4d27-b345-5e964c135824 # CNC machine + resourceInventoriedAs: mfg:52f0e212-3c4f-4d27-b345-5e964c135824 # CNC machine affectedQuantity: qudt:unit: unit:Hour qudt:numericValue: 3.5 @@ -74,7 +74,7 @@ action: cite provider: https://makezine.com/ receiver: https://manufacturing.example/ - involves: mfg:6b97b1be-8e07-44ac-82e5-214f1b2aaf33 # desk design specification + resourceInventoriedAs: mfg:6b97b1be-8e07-44ac-82e5-214f1b2aaf33 # desk design specification affectedQuantity: qudt:unit: unit:Number qudt:numericValue: 1 @@ -96,7 +96,7 @@ action: produce provider: https://manufacturing.example/ receiver: https://manufacturing.example/ - involves: mfg:e1721a61-cd47-4556-84b9-8b1b81da15bf # desk + resourceInventoriedAs: mfg:e1721a61-cd47-4556-84b9-8b1b81da15bf # desk affectedQuantity: qudt:unit: unit:Number qudt:numericValue: 1 diff --git a/examples/process-workflow.yaml b/examples/process-workflow.yaml @@ -31,7 +31,7 @@ action: accept provider: https://alice.example/ receiver: https://auto-repair.example/ - involves: alice:e1721a61-cd47-4556-84b9-8b1b81da15bf + resourceInventoriedAs: alice:e1721a61-cd47-4556-84b9-8b1b81da15bf affectedQuantity: qudt:unit: unit:Number qudt:numericValue: 1 @@ -42,7 +42,7 @@ action: improve provider: https://auto-repair.example/ receiver: https://alice.example/ - involves: alice:e1721a61-cd47-4556-84b9-8b1b81da15bf + resourceInventoriedAs: alice:e1721a61-cd47-4556-84b9-8b1b81da15bf affectedQuantity: qudt:unit: unit:Number qudt:numericValue: 1