server/src/app/Repositories/RdfDocumentRepository.php
changeset 532 1190ea937f2d
parent 506 8a5bb4b48b85
equal deleted inserted replaced
531:48f5380c26d0 532:1190ea937f2d
   230 
   230 
   231         Log::debug("SPARQL QUERY :");
   231         Log::debug("SPARQL QUERY :");
   232         Log::debug($sparqlQuery);
   232         Log::debug($sparqlQuery);
   233 
   233 
   234         $docs = $this->sparqlClient->query($sparqlQuery);
   234         $docs = $this->sparqlClient->query($sparqlQuery);
   235 
       
   236         foreach($docs as $doc) {
   235         foreach($docs as $doc) {
   237             $graph = $this->getResGraph($doc);
   236             $graph = $this->getResGraph($doc);
   238             if(is_null($graph)) {
   237             if(is_null($graph)) {
   239                 Log::debug("NULL GRAPH - odd");
   238                 Log::debug("NULL GRAPH - odd");
   240                 continue;
   239                 continue;