Support for Importing and Exporting DCAT Metadata
@sbarbosadataverse is already working on this.
Since Aug 19, 2024.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 564
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 29
Description
To support importing data from data.gov and exporting in the same format for data.gov to ingest our metadata.
Need to research this:
Here is the metadata schema used in the US Government, which is based on DCAT: https://project-open-data.cio.gov/v1.1/schema/
As you can see, there are a lot of optional fields, but only a few required ones (title, description, keywords, contact, URL). We recently moved to the 1.1. of the schema.
Also note that Data.gov ingest local, state, and university data
http://catalog.data.gov/dataset?organization_type=Federal+Government
http://catalog.data.gov/dataset?organization_type=University
Regardless of what we do, we should make sure Data.gov harvests/ingests us.
Some additional links:
https://project-open-data.cio.gov/
https://github.com/project-open-data/project-open-data.github.io
And here is how Data.gov does the harvesting:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.