Christoph Sander
Christoph Sander
Imagine users want to find out about relations between one query result IRI and other resources. Clicking on the IRI, maybe with some toggle or hard coded via the adapter,...
If I load a preset query with a count and then modify this query, I will get an error in the console and the UI for the aggregation empties: ```...
Similar to the grid, showing all results, a simple modal form could show on click event on an IRI in the results. This form would be like the grid card...
when using the recent `sparnatural.js` (https://github.com/sparna-git/Sparnatural/releases/tag/9.5.2) and `sparnatural.js.map` all `rdf:type` predicates are gone, causing a timeout (see https://github.com/epoz/shmarql/issues/25) ### This has been my query until now: ```sparql PREFIX rdf: SELECT...
Why isn't the query bound to prefixes with such config ```html ``` The sparql will still be [rendered](https://dataria.org/ask#query=PREFIX%20rdf%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0ASELECT%20DISTINCT%20%3Farchive_1%20%3Farchive_1_label%20%3FGIS_2%20%3FGIS_2_label%20WHERE%20%7B%0A%20%20%3Farchive_1%20rdf%3Atype%20%3Chttp%3A%2F%2Fwww.graceful17.org%2Fontology%2Farchive%3E%3B%0A%20%20%20%20%3Chttp%3A%2F%2Fwww.graceful17.org%2Fontology%2Fcalled%3E%20%3Farchive_1_label%3B%0A%20%20%20%20%3Chttp%3A%2F%2Fwww.graceful17.org%2Fontology%2Fwkt%3E%20%3FGIS_2.%0A%7D%0ALIMIT%2010000) like ```sparql PREFIX rdf: SELECT DISTINCT ?archive_1 ?archive_1_label ?GIS_2 ?GIS_2_label WHERE {...
http://data.sparna.fr/ontologies/sparnatural-config-datasources#SPARQLQuery That this Class is the domain of http://data.sparna.fr/ontologies/sparnatural-config-datasources#queryString and yet has no item in http://data.sparna.fr/ontologies/sparnatural-config-datasources is just a gap in the OWL or something to worry about? Maybe I'm...
Would it _maybe_ be a good idea to add a visual toggle like for OPTIONAL or NOT EXISTS to render a PROPERTY PATH `elt+` for the property selected? It's of...
Instead of ```sparql PREFIX rdf: SELECT DISTINCT ?entitlement_1 ?entitlement_1_label WHERE { ?entitlement_1 rdf:type ; ?entitlement_1_label; ?o. FILTER((LCASE(?o)) = (LCASE("even"))) } LIMIT 10000 ``` the widget should set ```sparql PREFIX rdf:...