valueflows

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

receive.yaml (1119B)


      1 
      2 '@context':
      3   - https://w3id.org/valueflows/v1
      4   - bkitchen: https://bike-kitchen.example/
      5   - shipper: https://will-haul-for-you.example/
      6 
      7 '@graph':
      8   - '@id': bkitchen:ewr7890w7e89-8df2-dfad4444#process
      9     '@type': vf:Process
     10     'skos:note': receiving 1 batch of 10 bike chains
     11 
     12   - '@id': shipper:7897897898#event
     13     '@type': vf:IPOEvent
     14     'vf:action': vf:issue
     15     'vf:startTime': 2015-07-24
     16     'vf:executedIn': bkitchen:ewr7890w7e89-8df2-dfad4444#process
     17     'vf:affects': shipper:4535435-bikechains-for-transport#resource
     18     'vf:affectedQuantity':
     19         '@type': qudt:QuantityValue
     20         'qudt:unit': unit:Each
     21         'qudt:numericValue': 1
     22     'vf:trackingIdentifier': shipper:3434209834290-2342347983#trackingId
     23 
     24   - '@id': bkitchen:dfaoiud-84343#event
     25     '@type': vf:IPOEvent
     26     'vf:action': vf:receive
     27     'vf:startTime': 2015-07-24
     28     'vf:executedIn': bkitchen:ewr7890w7e89-8df2-dfad4444#process
     29     'vf:affects': bkitchen:2ffb24c7-176b-4ae0-bd86-bikechains#resource
     30     'vf:affectedQuantity':
     31         '@type': qudt:QuantityValue
     32         'qudt:unit': unit:Each
     33         'qudt:numericValue': 10