When optimizing entity query result loading, specifying additional attributes may lead to a blowup of the number of result rows because rows represent cartesian product of the different column values (for matching subjects). SPARQL 1.1 GROUP_CONCAT may be in certain cases used to reduce this effect by concatenating values into one row. Apply this optimization in relevant cases such as:
When optimizing entity query result loading, specifying additional attributes may lead to a blowup of the number of result rows because rows represent cartesian product of the different column values (for matching subjects). SPARQL 1.1
GROUP_CONCATmay be in certain cases used to reduce this effect by concatenating values into one row. Apply this optimization in relevant cases such as: