I constructed org.eclipse.lyo.oslc.domains.qm.TestCase and want to transform it into rdf4j Model. Is there a way using rdf4j library? It should be equivalent to JenaModelHelper.createJenaModel(objects);
Asked
Active
Viewed 54 times
2
-
1Unsubtle way - make Jena model, print to string, parse string with RDF4J. Or RDFCommons. https://commons.apache.org/proper/commons-rdf/ – AndyS Oct 06 '21 at 21:07
-
Thanks for your help, I thought there is direct way without converting. – Abdelrahman Elattar Oct 10 '21 at 11:32
-
1CommonsRDF should be quite cheap - the conversion of object isn't very complex. – AndyS Oct 10 '21 at 21:56
-
1@AbdelrahmanElattar if you're keen on getting this supported directly, do please log a feature request with the lyo / oslc4j project. – Jeen Broekstra Dec 12 '21 at 01:06