valueflows

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

resources-1.yaml (1092B)


      1 '@context':
      2   - https://w3id.org/valueflows/v1
      3   - metalmfg: https://metal-manufacturing.example/
      4   - fastmfg: https://fastener-manufacturing.example/
      5 
      6 '@graph':
      7   - '@id': metalmfg:sad079009-0989dfs89d-steel#resource
      8     '@type': vf:Resource
      9     'vf:model': metalmfg:g-steel
     10     'vf:quantity':
     11       '@type': qudt:QuantityValue
     12       'qudt:unit': unit:kg
     13       'qudt:numericValue': 5
     14       
     15   - '@id': fastmfg:324lk2j4kk-0989dfs89d-steel#resource
     16     '@type': vf:Resource
     17     'vf:model': metalmfg:g-steel
     18     'vf:quantity':
     19       '@type': qudt:QuantityValue
     20       'qudt:unit': unit:kg
     21       'qudt:numericValue': 10
     22       
     23   - '@id': metalmfg:d89789sss-sdf890sdf8-bolts#resource
     24     '@type': vf:Resource
     25     'vf:model': metalmfg:6mm-bolt
     26     'vf:quantity':
     27       '@type': qudt:QuantityValue
     28       'qudt:unit': unit:Each
     29       'qudt:numericValue': 500
     30             
     31   - '@id': fastmfg:j90jh809h90-90dsf89dff-bolts#resource
     32     '@type': vf:Resource
     33     'vf:model': metalmfg:6mm-bolt
     34     'vf:quantity':
     35       '@type': qudt:QuantityValue
     36       'qudt:unit': unit:Each
     37       'qudt:numericValue': 500