valueflows

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

resources-0.yaml (692B)


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