Heracles.ts
Heracles.ts copied to clipboard
Add support for other RDF serializations
As @elf-pavlik stated in issue #8, currently Heracles.ts supports only JSON-LD RDF serialization. It is desired to add support for other serializations, i.e. by using N3.js for these media types:
- 'text/turtle'
- 'text/trig'
- 'text/n-triples'
- 'text/n-quads'
- 'text/n3' (optional)