diff -r 17f10b56c079 -r 8fddc113095e server/src/app/Repositories/RdfDocumentRepository.php --- a/server/src/app/Repositories/RdfDocumentRepository.php Thu Jun 02 18:24:19 2016 +0200 +++ b/server/src/app/Repositories/RdfDocumentRepository.php Sun Jun 05 00:28:45 2016 +0200 @@ -89,6 +89,7 @@ if($doc->isEmpty()) { return null; } + //print($doc->dump()); // clone the graph to force the URI $DocumentKlass = $short?DocumentResult::class:Document::class;