@lde/pipeline-void
v0.35.1
Published
VOiD (Vocabulary of Interlinked Datasets) statistical analysis for RDF datasets
Downloads
2,709
Readme
@lde/pipeline-void
Extensions to @lde/pipeline for VoID (Vocabulary of Interlinked Datasets) statistical analysis of RDF datasets.
Installation
npm install @lde/pipeline-voidUsage
import { voidStages } from '@lde/pipeline-void';
import { Pipeline, SparqlUpdateWriter, provenancePlugin } from '@lde/pipeline';
const stages = await voidStages({ uriSpaces: uriSpaceMap });
await new Pipeline({
datasetSelector: selector,
stages,
plugins: [provenancePlugin()],
writers: new SparqlUpdateWriter({
endpoint: new URL('http://localhost:7200/repositories/lde/statements'),
}),
}).run();Documentation
See the full documentation.
