-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathhowfairis.json
More file actions
38 lines (38 loc) · 1.33 KB
/
howfairis.json
File metadata and controls
38 lines (38 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/howfairis",
"@type": "SoftwareApplication",
"applicationCategory": {
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
"description": "Automated assessment tool that evaluates research software repositories against FAIR software principles, providing compliance scoring and actionable recommendations to improve software findability, accessibility, interoperability, and reusability in research contexts.",
"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/software_has_citation",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/version_control_use",
"@type": "@id"
}
],
"howToUse": ["command-line"],
"isAccessibleForFree": true,
"license": "https://spdx.org/licenses/Apache-2.0",
"name": "howfairis",
"url": "https://github.com/fair-software/howfairis"
}