Marc Weise

Results 7 comments of Marc Weise

Hi @BenjaminQuidelleur, thanks for reporting! This error occurs due to outdated dependencies, updating the `node-sass` dependency should fix this. I will have a look at this soon.

Hi, I think the behaviour you describe is intended and this is why: First of all I don't think your class "Subject" will be discovered in your example because there...

Hi Franck, thanks for your message. No it's not a caching problem, I manually checked the initial query on the your endpoint and it seems that the server does not...

Hi Franck, the Virtuoso settings you mention don't explain the endpoint behavior, because it seems to return empty results for **any** timeout which is not zero, including small values which...

Hi Raúl, for content negotiation LD-VOWL should set the **HTTP header** `Accept: application/sparql-results+json`. The **query parameter** `format` is just another hint for endpoints ignoring the header. Aside from that I...

Hi Raúl, well your local instance tries to use the proxy of the demo service at http://vowl.visualdataweb.org which is different to http://localhost so you still have a CORS issue there....

Here is a gist of the php script I used as a proxy for testing purposes: https://gist.github.com/marc92w/b71c2ae24e7d997a4ab96f0d0caf8943 I used a docker container with php and apache to serve this script...