RMLio / RML-Mapper

Generate High Quality Linked Data from multiple originally (semi-)structured data (legacy)
http://RML.io
52 stars 20 forks source link

Upgrade to RDF4j #6

Closed barthanssens closed 5 years ago

barthanssens commented 8 years ago

Eclipse RDF4j is the new name / project for Sesame (note that RDF4j 2.0, which is equivalent to Sesame 4.1, requires Java 8). Upgrading would be nice, since the version used by RMLio is relatively old.

andimou commented 8 years ago

Idd, I have already upgraded to RDF4J 2.0, but still checking if everything is ok before push public.

To be honest though, I'm a bit concerned regarding Java 8 dependency.

barthanssens commented 8 years ago

In that case you could consider using RDF4j 1.0, which is the Java 7 backport of RDF4j 2.0.

The benefit would be that RMLio can stay a little longer on Java 7, while already using the new org.eclipse.rdf4j namespace (and e.g. IRI instead of URI), so this would smoothen the upgrade path a bit.

KMax commented 6 years ago

Any progress on this?

Just FYI:

RML-Mapper is just 2+ years old. Java 8 was released in March 2014. I'm not sure anyone may have a problem with RML-Mapper requiring Java 8.

pheyvaer commented 5 years ago

Hi,

We've updated the RMLMapper and it can now be found here. In the new version we use RDF4J.