Skip to content

example: bungalow rental and usage

elf Pavlik requested to merge github/fork/elf-pavlik/example-bungalow into master

example good practices

  • it includes full JSON-LD @context and doesn't rely on any external context
  • it includes all the data under @graph and doesn't try to frame it as a tree with a single root #123

VF impact

  • example proposes new action vf:lend to represent lend/borrow flows (instead of discussed on chat possess)
  • for time based flows, it uses quantity to represent quantity of the involved/affected resource and uses Time to represent duration
  • it uses proposed in #293 vf:includedIn to relate short usage during working session with longer usage between checking-in and checking-out of rented bungalow

open issues

  • we can observe start of 1 year lend event when it starts but we can't observe the whole event yet, related to #336 (closed)
  • we can record fulfilled quantity of a resource for 'ongoing event' but can record the fulfilled time yet

Merge request reports