-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathsomesy.json
More file actions
22 lines (22 loc) · 787 Bytes
/
somesy.json
File metadata and controls
22 lines (22 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/somesy",
"@type": "SoftwareApplication",
"applicationCategory": {
"@id": "rs:ResearchInfrastructureSoftware",
"@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" },
"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",
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/descriptive_metadata",
"@type": "@id"
}
]
}