Assert.assertTrue(connectionVerify.hasStatement(video,hasFragment,fragment,true,video));
Assert.assertTrue(connectionVerify.hasStatement(annotation,hasTarget,fragment,true,video));
Assert.assertTrue(connectionVerify.hasStatement(annotation,hasBody,subject,true,video));
Assert.assertTrue(connectionVerify.hasStatement(fragment,shows,subject,true,video));
connectionVerify.commit();
} finally {
connectionVerify.close();
}
}