🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@comunica/actor-dereference-rdf-parse

Package Overview
Dependencies
Maintainers
0
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/actor-dereference-rdf-parse

A parse dereference-rdf actor

latest
Source
npmnpm
Version
4.5.0
Version published
Maintainers
0
Created
Source

Comunica Dereference RDF Parse Actor

npm version

An dereference rdf actor for dereferencing a path or URL into a parsed 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/actor-dereference-rdf-parse

Configure

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

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-dereference-rdf-parse/^4.0.0/components/context.jsonld"
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:dereference-rdf/actors#parse",
      "@type": "ActorDereferenceRdfParse",
      "mediatorDereference": { "@id": "urn:comunica:default:dereference/mediators#main" },
      "mediatorParse": { "@id": "urn:comunica:default:rdf-parse/mediators#main" }
    }
  ]
}

Config Parameters

  • mediatorDereference: A mediator over the Dereference bus.
  • mediatorParse: A mediator over the RDF Parse bus.

Keywords

comunica

FAQs

Package last updated on 18 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts