Skip to content
Thomas Bergwinkl edited this page Feb 19, 2016 · 1 revision

Present

@rubenverborgh, @bergos, @domel, @dmitrizagidulin

Content

New Interfaces

source

Stream .read([subject], [predicate], [object], [graph])

sink

Stream .write(boolean replace)

store extends source, sink

Stream .delete([subject], [predicate], [object], [graph])

if no filter was given the triples given to the stream will be deleted the stream will be used for event handling

Stream .deleteGraph(graph)

the stream will be used only for event handling

Actions

  • send a mail to the list: feedback discussed, status changed to approved draft, can be implemented (ruben)
  • implement a test suite (bergi)
  • create issue for new interfaces (bergi)