@comunica/actor-rdf-metadata-all
v4.0.2
Published
A all rdf-metadata actor
Downloads
16,398
Readme
Comunica All RDF Metadata Actor
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/^4.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "urn:comunica:default:rdf-metadata/actors#all",
"@type": "ActorRdfMetadataAll"
}
]
}