The Augmentation API Has been deprecated and is no longer available.

An alternative approach

You can build similar functionality to the augmentation API by working with RDF data through the query stages of an application.

As each new piece of RDF is pulled in, it is merged on the fly to produce a combined view of different data sources.

Here is some example code which does this.