You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@comunica/actor-rdf-parse-shaclc

Package Overview
Dependencies
Maintainers
5
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/actor-rdf-parse-shaclc

A shaclc rdf-parse actor

4.2.0
latest
Source
npm
Version published
Weekly downloads
9.6K
-19.54%
Maintainers
5
Weekly downloads
 
Created
Source

Comunica SHACL Compact Syntax RDF Parse Actor

npm version

An RDF Parse actor that handles SHACL Compact Syntax and Extended SHACL Compact Syntax RDF Parse Actor.

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-rdf-parse-shaclc

Configure

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

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-parse-shaclc/^4.0.0/components/context.jsonld"
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:rdf-parse/actors#shaclc",
      "@type": "ActorRdfParseShaclc"
    }
  ]
}

Keywords

comunica

FAQs

Package last updated on 29 Apr 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