[Commons RDF] process data fom apache jena Dataset

2024-02-17 Thread Fred Hauschel
Hi there, is it possible to load a dataset from TDB into a org.apache.commons.rdf.api.Dataset ? Dataset dataset= TDBFactory.createDataset(directory); in common, how to convert between org.apache.commons.rdf.* and other stores for readsing and writing ? Thanks Fredy

Re: [Commons RDF] process data fom apache jena Dataset

2024-02-17 Thread Fred Hauschel
I'm still confused, but that seems to be one solution: importjava.util.UUID; importorg.apache.commons.rdf.api.Graph; importorg.apache.commons.rdf.api.IRI; importorg.apache.commons.rdf.jena.JenaGraph; importorg.apache.commons.rdf.jena.JenaRDF; importorg.apache.jena.query.Dataset; importorg.a