vsb icon indicating copy to clipboard operation
vsb copied to clipboard

Visual SPARQL Builder - Model SPARQL-Select-Queries in a browser

Results 21 vsb issues
Sort by recently updated
recently updated
newest added

![Screenshot_20220620_100026](https://user-images.githubusercontent.com/1010226/174553746-503ede04-6f32-4278-ba39-f31238c6c220.png) Isn't this fixed by using https for the endpoint? I think a decent amount of people have these kinds of mixed content protections enable and thus can't easily use...

Hello, I have a problem with VSB using a custom endpoint. I can't select datatypeproperties, i can select class but there are only aggregate properties and string properties for those...

angular.js:12450 TypeError: originalLink is not a function

After clone latest develop branch, the function of subject drag and property drop is broken in dist. And there is a TypeError, "n is not a function" Chrome: assets-672e1304aa.js:18 TypeError:...

In the current version of the code, the recommendation of relations between two classes is broken. The problem is that `getAvailableProperties(...)` in https://github.com/leipert/vsb/blob/148c51ae1790673c3b14629145492e74845e2ef0/app/modules/workspace/modals/findRelationModalCtrl.js#L21-L31 always returns an empty array since it...

A recent update broke the drag and drop functionality of the subject boxes for me. I can still drag the workspace though. Tested in both Firefox and Chromium on Linux/Manjaro.

Hi Lukas, I would like to reuse & possible extend your code in a research project. Unfortunately I am a bit confused with the code & build system. Forgetting about...

When I checkout the dist branch and access it with my browser, I can't see any icons. Browser response: 404 http://vsb/bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0

Hi, I am writing a paper and I would like to mention your work. What is the best way to cite your work? Thank you, Charbel

Short explanation: When using the AngularJS httpProvider, the default header for requests contains (see [1]): ``` Accept: application/json, text/plain, * / * ``` Note that there are no quality values....