@comunica/actor-rdf-resolve-hypermedia-none
TypeScript icon, indicating that this package has built-in type declarations

2.10.0 • Public • Published

Comunica None RDF Resolve Hypermedia Actor

npm version

An RDF Resolve Hypermedia actor that handles raw RDF files.

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-resolve-hypermedia-none

Configure

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

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-resolve-hypermedia-none/^2.0.0/components/context.jsonld"  
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:rdf-resolve-hypermedia/actors#none",
      "@type": "ActorRdfResolveHypermediaNone"
    }
  ]
}

Package Sidebar

Install

npm i @comunica/actor-rdf-resolve-hypermedia-none

Weekly Downloads

1,968

Version

2.10.0

License

MIT

Unpacked Size

16.7 kB

Total Files

12

Last publish

Collaborators

  • jeswr
  • joachimvh
  • rubensworks
  • rubenverborgh
  • dexagod