包详细信息

@incremunica/actor-query-source-identify-streaming-rdfjs

comunica178MIT2.2.4

A Streaming rdfjs query-source-identify actor

comunica, actor, query-source-identify, streaming-rdfjs

自述文件

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" }
    }
  ]
}

更新日志

Changelog

All notable changes to this project will be documented in this file.

v2.2.4 - 2025-06-01

v2.2.3 - 2025-05-27

v2.2.2 - 2025-04-23

v2.2.1 - 2025-03-25

v2.2.0 - 2025-03-11

v2.1.0 - 2025-02-14

v2.0.0 - 2025-01-29

v1.3.0 - 2024-04-23

v1.2.2 - 2023-12-06

v1.2.1 - 2023-12-06

v1.2.0 - 2023-11-29

v1.1.0 - 2023-11-15

v1.0.3 - 2023-09-05

v1.0.2 - 2023-09-04

v1.0.1 - 2023-08-30

v1.0.0 - 2023-08-29