A rdf-join-entries-sort actor that orders by increasing cardinality
npm install @comunica/actor-rdf-join-entries-sort-cardinality
An RDF Join Entries Sort actor
that orders join entries by increasing cardinality.
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.
``bash`
$ yarn add @comunica/actor-rdf-join-entries-sort-cardinality
After installing, this package can be added to your engine's configuration as follows:
`text``
{
"@context": [
...
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-join-entries-sort-cardinality/^5.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "urn:comunica:default:rdf-join-entries-sort/actors#cardinality",
"@type": "ActorRdfJoinEntriesSortCardinality"
}
]
}