-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodemeta.json
139 lines (139 loc) · 4.25 KB
/
codemeta.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"https://w3id.org/software-iodata",
"https://raw.githubusercontent.com/jantman/repostatus.org/master/badges/latest/ontology.jsonld",
"https://schema.org",
"https://w3id.org/software-types"
],
"@type": "SoftwareSourceCode",
"codeRepository": "https://github.com/CLARIAH/burgerLinker.git",
"contributor": [
{
"@type": "Person",
"email": "richard.zijdeman@iisg.nl",
"familyName": "Zijdeman",
"givenName": "Richard"
},
{
"@type": "Person",
"email": "raad.joe@hotmail.com",
"familyName": "Raad",
"givenName": "Joe"
},
{
"@type": "Person",
"email": "rick.mourits@iisg.nl",
"familyName": "Mourits",
"givenName": "Rick"
},
{
"@type": "Person",
"email": "rubenschalk1@gmail.com",
"familyName": "Schalk",
"givenName": "Ruben"
}
],
"dateCreated": "2021-02-16T13:19:31Z+0100",
"dateModified": "2022-09-21T11:03:01Z+0200",
"description": "Command line tool for linking civil registries",
"developmentStatus": "https://www.repostatus.org/#inactive",
"identifier": "burgerLinker",
"funding": {
"@type": "Grant",
"name": "CLARIAH-PLUS (NWO grant 184.034.023)",
"funder": {
"@type": "Organization",
"name": "NWO",
"url": "https://www.nwo.nl"
}
},
"referencePublication": {
"@type": "ScholarlyArticle",
"url": "https://ceur-ws.org/Vol-2695/paper6.pdf"
},
"issueTracker": "https://github.com/CLARIAH/burgerLinker/issues",
"license": "http://spdx.org/licenses/MIT",
"name": "burgerLinker",
"producer": {
"@type": "Organization",
"name": "CLARIAH",
"url": "http://www.clariah.nl"
},
"programmingLanguage": "Java",
"readme": "https://github.com/CLARIAH/burgerLinker/blob//README.md",
"runtimePlatform": "Java",
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "org.rdfhdt.hdt-java-core",
"name": "hdt-java-core",
"version": "3.0.2"
},
{
"@type": "SoftwareApplication",
"identifier": "org.rdfhdt.hdt-jena",
"name": "hdt-jena",
"version": "3.0.2"
},
{
"@type": "SoftwareApplication",
"identifier": "com.beust.jcommander",
"name": "jcommander",
"version": "1.78"
},
{
"@type": "SoftwareApplication",
"identifier": "junit.junit",
"name": "junit",
"version": "3.8.1"
},
{
"@type": "SoftwareApplication",
"identifier": "com.github.universal-automata.liblevenshtein",
"name": "liblevenshtein",
"version": "3.0.0"
},
{
"@type": "SoftwareApplication",
"identifier": "org.apache.logging.log4j.log4j-core",
"name": "log4j-core",
"version": "2.17.2"
},
{
"@type": "SoftwareApplication",
"identifier": "com.opencsv.opencsv",
"name": "opencsv",
"version": "5.2"
},
{
"@type": "SoftwareApplication",
"identifier": "me.tongfei.progressbar",
"name": "progressbar",
"version": "0.8.1"
},
{
"@type": "SoftwareApplication",
"identifier": "org.rocksdb.rocksdbjni",
"name": "rocksdbjni",
"version": "6.12.7"
},
{
"@type": "SoftwareApplication",
"identifier": "org.slf4j.slf4j-api",
"name": "slf4j-api",
"version": "1.7.5"
},
{
"@type": "SoftwareApplication",
"identifier": "org.slf4j.slf4j-log4j12",
"name": "slf4j-log4j12",
"version": "1.7.5"
}
],
"targetProduct": {
"@type": "CommandLineApplication",
"name": "burgerLinker"
},
"version": "0.0.1-SNAPSHOT"
}