valueflows

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

produce-process-3.yaml (1913B)


      1 
      2 '@context':
      3   - https://w3id.org/valueflows/v1
      4   - bkitchen: https://bike-kitchen.example/
      5 
      6 '@graph':
      7   - '@id': bkitchen:66ed2c1b-0a45-478b-8df2-eb9993dc91a3#process
      8     '@type': vf:Transformation
      9     'skos:note': producing a bike
     10 
     11   - '@id': bkitchen:48eeb731-2dbe-41a0-a8ea-13bd29c0572c#event
     12     '@type': vf:IPOEvent
     13     'vf:action': vf:assemble
     14     'vf:startTime': 2015-07-25
     15     'vf:executedIn': bkitchen:66ed2c1b-0a45-478b-8df2-eb9993dc91a3#process
     16     'vf:affects': bkitchen:90d8f9sf890-v89f789ff-bolts#resource
     17     'vf:affectedQuantity':
     18         '@type': qudt:QuantityValue
     19         'qudt:unit': unit:Each
     20         'qudt:numericValue': 20
     21 
     22   - '@id': bkitchen:48eeb731-2dbe-41a0-a8ea-089wre98wec#event
     23     '@type': vf:IPOEvent
     24     'vf:action': vf:assemble
     25     'vf:startTime': 2015-07-25
     26     'vf:executedIn': bkitchen:66ed2c1b-0a45-478b-8df2-eb9993dc91a3#process
     27     'vf:affects': bkitchen:2ffb24c7-176b-4ae0-bd86-345345-frame#resource
     28     'vf:affectedQuantity':
     29         '@type': qudt:QuantityValue
     30         'qudt:unit': unit:Each
     31         'qudt:numericValue': 1
     32 
     33   - '@id': bkitchen:48eeb731-2dbe-41a0-a8ea-098sdf90dd#event
     34     '@type': vf:IPOEvent
     35     'vf:action': vf:consume
     36     'vf:startTime': 2015-07-25
     37     'vf:executedIn': bkitchen:66ed2c1b-0a45-478b-8df2-eb9993dc91a3#process
     38     'vf:affects': bkitchen:3965e58b-787c-4728-a802-63aeec-paint#resource
     39     'vf:affectedQuantity':
     40         '@type': qudt:QuantityValue
     41         'qudt:unit': unit:kg
     42         'qudt:numericValue': 2.3
     43 
     44   - '@id': bkitchen:d9406b1b-9055-44b5-a0ff-0875207ccf3a#event
     45     '@type': vf:IPOEvent
     46     'vf:action': vf:produce
     47     'vf:startTime': 2015-07-25
     48     'vf:executedIn': bkitchen:66ed2c1b-0a45-478b-8df2-eb9993dc91a3#process
     49     'vf:affects': bkitchen:2ffb24c7-176b-4ae0-bd86-595f731c2800-bike#resource
     50     'vf:affectedQuantity':
     51         '@type': qudt:QuantityValue
     52         'qudt:unit': unit:Each
     53         'qudt:numericValue': 1