server/src/app/Console/Commands/ImportCocoonRDF.php
changeset 513 dad9471f0d63
parent 508 2cb514f10a72
child 518 4864076bf0e3
--- 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 <http://purl.org/dc/elements/1.1/type> <http://purl.org/dc/dcmitype/Collection>.
-        //         FILTER(?o IN (<http://purl.org/dc/dcmitype/Sound>, <http://purl.org/dc/dcmitype/MovingImage>))
-        //     }
-        // }");
-
         if($clear) {
             $this->gs->clear("all");
         }