@comunica/actor-rdf-metadata-all

A all rdf-metadata actor

Usage no npm install needed!

<script type="module">
  import comunicaActorRdfMetadataAll from 'https://cdn.skypack.dev/@comunica/actor-rdf-metadata-all';
</script>

README

Comunica All RDF Metadata Actor

npm version

An RDF Metadata actor that sees everything as both data and metadata. This actor should be used as a fallback after other RDF Metadata actors.

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-metadata-all

Configure

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

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