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

Describe the Grant funding a Dataset #158

Closed
ashepherd opened this issue Mar 27, 2021 · 2 comments
Closed

Describe the Grant funding a Dataset #158

ashepherd opened this issue Mar 27, 2021 · 2 comments
Labels
proposed decision Update Documentation updates to the guidance docs
Milestone

Comments

@ashepherd
Copy link
Member

ashepherd commented Mar 27, 2021

PROBLEM: No property from schema:Dataset to describe the funding award (schema:funder describes the Funding Agency).

PROPOSED SOLUTION:

  1. There is a property, schema:fundedItem, on schema:Grant that linksto the CreativeWork. Using JSON-LD 1.1 @reverse property, it's possible from a Dataset landing page to use the schema:fundedItem property. See:

schemaorg/schemaorg#383 (comment)

Example: https://json-ld.org/playground/#startTab=tab-table&json-ld=%7B%22%40context%22%3A%22http%3A%2F%2Fschema.org%2F%22%2C%22%40type%22%3A%22Dataset%22%2C%22%40id%22%3A%22urn%3Aexample%3Adataset%3A1%22%2C%22%40reverse%22%3A%7B%22fundedItem%22%3A%5B%7B%22%40id%22%3A%22urn%3Aexample%3Aaward%3A123456789%22%2C%22%40type%22%3A%22MonetaryGrant%22%2C%22name%22%3A%22NSF-123456789%22%7D%5D%7D%7D

@mbjones mbjones added this to the v1.3 milestone Mar 30, 2021
@mbjones mbjones added proposed decision Update Documentation updates to the guidance docs labels Mar 30, 2021
@mbjones mbjones added this to To Do in v1.3 Guidelines Apr 22, 2021
@mbjones
Copy link
Collaborator

mbjones commented Apr 22, 2021

Added to the 1.3 board. How does this ticket relate to #109?

@ashepherd
Copy link
Member Author

This really should've been on issue #109 . Ok to migrate the proposed solution to that pre-existing issue, and close this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposed decision Update Documentation updates to the guidance docs
Projects
No open projects
Development

No branches or pull requests

2 participants