lmazuel / onagui

OnAGUI - Ontology Alignment GUI - Software to help automatic or manual realisation of ontologic alignment
MIT License
11 stars 4 forks source link

Passer sur RDF4J à la place de Sesame (+ passer en Java 8 ?) #16

Closed tfrancart closed 7 years ago

tfrancart commented 7 years ago

Depuis avril 2016 Sesame a été repris par la fondation Apache et s'appelle RDF4J. Ce serait bien de migrer vers cette dépendance. RDF4J 1.X est compatible Java7, RDF4J 2.X nécessite Java 8. Cette migration demande :

Dépendance Maven :

<dependency>
    <groupId>org.eclipse.rdf4j</groupId>
    <artifactId>rdf4j-runtime</artifactId>
    <version>2.1.5</version>
</dependency>