-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Adding schema for individual components #5
Comments
Marshall, this is awesome and something that will really help users to implement SciData. Just so you know because of my NSF grant I will be revising SciData when I find data elements that need to be represented but cannot logically fit into the current framework (i.e. safety info, results, etc.). So, the spec will change over time... Two other thoughts:
I am happy to work with you to iterate the forms - if we can get them to fit your need then that is a paper we can write to get others to do the same :) |
Understood and no problem, this will get some initial schema down and can modify them with changes to SciData.
Completely agree! Not exactly sure all the details but have that same goal in mind. As the schema and JSONForms get more complete to the full SciData scope (as is now), we should probably have a discussion on how to move stuff forward that way.
Yes, agree, if there is say a login to populate userid and then author information, that can all get dropped from the JSONForm UI and already be in the JSON-LD in the background or if you have some Guest login, they can fill that in instead. Just a thought up example. I have some of the defaults in the main SciData schema I plan to do that way (ie "author type" is one that probably won't change or limit it to a drop-down of choices Line 21 in 9e0149e
Sounds great! 👍 and definitely more than happy if you postdoc wants to contribute and be an author if so. Thanks for feedback! I'll try to keep track of PRs for all these here as they come in. |
@marshallmcdonnell I need permission to push a branch on this repo for this issue. |
@stuchalk is it okay to include @SmithRWORNL as a contributor to this repo so we can work on the schema directly (instead of from a fork)? |
I already invited them... :) |
Awesome, thanks! @SmithRWORNL let us know if you are still blocked. |
Added schemas for each section, as well as Github actions to run them. Also fixed some invalid JSON in the .jsonld sections. Addresses #5
Addressed by #25 |
@stuchalk just an update, @SmithRWORNL has all the schema in for this ticket so closing it out. I did mark through the schema that were not created in this original ticket because those entities no longer exist in the SciData JSONLD framework. I'll open a separate ticket to do the packaging of the schema as a library (i.e. for python) We would use this to validate SciData JSONLD for web services |
This is an umbrella ticket for adding the initial draft of schema to SciData.
The plan is to create small, modular schemas to facilitate structuring the larger overall SciData schema (see Structuring complex schema )
Schemas:
CompoundConditionMaterialOrganismSampleTargetThe text was updated successfully, but these errors were encountered: