-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix issues with current triplification pattern #64
Comments
Also revisit this paragraph to make sure all of this is captured:
-- From #21 (comment) |
Also bringing this in from our weekly call Re: EML units,
|
Made some good progress on this today and found a few more things that could use some work. I'll add those to the checklist above as I go. |
Noting here that https://schema.org/funding is live. |
Added support for schema:funding in 7aa9d94 by mapping EML's award structure. We now get triples out like: schema:funding <https://www.nsf.gov/awardsearch/showAward?AWD_ID=1417345> ;
<https://www.nsf.gov/awardsearch/showAward?AWD_ID=1417345>
a schema:MonetaryGrant ;
schema:funder <https://doi.org/10.13039/100000001> ;
schema:identifier "1417345" ;
schema:name "COLLABORATIVE RESEARCH: Ice Regime Shifts of Arctic Lakes Drive Interactions and Feedbacks with Permafrost and Climate" ;
schema:url "https://www.nsf.gov/awardsearch/showAward?AWD_ID=1417345" .
<https://doi.org/10.13039/100000001>
a schema:Organization ;
schema:identifier "https://doi.org/10.13039/100000001" ;
schema:name "National Science Foundation" . |
Last week we worked through some example triples and found a few issues and areas for improvement. See https://hpad.dataone.org/9cvSZ4l0RaK-FHjlOcKmPw for a list of the hackpads we worked through. We pointed out issues directly in the hackpad, and an abridged list is:
See the linked hackpad for more info around each one. Most of these are quick fixes and can go in before our first release.
The text was updated successfully, but these errors were encountered: