valueflows

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

filament-before-create.yaml (755B)


      1 '@context':
      2   - https://w3id.org/valueflows/v1
      3   - fablab: https://fablab.example/
      4     acme: https://acme.example/
      5 
      6 '@id': fablab:d576a899-3130-4ab4-94e3-d88818c4994e#resource
      7 '@type': vf:Resource
      8 'vf:model': acme:3D-Filament-Red
      9 'vf:quantity':
     10   '@type': qudt:QuantityValue
     11   'qudt:unit': unit:Grams
     12   'qudt:numericValue': 1000
     13 'vf:potentialAction':
     14   - '@type': vf:Affordance
     15     'vf:action': vf:consume
     16   - '@type': vf:Affordance
     17     'vf:action': vf:issue
     18   - '@type': vf:Affordance
     19     'vf:action': vf:produce
     20   - '@type': vf:Affordance
     21     'vf:action': vf:receive
     22   - '@type': vf:Affordance
     23     'vf:action': vf:load
     24   - '@type': vf:Affordance
     25     'vf:action': vf:unload
     26     'vf:prerequisite':
     27       - '@type': Affordance
     28         'vf:action': vf:load