glosis-ld/glosis

widoco uri's have #/, isric sparql uri do not have /, others have no #

pvgenuchten opened this issue · 2 comments

I was playing with grlc and glosis sparql endpoint and noticed uri's generated by sparql/grlc do not contain '#' and/or '/' however widoco expects '#/'

Not sure if this is an issue on widoco, isric-sparql or elsewhere, but the mismatch is not nice
(i think isric sparql has 2 sets loaded, one with / (-> forwarded to ogc def server) and one with # (-> forwarded to widoco)
i guess idea is to remove set with # (and maybe also widoco?), so maybe this is not an issue at all.

Compare:

The URIs reported by Widoco in the master branch are correct. This is what I see for that individual:

Selection_096

This concurs both with the ontology deployed to the Virtuoso instance at ISRIC and the OGC name server.

URIs no longer include the # character, and for the moment Widoco is functioning as expected.