valueflows

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

parts-after-create.yaml (862B)


      1 '@context':
      2   - https://w3id.org/valueflows/v1
      3   - fablab: https://fablab.example/
      4 
      5 '@id': fablab:1d14a369-317b-4404-abbd-25fb9d18a408#resource
      6 '@type': vf:Resource
      7 'vf:model': fablab:Cool-Item-44
      8 'vf:currentLocation': fablab:64a0625c-caad-4f2e-a8de-157796c7d203#place
      9 'vf:mostRecentEvent': fablab:9cab2292-9c1f-4875-bbfc-9f6711d46590#event
     10 'vf:quantity':
     11   '@type': qudt:QuantityValue
     12   'qudt:unit': unit:Each
     13   'qudt:numericValue': 5
     14 'vf:potentialAction':
     15   - '@type': vf:Affordance
     16     'vf:action': vf:consume
     17   - '@type': vf:Affordance
     18     'vf:action': vf:issue
     19   - '@type': vf:Affordance
     20     'vf:action': vf:produce
     21   - '@type': vf:Affordance
     22     'vf:action': vf:receive
     23   - '@type': vf:Affordance
     24     'vf:action': vf:load
     25   - '@type': vf:Affordance
     26     'vf:action': vf:unload
     27     'vf:prerequisite':
     28       - '@type': Affordance
     29         'vf:action': vf:load