Skip to content

v1.1.0

Compare
Choose a tag to compare
@tonyKunchev tonyKunchev released this 21 Sep 14:49
· 42 commits to master since this release

Overview

In this version we introduce few new commands, some improvements to the existing functionalities and some bug fixes.

The current version will be used in the initial release of the ontorefine-cli.

New

  • Introduced new command which allows registration of reconciliation service/s as standard services. The new services will be added in the preferences properties of the Refine tool in order to make them available in the reconciliation operations.
  • Introduced commands for setting and retrieving of preference for specific property. They are both used as composite commands for the command that registers new reconciliation service.
  • Introduced new command which allows retrieval of the models of specific project. It provides temporary workaround for the issue with the RDF mapping, where after update it won't be synchronized with the JSON configuration for the operations done over the project. We were using the mapping from the operations in the RDF exporting.

Changes

  • Added additional required parameter to the export RDF command called format. It is used to build Accept header for the request that is sent to the OntoRefine tool. The header is used to show in what RDF format should be returned the result from the command. For example Turtle, Turtle-Star, N-Triples, RDF/XML, etc.

Bug fixes

  • Fixed the issue where the export operation command resulted in JSON, which cannot be used directly in apply operation command as it was containing additional tags and wrapping of the main operation objects, which should be returned as result.