valueflows

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

process-manufacturing.yaml (4437B)


      1 # Example: Simple manufacturing process
      2 
      3 '@context':
      4   - https://git.io/vf-examples-jsonld-context
      5   - alice: https://alice.example/
      6     mfg: https://manufacturing.example/
      7 
      8 '@id': rgh:valueflows/valueflows/master/examples/process-manufacturing.yaml
      9 '@graph':
     10 
     11   # Economic resources before
     12 
     13   - '@id': mfg:e1721a61-cd47-4556-84b9-8b1b81da15bf
     14     '@type': EconomicResource
     15     resourceConformsTo: https://www.opendesk.cc/lean/desk # desk
     16     accountingQuantity:
     17       om2:hasUnit: om2:one
     18       om2:hasNumericalValue: 8
     19 
     20   - '@id': mfg:3129ca8b-fcda-45be-bbda-294dc924d3b9
     21     '@type': EconomicResource
     22     classifiedAs: https://www.wikidata.org/wiki/Q219803 # plywood
     23     accountingQuantity:
     24       om2:hasUnit: om2:one
     25       om2:hasNumericalValue: 130
     26     skos:note: 4 x 8 sheet of 1/2 inch plywood
     27 
     28   - '@id': mfg:6b97b1be-8e07-44ac-82e5-214f1b2aaf33
     29     '@type': EconomicResource
     30     classifiedAs: https://www.wikidata.org/wiki/Q2101564 # desk design specification
     31     accountingQuantity:
     32       om2:hasUnit: om2:one
     33       om2:hasNumericalValue: 1
     34 
     35   - '@id': mfg:52f0e212-3c4f-4d27-b345-5e964c135824
     36     '@type': EconomicResource
     37     classifiedAs: https://www.wikidata.org/wiki/Q13231055 # CNC machine
     38     accountingQuantity:
     39       om2:hasUnit: om2:one
     40       om2:hasNumericalValue: 1
     41 
     42   # Production
     43 
     44   - '@id': mfg:02b39a30-3e04-4305-9656-7f261aa63c84
     45     '@type': Process
     46     name: Make the lean desk
     47 
     48   - '@id': mfg:b52a5815-fae9-43bf-be95-833b95dc0adb
     49     '@type': EconomicEvent
     50     inputOf: mfg:02b39a30-3e04-4305-9656-7f261aa63c84
     51     action: consume
     52     provider: https://manufacturing.example/
     53     receiver: https://manufacturing.example/
     54     resourceInventoriedAs: mfg:3129ca8b-fcda-45be-bbda-294dc924d3b9 # plywood sheets
     55     resourceQuantity:
     56       om2:hasUnit: om2:one
     57       om2:hasNumericalValue: 3
     58 
     59   - '@id': mfg:b90b0b77-09a2-42e2-8bd4-e9ae2c1c6172
     60     '@type': EconomicEvent
     61     inputOf: mfg:02b39a30-3e04-4305-9656-7f261aa63c84
     62     action: use
     63     provider: https://manufacturing.example/
     64     receiver: https://manufacturing.example/
     65     resourceInventoriedAs: mfg:52f0e212-3c4f-4d27-b345-5e964c135824 # CNC machine
     66     effortQuantity:
     67       om2:hasUnit: om2:hour
     68       om2:hasNumericalValue: 3.5
     69 
     70   - '@id': mfg:a8236bbb-81e0-422d-9861-56d2417db0fb
     71     '@type': EconomicEvent
     72     inputOf: mfg:02b39a30-3e04-4305-9656-7f261aa63c84
     73     action: cite
     74     provider: https://makezine.com/
     75     receiver: https://manufacturing.example/
     76     resourceInventoriedAs: mfg:6b97b1be-8e07-44ac-82e5-214f1b2aaf33 # desk design specification
     77     resourceQuantity:
     78       om2:hasUnit: om2:one
     79       om2:hasNumericalValue: 1
     80 
     81   - '@id': mfg:6f438393-7f87-4914-806c-e23a4fd15e89
     82     '@type': EconomicEvent
     83     inputOf: mfg:02b39a30-3e04-4305-9656-7f261aa63c84
     84     action: work
     85     provider: https://alice.example/
     86     receiver: https://manufacturing.example/
     87     resourceClassifiedAs: https://www.wikidata.org/wiki/Q192047 # machining
     88     effortQuantity:
     89       om2:hasUnit: om2:hour
     90       om2:hasNumericalValue: 7
     91 
     92   - '@id': mfg:d4d2fd71-34f2-41c3-b1c5-19ad5ed2da59
     93     '@type': EconomicEvent
     94     outputOf: mfg:02b39a30-3e04-4305-9656-7f261aa63c84
     95     action: produce
     96     provider: https://manufacturing.example/
     97     receiver: https://manufacturing.example/
     98     resourceInventoriedAs: mfg:e1721a61-cd47-4556-84b9-8b1b81da15bf # desk
     99     resourceQuantity:
    100       om2:hasUnit: om2:one
    101       om2:hasNumericalValue: 1
    102 
    103   # Economic resources after
    104 
    105   - '@id': mfg:e1721a61-cd47-4556-84b9-8b1b81da15bf
    106     '@type': EconomicResource
    107     resourceConformsTo: https://www.opendesk.cc/lean/desk # desk
    108     accountingQuantity:
    109       om2:hasUnit: om2:one
    110       om2:hasNumericalValue: 9
    111 
    112   - '@id': mfg:3129ca8b-fcda-45be-bbda-294dc924d3b9
    113     '@type': EconomicResource
    114     classifiedAs: https://www.wikidata.org/wiki/Q219803 # plywood
    115     accountingQuantity:
    116       om2:hasUnit: om2:one
    117       om2:hasNumericalValue: 127
    118     note: 4 x 8 sheet of 1/2 inch plywood
    119 
    120   - '@id': mfg:6b97b1be-8e07-44ac-82e5-214f1b2aaf33
    121     '@type': EconomicResource
    122     classifiedAs: https://www.wikidata.org/wiki/Q2101564 # desk design specification
    123     accountingQuantity:
    124       om2:hasUnit: om2:one
    125       om2:hasNumericalValue: 1
    126 
    127   - '@id': mfg:52f0e212-3c4f-4d27-b345-5e964c135824
    128     '@type': EconomicResource
    129     classifiedAs: https://www.wikidata.org/wiki/Q13231055 # CNC machine
    130     accountingQuantity:
    131       om2:hasUnit: om2:one
    132       om2:hasNumericalValue: 1