
import SparqlTask from '../Core/SparqlTask'
import Insert from './Insert'
import {pathToBinding} from '../SparqlObject/common';

export function generateBodyInsert(this: Insert, reference: string, path: string[] = []) {
    let model = SparqlTask.sparqlObjects[reference];
    model.attributes.map((attribute) => {
this.insertModel
    })
}