JJ-Author
JJ-Author
It would be useful to prevent using multiple instances (maybe also with a client side setting only) of YASGUI in the same browser instance (tabs/windows). I experienced data loss for...
when I switch the tabs the map zoom and center is lost / resetted, it would be a nice feature if this would persist over the session and be included...
while http://yasgui.org/?a=b&_resetYasgui deletes your local storage this seems not to work anymore for the new yasgui 4 version
file and version seems to be most important at the moment
``` store_1 | 19:31:32 HTTP/WebDAV server online at 8890 store_1 | 19:31:32 Server online at 1111 (pid 1) download_1 | File saved to /root/data/mappingbased-literals_lang=en.ttl.bz2 download_1 | Downloading file: https://downloads.dbpedia.org/repo/lts/mappings/geo-coordinates-mappingbased/2019.09.01/geo-coordinates-mappingbased_lang=en.ttl.bz2 download_1...
When querying http://vmdbpedia.informatik.uni-leipzig.de:8080/api/1.0.0/values?entities=Caribou_(musician)&property=dbo%3Aabstract&format=JSON&pretty=NONE&limit=100&offset=0&oldVersion=false no information is displayed (see attachment). If you go to the resource displayed http://dbpedia.org/resource/Caribou_(musician) you are redirected to http://dbpedia.org/page/Dan_Snaith
set `Access-Control-Allow-Origin: * ` header for api calls
see http://vmdbpedia.informatik.uni-leipzig.de:8080/api/1.0.0/values?entities=Barack_Obama%2CHillary_Clinton&property=foaf%3Asurname&property=foaf%3Agender&format=JSON&pretty=NESTED&limit=100&offset=0&key=1234&oldVersion=false ``` output should look like this: [ { "foaf:surname": ["Obama"], "@id": "Barack_Obama", "foaf:gender": ["male"] }, { "foaf:surname": ["Clinton"], "@id": "Hillary_Clinton", "foaf:gender": ["female"] } ] ```