valueflows

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

transport-process.yaml (969B)


      1 '@context':
      2   - https://w3id.org/valueflows/v1
      3   - bkitchen: https://bike-kitchen.example/
      4 
      5 '@graph':
      6   - '@id': bkitchen:23ebb8ec-823f-465b-b478-6af9e7b48d26#process
      7     '@type': vf:Transportation
      8     'skos:note': transporting a bike
      9 
     10   - '@id': bkitchen:5e0c029d-b553-4b02-b73f-ce5609aa359f#event
     11     '@type': vf:IPOEvent
     12     'vf:action': vf:load
     13     'vf:startTime': 2015-10-14
     14     'vf:atLocation': bkitchen:0d1ca5ca-96a5-42d9-99e9-e8780f303f0d#place
     15     'vf:executedIn': bkitchen:23ebb8ec-823f-465b-b478-6af9e7b48d26#process
     16     'vf:affects': bkitchen:2ffb24c7-176b-4ae0-bd86-595f731c2800#resource
     17 
     18   - '@id': bkitchen:f277c9f6-01cc-498c-a90b-4e42879bc76a#event
     19     '@type': vf:IPOEvent
     20     'vf:action': vf:unload
     21     'vf:startTime': 2015-10-14
     22     'vf:atLocation': bkitchen:bcb746f4-53f9-41a5-9496-e0cf6fa11ee1#place
     23     'vf:executedIn': bkitchen:23ebb8ec-823f-465b-b478-6af9e7b48d26#process
     24     'vf:affects': bkitchen:2ffb24c7-176b-4ae0-bd86-595f731c2800#resource