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

Renaming "project" to "grant" to match the SKG IF data model #84

Open
oana-dragomir opened this issue Dec 19, 2024 · 1 comment
Open

Comments

@oana-dragomir
Copy link

Would it be worth changing the “project” entity name to “grant” to match the SKG IF (https://skg-if.github.io/interoperability-framework/docs/grant.html)?

I came across this because I am currently using an SKG with the RDA SKG IF data model to fill in some of the DMP fields and I thought the name change would make the mapping a bit more straightforward and consistent.

Let me know your thoughts.

@MarekSuchanek
Copy link
Collaborator

It seems that Grant from the current SKG-IF (not yet versioned?) is a combination of Project and Funding of DCS:

  • project.title = Grant.title
  • project.description ~ Grant.abstract
  • project.start + project.end ~ Grant.temporal.hasIntervalStartDate + Grant.temporal.hasIntervalEndDate
  • project.funding.funder_id ~ Grant.hasFundingAgency
  • project.funding.grant_id ~ Grant.hasGrantNumber / Grant.hasIdentifier

There are some things that are not mapped (such as project.funding.funding_status or the fact that Project can have 0..N Fundings in DCS. How is that handled in SKG IF (or forbidden)? I guess you could have multiple grants with the same title and abstract or even identifiers...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants