diff -r cf4653cf88f2 -r dad9471f0d63 server/src/app/Console/Commands/ImportCocoonRDF.php --- a/server/src/app/Console/Commands/ImportCocoonRDF.php Wed Feb 15 22:53:52 2017 +0100 +++ b/server/src/app/Console/Commands/ImportCocoonRDF.php Thu Feb 16 16:10:07 2017 +0100 @@ -306,14 +306,6 @@ $progressBar->finish(); } - // $collectionDocsUris = $this->gs_raw->query("SELECT distinct ?uri WHERE { - // GRAPH ?uri { - // ?s ?p ?o. - // ?s . - // FILTER(?o IN (, )) - // } - // }"); - if($clear) { $this->gs->clear("all"); }