shmarql icon indicating copy to clipboard operation
shmarql copied to clipboard

A Linked Data publishing platform for semantic web professionals in a hurry.

Results 29 shmarql issues
Sort by recently updated
recently updated
newest added

Some triplestores contain multiple named graphs. It would be great to see in which named graph a triple "lives". The triples could be grouped by the named graphs they are...

Similarly to LodView, the title or name of a resource might be displayed at the top of its page. This would make the navigation much more easier, because its easier...

Many ontologies use ID based IRIs. That means that the IRI is not "humand readable" E.g. http://purl.obolibrary.org/obo/IAO_0000136 has label "isAbout" It would be a great improvement to also display the...

Add a version number stamp or an "about" link to the output somewhere, to be able to quickly see what version a running instance has. How do I get the...

enhancement

A boolean for `falls within` and `contains` based in the specifications (e.g. http://www.opengis.net/def/function/geosparql/sfWithin). Either done within sqlite or with GeoPandas/Shapely/Fiona

https://github.com/epoz/shmarql/blob/5bda6004808d5dfe8768d8ce47a3b464838c9223/src/app/px_util.py#L60-L64 My px Store loads into a named graph. Queries are fine thanks to the `use_default_graph_as_union` flag. Yet, dumps need to be TriG or my named graph needs to be...

A magic predicate to calculate the median and standard deviation and maybe Pearson correlation would be wonderful. Not sure if fizzysearch can deal with arrays.

maybe this is a problem of oxigraph and not shmarql? @tpt Endpoint: https://dataria.org/sparql ### Query ```sparql SELECT DISTINCT (COUNT(DISTINCT ?object_8) AS ?object_8_count) ?place_4 ?place_4_label WHERE { ?place_1 (+) ?place_4. ?place_4...

Error Message when defining the shmarql sparql endpoint for https://yasgui.org/ log ``` dataria-shmarql | INFO: 172.18.0.1:33050 - "GET /sparql?query=ASK%20%7B%3Fx%20%3Fy%20%3Fz%7D HTTP/1.0" 500 Internal Server Error dataria-shmarql | ERROR: Exception in ASGI...