valueflows

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

transport.yaml (1005B)


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