diff --git a/data/software-tools/codemeta-generator.json b/data/software-tools/codemeta-generator.json index 8ed2ffae..d4f9e91d 100644 --- a/data/software-tools/codemeta-generator.json +++ b/data/software-tools/codemeta-generator.json @@ -7,10 +7,23 @@ "@type": "@id" }, "description": "Web-based tool that creates standardized CodeMeta metadata files for research software, enhancing software discoverability and supporting FAIR principles through structured software description and cataloging.", - "hasQualityDimension": { "@id": "dim:fairness", "@type": "@id" }, + "hasQualityDimension": { + "@id": "dim:fairness", + "@type": "@id" + }, "howToUse": ["CI/CD", "command-line"], "isAccessibleForFree": true, "license": "https://spdx.org/licenses/AGPL-3.0-or-later", "name": "CodeMeta Generator", - "url": "https://codemeta.github.io/codemeta-generator" + "url": "https://codemeta.github.io/codemeta-generator", + "improvesQualityIndicator": [ + { + "@id": "https://w3id.org/everse/i/indicators/descriptive_metadata", + "@type": "@id" + }, + { + "@id": "https://w3id.org/everse/i/indicators/codemeta_completeness", + "@type": "@id" + } + ] }