-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathsoftware-heritage.json
More file actions
34 lines (34 loc) · 1.25 KB
/
software-heritage.json
File metadata and controls
34 lines (34 loc) · 1.25 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
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/software_heritage",
"@type": "SoftwareApplication",
"applicationCategory": {
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
"description": "Universal archive that collects, preserves, and makes available research software source code as cultural heritage, ensuring long-term sustainability and accessibility of software for future generations and reproducibility studies.",
"hasQualityDimension": { "@id": "dim:sustainability", "@type": "@id" },
"improvesQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/persistent_and_unique_identifier",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/archived_in_software_heritage",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/archived_in_scholarly_repository",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/listed_in_registry",
"@type": "@id"
}
],
"howToUse": ["online-service", "command-line"],
"isAccessibleForFree": true,
"license": "https://spdx.org/licenses/AGPL-3.0-or-later",
"name": "Software Heritage",
"url": "https://www.softwareheritage.org"
}