-
Notifications
You must be signed in to change notification settings - Fork 2
/
codemeta.json
153 lines (153 loc) · 4.45 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"@context": [
"https://schema.org",
"https://doi.org/10.5063/schema/codemeta-2.0",
"https://w3id.org/software-iodata",
"https://w3id.org/software-types",
"https://raw.githubusercontent.com/jantman/repostatus.org/master/badges/latest/ontology.jsonld"
],
"@id": "https://www.let.rug.nl/alfa/rdf/alpino",
"@type": "SoftwareSourceCode",
"name": "Alpino",
"description": "Alpino parser and related tools for Dutch",
"version": "0.0.0",
"sameAs": "https://tools.clariah.nl/alfa",
"codeRepository": "https://github.com/rug-compling/Alpino.git",
"readme": "https://github.com/rug-compling/Alpino/blob/master/README.md",
"url": "https://www.let.rug.nl/~vannoord/alp/Alpino/",
"issueTracker": "https://github.com/rug-compling/Alpino/issues",
"license": "https://spdx.org/licenses/LGPL-2.1",
"developmentStatus": [
"https://www.repostatus.org/#active",
"https://w3id.org/research-technology-readiness-levels#Stage4Complete"
],
"applicationCategory": [
"https://w3id.org/nwo-research-fields#SoftwareForHumanities",
"https://w3id.org/nwo-research-fields#Linguistics",
"https://w3id.org/nwo-research-fields#ComputationalLinguisticsandPhilology",
"https://vocabs.dariah.eu/tadirah/structuralAnalysis"
],
"producer": {
"@id": "_:cl",
"@type": "Organization",
"name": [
{
"@value": "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen",
"@language": "nl"
},
{
"@value": "Computational Linguistics, Faculty of Arts, Groningen University",
"@language": "en"
}
],
"url": "https://www.rug.nl/research/clcg/research/cl/",
"parentOrganization": {
"@id": "_:rug",
"@type": "Organization",
"name": [
{
"@value": "Rijksuniversiteit Groningen",
"@language": "nl"
},
{
"@value": "Groningen University",
"@language": "en"
}
],
"url": "https://www.rug.nl/",
"sameAs": "http://www.wikidata.org/entity/Q850730",
"location": {
"@id": "_:groningen",
"@type": "Place",
"name": "Groningen",
"address": {
"@id": "_:grnNL",
"@type": "PostalAddress",
"addressLocality": "Groningen",
"addressRegion": "Groningen",
"addressCountry": "NL"
},
"sameAs": [
"http://www.wikidata.org/entity/Q749",
"https://sws.geonames.org/2755251/"
]
}
}
},
"author": [
{
"@type": "Person",
"@id": "_:gjvannoord",
"sameAs": "https://orcid.org/0000-0001-5564-6341",
"givenName": "Gertjan",
"familyName": "Van Noord",
"email": "[email protected]",
"affiliation": {
"@id": "_:cl"
}
}
],
"maintainer": [
{
"@id": "_:gjvannoord"
}
],
"operatingSystem": ["Linux", "Docker"],
"programmingLanguage": ["Prolog"],
"softwareHelp": [
{
"@id": "https://www.let.rug.nl/~vannoord/alp/Alpino/",
"@type": "WebSite",
"name": "Alpino",
"url": "https://www.let.rug.nl/~vannoord/alp/Alpino/"
}
],
"downloadUrl": "https://www.let.rug.nl/~vannoord/alp/Alpino/versions/binary/latest.tar.gz",
"contributor": [
{
"@type": "Person",
"givenName": "Daniël",
"familyName": "De Kok"
},
{
"@type": "Person",
"givenName": "Andreas",
"familyName": "Van Cranenburgh"
}
],
"referencePublication": {
"@type": "ScholarlyArticle",
"sameAs": "https://research.rug.nl/en/publications/at-last-parsing-is-now-operational",
"name": "At Last Parsing Is Now Operational",
"author": ["Gertjan van Noord"],
"pageStart": "20",
"pageEnd": "42",
"isPartOf": {
"@type": "PublicationIssue",
"datePublished": "2006",
"name": "TALN06. Verbum Ex Machina. Actes de la 13e conference sur le traitement automatique des langues naturelles.",
"location": "Leuven, Belgium"
},
"url": "https://www.let.rug.nl/vannoord/papers/taln.pdf"
},
"targetProduct": [
{
"@type": "CommandLineApplication",
"name": "Alpino",
"executableName": "Alpino",
"producesData": {
"@type": "Dataset",
"encodingFormat": "text/xml"
}
}
],
"funding": {
"@type": "Grant",
"name": "NWO Pionier Algorithms for Linguistic Processing",
"funder": {
"@type": "Organization",
"name": "NWO",
"url": "https://www.nwo.nl"
}
}
}