valueflows

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

resources-0.yaml (727B)


      1 '@context':
      2   - https://w3id.org/valueflows/v1
      3   - bikeparts: https://bike-parts.example/
      4   - bkitchen: https://bike-kitchen.example/
      5 
      6 '@graph':
      7   - '@id': bikeparts:3965e58b-787c-4728-bikechains#resource
      8     '@type': vf:Resource
      9     'vf:model': bikeparts:bike-chains-1234#model
     10     'vf:quantity':
     11       '@type': qudt:QuantityValue
     12       'qudt:unit': unit:Each
     13       'qudt:numericValue': 50
     14     'vf:currentLocation': bikeparts:warehouse
     15 
     16   - '@id': bkitchen:2ffb24c7-176b-4ae0-bd86-bikechains#resource
     17     '@type': vf:Resource
     18     'vf:model': bikeparts:bike-chains-1234#model
     19     'vf:quantity':
     20       '@type': qudt:QuantityValue
     21       'qudt:unit': unit:Each
     22       'qudt:numericValue': 4
     23     'vf:currentLocation': bkitchen:shop