grlc icon indicating copy to clipboard operation
grlc copied to clipboard

grlc builds Web APIs using shared SPARQL queries

Results 77 grlc issues
Sort by recently updated
recently updated
newest added

A `fileLoader` which loads data from Gitlab is necessary for this functionality. This is mostly already done in https://github.com/Orange-OpenSource/grlc See #370 for more info.

[clariah_grlc__latest.2022-06-20_table.txt](https://github.com/CLARIAH/grlc/files/8946956/clariah_grlc__latest.2022-06-20_table.txt) Generated with: `sudo trivy image -f table -o clariah_grlc__latest.$(date +%F)_table.txt clariah/grlc:latest` Is there a chance that we can improve on that and reduce the number of findings? Maybe an...

Dear GRLC team, I observe that the https://github.com/CLARIAH/grlc/blob/bb1c70feea5919f399f35fe3fe08496a7950eb31/src/templates/index.html#L26 currently holds calls to https://www.google-analytics.com/analytics.js which creates privacy issues for private GRLC instances: unless blocked by Web browser's anti-tracking tools, analytics.js exports...

Hi, sorry to ask, but I'm doing something wrong and unsure of what. My query is executable here: `https://api.druid.datalegend.net/s/pq0GcPt6j` My endpoint is here: `https://api.druid.datalegend.net/datasets/AdamNet/all/services/endpoint/sparql` My GitHub repo with subdir is...

Hi, I have a few questions regarding headers of requests. I am testing with this endpoint: http://grlc.io/api-git/rapw3k/cybele/#/json/get_allDatasets * If you dont send a page number in the request, the response...

Given a query like where a variable is a substring of another variable name ``` select * where { [] rdfs:label ?__label ; skos:prefLabel ?__label2 . } ``` If the...

Change warnings into debug messages. See #350

Hi! we need to allow possibility of indicating which graph to use in the query. As our triplestore is virtuoso, its very easy to say this using "default-graph-uri" parameter as...