valueflows

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

dine-processes.yaml (1165B)


      1 '@context':
      2   - https://w3id.org/valueflows/v1
      3   - cokitchen: https://cokitchen.example/
      4     elf: https://elf.example/
      5     boonil: https://boonil.example/
      6 
      7 '@graph':
      8   - '@id': elf:485bf4af-c466-4c8f-8bea-17c2d0c62814#process
      9     '@type': vf:Process
     10     'skos:note': elf's metabolism
     11 
     12   - '@id': boonil:c6cb7e10-4694-4fa7-a8b0-8483ef33ff08#process
     13     '@type': vf:Process
     14     'skos:note': boonil's metabolism
     15 
     16   - '@id': elf:5150c40b-5944-4b31-80cf-7d19be05c11c#event
     17     '@type': vf:IPOEvent
     18     'vf:action': vf:consume
     19     'vf:executedIn': elf:485bf4af-c466-4c8f-8bea-17c2d0c62814#process
     20     'vf:affects': cokitchen:48dfecae-8364-4b6a-a374-35f36207ea70#resource
     21     'vf:affectedQuantity':
     22       '@type': qudt:QuantityValue
     23       'qudt:unit': unit:Each
     24       'qudt:numericValue': 1
     25 
     26   - '@id': boonil:f8c554e2-8a40-45ef-b2b7-d7672aa1c919#event
     27     '@type': vf:IPOEvent
     28     'vf:action': vf:consume
     29     'vf:executedIn': boonil:c6cb7e10-4694-4fa7-a8b0-8483ef33ff08#process
     30     'vf:affects': cokitchen:48dfecae-8364-4b6a-a374-35f36207ea70#resource
     31     'vf:affectedQuantity':
     32       '@type': qudt:QuantityValue
     33       'qudt:unit': unit:Each
     34       'qudt:numericValue': 1