Github user padmacs commented on the issue:
https://github.com/apache/zeppelin/pull/3087
@zjffdu Actually we are working on an interpreter that submits SPARQL
query to our system through GRPC calls currently. But we can work with
community to make to more generalized, so that queries can be executed against
any of the SPARQL Endpoints.
This PR is specifically about getting an SPARQL query language support into
Zeppelin-web module. So that the Notebook editor identifies and displays the
SPARQL query with proper color codes for syntax and keywords.
---