propertyFactory.create(nameFactory.create("nsx:something"), "Some value"),
propertyFactory.create(nameFactory.create("nsx:something2"), "Some value2"),
propertyFactory.create(nameFactory.create("other:something2"), "Some other value2")};
// Set up the repository that we'll be using ...
source = new InMemoryRepositorySource();
source.setName("namespace repository");
graph = Graph.create(source, context);
// Create the path to the where the namespaces will be managed ...
pathToParentOfNamespaceNodes = graph.create("/a").and().create("/a/b").and().createAt("/a/b/c").getLocation().getPath();