Hello, I'm playing with the Aggregates for SPARQL and have a strange problem:
Following query execute in isql but not via the SPARQL entpoint (500 internal server error): SELECT ?p count(?p) WHERE {?s ?p ?o} If I remove the ?p in the select it is working. Are there differencies between the support of aggregates in isql and the endpoint? Thanks in advance. Kind regards, Bastian