-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodemeta.json
More file actions
24 lines (24 loc) · 897 Bytes
/
codemeta.json
File metadata and controls
24 lines (24 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": "SoftwareSourceCode",
"codeRepository": "https://github.com/SoftwareUnderstanding/ScientificSoftwareKG",
"issueTracker": "https://github.com/SoftwareUnderstanding/ScientificSoftwareKG/issues",
"dateCreated": "2019-09-03",
"dateModified": "2021-06-09",
"downloadUrl": "https://github.com/SoftwareUnderstanding/ScientificSoftwareKG/releases",
"name": "ScientificSoftwareKG",
"programmingLanguage": [
"HTML",
"CSS"
],
"schema:owner": [
{
"@type": "Organization",
"@id": "https://github.com/SoftwareUnderstanding"
}
],
"readme": "https://raw.githubusercontent.com/SoftwareUnderstanding/ScientificSoftwareKG/master/README.md",
"description": [
"A repository for posting updates on scientific software knowledge graphs"
]
}