@comunica/bus-rdf-update-quads

A comunica bus for rdf-update-quads events.

Usage no npm install needed!

<script type="module">
  import comunicaBusRdfUpdateQuads from 'https://cdn.skypack.dev/@comunica/bus-rdf-update-quads';
</script>

README

Comunica Bus RDF Update Quads

npm version

A bus for inserting and deleting stream of quads.

This module is part of the Comunica framework, and should only be used by developers that want to build their own query engine.

Click here if you just want to query with Comunica.

Install

$ yarn add @comunica/bus-rdf-update-quads

Usage

Bus usage

  • Context: "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-rdf-update-quads/^2.0.0/components/context.jsonld"
  • Bus name: ActorRdfUpdateQuads:_default_bus

Creating actors on this bus

Actors extending ActorRdfUpdateQuads are automatically subscribed to this bus.

ActorRdfUpdateQuadsDestination is an extension of ActorRdfUpdateQuads that delegates insert and delete streams to an IQuadDestination.