Detalhes do pacote

@incremunica/actor-query-source-identify-hypermedia-none

comunica173MIT2.2.4

A none query-source-identify-hypermedia actor

incremunica, actor, query-source-identify-hypermedia, none

readme (leia-me)

Incremunica None Query Source Identify Hypermedia Actor

npm version

A Query Source Identify Hypermedia actor that handles raw RDF files.

Install

$ yarn add @incremunica/actor-query-source-identify-hypermedia-none

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-hypermedia-none/^2.0.0/components/context.jsonld"
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:query-source-identify-hypermedia/actors#none",
      "@type": "ActorQuerySourceIdentifyHypermediaNone",
      "mediatorGuard": { "@id": "urn:comunica:default:determine-changes/mediators#main"  },
      "mediatorMergeBindingsContext": { "@id": "urn:comunica:default:merge-bindings-context/mediators#main" }
    }
  ]
}

changelog (log de mudanças)

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