2.2.4 • Published 5 months ago

@incremunica/actor-query-source-identify-streaming-rdfjs v2.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Incremunica Streaming RDFJS Query Source Identify Actor

npm version

A Query Source Identify actor that handles Streaming RDF/JS Sources.

Install

$ yarn add @incremunica/actor-query-source-identify-streaming-rdfjs

Configure

After installing, this package can be added to your engine's configuration as follows:

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@incremunica/actor-query-source-identify-streaming-rdfjs/^2.0.0/components/context.jsonld"
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:query-source-identify/actors#streaming-rdfjs",
      "@type": "ActorQuerySourceIdentifyStreamingRdfJs",
      "mediatorMergeBindingsContext": { "@id": "urn:comunica:default:merge-bindings-context/mediators#main" }
    }
  ]
}