Enrico Daga
Enrico Daga
Welcome Max. You should get the coordinates in pairs with the following: ```sparql PREFIX fx: PREFIX xyz: PREFIX rdf: PREFIX rdfs: PREFIX geo: PREFIX geof: SELECT ?l_id ?lyon_lat ?lyon_long WHERE...
> But if I do a CONSTRUCT query, the coordinates order is not preserved. Can you share an example of the RDF you would like to generate? The construct query...
Any plan for the next release?
This is done: https://github.com/polifonia-project/registry_app/tags
Development started on branch `jdbc` https://github.com/SPARQL-Anything/sparql.anything/tree/jdbc
The query posted originally by @justin2004 https://github.com/SPARQL-Anything/sparql.anything/issues/241#issue-1190925086 doesn't work on v0.9-DEV -- I get SO: ```bash $ fx -q issue241_retrying.sparql [main] INFO io.github.sparqlanything.model.Triplifier - Running command: bash -c echo 4,5,6...
In addition, explain `-e` does not show anything, I wanted to check the algebra...
> Maybe because ?num matches with URIs (fx:root) and container blank nodes. This is then concatenated with _seq_ some strange behaviour. Actually, the following change makes it work: ```bash PREFIX...
> It is similar to that included via [9ddd3ee](https://github.com/SPARQL-Anything/sparql.anything/commit/9ddd3ee941e6235175163864f6d27639fb6769b1) Oh I didn't notice you went through it already
I think we can close this one.