valueflows

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

parts-after-recycle.yaml (2066B)


      1 '@context':
      2   - https://w3id.org/valueflows/v1
      3   - fablab: https://fablab.example/
      4 
      5 '@graph':
      6   - '@id': fablab:1d14a369-317b-4404-abbd-25fb9d18a408#resource
      7     '@type': vf:Resource
      8     'vf:model': fablab:Cool-Item-44
      9     'vf:mostRecentEvent': fablab:8cc2f423-154c-4c7d-b0bf-0a27bec94950#event
     10     'vf:quantity':
     11       '@type': qudt:QuantityValue
     12       'qudt:unit': unit:Each
     13       'qudt:numericValue': 0
     14     'vf:potentialAction':
     15       - '@type': vf:Affordance
     16         'vf:action': vf:consume
     17         'vf:prerequisite':
     18           - '@type': Affordance
     19             'vf:action': vf:increment
     20       - '@type': vf:Affordance
     21         'vf:action': vf:issue
     22         'vf:prerequisite':
     23           - '@type': Affordance
     24             'vf:action': vf:increment
     25       - '@type': vf:Affordance
     26         'vf:action': vf:produce
     27       - '@type': vf:Affordance
     28         'vf:action': vf:receive
     29       - '@type': vf:Affordance
     30         'vf:action': vf:load
     31         'vf:prerequisite':
     32           - '@type': Affordance
     33             'vf:action': vf:increment
     34       - '@type': vf:Affordance
     35         'vf:action': vf:unload
     36         'vf:prerequisite':
     37           - '@type': Affordance
     38             'vf:action': vf:load
     39 
     40   - '@id': fablab:a7fdb642-de47-469e-97ad-1b23e3a04e4d#resource
     41     '@type': vf:Resource
     42     'vf:model': fablab:Cool-Item-44
     43     'vf:currentLocation': fablab:efafb2e1-6105-49a4-8f98-a1f6fa6ebdd6#place
     44     'vf:mostRecentEvent': fablab:3d8b31c1-8d5a-4aae-8ff7-f94593c56ac5#event
     45     'vf:quantity':
     46       '@type': qudt:QuantityValue
     47       'qudt:unit': unit:Each
     48       'qudt:numericValue': 6
     49     'vf:potentialAction':
     50       - '@type': vf:Affordance
     51         'vf:action': vf:consume
     52       - '@type': vf:Affordance
     53         'vf:action': vf:issue
     54       - '@type': vf:Affordance
     55         'vf:action': vf:produce
     56       - '@type': vf:Affordance
     57         'vf:action': vf:receive
     58       - '@type': vf:Affordance
     59         'vf:action': vf:load
     60       - '@type': vf:Affordance
     61         'vf:action': vf:unload
     62         'vf:prerequisite':
     63           - '@type': Affordance
     64             'vf:action': vf:load