-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
The user docs for creating an extractor: https://docs.datalad.org/projects/metalad/en/latest/user_guide/writing-extractors.html |
Relevant work that has already been done:
|
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 |
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
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
Scope: convert the TSV files into a defined JSON(-LD) data structure
The text was updated successfully, but these errors were encountered: