valueflows

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

commit 79573446c78775f6938d1eef089c7ba9f65a16be
parent 594fef1f0449e8b33f1f605d55fa6c608b8595ab
Author: elf Pavlik <elf-pavlik@hackers4peace.net>
Date:   Tue,  6 Sep 2016 17:28:46 -0500

added initial snippets for 3d printed part

Diffstat:
Asnippets/3d-printed-parts/create-process.yaml | 41+++++++++++++++++++++++++++++++++++++++++
Asnippets/3d-printed-parts/filament-after-create.yaml | 15+++++++++++++++
Asnippets/3d-printed-parts/filament-after-increment.yaml | 15+++++++++++++++
Asnippets/3d-printed-parts/filament-before-create.yaml | 14++++++++++++++
Asnippets/3d-printed-parts/increment-process.yaml | 41+++++++++++++++++++++++++++++++++++++++++
Asnippets/3d-printed-parts/parts-after-create.yaml | 14++++++++++++++
Asnippets/3d-printed-parts/parts-after-increment.yaml | 14++++++++++++++
7 files changed, 154 insertions(+), 0 deletions(-)

diff --git a/snippets/3d-printed-parts/create-process.yaml b/snippets/3d-printed-parts/create-process.yaml @@ -0,0 +1,41 @@ +'@context': + - https://w3id.org/valueflows/v1 + - fablab: https://fablab.example/ + +'@graph': + - '@id': fablab:d8f86f84-afb2-4302-9847-e0a6b53d2af7#process + '@type': vf:Transformation + 'skos:note': making a 3d printed part + + - '@id': fablab:8fe5092e-0ce9-4759-9b11-17f6644aaa47#event + '@type': vf:IPOEvent + 'vf:action': vf:consume + 'vf:startTime': 2016-08-10 + 'vf:executedIn': fablab:d8f86f84-afb2-4302-9847-e0a6b53d2af7#process + 'vf:affects': fablab:d576a899-3130-4ab4-94e3-d88818c4994e#resource + 'vf:affectedQuantity': + '@type': qudt:QuantityValue + 'qudt:unit': unit:Grams + 'qudt:numericValue': 530 + + - '@id': fablab:641e7e23-adcf-4adf-87e0-94579c4dbc6a#event + '@type': vf:IPOEvent + 'vf:action': vf:create + 'vf:startTime': 2016-08-10 + 'vf:executedIn': fablab:d8f86f84-afb2-4302-9847-e0a6b53d2af7#process + 'vf:affects': fablab:1d14a369-317b-4404-abbd-25fb9d18a408#resource + 'vf:affectedQuantity': + '@type': qudt:QuantityValue + 'qudt:unit': unit:Each + 'qudt:numericValue': 5 + + - '@id': fablab:9cab2292-9c1f-4875-bbfc-9f6711d46590#event + '@type': vf:IPOEvent + 'vf:action': vf:create + 'vf:startTime': 2016-08-10 + 'vf:executedIn': fablab:d8f86f84-afb2-4302-9847-e0a6b53d2af7#process + 'vf:affects': fablab:24fb1c17-04ca-4f92-9b70-b863b59ddda4#resource + 'vf:affectedQuantity': + '@type': qudt:QuantityValue + 'qudt:unit': unit:Grams + 'qudt:numericValue': 78 diff --git a/snippets/3d-printed-parts/filament-after-create.yaml b/snippets/3d-printed-parts/filament-after-create.yaml @@ -0,0 +1,15 @@ + +'@context': + - https://w3id.org/valueflows/v1 + - fablab: https://fablab.example/ + acme: https://acme.example/ + +'@id': fablab:d576a899-3130-4ab4-94e3-d88818c4994e#resource +'@type': vf:Resource +'vf:uuid': b5ab3fc5-4d6d-4716-93eb-40b793c2913f +'vf:model': acme:3D-Filament-Red +'vf:lastEvent': fablab:8fe5092e-0ce9-4759-9b11-17f6644aaa47#event +'vf:quantity': + '@type': qudt:QuantityValue + 'qudt:unit': unit:Grams + 'qudt:numericValue': 470 diff --git a/snippets/3d-printed-parts/filament-after-increment.yaml b/snippets/3d-printed-parts/filament-after-increment.yaml @@ -0,0 +1,15 @@ + +'@context': + - https://w3id.org/valueflows/v1 + - fablab: https://fablab.example/ + acme: https://acme.example/ + +'@id': fablab:d576a899-3130-4ab4-94e3-d88818c4994e#resource +'@type': vf:Resource +'vf:uuid': b5ab3fc5-4d6d-4716-93eb-40b793c2913f +'vf:model': acme:3D-Filament-Red +'vf:lastEvent': fablab:5c586fdf-c3b8-4779-8140-1a23e581e623#event +'vf:quantity': + '@type': qudt:QuantityValue + 'qudt:unit': unit:Grams + 'qudt:numericValue': 155 diff --git a/snippets/3d-printed-parts/filament-before-create.yaml b/snippets/3d-printed-parts/filament-before-create.yaml @@ -0,0 +1,14 @@ + +'@context': + - https://w3id.org/valueflows/v1 + - fablab: https://fablab.example/ + acme: https://acme.example/ + +'@id': fablab:d576a899-3130-4ab4-94e3-d88818c4994e#resource +'@type': vf:Resource +'vf:uuid': b5ab3fc5-4d6d-4716-93eb-40b793c2913f +'vf:model': acme:3D-Filament-Red +'vf:quantity': + '@type': qudt:QuantityValue + 'qudt:unit': unit:Grams + 'qudt:numericValue': 1000 diff --git a/snippets/3d-printed-parts/increment-process.yaml b/snippets/3d-printed-parts/increment-process.yaml @@ -0,0 +1,41 @@ +'@context': + - https://w3id.org/valueflows/v1 + - fablab: https://fablab.example/ + +'@graph': + - '@id': fablab:b5ab3fc5-4d6d-4716-93eb-40b793c2913f#process + '@type': vf:Transformation + 'skos:note': making a 3d printed part + + - '@id': fablab:5c586fdf-c3b8-4779-8140-1a23e581e623#event + '@type': vf:IPOEvent + 'vf:action': vf:consume + 'vf:startTime': 2016-08-12 + 'vf:executedIn': fablab:b5ab3fc5-4d6d-4716-93eb-40b793c2913f#process + 'vf:affects': fablab:d576a899-3130-4ab4-94e3-d88818c4994e#resource + 'vf:affectedQuantity': + '@type': qudt:QuantityValue + 'qudt:unit': unit:Grams + 'qudt:numericValue': 315 + + - '@id': fablab:e88bae12-615a-4f81-84d5-c5aeffd81242#event + '@type': vf:IPOEvent + 'vf:action': vf:create + 'vf:startTime': 2016-08-12 + 'vf:executedIn': fablab:b5ab3fc5-4d6d-4716-93eb-40b793c2913f#process + 'vf:affects': fablab:1d14a369-317b-4404-abbd-25fb9d18a408#resource + 'vf:affectedQuantity': + '@type': qudt:QuantityValue + 'qudt:unit': unit:Each + 'qudt:numericValue': 3 + + - '@id': fablab:1f762881-c3b1-43e2-b7db-892b5beba74c#event + '@type': vf:IPOEvent + 'vf:action': vf:create + 'vf:startTime': 2016-08-12 + 'vf:executedIn': fablab:b5ab3fc5-4d6d-4716-93eb-40b793c2913f#process + 'vf:affects': fablab:24fb1c17-04ca-4f92-9b70-b863b59ddda4#resource + 'vf:affectedQuantity': + '@type': qudt:QuantityValue + 'qudt:unit': unit:Grams + 'qudt:numericValue': 24 diff --git a/snippets/3d-printed-parts/parts-after-create.yaml b/snippets/3d-printed-parts/parts-after-create.yaml @@ -0,0 +1,14 @@ +'@context': + - https://w3id.org/valueflows/v1 + - fablab: https://fablab.example/ + +'@id': fablab:1d14a369-317b-4404-abbd-25fb9d18a408#resource +'@type': vf:Resource +'vf:uuid': 1d14a369-317b-4404-abbd-25fb9d18a408 +'vf:model': fablab:Cool-Item-44 +'vf:currentLocation': fablab:64a0625c-caad-4f2e-a8de-157796c7d203#place +'vf:mostRecentEvent': fablab:9cab2292-9c1f-4875-bbfc-9f6711d46590#event +'vf:quantity': + '@type': qudt:QuantityValue + 'qudt:unit': unit:Each + 'qudt:numericValue': 5 diff --git a/snippets/3d-printed-parts/parts-after-increment.yaml b/snippets/3d-printed-parts/parts-after-increment.yaml @@ -0,0 +1,14 @@ +'@context': + - https://w3id.org/valueflows/v1 + - fablab: https://fablab.example/ + +'@id': fablab:1d14a369-317b-4404-abbd-25fb9d18a408#resource +'@type': vf:Resource +'vf:uuid': 1d14a369-317b-4404-abbd-25fb9d18a408 +'vf:model': fablab:Cool-Item-44 +'vf:currentLocation': fablab:64a0625c-caad-4f2e-a8de-157796c7d203#place +'vf:mostRecentEvent': fablab:e88bae12-615a-4f81-84d5-c5aeffd81242#event +'vf:quantity': + '@type': qudt:QuantityValue + 'qudt:unit': unit:Each + 'qudt:numericValue': 8