acdh-oeaw / arche-core

MIT License
0 stars 1 forks source link

Consider ordering triples by subject for metadata output. #32

Closed zozlak closed 1 year ago

zozlak commented 1 year ago

Currently triples are read from the database without any order specified. This is fast but leads to ugly RDF output, especially for text/turtle and application/rdf+xml. We can either request ordering on the SQL query level or follow the application/ld+json kind of approach where we cache triples up to some size and if they fit the buffer, we order them.

zozlak commented 1 year ago

Solved by b8edc3f0a84b1c98e8a86bf7f71997074b0d9eca