Skip to content

Commit

Permalink
Also move the VALUES block to avoid Jena 3.8+ performance issues. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
osma committed Dec 18, 2018
1 parent 00eabb3 commit 3e4884c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/sparql/GenericSparql.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ private function generateConceptInfoQuery($uris, $arrayClass, $vocabs) {
?item skos:prefLabel ?il .
?group a ?grouptype . $construct
} $fcl WHERE {
$values
$gcl {
{
?s ?p ?uri .
Expand Down Expand Up @@ -444,7 +445,6 @@ private function generateConceptInfoQuery($uris, $arrayClass, $vocabs) {
} $optional
}
}
$values
}
$valuesGraph
EOQ;
Expand Down

0 comments on commit 3e4884c

Please sign in to comment.