}
@Test
public void weReverseRedirects() throws IOException, InterruptedException {
String ordinaryTriple = "ns:A\tns:dataworld.gardening_hint.replaced_by\tns:B.";
mapper.map(new LongWritable(1L), new Text(ordinaryTriple), context);
verify(context).getCounter(FreebasePrefilterCounter.ACCEPTED);
verify(context)
.write(new Text("<http://rdf.basekb.com/ns/B>"),
new Text(
"<http://rdf.basekb.com/ns/m.0j2r8t8>\t<http://rdf.basekb.com/ns/A>."));