From 617950e52be49d16b6ed84cc17fdf71c8b939ad5 Mon Sep 17 00:00:00 2001 From: Elijah Ahianyo Date: Tue, 20 Jun 2023 23:21:25 +0000 Subject: [PATCH 1/2] okw shoe making shop example --- alpha/okw/ElijahShoeMakingShop.yml | 84 ++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 alpha/okw/ElijahShoeMakingShop.yml diff --git a/alpha/okw/ElijahShoeMakingShop.yml b/alpha/okw/ElijahShoeMakingShop.yml new file mode 100644 index 0000000..930874a --- /dev/null +++ b/alpha/okw/ElijahShoeMakingShop.yml @@ -0,0 +1,84 @@ +contact: Elijah Ahianyo, elijahahianyo@gmail.com + +contributors: Elijah Ahianyo + +version: 0.1 + +development-stage: early + +# # License + +# license: any(include('license-item'), list(include('license-item'))) # At least one license is required | The format should be an SPDX identifier. See https://spdx.org/licenses/hardware: [value] # recommended | The license under which the hardware is released +license: AGPL 3.0 https://www.gnu.org/licenses/agpl-3.0.en.html +licensor: Robert L. Read + + +# # Documentation + +documentation-home: https://www.pubinv.org/ + +archive-download: + +# # Core Matchable Work + +# 'product-atoms' are the things that the OKW know how to make without an OKH +# can make a-priori. This assumes it requires no additional supplies or +# inputs. It may take more time to supply an product-atom than an inventory-atom. +product-atoms: +- identifier: Q4845639 + description: Brogue Shoe + link: https://www.wikidata.org/wiki/Q4845639 + +# 'inventory-atoms' are the things which this OKW either expects to have in inventory +inventory-atoms: + - identifier: Q286 + description: Leather + link: https://www.wikidata.org/wiki/Q286 + - identifier: Q500548 + description: Glue + link: https://www.wikidata.org/wiki/Q500548 + - identifier: Q1391831 + description: thread + link: https://www.wikidata.org/wiki/Q1391831 + - identifier: Q18113858 + description: rubber + link: https://www.wikidata.org/wiki/Q18113858 + - identifier: Q49444 + description: cork + link: https://www.wikidata.org/wiki/Q49444 + - identifier: Q3775755 + description: Masking tape + link: https://www.wikidata.org/wiki/Q3775755 + + +# tool-list atoms are used to make things specified with an OKH +tool-list-atoms: + - identifier: Q49013 + description: Sewing Machine + link: https://www.wikidata.org/wiki/Q49013 +- identifier: + description: Foot Mould + link: +- identifier: Q142690 + description: Sewing Needle + link: https://www.wikidata.org/wiki/Q142690 +- identifier: Q25294 + description: Hammer + link: https://www.wikidata.org/wiki/Q25294 + + +# These defines "processes" which can be carried out at the facility. +# Note for example, "sewing" is a WikiData process: https://www.wikidata.org/wiki/Q652122 +processes: +- identifier: Q82604 + description: Design a blueprint for your shoe + link: https://www.wikidata.org/wiki/Q82604 + - identifier: Q211387 + description: Sewing + link: https://www.wikidata.org/wiki/Q211387 + - identifier: Q211387 + description: Assembling the Shoe + link: https://www.wikidata.org/wiki/Q3625549 + - identifier: + description: Add finishing + link: From 81f9bf745352287fde6f5ed4f4482d7655665985 Mon Sep 17 00:00:00 2001 From: Elijah Ahianyo Date: Tue, 20 Jun 2023 23:23:19 +0000 Subject: [PATCH 2/2] remove license --- alpha/okw/ElijahShoeMakingShop.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/alpha/okw/ElijahShoeMakingShop.yml b/alpha/okw/ElijahShoeMakingShop.yml index 930874a..4495c59 100644 --- a/alpha/okw/ElijahShoeMakingShop.yml +++ b/alpha/okw/ElijahShoeMakingShop.yml @@ -6,13 +6,6 @@ version: 0.1 development-stage: early -# # License - -# license: any(include('license-item'), list(include('license-item'))) # At least one license is required | The format should be an SPDX identifier. See https://spdx.org/licenses/hardware: [value] # recommended | The license under which the hardware is released -license: AGPL 3.0 https://www.gnu.org/licenses/agpl-3.0.en.html -licensor: Robert L. Read - - # # Documentation documentation-home: https://www.pubinv.org/