From 89cc740688f6b9ee1f35936df65ee57598f58b9d Mon Sep 17 00:00:00 2001 From: Thomas Vuillaume Date: Wed, 7 Jan 2026 13:48:53 +0100 Subject: [PATCH] Add indicators for somesy (#204) --- data/software-tools/somesy.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/data/software-tools/somesy.json b/data/software-tools/somesy.json index 95aae33d..57b5393a 100644 --- a/data/software-tools/somesy.json +++ b/data/software-tools/somesy.json @@ -7,10 +7,19 @@ "@type": "@id" }, "description": "Somesy (software metadata sync) is a CLI tool to avoid messy software project metadata by keeping it in sync.", - "hasQualityDimension": { "@id": "dim:fairness", "@type": "@id" }, + "hasQualityDimension": { + "@id": "dim:fairness", + "@type": "@id" + }, "howToUse": ["CI/CD", "command-line"], "isAccessibleForFree": true, "license": "https://spdx.org/licenses/MIT", "name": "Somesy", - "url": "https://github.com/Materials-Data-Science-and-Informatics/somesy" + "url": "https://github.com/Materials-Data-Science-and-Informatics/somesy", + "improvesQualityIndicator": [ + { + "@id": "https://w3id.org/everse/i/indicators/descriptive_metadata", + "@type": "@id" + } + ] }