valueflows

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

resources-0.yaml (1198B)


      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': bkitchen:3965e58b-787c-4728-a802-63aeec-paint#resource
      9     '@type': vf:Resource
     10     'vf:model': bkitchen:blue-bike-paint#model
     11     'vf:quantity':
     12       '@type': qudt:QuantityValue
     13       'qudt:unit': unit:kg
     14       'qudt:numericValue': 10
     15 
     16   - '@id': bkitchen:2ffb24c7-176b-4ae0-bd86-345345-frame#resource
     17     '@type': vf:Resource
     18     'vf:serialIdentifier': 595f731c2111
     19     'vf:model': bkitchen:cargobee-frame#model
     20     'vf:quantity':
     21       '@type': qudt:QuantityValue
     22       'qudt:unit': unit:Each
     23       'qudt:numericValue': 1
     24 
     25   - '@id': metalmfg:sad079009-0989dfs89d-steel#resource
     26     '@type': vf:Resource
     27     'vf:model': metalmfg:g-steel
     28     'vf:quantity':
     29       '@type': qudt:QuantityValue
     30       'qudt:unit': unit:kg
     31       'qudt:numericValue': 10
     32       
     33   - '@id': fastmfg:324lk2j4kk-0989dfs89d-steel#resource
     34     '@type': vf:Resource
     35     'vf:model': metalmfg:g-steel
     36     'vf:quantity':
     37       '@type': qudt:QuantityValue
     38       'qudt:unit': unit:kg
     39       'qudt:numericValue': 15