-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta-harvest.json
64 lines (64 loc) · 1.78 KB
/
codemeta-harvest.json
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
59
60
61
62
63
64
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org",
"https://w3id.org/software-types"
],
"producer": [
{
"@id": "https://www.beeldengeluid.nl/",
"@type": "Organization",
"name": "Netherlands Institute for Sound and Vision",
"url": "https://www.beeldengeluid.nl/",
"location": {
"@type": "Place",
"name": "Hilversum"
}
}
],
"sourceOrganization": {
"@id": "https://www.beeldengeluid.nl/"
},
"funding": [
{
"@type": "Grant",
"name": "CLARIAH-CORE (NWO grant 184.033.101)",
"url": "https://www.clariah.nl",
"funder": {
"@type": "Organization",
"name": "NWO",
"url": "https://www.nwo.nl"
}
},
{
"@type": "Grant",
"name": "CLARIAH-PLUS (NWO grant 184.034.023)",
"funder": {
"@type": "Organization",
"name": "NWO",
"url": "https://www.nwo.nl"
}
}
],
"developmentStatus": [
"https://www.repostatus.org/#active",
"https://w3id.org/research-technology-readiness-levels#Level9Proven"
],
"keywords": [
"front-end",
"workspace",
"bookmarks"
],
"targetProduct": [
{
"@type": "WebApplication",
"name": "CLARIAH Media Suite",
"url": "https://mediasuite.clariah.nl",
"provider": {
"@type": "Organization",
"name": "Netherlands Institute for Sound and Vision",
"url": "https://beeldengeluid.nl"
}
}
]
}