How to use rdf-store-stream - 1 common examples

To help you get started, we’ve selected a few rdf-store-stream examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github comunica / comunica / packages / actor-rdf-resolve-hypermedia-none / lib / ActorRdfResolveHypermediaNone.ts View on Github external
public async run(action: IActionRdfResolveHypermedia): Promise {
    this.logInfo(action.context, `Identified as file source: ${action.url}`);
    return { source: new RdfSourceMetadata(await storeStream(action.quads)) };
  }

rdf-store-stream

Create an RDF store from an RDF stream

MIT
Latest version published 2 months ago

Package Health Score

62 / 100
Full package analysis

Popular rdf-store-stream functions