UNPKG

data-pipeline-information-system-sparql

Version:

Sparql function to query/update RDF through SPARQL 1.1

13 lines (12 loc) 256 B
export interface InsertRequest { model: string; instances: { [key: string]: any; }[]; } export interface InsertModel { [reference: string]: string[][]; } export interface InstanceAttribute { [attributeName: string]: string[]; }