valueflows

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

parts-after-transport.yaml (1851B)


      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:currentLocation': fablab:64a0625c-caad-4f2e-a8de-157796c7d203#place
     10     'vf:mostRecentEvent': fablab:566b2dec-e511-448a-a70b-4cd6386e7c7b#event
     11     'vf:quantity':
     12       '@type': qudt:QuantityValue
     13       'qudt:unit': unit:Each
     14       'qudt:numericValue': 2
     15     'vf:potentialAction':
     16       - '@type': vf:Affordance
     17         'vf:action': vf:consume
     18       - '@type': vf:Affordance
     19         'vf:action': vf:issue
     20       - '@type': vf:Affordance
     21         'vf:action': vf:produce
     22       - '@type': vf:Affordance
     23         'vf:action': vf:receive
     24       - '@type': vf:Affordance
     25         'vf:action': vf:load
     26       - '@type': vf:Affordance
     27         'vf:action': vf:unload
     28         'vf:prerequisite':
     29           - '@type': Affordance
     30             'vf:action': vf:load
     31 
     32   - '@id': fablab:a7fdb642-de47-469e-97ad-1b23e3a04e4d#resource
     33     '@type': vf:Resource
     34     'vf:model': fablab:Cool-Item-44
     35     'vf:currentLocation': fablab:efafb2e1-6105-49a4-8f98-a1f6fa6ebdd6#place
     36     'vf:mostRecentEvent': fablab:3d8b31c1-8d5a-4aae-8ff7-f94593c56ac5#event
     37     'vf:quantity':
     38       '@type': qudt:QuantityValue
     39       'qudt:unit': unit:Each
     40       'qudt:numericValue': 6
     41     'vf:potentialAction':
     42       - '@type': vf:Affordance
     43         'vf:action': vf:consume
     44       - '@type': vf:Affordance
     45         'vf:action': vf:issue
     46       - '@type': vf:Affordance
     47         'vf:action': vf:produce
     48       - '@type': vf:Affordance
     49         'vf:action': vf:receive
     50       - '@type': vf:Affordance
     51         'vf:action': vf:load
     52       - '@type': vf:Affordance
     53         'vf:action': vf:unload
     54         'vf:prerequisite':
     55           - '@type': Affordance
     56             'vf:action': vf:load