AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.
https://atomgraph.github.io/LinkedDataHub/
Apache License 2.0
489 stars 123 forks source link

Make Thrift, N-Triples/N-Quads the preferred formats #67

Closed namedgraph closed 3 years ago

namedgraph commented 3 years ago

application/rdf+thrift application/n-triples and application/n-quads should have a higher priority (using the q parameter) so that conneg does not choose a less efficient format such as TriX.

This should probably be implemented in MediaTypes in https://github.com/AtomGraph/Processor

namedgraph commented 3 years ago

Fixed by https://github.com/AtomGraph/Core/issues/23