mhgrove / cp-openrdf-utils

Utility classes for working with the OpenRdf API.
Apache License 2.0
9 stars 9 forks source link

Update to Eclipse RDF4J Sesame #23

Open schivmeister opened 6 years ago

schivmeister commented 6 years ago

Mostly namespaces changes as per directions on http://docs.rdf4j.org/migration/. Other changes are mostly URI-IRI and Graph-Model related (deprecations).

Two tests still fail. Also note, version number updated because it was strange to see Pinto depend on a version that does not exist on Github (4.0.2).

It was also hard to make a decision as to how to name the dependency. Chose to keep 'sesame' and where needed wrote 'sesameRdf4J' to clarify.

schivmeister commented 6 years ago

This is a breaking API change so the version should probably reflect that (4.1.0?). Pinto for example will need to be updated at the same time. I will send a separate pull request for that if this is good to go.