valueflows

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

proposal-barter.yaml (1756B)


      1 # Example: Simple proposal for barter
      2 '@context':
      3   - https://git.io/vf-examples-jsonld-context
      4   - carol: https://carol.example/
      5     map: https://mapping.service/
      6 
      7 '@id': rgh:valueflows/valueflows/master/examples/proposal-barter.yaml
      8 '@graph':
      9 
     10   - '@id': carol:6405b8ad-0ac2-4d58-abdb-0808903c78ad
     11     '@type': Proposal
     12     name: Cider press for cider
     13     hasBeginning: 2018-10-01T00:00:00-5:00
     14     hasEnd: 2018-10-15T00:00:00-5:00
     15     eligibleLocation: map:566a2c01-96f8-4b3c-adcf-f197eced3092 # Madison, WI
     16 
     17   - '@id': carol:e02e3f6b-420a-4ba8-89b0-909d7363ce07
     18     '@type': Intent
     19     name: Cider press
     20     skos:note: I can pick up or come to your place, will clean up.
     21     action: use
     22     receiver: https://carol.example/
     23     resourceClassifiedAs: https://www.wikidata.org/wiki/Q1111 # cider press (fictional)
     24     effortQuantity:
     25       om2:hasUnit: om2:hour
     26       om2:hasNumericalValue: 6
     27 
     28   - '@id': carol:9f112621-3f13-4f48-a3e2-fd2ca99493cd
     29     '@type': ProposedIntent
     30     publishedIn: carol:6405b8ad-0ac2-4d58-abdb-0808903c78ad # the proposal
     31     publishes: carol:e02e3f6b-420a-4ba8-89b0-909d7363ce07 # the intent
     32     reciprocal: false
     33 
     34   - '@id': carol:b52a5815-fae9-43bf-be95-833b95dc0adb
     35     '@type': Intent
     36     name: Cider
     37     skos:note: Fresh cider from the pressing
     38     action: transfer
     39     provider: https://carol.example/
     40     resourceClassifiedAs: https://www.wikidata.org/wiki/Q5977438 # apple cider
     41     resourceQuantity:
     42       om2:hasUnit: om2:gallon-US
     43       om2:hasNumericalValue: 3
     44 
     45   - '@id': carol:9bd19194-a36d-4a1f-896b-8082887962cb
     46     '@type': ProposedIntent
     47     publishedIn: carol:6405b8ad-0ac2-4d58-abdb-0808903c78ad # the proposal
     48     publishes: carol:b52a5815-fae9-43bf-be95-833b95dc0adb7 # the intent
     49     reciprocal: true