Open ldesousa opened 1 month ago
I can view your dataset and can parse it, but what is the address of your SPARQL endpoint? Is it public? Then I could test it myself
It is a local development instance. You can just load the file into a similar instance to try it.
I am testing the features present in one of the KGs in my book: https://www.linked-sdi.com/gelderland
The KG is loaded into Virtuoso and is accessed by Unicorn through the SPARQL end-point. When I add the instances from one of the classes to the QGis canvas the results are like this:
This is the feature retrieved for the
gelre:geomMossel
geometry. First, the geometry is not portrayed in the correct location, but rather where thegelre:geomRadioKotwijk
geometry should be. Theid
given for the feature is not correct either, should begelre:mossel
.If I query the triple store directly with:
The result is:
That is what should be associated with the
gelre:geomMossel
geometry. Note also the different coordinates. I suspects somewhere between the SPARQL query and portrayal some properties are getting scrambled.