-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add harvesting of schema.org #16
Comments
Harvesting from NSF ADC works, working on adaptations for GEM. Those are the two working examples for the time being. |
Some parsing issues to fix:
Some technical issues:
|
I've made a branch https://github.com/steingod/mdharvest/tree/issue16 with the current modifications. It is working for:
for harvesting only the records of the last X days the "-l X" can be used. This is if the lastmod is provided. I will wait for a PR as I want to add a unique function to check datetime a bit more consistently for datePublished, dateModified, temporalCoverage. But the branch can be used for testing. |
Add support for harvesting of schema.org records. Need to decide on whether this is a separate function or to be integrated in the ordinary harvester. There are quite some differences in how the harvesting is done, so could be that a separate harvester should be used.
The text was updated successfully, but these errors were encountered: