-
Notifications
You must be signed in to change notification settings - Fork 0
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
Questions/issues regarding CSH scores #15
Comments
Btw, since the Study Hub is already using MDS 3.3, you could also update to MDS 3.3. |
That is an important : This indicator deals with the inclusion of the reference (i.e. the identifier) of the the resource in the metadata so that the the resource can be accessed. Can we use `resource_identifier' for both metadata and resource identifier? Which one is for the resource and which one is for the metadata of that specific resource?
What about the following additional lists? Can you also confirm that?
Can we use the following as well?
You are right! That is the most We really need an agreement or a contextual understanding
We have a block of items that can be used for licence related indicators (CSH-RDA-R1.1-01M, CSH-RDA-R1.1-02M, and CSH-RDA-R1.1-03M, some of them are not mandatory, we can catagorize them where they can apply. what do you think?
If we assume that the one or more of the followings provenance related items are according to the NFDI4Health community-specific standards and a cross-community language then we can. what do you think the practice so far?
|
I will come with more specific questions |
I am skipping questions we already discussed in the call today.
Not sure. Do all metadata entries in the Study Hub have data attached? E.g., does a "Study" metadata entry have associated data? As I mentioned during the call, the Study Hub allows attaching data to metadata entries (if type != "Study", "Substudy", "Registry", "Secondary data source"): This is outside of the MDS. The MDS describes the metadata only. If data is attached, it will be returned by the API like this
(https://csh.nfdi4health.de/api/resource/113)
What do you want to use it for? |
@AtinkutZeleke Regarding the provenance metric: The current provenance block contains mostly timestamps and usernames. In the deliverable, you listed four fields required to fulfill the provenance metric:
I am unsure if this mathces the description below. What do you think?
(https://www.go-fair.org/fair-principles/r1-2-metadata-associated-detailed-provenance/) |
F
resource_identifier
?A
["resource","study_design","study_data_sharing_plan","study_data_sharing_plan_description"]
instead of["resource","study_design","study_data_sharing_plan","study_data_sharing_plan_generally"]
For A2 it says: "Deaccession of a dataset published in Dataverse leaves a tombstone landing page with basic citation metadata that remains publically accessible."
See also: https://guides.dataverse.org/en/latest/user/dataset-management.html#dataset-deaccession
I
["resource", "ids", "typeGeneral"]
instead of["resource", "ids", "type_general"]
(I assume the code base is meant to be based on MDS 3.0? for MDS 3.3 this would be correct of course)Some thoughts regarding "CSH-RDA-I3-01M", "CSH-RDA-I3-02M", "CSH-RDA-I3-03M" and "CSH-RDA-I3-04M" ((qualified) references to (meta)data):
I think the current check is too strict. You are checking whether "ids" contains entries that are "Datasets" (or not).
The MDS can contain references in the following fields:
contributors
(with mandatory type, e.g. "Contact", "Creator/Author")-> = "other referenced metadata"
ids
-> always "qualified" because "relationType" (e.g. "A continues B") is mandatory
-> unsure how to differentiate "data" and "metadata", maybe using "typeGeneral" as you are already doing, but I don't think everything but "Dataset" is metadata. E.g. is a "Jounal article" metadata?
idsNfdi4health
-> "qualified" if "relationType" is given
-> also unsure how to differentiate "data" and "metadata" here. in general, NFDI4Health resources are metadata, but they may have data attached. If you use the API to request the NFDI4Health resource, the "link" field will tell you whether data is attached. Could you use this?
R
["resource", "nonStudyDetails", "useRights"]
instead of["resource", "non_study_details", "resource_use_rights"]
(again assuming we are based on MDS 3.0, this check is using a weird mixture of MDS 3.0 and 3.3 paths)["resource", "nonStudyDetails", "useRights"]
instead of["resource", "non_study_details", "resource_use_rights", "resource_use_rights_label"]
(again assuming we are based on MDS 3.0)The text was updated successfully, but these errors were encountered: