blazegraph / database

Blazegraph High Performance Graph Database
GNU General Public License v2.0
872 stars 170 forks source link

Namespace shortcut not expanding / error Bad Request on explorer #205

Open nikogeg opened 2 years ago

nikogeg commented 2 years ago

I have some simple data for which I have defined a custom prefix/namespace shortcut ott . I can query the data fine and it will show up in the results properly (ott : + rest of the URI). But when I click on it and go to the explorer it does not expand the prefix to the full URL and I get an error Bad Request . I think I remember using this feature without a problem before? I could be mistaken, though. Is this normal or am I missing something obvious? If it is, why? Are there any configuration settings to fix this?

Thanks in advance!

Flarp commented 2 years ago

This is nearly a year late, but I found a fix. For some reason, if the namespace to URI mapping is in your custom namespace shortcuts, the explore result tab will automatically perform the mapping. However, as you've noted, the actual query will not. To fix this, just remove the custom namespace by going to "Edit", and hitting the Delete button next to the namespace that is resolving.

image