valueflows

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

transport.yaml (1141B)


      1 
      2 '@context':
      3   - https://w3id.org/valueflows/v1
      4   - bkitchen: https://bike-kitchen.example/
      5 
      6 '@graph':
      7   - '@id': bkitchen:43289234789b-8df2-dfaddfre#process
      8     '@type': vf:Transportation
      9     'skos:note': transporting 1 bike
     10 
     11   - '@id': bkitchen:4329423iu34#event
     12     '@type': vf:IPOEvent
     13     'vf:action': vf:load
     14     'vf:startTime': 2015-07-23
     15     'vf:executedIn': bkitchen:43289234789b-8df2-dfaddfre#process
     16     'vf:affects': bkitchen:3965e58b-787c-4728-a802-63aeec53993b#resource
     17     'vf:affectedQuantity':
     18         '@type': qudt:QuantityValue
     19         'qudt:unit': unit:Each
     20         'qudt:numericValue': 1
     21     'vf:fromLocation': bkitchen:shop
     22     'vf:toLocation': bkitchen:truck
     23 
     24   - '@id': bkitchen:dfaoiud84343#event
     25     '@type': vf:IPOEvent
     26     'vf:action': vf:unload
     27     'vf:startTime': 2015-07-24
     28     'vf:executedIn': bkitchen:43289234789b-8df2-dfaddfre#process
     29     'vf:affects': bkitchen:3965e58b-787c-4728-a802-63aeec53993b#resource
     30     'vf:affectedQuantity':
     31         '@type': qudt:QuantityValue
     32         'qudt:unit': unit:Each
     33         'qudt:numericValue': 1
     34     'vf:fromLocation': bkitchen:truck
     35     'vf:toLocation': bkitchen:store