Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: support for jsonld OpenSpecys #127

Open
1 task done
wincowgerDEV opened this issue Jan 14, 2023 · 0 comments
Open
1 task done

[Feature]: support for jsonld OpenSpecys #127

wincowgerDEV opened this issue Jan 14, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@wincowgerDEV
Copy link
Owner

Guidelines

  • I agree to follow this project's Contributing 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.

@wincowgerDEV wincowgerDEV added the enhancement New feature or request label Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant