valueflows

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

commit d3ba25e6c88cfc0424a4f6672d5855e8aa01d7f5
parent 1ecd58cfaba1480bba0c9e2b72e4fbbc93486398
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Wed, 20 Mar 2019 13:08:06 -0500

change affects to involves for events (#467)



Diffstat:
Mexamples/process-manufacturing.yaml | 8++++----
Mexamples/process-workflow.yaml | 4++--
Mrelease-doc-in-process/all_vf.TTL | 12++----------
3 files changed, 8 insertions(+), 16 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/ - affects: mfg:3129ca8b-fcda-45be-bbda-294dc924d3b9 # plywood sheets + involves: 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/ - affects: mfg:52f0e212-3c4f-4d27-b345-5e964c135824 # CNC machine + involves: 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/ - affects: mfg:6b97b1be-8e07-44ac-82e5-214f1b2aaf33 # desk design specification + involves: 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/ - affects: mfg:e1721a61-cd47-4556-84b9-8b1b81da15bf # desk + involves: 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/ - affects: alice:e1721a61-cd47-4556-84b9-8b1b81da15bf + involves: 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/ - affects: alice:e1721a61-cd47-4556-84b9-8b1b81da15bf + involves: alice:e1721a61-cd47-4556-84b9-8b1b81da15bf affectedQuantity: qudt:unit: unit:Number qudt:numericValue: 1 diff --git a/release-doc-in-process/all_vf.TTL b/release-doc-in-process/all_vf.TTL @@ -178,10 +178,10 @@ vf:recipeOutputOf vf:involves a owl:ObjectProperty ; rdfs:label "involves" ; - rdfs:domain [ owl:unionOf (vf:Commitment vf:Intent) ] ; + rdfs:domain [ owl:unionOf (vf:Commitment vf:Intent vf:EconomicEvent) ] ; rdfs:range vf:EconomicResource ; vs:term_status "unstable" ; - rdfs:comment "Economic resource the commitment commits or the intent intends to affect. Could be an actual resource or a classification / specification of resource." . + rdfs:comment "Economic resource involved in the flow." . vf:underlyingResource a owl:ObjectProperty ; @@ -198,14 +198,6 @@ vf:relationship a owl:ObjectProperty ; vs:term_status "unstable" ; rdfs:comment "A kind of relationship that exists between 2 agents." . -vf:affects - a owl:ObjectProperty ; - rdfs:label "affects" ; - rdfs:domain vf:EconomicEvent ; - rdfs:range vf:EconomicResource ; - vs:term_status "unstable" ; - rdfs:comment "The economic resource that is decremented or incremented by the economic event, or just what the economic event is about." . - vf:appreciationOf a owl:ObjectProperty ; rdfs:label "appreciation of" ;