@treecg/actor-rdf-filter-object-with-framing
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

Comunica RDF Filter Object With Framing

npm version

An RDF Filter actor that extracts triples related to a specific object using JSON-LD framing on object identifier.

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-filter-object-with-framing

Configure

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

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@treecg/actor-rdf-filter-object-with-framing/^1.0.0/components/context.jsonld"  
  ],
  "actors": [
    ...
    {
      "@id": TODO,
      "@type": "ActorRdfFilterObjectWithFraming"
    }
  ]
}

Config Parameters

TODO

Package Sidebar

Install

npm i @treecg/actor-rdf-filter-object-with-framing

Weekly Downloads

25

Version

4.0.0

License

MIT

Unpacked Size

18.9 kB

Total Files

9

Last publish

Collaborators

  • ajuvercr
  • woutslabbinck
  • ddvlanck
  • dexagod
  • pietercolpaert
  • hdlva
  • julianrojas87
  • brechtvdv
  • kasperzutterman