public Response handleLDPathPost(
@FormParam(value = "context")Set<String> contexts,
@FormParam(value = "ldpath")String ldpath,
@Context HttpHeaders headers){
Entityhub entityhub = ContextHelper.getServiceFromContext(Entityhub.class, servletContext);
return handleLDPathRequest(this,new YardBackend(entityhub.getYard()),
ldpath, contexts, headers, servletContext);
}