epam / Indigo

Universal cheminformatics toolkit, utilities and database search tools
http://lifescience.opensource.epam.com
Apache License 2.0
290 stars 99 forks source link

[Technical] Load Support for RDF Format #2030

Open yauhen-karmyzau opened 3 days ago

yauhen-karmyzau commented 3 days ago

As a User, I want to have the ability to load and save my data in RDF format, So that I can easily exchange data with other applications that use the same format.

Acceptance Criteria:

  1. When I choose to load data, the application should provide an option to load RDF files.
  2. The application should be able to load RDF files from a specified location.
  3. Upon loading an RDF file, the application should convert the RDF data back into the application's native format (?)
  4. The application should properly handle any errors during the load/save process and display an appropriate error message.
  5. We understand reactions from RDF file as plain list of reactions (not hierarchical).