From 493f0e900c721be9d4f10a8d61f50e60d53bdd66 Mon Sep 17 00:00:00 2001 From: Azza GAMGAMI <73697722+azza-max@users.noreply.github.com> Date: Thu, 28 May 2026 12:26:29 +0200 Subject: [PATCH 1/2] Indicators for somef-vider.json --- quality-tools/somef-vider.json | 43 ++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/quality-tools/somef-vider.json b/quality-tools/somef-vider.json index 120ceb93..ae2de013 100644 --- a/quality-tools/somef-vider.json +++ b/quality-tools/somef-vider.json @@ -8,6 +8,49 @@ }, "description": "SOMEF Vider is a web application designed to visualize which metadata fields can be automatically retrieved from a software source code repository. It uses SOMEF (https://github.com/KnowledgeCaptureAndDiscovery/somef) as the main extraction tool.", "hasQualityDimension": { "@id": "dim:fairness", "@type": "@id" }, + , + "measuresQualityIndicator": [ + { + "@id": "https://w3id.org/everse/i/indicators/software_has_license", + "@type": "@id" + }, + { + "@id": "https://w3id.org/everse/i/indicators/listed_in_registry", + "@type": "@id" + }, + { + "@id": "https://w3id.org/everse/i/indicators/software_has_citation", + "@type": "@id" + }, + { + "@id": "https://w3id.org/everse/i/indicators/codemeta_completeness", + "@type": "@id" + }, + { + "@id": "https://w3id.org/everse/i/indicators/software_has_documentation", + "@type": "@id" + }, + { + "@id": "https://w3id.org/everse/i/indicators/repository_workflows", + "@type": "@id" + }, + { + "@id": "https://w3id.org/everse/i/indicators/descriptive_metadata", + "@type": "@id" + }, + { + "@id": "https://w3id.org/everse/i/indicators/has_published_package", + "@type": "@id" + }, + { + "@id": "https://w3id.org/everse/i/indicators/has_releases", + "@type": "@id" + }, + { + "@id": "https://w3id.org/everse/i/indicators/requirements_specified", + "@type": "@id" + } + ], "howToUse": ["command-line"], "isAccessibleForFree": true, "license": "https://spdx.org/licenses/MIT", From 95eeb8e547f616a1173afbb743dce0dcd643fe72 Mon Sep 17 00:00:00 2001 From: Azza GAMGAMI <73697722+azza-max@users.noreply.github.com> Date: Thu, 28 May 2026 12:28:35 +0200 Subject: [PATCH 2/2] Update somef-vider.json --- quality-tools/somef-vider.json | 1 - 1 file changed, 1 deletion(-) diff --git a/quality-tools/somef-vider.json b/quality-tools/somef-vider.json index ae2de013..e9954265 100644 --- a/quality-tools/somef-vider.json +++ b/quality-tools/somef-vider.json @@ -8,7 +8,6 @@ }, "description": "SOMEF Vider is a web application designed to visualize which metadata fields can be automatically retrieved from a software source code repository. It uses SOMEF (https://github.com/KnowledgeCaptureAndDiscovery/somef) as the main extraction tool.", "hasQualityDimension": { "@id": "dim:fairness", "@type": "@id" }, - , "measuresQualityIndicator": [ { "@id": "https://w3id.org/everse/i/indicators/software_has_license",