You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: