wincowgerDEV / OpenSpecy-package

Analyze, Process, Identify, and Share, Raman and (FT)IR Spectra
http://wincowger.com/OpenSpecy-package/
Creative Commons Attribution 4.0 International
23 stars 11 forks source link

[Feature]: support for jsonld OpenSpecys #127

Open wincowgerDEV opened 1 year ago

wincowgerDEV commented 1 year ago

Guidelines

Description

Json-ld is a popular web framework for adding data to knowledge graphs. If we had a way to accurately format our new OpenSpecy file format to and from jsonld it would make them better understood in the web. There's already a pretty good package for it too.

Problem

Our data may not be currently indexable by web browsers very easily.

Proposed Solution

Create a function to transform Open Specy's to and from json-ld

Alternatives Considered

Rdf is another popular web format that could be useful because it works a lot like a database and there are some functions for streaming it like a database. Xml is another one but it's really challenging to work with. Json-ld is the most readable which could be nice if we want to display the source data for people but maybe that isn't the sole use for these files.