UNPKG

@rdfc/sparql-ingest-processor-ts

Version:
5 lines (4 loc) 416 B
import { RdfStore } from "rdf-stores"; export declare const CREATE: (store: RdfStore, namedGraph?: string, multipleNamedGraphs?: boolean) => string; export declare const UPDATE: (store: RdfStore, namedGraph?: string, multipleNamedGraphs?: boolean) => string; export declare const DELETE: (store: RdfStore, memberIRIs: string[], memberShapes?: string[], namedGraph?: string, multipleNamedGraphs?: boolean) => string;