Jelly-RDF / jelly-jvm

JVM (Scala) implementation of Jelly
https://w3id.org/jelly/jelly-jvm/
Apache License 2.0
7 stars 2 forks source link

Jena: implement StreamRDFWriter #90

Closed Ostrzyciel closed 3 months ago

Ostrzyciel commented 3 months ago

In the Apache Jena interop module we do have an implementation of RIOT writers... but this is not the same as streaming writers, as it turns out. To do something like shown here we must make a separate registration.

I've encountered this issue when writing examples for the documentation. See: https://github.com/Jelly-RDF/jelly-jvm/blob/d8b3ca1e39cb11d84ffaa0baeb63fc7c1621dbf5/examples/src/main/scala/eu/ostrzyciel/jelly/examples/JenaRiotStreaming.scala#L53

Of course, also implement tests for this.