private SailConnection sc;
public PropertyGraphSailTest() throws Exception {
Graph g = new TinkerGraph();
GraphMLReader r = new GraphMLReader(g);
r.inputGraph(GraphMLReader.class.getResourceAsStream("graph-example-1.xml"));
sail = new PropertyGraphSail(g);
sail.initialize();
vf = sail.getValueFactory();