You need to use Exhibit 2.0 for this. Be warned, Exhibit 2.0 is still in active development and should not be considered stable yet (release date predicted circa late September).
Simply edit the link rel="exhibit/data" elements to point to the RDF-XML data you want to pull in, and exhibit does the rest.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<script type="text/javascript" charset="utf-8" src=" http://simile.mit.edu/repository/exhibit/branches/2.0/src/webapp/api/exhibit-api.js">
</script>
<style type="text/css">
body {
margin: 1in;
}
#view-panel {
width: 60%;
}
</style>
<link
rel="exhibit/data"
href="http://tools.opiumfield.com/twitter/danja/rdf"
type="application/rdf+xml"
charset="utf-8"/>
<link rel="exhibit/data"
href="http://tools.opiumfield.com/twitter/Captsolo/rdf"
type="application/rdf+xml"
charset="utf-8"/>
<link
rel="exhibit/data"
href="http://tools.opiumfield.com/twitter/tommorris/rdf"
type="application/rdf+xml"
charset="utf-8"/>
<title>remote RDF mashup</title>
</head>
<body onload="">
<!-- EXHIBIT -->
<table width="100%">
<tr valign="top">
<td>
<div ex:role="exhibit-viewPanel" id="view-panel"></div>
</td>
<td width="25%">
<div ex:role="exhibit-facet" ex:expression=".type" ex:facetLabel="Type"></div>
</td>
</tr>
</table>
<!-- EXHIBIT END -->
</body>
</html>

