-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcodemeta.json
More file actions
40 lines (40 loc) · 1.11 KB
/
codemeta.json
File metadata and controls
40 lines (40 loc) · 1.11 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"author": [
{
"id": "https://orcid.org/0000-0002-7613-4123",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Verbundzentrale des GBV (VZG)"
},
"email": "jakob.voss@gbv.de",
"familyName": "Voß",
"givenName": "Jakob"
},
{
"id": "https://orcid.org/0000-0002-4087-8227",
"type": "Person",
"familyName": "Peters",
"givenName": "Stefan"
}
],
"contributor": {
"id": "https://orcid.org/0009-0006-6578-8443",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Verbundzentrale des GBV (VZG)"
},
"email": "rodolfo.marraffa@gbv.de",
"familyName": "Marraffa",
"givenName": "Rodolfo"
},
"datePublished": "2018-05-31",
"description": "Web application to manage mappings and concordances between knowledge organization systems",
"isPartOf": "https://coli-conc.gbv.de/",
"license": "https://spdx.org/licenses/MIT",
"name": "Cocoda",
"developmentStatus": "active"
}