@comunica/context-entries
v4.0.2
Published
A collection of reusable Comunica context key definitions.
Downloads
48,775
Readme
Comunica Context Entries
A collection of reusable Comunica context key definitions.
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/context-entries
Usage
import { KeysInitSparql } from '@comunica/context-entries';
// ...
const baseIRI = context.get(KeysInitSparql.baseIRI);
All available keys are available in Keys
.