Re: Build websites and Web APIs on top of KGs with Walder

Hi Hugh,

Thanks for giving it a go!

> One question: your "knows" website doesn't seem to do Accept:application/rdf+xml or accept:text/n3, although it does accept:text/turtle as in the example.
> Is that right, or am I missing something?

I don’t think that RDF/XML output already exists for the RDF/JS JavaScript ecosystem
(see https://github.com/rdfjs/rdfxml-streaming-parser.js/issues/5),
but we do accept RDF/XML input.

Serializing as text/n3 could just delegate to the Turtle serializer though,
so that should be easy to add.

Best,

Ruben

Received on Wednesday, 2 September 2020 16:00:38 UTC