valueflows

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

resources-2.yaml (906B)


      1 '@context':
      2   - https://w3id.org/valueflows/v1
      3   - bkitchen: https://bike-kitchen.example/
      4   - metalmfg: https://metal-manufacturing.example/
      5   - fastmfg: https://fastener-manufacturing.example/
      6 
      7 '@graph':
      8   - '@id': metalmfg:d89789sss-sdf890sdf8-bolts#resource
      9     '@type': vf:Resource
     10     'vf:model': metalmfg:6mm-bolt
     11     'vf:quantity':
     12       '@type': qudt:QuantityValue
     13       'qudt:unit': unit:Each
     14       'qudt:numericValue': 300
     15             
     16   - '@id': fastmfg:j90jh809h90-90dsf89dff-bolts#resource
     17     '@type': vf:Resource
     18     'vf:model': metalmfg:6mm-bolt
     19     'vf:quantity':
     20       '@type': qudt:QuantityValue
     21       'qudt:unit': unit:Each
     22       'qudt:numericValue': 400
     23 
     24   - '@id': bkitchen:90d8f9sf890-v89f789ff-bolts#resource
     25     '@type': vf:Resource
     26     'vf:model': metalmfg:6mm-bolt
     27     'vf:quantity':
     28       '@type': qudt:QuantityValue
     29       'qudt:unit': unit:Each
     30       'qudt:numericValue': 300