afs commented on issue #3698: URL: https://github.com/apache/jena/issues/3698#issuecomment-3750658818
The `JenaTitanium.convert()` operations? i.e. the public operations from `JenaTitanium`? It is not a simple matter of digging that code out of git. The problem is that Titanium's `com.apicatalog.rdf.RdfDataset` is marked for removal. [`titanium-json-ld' 1.7.0+](https://github.com/filip26/titanium-json-ld) is now a JSON-LD parser and the algorithms from the JSON-LD spec. There is a new repo [`titanium-rdf-primitives`](https://github.com/filip26/titanium-rdf-primitives/) (which is not currently a Jena dependency). The `RdfDataset` in `titanium-rdf-primitives` is not the same. There are classes that look like they provide the original functionality. If you want to explore bringing in a new `JenaTitanium` which is future-proof that would be great. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
