Model model = modelWithStatements("http://example.org/a dc:title 'Hello';" +
"_:a http://xmlns.com/foaf/0.1/mbox http://example.org/b;" +
"_:a rdfs:comment _:b");
ReferenceGroundedDecomposition baseDec = new ReferenceGroundedDecompositionImpl(
new ModelReferencingDecompositionImpl(JenaUtil.getGraphFromModel(model, true)));
simpleFilterableDecomposition = new SimpleFilterableDecomposition(baseDec);
}