valueflows

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

commit 1410644e4dfe212f4983723ab8cb27a417bc2688
parent 6748955b13125cfef590b678b1b33d37c2dfa34d
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Fri, 16 Sep 2016 11:32:47 -0500

changed transportation processes to vf:Transportation

Diffstat:
Msnippets/serial-transport-within-context/transport.yaml | 2+-
Msnippets/stock-transport-across-contexts/transport.yaml | 2+-
Msnippets/stock-transport-within-context/transport.yaml | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/snippets/serial-transport-within-context/transport.yaml b/snippets/serial-transport-within-context/transport.yaml @@ -5,7 +5,7 @@ '@graph': - '@id': bkitchen:43289234789b-8df2-dfaddfre#process - '@type': vf:Process + '@type': vf:Transportation 'skos:note': transporting 1 bike - '@id': bkitchen:4329423iu34#event diff --git a/snippets/stock-transport-across-contexts/transport.yaml b/snippets/stock-transport-across-contexts/transport.yaml @@ -5,7 +5,7 @@ '@graph': - '@id': shipper:43289234789b-8df2-dfaddfre#process - '@type': vf:Process + '@type': vf:Transportation 'skos:note': transporting 1 batch of bike chains - '@id': shipper:4329423iu34#event diff --git a/snippets/stock-transport-within-context/transport.yaml b/snippets/stock-transport-within-context/transport.yaml @@ -5,7 +5,7 @@ '@graph': - '@id': bikeparts:43289234789b-8df2-dfaddfre#process - '@type': vf:Process + '@type': vf:Transportation 'skos:note': transporting 1 batch of bike chains - '@id': bikeparts:4329423iu34#event