Angelo Veltens
Angelo Veltens
Here is a demo setup were you can reproduce the issue: https://github.com/angelo-v/rdf-dereference-webpack5 RDFa is found there, while JSON-LD is not
I found a workarround by using node-polyfill-webpack-plugin which basically restores all the polyfills from webpack 4. You can find it in this branch and see that both RDFa and JSON-LD...
Hi @srad, sorry but this has never been merged
Hi, I agree the documentation is very bad. You can read in a turtle (ttl) file and use the parse method to get the data into an rdflib store: see...
From what I read from the API docs you could use [SPARQLToQuery](https://linkeddata.github.io/rdflib.js/doc/functions/SPARQLToQuery.html) to convert textual SPARQL to a query object that can than be passed to [querySync](https://linkeddata.github.io/rdflib.js/doc/classes/Store.html#querySync) but I did...
You can parse a turtle string with `parse`. The URL you need to pass into it is just used as a base URL for the relative URLs in the document....
Im am happy you could solve it. Documentation should nevertheless improve on that regard
Still an issue with typescript `5.7.3` As I understand the [announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/#respecting-file-extensions-and-package.json-from-within-node_modules) typescript >5.6 now respects the package.json from node_modules regarding ESM. So even if you include a package for transformation...
For me it does just nothing anymore, not even display the command. I am using zsh and made sure my config is up-to-date
The current behaviour is: ``` ▶ curl -iH'Accept: application/ld+json; profile="https://www.w3.org/ns/activitystreams"' https://angelo.veltens.org/profile/actor HTTP/2 406 Cannot serve requested type: application/ld+json ``` Which is "funny", because https://angelo.veltens.org/profile/actor actually is a JSON-LD document containing...