Andrea Ferrari
Andrea Ferrari
I don't find `isql` tool, I m using the web site 'http://localhost:8890/sparql/' to do this test, I hope the results as json goes well anyway. SPARQL example to replicate the...
I m using the docker version on Windows, and it does not want to update at the last one. After removing the image with `docker rmi ID` i run these...
Thx, Now i'm using `plain version 1.1.3230 from OpenLink Software`. I found the ISQL and I repeat all the SPARQL update and query of this topic. with the same results...
Thank you so much for your patience. Yes, I confirm.
Hi, yea, sorry, in my case N-Quads or Turtle it's not important, I just need to use `'` instead `"` for literals. I look N-Quads standard right now, and I...
Thank you, you save me, I had a react app, that was using: `"react-scripts": "^4.0.3"` and `"mqtt": "^4.1.0"`, after updating to `"react-scripts": "^5.0.1"` and `"mqtt": "^4.3.7"`, I was receiving this...
Same issue here, some RSS validators don't like the `![CDATA[`. (For now, I'm testing the string output, not the XML exposing it from a server, at the end of that...
The same need here, This is my solution: ``` const feedOptions = { title: '...', description: "...", site_url: '...', feed_url: `...`, image_url: `...`, pubDate: new Date(), copyright: `...`, custom_namespaces: {...