@comunica/bus-rdf-update-quads
v4.0.2
Published
A comunica bus for rdf-update-quads events.
Downloads
15,340
Readme
Comunica Bus RDF Update Quads
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/^4.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
.