ontola / linked-delta

Extensible protocol for the transfer of delta updates in linked datasets
6 stars 0 forks source link

Info/definitions on the architecture #8

Open rescribet opened 5 years ago

rescribet commented 5 years ago

Continuing from https://github.com/ontola/linked-delta/issues/7, there is a possibility to set some assumptions on how to process a statement.

Statement:     <|s p o| |g|>
  query <-------|-----| |-|----> command

An exception might be that we use the graph query parameter in the graph/context position to determine which graph the delta should be applied to, so "query" in this context should be considered graph specific.

Adding these constraints might help make production and consumption easier.