UNPKG

@rdfc/sparql-ingest-processor-ts

Version:
5 lines (4 loc) 306 B
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[];