UNPKG

@rdfc/sparql-ingest-processor-ts

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