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
The example query returns no binding. Bindings are returned when the endpoint URL is passed from HTTP to HTTPS due to an SSL error. Testing on a local Fuseki server showed the same behavior. Even if there are no result corresponding to ?s rdfs:label 'Banana'@en . , an answer was received from the remote SPARQL endpoint and the report should be bound. The ?s variable does not appear in the result, so the fact that it is not bound is irrelevant.
Note to Developers:
Tested with Corese server 4.5.0.
The text was updated successfully, but these errors were encountered:
MaillPierre
changed the title
[Bug] Incoherent binding behaviour using SPARQL service report
[Bug] Service report query do not return report if there are no binding in the service clause
Apr 3, 2024
Issue Description:
The SPARQL service report is not computed if there is no result to the pattern in the service clause.
Expected Behavior:
Tested on a Corese server in sudo mode to authorize any SPARQL service in the query
First example query:
The results should be something like:
Actual Behavior:
The example query returns no binding. Bindings are returned when the endpoint URL is passed from HTTP to HTTPS due to an SSL error. Testing on a local Fuseki server showed the same behavior. Even if there are no result corresponding to
?s rdfs:label 'Banana'@en .
, an answer was received from the remote SPARQL endpoint and the report should be bound. The ?s variable does not appear in the result, so the fact that it is not bound is irrelevant.Note to Developers:
Tested with Corese server 4.5.0.
The text was updated successfully, but these errors were encountered: