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

Implement metadata extractor #2

Closed
mih opened this issue Jun 7, 2023 · 3 comments · Fixed by #84
Closed

Implement metadata extractor #2

mih opened this issue Jun 7, 2023 · 3 comments · Fixed by #84
Assignees

Comments

@mih
Copy link
Contributor

mih commented Jun 7, 2023

Scope: convert the TSV files into a defined JSON(-LD) data structure

@jsheunis
Copy link
Contributor

jsheunis commented Jun 7, 2023

The user docs for creating an extractor: https://docs.datalad.org/projects/metalad/en/latest/user_guide/writing-extractors.html

@jsheunis
Copy link
Contributor

jsheunis commented Jun 7, 2023

Relevant work that has already been done:

@jsheunis
Copy link
Contributor

I started thinking about extractor implementation, and one of the first things to define in the extractor is where to locate the metadata source files. This is currently done in a per-extractor approach, leading to code duplication. I suggested bringing standard helper functionality into metalad: datalad/datalad-metalad#379

@mih mih self-assigned this Jul 20, 2023
mih added a commit that referenced this issue Jul 20, 2023
The present draft is lacking essential features:

- needs to set `@id` for the root document on the dataset
- needs to set `@type` for the root document on the dataset
- needs to yield other records from `/collection`

Ping: #2
mih added a commit that referenced this issue Jul 20, 2023
The present draft is lacking essential features:

- needs to set `@id` for the root document on the dataset
- needs to set `@type` for the root document on the dataset
- needs to yield other records from `/collection`

Ping: #2
@mih mih closed this as completed in #84 Jul 21, 2023
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

Successfully merging a pull request may close this issue.

2 participants