I foresee these changes: - Allow PUT in LinkedDataFragmentsServer.js#L57 - Add controller that responds to PUT - Loop over parsed request data and call `this._datasources[query.datasource].datasource.addTriple` Do you think I will encounter other obstacles?