}
return result;
}
public Map<String,PropertyContainer> mergeGeoff(final String geoff) throws SubgraphError, SyntaxError {
final Subgraph subgraph = new Subgraph(geoff.replaceAll("\\s*;\\s*", "\n"));
registerProperties(subgraph);
return Geoff.mergeIntoNeo4j(subgraph, gdb, geoffNodeParams());
}