epam / ketcher

Web-based molecule sketcher
https://lifescience.opensource.epam.com/ketcher/demo.html
Apache License 2.0
441 stars 158 forks source link

[Ketcher] Load Support for RDF Format #4914

Open yauhen-karmyzau opened 5 days ago

yauhen-karmyzau commented 5 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 and represent the data on the canvas.
  4. The application should properly handle any errors during the load process and display an appropriate error message.