Hello Anna, As you've seen the any23-nquads module and associated functionality [0] was removed (I believe with 2.0 release) with the functionality being baked back in to the relevant any23-core extractor [1] and writer [2] packages respectively. You should be able to use the NQUADS implementation more easily now via the common extractor and writer interfaces provided. With regards to the result, any feedback on inconsistencies or anomalies would be appreciated. hth Lewis
[0] https://github.com/apache/any23/tree/any23-1.1/nquads/src/main/java/org/apache/any23/io/nquads [1] https://github.com/apache/any23/tree/master/core/src/main/java/org/apache/any23/extractor/rdf [2] https://github.com/apache/any23/tree/master/core/src/main/java/org/apache/any23/writer On Tue, Dec 12, 2017 at 4:46 AM, <[email protected]> wrote: > > From: Anna Primpeli <[email protected]> > To: <[email protected]> > Cc: > Bcc: > Date: Tue, 12 Dec 2017 13:46:08 +0100 > Subject: Model for any32 core vs nquads > > Hello Any23 team, > > > > I am using any23-core (version 1.1) for my project and I would like to > update to the current version, 2.1. > > In the same project we make use of any23-nquads as well. As it seems there > is an incompatibility on the rdf model dependency. The current version of > any23-core uses RDF4J while any23-nquads uses sesame dependencies. > > > > Is there a plan of updating the any23-nquads model to RDF4J as well? Is > there any workaround possible or should I stick to the old version of > any23-core? > > > > Thank you very much in advance! > > > > Best, > > Anna > > > > > > -- http://home.apache.org/~lewismc/ @hectorMcSpector http://www.linkedin.com/in/lmcgibbney
