@rdfc/sparql-ingest-processor-ts
Version:
SPARQL Update function to be within RDF-Connect pipelines
5 lines (4 loc) • 306 B
TypeScript
import { RdfStore } from "rdf-stores";
export declare const CREATE: (store: RdfStore, forVirtuoso?: boolean) => string[];
export declare const UPDATE: (store: RdfStore, forVirtuoso?: boolean) => string[];
export declare const DELETE: (store: RdfStore, memberIRI: string, memberShape?: string) => string[];