--- a/server/src/app/Repositories/RdfDocumentRepository.php Tue Nov 08 15:48:01 2016 +0100
+++ b/server/src/app/Repositories/RdfDocumentRepository.php Tue Nov 08 18:23:01 2016 +0100
@@ -277,7 +277,7 @@
$docUri = Config::get('corpusparole.corpus_doc_id_base_uri').$id;
// We want the CBD (Concise Bounded Description, cf. http://www.w3.org/Submission/CBD/)
- // WARNING: This seems to work in sesame for our dataset.
+ // WARNING: This seems to work in rdf4j for our dataset.
$doc = $this->sparqlClient->query(
"CONSTRUCT { ?s ?p ?o } WHERE { GRAPH <$docUri> { ?s ?p ?o } }"
);