Skip to content

Commit f8d0454

Browse files
Merge pull request #256 from EVERSE-ResearchSoftware/choosealicense-indicators-151
Add indicators for choosealicense.json
2 parents b4211fe + 52551b4 commit f8d0454

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

data/software-tools/choosealicense.json

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,28 @@
88
"isAccessibleForFree": true,
99
"license": "https://spdx.org/licenses/MIT",
1010
"applicationCategory": [
11-
{ "@id": "rs:PrototypeTool", "@type": "@id" },
12-
{ "@id": "rs:ResearchInfrastructureSoftware", "@type": "@id" },
13-
{ "@id": "rs:AnalysisCode", "@type": "@id" }
11+
{
12+
"@id": "rs:PrototypeTool",
13+
"@type": "@id"
14+
},
15+
{
16+
"@id": "rs:ResearchInfrastructureSoftware",
17+
"@type": "@id"
18+
},
19+
{
20+
"@id": "rs:AnalysisCode",
21+
"@type": "@id"
22+
}
1423
],
15-
"hasQualityDimension": { "@id": "dim:sustainability", "@type": "@id" },
16-
"howToUse": ["online-service"]
24+
"hasQualityDimension": {
25+
"@id": "dim:sustainability",
26+
"@type": "@id"
27+
},
28+
"howToUse": ["online-service"],
29+
"improvesQualityIndicator": [
30+
{
31+
"@id": "https://w3id.org/everse/i/indicators/software_has_license",
32+
"@type": "@id"
33+
}
34+
]
1735
}

0 commit comments

Comments
 (0)