1) GRLC is a tool that generates Linked Data APIs from SPARQL queries stored in a GitHub repository. It automatically builds Swagger specifications and API code by mapping the GitHub repository structure and SPARQL queries.
2) This allows SPARQL queries to be organized and maintained externally to applications in a version controlled way. The APIs generated hide the complexity of SPARQL from clients.
3) GRLC was used to build APIs for accessing historical census data, hiding SPARQL from historians. It was also used to reduce coupling between SPARQL and R code for a project analyzing the impact of early life conditions on later outcomes.
Related topics: