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
Server configuration chains two composite data sources: composite data source A refers to composite data source B. Composite data source B refers to 1 HDT data source and 2 Turtle data sources.
The following SPARQL query executed via the ldf-clientagainst data source A results in a 502 after a certain amount of results have returned.
SELECT ?s ?n WHERE {?s <http://schema.org/name> ?n}
When executing this query directly against data source B or the HDT data source no error occurs.