@comunica/actor-rdf-metadata-all
v5.2.0
Published
A all rdf-metadata actor
Downloads
66,598
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-allConfigure
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/^5.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "urn:comunica:default:rdf-metadata/actors#all",
"@type": "ActorRdfMetadataAll"
}
]
}