For RDF dumps as well as the linked data interface, we need a way to convert entities to RDF, as defined in https://meta.wikimedia.org/wiki/Wikidata/Development/RDF. RDF serialization should be supported at least for RDF/XML and n-triples, but N3/Turtle would be very nice to have too.
To allow us to create dumps of millions of entities, the RDF serialization component must be able to operate in streaming mode, outputting the header, then one entity after the other, then a footer.
Version: unspecified
Severity: normal