valueflows

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

mini-stock-from-disassemble.yaml (2291B)


      1 '@context':
      2   - https://w3id.org/valueflows/v1
      3   - boxcoop: https://boxcoop.example/
      4     prodont: http://www.productontology.org/id/
      5 
      6 '@graph':
      7   - '@id': boxcoop:67d034a0-7fd0-4d61-801c-6cdb952fc18b#resource
      8     '@type': vf:MaterialResource
      9     'vf:model': acme:wooden-produce-box#model
     10     'vf:currentLocation': boxcoop:73ba4b68-d94f-4c31-b17a-fc08d01ba955#place
     11     'vf:mostRecentEvent': boxcoop:5356dd0a-199e-40e5-b5e0-198383a2ab5b#event
     12     'vf:quantity':
     13       '@type': qudt:QuantityValue
     14       'qudt:unit': unit:Each
     15       'qudt:numericValue': 1
     16 
     17   - '@id': boxcoop:c273020d-82ce-4b28-a573-491c7a62b833#resource
     18     '@type': vf:MaterialResource
     19     'vf:category': prodont:Apple
     20     'vf:lotIdentifier': 615c9abe
     21     'vf:currentLocation': boxcoop:73ba4b68-d94f-4c31-b17a-fc08d01ba955#place
     22     'vf:mostRecentEvent': boxcoop:6b59a069-fc86-454c-b7ad-bc3230a96596#event
     23     'vf:quantity':
     24       '@type': qudt:QuantityValue
     25       'qudt:unit': unit:Kilogram
     26       'qudt:numericValue': 1
     27 
     28   - '@id': boxcoop:51397872-0d32-437c-95a1-52ad3e2525c5#resource
     29     '@type': vf:MaterialResource
     30     'vf:category': prodont:Onion
     31     'vf:lotIdentifier': 37591c70
     32     'vf:currentLocation': boxcoop:73ba4b68-d94f-4c31-b17a-fc08d01ba955#place
     33     'vf:mostRecentEvent': boxcoop:f1e8608f-41a6-436e-b450-22fca2bbca64#event
     34     'vf:quantity':
     35       '@type': qudt:QuantityValue
     36       'qudt:unit': unit:Kilogram
     37       'qudt:numericValue': 1
     38 
     39   - '@id': boxcoop:71a4e8b5-ca2f-4aba-90f6-b6313f4da024#resource
     40     '@type': vf:MaterialResource
     41     'vf:category': prodont:Carrot
     42     'vf:lotIdentifier': 93eb3164
     43     'vf:currentLocation': boxcoop:73ba4b68-d94f-4c31-b17a-fc08d01ba955#place
     44     'vf:mostRecentEvent': boxcoop:482851a2-adf7-439e-b7a1-ef4f0f84b1bc#event
     45     'vf:quantity':
     46       '@type': qudt:QuantityValue
     47       'qudt:unit': unit:Kilogram
     48       'qudt:numericValue': 1
     49 
     50   - '@id': boxcoop:1461dec0-20b7-4b73-a26f-5ea94a5f6055#resource
     51     '@type': vf:MaterialResource
     52     'vf:category': prodont:Tomato
     53     'vf:lotIdentifier': 58054c8d
     54     'vf:currentLocation': boxcoop:73ba4b68-d94f-4c31-b17a-fc08d01ba955#place
     55     'vf:mostRecentEvent': boxcoop:440147e0-0df4-401d-9ef3-ad70e337a400#event
     56     'vf:quantity':
     57       '@type': qudt:QuantityValue
     58       'qudt:unit': unit:Kilogram
     59       'qudt:numericValue': 1