* @param context Content object to control reading process.
* @throws RiotNotFoundException if the location is not found - the model is unchanged.
*/
public static void read(Graph graph, String uri, String base, Lang hintLang, Context context)
{
StreamRDF dest = StreamRDFLib.graph(graph) ;
parse(dest, uri, base, hintLang, context) ;
}