podd / podd-redesign

The redesigned PODD
http://podd.plantphenomics.org.au/podd/
GNU Affero General Public License v3.0
3 stars 4 forks source link

Convert to RDF4J #153

Open ansell opened 7 years ago

ansell commented 7 years ago

As OpenRDF Sesame has rebranded and moved into Eclipse as RDF4J, this codebase will need to be converted. Main complication is the change from URI being the basic reference in Sesame to IRI being the basic reference in RDF4J, which clashes with the longterm use of IRI in OWLAPI.

Will also require a migration to an OWLAPI version that supports RDF4J.