You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
When there are multi-valued properties in the dataset, the conversion of result sets to JSON relies on all rows with a specific ?item being together. This requires a SORT that orders on ?item or a GROUP BY likewise. The code has neither.
When there are multi-valued properties in the dataset, the conversion of result sets to JSON relies on all rows with a specific ?item being together. This requires a SORT that orders on ?item or a GROUP BY likewise. The code has neither.
See also issue #29.