linkeddata / rdflib.js

Linked Data API for JavaScript
http://linkeddata.github.io/rdflib.js/doc/
Other
562 stars 142 forks source link

Cannot serialize application/ld+json #588

Closed bourgeoa closed 1 year ago

bourgeoa commented 1 year ago
Error: Serialize: Content-type application/json+ld not supported for data write.
TallTed commented 1 year ago

You've probably already noticed this, but the issue is so sparsely written, I can't be sure. So, I'll note -- the error refers to application/json+ld (which is a nonexistent media type), not to application/ld+json (as in your issue title). Maybe that helps speed the fix.