Edit a JSON metadata document using the Metadata Editor
Description: This recipe guides you on how to edit your JSON metadata document using the Metadata Editor application and save it locally.
Ingredients:
- JSON metadata document: this can be an own document created through a specific process or generated using the previous recipe.
- Installed Metadata Editor desktop application: a detailed documentation on how to install it is available here.
Steps:
- Open the Metadata Editor application and select the MetaStore “nfdi matwerk” instance.
- Select the “MetaStore schemas” button to get schemas.
- Load the suitable metadata schema by selecting the “raw data” label and “scanning-electron-microscopy” schema identifier.
- Load the JSON metadata document and verify that all properties are accurate. Some required properties are missing, which should be manually filled.
“Technique”: “SEM”;
“Measurement purpose”: “completeness check”;
“Parents”: Add one parent with “parentType”: “not applicable”. - Confirm your metadata by selecting the “DONE” button.
- Save your metadata document locally as a JSON file by selecting the "Export" button.
Servings: An edited JSON metadata document, which is locallly saved.