}
@Test
public void testApplyRule() {
Model m = RDF2Go.getModelFactory().createModel();
m.open();
Map<String, URI> nsMap = new HashMap<String, URI>();
nsMap.put("rdf", new URIImpl(
"http://www.w3.org/1999/02/22-rdf-syntax-ns#"));
String LOCAL = "http://example.com#";
nsMap.put("", new URIImpl(LOCAL));