diff -r 8e5fcebb9018 -r af85c436048f server/src/app/Models/Document.php --- a/server/src/app/Models/Document.php Wed Jan 20 09:56:36 2016 +0100 +++ b/server/src/app/Models/Document.php Wed Jan 20 16:21:40 2016 +0100 @@ -176,7 +176,7 @@ $master = $this->get(''); $masterUrl = is_null($master)?null:$master->getUri(); - foreach($this->graph->allOfType("") as $webResource) { + foreach($this->graph->allOfType("") as $webResource) { $extent = $webResource->getLiteral(""); $extent = is_null($extent)?null:$extent->getValue(); $extent_ms = Utils::iso8601IntervalToMillis($extent);