private static SesameRepositoryBackend backend;
private static LDPath<Value> ldPath;
@BeforeClass
public static void setupRepository() throws RepositoryException {
backend = new FileBackend(PathTest.class.getResource("demo-data.foaf"),"application/rdf+xml");
ldPath = new LDPath<Value>(backend);
}