UNPKG

data-pipeline-information-system-sparql

Version:

Sparql function to query/update RDF through SPARQL 1.1

13 lines (10 loc) 243 B
export interface InsertRequest { model: string, instances: {[key: string]: any}[] } export interface InsertModel { [reference: string] : string[][] } export interface InstanceAttribute { [attributeName: string ] : string[] }