-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathsomef.json
More file actions
58 lines (58 loc) · 1.74 KB
/
somef.json
File metadata and controls
58 lines (58 loc) · 1.74 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/somef",
"@type": "SoftwareApplication",
"applicationCategory": {
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
"description": "Software Metadata Extraction Framework (SOMEF) is a command line interface for automatically extracting relevant information from README files",
"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", "CI/CD"],
"isAccessibleForFree": true,
"license": "https://spdx.org/licenses/MIT",
"name": "SOMEF",
"url": "https://github.com/KnowledgeCaptureAndDiscovery/somef"
}