4.0.2 • Published 1 month ago
@comunica/actor-context-preprocess-query-source-skolemize v4.0.2
Comunica Query Source Skolemize Context Preprocess Actor
An Context Preprocess actor that places all identified query sources in a skolemization wrapper. This ensures that blank nodes are deterministically available as IRIs, and that blank nodes across multiple sources with shared do not get confused.
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-context-preprocess-query-source-skolemize
Configure
After installing, this package can be added to your engine's configuration as follows:
{
"@context": [
...
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-context-preprocess-query-source-skolemize/^1.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "urn:comunica:default:context-preprocess/actors#query-source-skolemize",
"@type": "ActorContextPreprocessQuerySourceSkolemize"
}
]
}
4.0.2
1 month ago
4.0.1
1 month ago
3.3.0
2 months ago
4.0.1-alpha.48.0
2 months ago
3.2.4-alpha.47.0
2 months ago
3.2.1
4 months ago
3.1.2
6 months ago
3.2.0
5 months ago
3.1.0
7 months ago
3.0.3
7 months ago
3.0.1
8 months ago
3.0.1-alpha.46.0
9 months ago
3.0.1-alpha.45.0
9 months ago
3.0.1-alpha.44.0
9 months ago
3.0.1-alpha.43.0
10 months ago