Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Add RDFParser interface to the API - and implementations for jena/rdf4j/jsonld.
This has emerged while doing the integrations in COMMONSRDF-35 COMMONSRDF-36 COMMONSRDF-33.
I'm proposing a fluent "builder pattern"-like interface, e.g.
new JenaRDFParser().source(path).target(graph).parse();
As the design of this is still not quite settled it will be under the .experimental package for the 0.3.0 release. See
https://lists.apache.org/thread.html/5b3450fa50e3d24660d284cbd62cddea0eaa68b0248252a97354d762@%3Cdev.commons.apache.org%3E
There should also be a companion RDFWriter interface - making these look&feel similar.