-
Notifications
You must be signed in to change notification settings - Fork 4
/
resources.json
363 lines (363 loc) · 32.4 KB
/
resources.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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
{
"@graph": [
{
"@id": "https://github.com/NLP2RDF/software#nif-validator",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": "Documentation can be found here: <a href=\"https://github.com/NLP2RDF/software#nif-validator\">https://github.com/NLP2RDF/software#nif-validator</a>",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#highlight": "true",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "GitHub",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "Mature",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "software",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "java -jar validate.jar -v",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "Versioning relies on NIF Validator TestCase Suite and the API specification",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@value": "NIF 2.0 Validator Tool"
}
},
{
"@id": "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core/nif-core-inf.ttl",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": " We like to keep as much information as possible within the ontology itself, please have a look there. Additional models:<br><ol>\n\t<li><a href=\"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#\">Terminological model</a></li>\n\t<li><a href=\"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core/nif-core-inf.ttl\">Inference model</a></li>\n\t<li><a href=\"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core/nif-core-val.ttl\">Validation model</a></li>\n</ol>",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#example": " ",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "GitHub, Changelog written to rdfs:comment in terminological model",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "Contrary to the terminological model, this ontology may still change a lot.",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "ontology",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "done in terminological model at IRI-level",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "done in terminological model at IRI-level",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "NIF 2.0 Core Ontology - Inference Model"
}
},
{
"@id": "http://www.w3.org/TR/its20/#nif-backconversion",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": "The conversion from International TagSet (ITS) 2.0 to NIF is a possible basis for a natural language processing (NLP) application that creates, for example, named entity annotations. A non-normative algorithm to integrate these annotations into the original input document is given in Appendix G: Conversion NIF2ITS. Many decisions to be made in this algorithm depend on the particular NLP application being used.",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "W3C specific",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "W3C Last Call Working Draft 20 August 2013",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "specification",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "Document",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "W3C specific",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "W3C Conversion of NIF to ITS 2.0"
}
},
{
"@id": "http://persistence.uni-leipzig.org/nlp2rdf/specification/version.html",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": "todo: add description.",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "GitHub, previous versions are kept on the server, persistently.",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "see resource itself",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "specification",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "Document",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "As specified in http://semver.org/",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "License, Persistence, Versioning"
}
},
{
"@id": "https://github.com/dbpedia-spotlight/dbpedia-spotlight/wiki/Web-service",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": "Documentation can be found here: <a href=\"https://github.com/NLP2RDF/software#nif-validator\">https://github.com/NLP2RDF/software#nif-validator</a>",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#highlight": "true",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "GitHub",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "Mature",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "software",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "n/a",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "n/a",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "DBpedia Spotlight implementation of NIF"
}
},
{
"@id": "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core/nif-core-val.ttl",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": " We like to keep as much information as possible within the ontology itself, please have a look there. Additional models:<br><ol>\n\t<li><a href=\"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#\">Terminological model</a></li>\n\t<li><a href=\"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core/nif-core-inf.ttl\">Inference model</a></li>\n\t<li><a href=\"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core/nif-core-val.ttl\">Validation model</a></li>\n</ol>",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#example": " ",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "GitHub, Changelog written to rdfs:comment in terminological model",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "Contrary to the terminological model, this ontology may still change a lot.",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "ontology",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "done in terminological model at IRI-level",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "done in terminological model at IRI-level",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "NIF 2.0 Core Ontology - Validation Model"
}
},
{
"@id": "http://www.w3.org/TR/its20/#conversion-to-nif",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": "This section provides an informative algorithm to convert XML or HTML documents (or their DOM representations) that contain International TagSet (ITS) 2.0 metadata to the RDF format based on [NIF]. The conversion results in RDF triples.",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "W3C specific",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "W3C Last Call Working Draft 20 August 2013",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "specification",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "Document",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "W3C specific",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "W3C Conversion of ITS 2.0 to NIF"
}
},
{
"@id": "https://github.com/NLP2RDF/software/wiki/How-to-publish-a-txt-corpora-with-NIF-as-Linked-Data",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": "Wiki page",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "GitHub",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "Under development, possibly outdated",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "wikipage",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "n/a",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "GitHub",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "How to publish a txt corpora with NIF as Linked Data"
}
},
{
"@id": "http://nlp2rdf.lod2.eu/nif-ws.php",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#code": "https://github.com/NLP2RDF/software/blob/master/php/nif-ws.php",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": "Implements the new NIF 2.0 API specification, deployement of the reference implementation\u200e",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#highlight": "true",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "GitHub",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "working, implements 2.0, not yet complete, but already usefull",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "demo",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "n/a",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "n/a",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "NIF Conversion Demo Service"
}
},
{
"@id": "https://raw.github.com/AKSW/n3-collection/master/RSS-500.ttl",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#code": "",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": "Extracting Linked Data following the Semantic Web paradigm from unstructured sources has become a key driver for scientific research as well as new business models. Named Entity Recognition and Disambiguation are two basic steps in this extraction process. One key driver to realize the vision of the Semantic Web and develop highly accurate tools is the availability of data for performance validation. In this article, we present three novel, manually curated and annotated corpora, N3. Furthermore, we based them on a free licence and stored in the NLP Interchange Format for interoperability reasons. See http://aksw.org/Projects/N3NERNEDNIF.html",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "n/a",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "working",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "corpus",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "n/a",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "n/a",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "RSS-500 NER Corpus in NIF"
}
},
{
"@id": "http://persistence.uni-leipzig.org/nlp2rdf/specification/stanbol.html",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": "Early description of the NIF Stanbol profile. ",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "GitHub, previous versions are kept on the server, persistently.",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "Under development",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "specification",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "Document",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "As specified in http://semver.org/",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "NIF 2.0 Stanbol Profile Specification"
}
},
{
"@id": "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": " We like to keep as much information as possible within the ontology itself, please have a look there. Additional models:<br><ol>\n\t<li><a href=\"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#\">Terminological model</a></li>\n\t<li><a href=\"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core/nif-core-inf.ttl\">Inference model</a></li>\n\t<li><a href=\"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core/nif-core-val.ttl\">Validation model</a></li>\n</ol>",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#example": " ",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#highlight": "true",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#prefix": "nif:",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "GitHub, Changelog written to rdfs:comment",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "Mature core vocabulary. Persistent hosting.",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "ontology",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "IRI-level via owl:versionInfo",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "The version number (loosely) follows http://semver.org/ . All classes and properties starting with 0.x.y are not stable and might be removed anytime. As soon as a class or property reaches 1.x.y it will not be deleted anymore and will remain in the ontology. This means it will be terminological stable. The version number will be incremented to 2.x.y if use of the URL is deprecated. Further increments (<= 3 ) are not used. ",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "NIF 2.0 Core Ontology - Terminological Model"
}
},
{
"@id": "http://nlp2rdf.lod2.eu/releases/nif-2.0-stanford-core-cli-beta.jar",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#code": "https://github.com/NLP2RDF/software/tree/master/java-maven/implementation/stanford-core",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": "Download the jar from <href=\"http://nlp2rdf.lod2.eu/releases/nif-2.0-stanford-core-cli-beta.jar\">http://nlp2rdf.lod2.eu/releases/nif-2.0-stanford-core-cli-beta.jar</a>. \n\tCode can be found here: <a href=\"https://github.com/NLP2RDF/software/tree/master/java-maven/implementation/stanford-core\">https://github.com/NLP2RDF/software/tree/master/java-maven/implementation/stanford-core</a>\n\tClone the code and start the server with mvn jetty:run ,\n\tSee parameters with ./stanford-core-beta-with-lemma-pos-cccollapseddependencies.jar --help\n\t",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#example": " echo \"My favourite actress is Natalie Portman.\" | ./nif-2.0-stanford-core-cli-beta.jar -f text ",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#highlight": "true",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "GitHub",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "Working, undocumented beta, cli, jetty web server via Maven",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "software",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "not versioned, just an early release, but working",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "none",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "NIF 2.0 Stanford Core Implementation"
}
},
{
"@id": "http://brown.nlp2rdf.org/",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#code": "",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": "Data from the Brown corpus (http://icame.uib.no/brown/bcm.html) was converted to NIF",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "n/a",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "working",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "corpus",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "n/a",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "n/a",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "Brown Corpus in RDF"
}
},
{
"@id": "http://www.yovisto.com/labs/ner-benchmarks/data/dbpedia-spotlight-nif.ttl",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#code": "",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": "Conversion of evaluation datasets into NIF. See also http://ceur-ws.org/Vol-1064/Steinmetz_Statistical.pdf",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "n/a",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "working",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "corpus",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "n/a",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "n/a",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "DBpedia Spotlight evaluation datasets"
}
},
{
"@id": "http://persistence.uni-leipzig.org/nlp2rdf/specification/core.html",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": " A document specifying the core of NIF.",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#highlight": "true",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "GitHub, previous versions are kept on the server, persistently.",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "Under development",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "specification",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "Document",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "As specified in http://semver.org/",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "NIF 2.0 Core Specification"
}
},
{
"@id": "https://raw.github.com/AKSW/n3-collection/master/News-100.ttl",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#code": "",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": "Extracting Linked Data following the Semantic Web paradigm from unstructured sources has become a key driver for scientific research as well as new business models. Named Entity Recognition and Disambiguation are two basic steps in this extraction process. One key driver to realize the vision of the Semantic Web and develop highly accurate tools is the availability of data for performance validation. In this article, we present three novel, manually curated and annotated corpora, N3. Furthermore, we based them on a free licence and stored in the NLP Interchange Format for interoperability reasons. See http://aksw.org/Projects/N3NERNEDNIF.html",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "n/a",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "working",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "corpus",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "n/a",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "n/a",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "News-100 NER Corpus in NIF"
}
},
{
"@id": "https://raw.github.com/AKSW/n3-collection/master/Reuters-128.ttl",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#code": "",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": "Extracting Linked Data following the Semantic Web paradigm from unstructured sources has become a key driver for scientific research as well as new business models. Named Entity Recognition and Disambiguation are two basic steps in this extraction process. One key driver to realize the vision of the Semantic Web and develop highly accurate tools is the availability of data for performance validation. In this article, we present three novel, manually curated and annotated corpora, N3. Furthermore, we based them on a free licence and stored in the NLP Interchange Format for interoperability reasons. See http://aksw.org/Projects/N3NERNEDNIF.html",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "n/a",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "working",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "corpus",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "n/a",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "n/a",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "Reuters-128 NER Corpus in NIF"
}
},
{
"@id": "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/rlog#",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": " We prefer to keep as much information as possible within the ontology itself, please have a look there. ",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#prefix": "rlog:",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "GitHub",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "Mature",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "ontology",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "Ontology IRI",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "As specified in http://semver.org/",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "RLOG - an RDF Logging Ontology"
}
},
{
"@id": "http://wiki-link.nlp2rdf.org/",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#code": "",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": "Data from the wikilinks corpus (https://code.google.com/p/wiki-link/) was converted to NIF",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "n/a",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "working",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "corpus",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "n/a",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "n/a",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "Wiki-Link Corpus in RDF"
}
},
{
"@id": "http://persistence.uni-leipzig.org/nlp2rdf/specification/api.html",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": "A document specifying the public API requirements of tools implementing NIF.",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#highlight": "true",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "GitHub, previous versions are kept on the server, persistently.",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "Under development",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "specification",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "Document",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "As specified in http://semver.org/",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "Public API Specification"
}
},
{
"@id": "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/testcase/lib/nif-2.0-suite.ttl",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": "A collection of SPARQL queries to validate NIF models.",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "GitHub, changelog in rdfs:comment",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "Mature",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "ontology",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "Ontology IRI",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "As specified in http://semver.org/",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "NIF Validator TestCase Suite"
}
},
{
"@id": "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/stc#",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": "This ontology is a helper ontology and just use for some validation of RDF tool output by tools implementing NIF. We prefer to keep as much information as possible within the ontology itself, please have a look there. ",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#prefix": "stc:",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "GitHub",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "Development finished, but not persistent",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "ontology",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "Ontology IRI",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "As specified in http://semver.org/",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "STC - Simple Test Case Ontology"
}
},
{
"@id": "http://demo.nlp2rdf.aksw.org/",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#code": "https://github.com/NLP2RDF/software/blob/master/php/demo/demo.php",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": "A GUI called the NIF Combinator, which allows to combine the output of the implemented NIF web services. http://svn.aksw.org/papers/2012/NIF/EKAW_DEMO/public_preprint.pdf\u200e",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "GitHub",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "working, but outdated",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "demo",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "n/a",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "n/a",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "NIF Combinator Demo"
}
},
{
"@id": "http://www.yovisto.com/labs/ner-benchmarks/data/kore50-nif.ttl",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#code": "",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": "Conversion of evaluation datasets into NIF. See also http://ceur-ws.org/Vol-1064/Steinmetz_Statistical.pdf",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#revisions": "n/a",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "working",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "corpus",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningLevel": "n/a",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#versioningMethod": "n/a",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "KORE 50 evaluation dataset in NIF"
}
},
{
"@id": "http://persistence.uni-leipzig.org/nlp2rdf/documents/2013-09-19-poster-meta-forum/nif2poster.png",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#description": "The poster provides a good overview of NIF 2.0.",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#highlight": "true",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#status": "A poster with images from the ISWC 2013 publication.",
"http://persistence.uni-leipzig.org/nlp2rdf/ontologies/dev/misc/resources.ttl#type": "poster",
"http://www.w3.org/2000/01/rdf-schema#label": {
"@language": "en",
"@value": "Promotional poster for Meta Forum"
}
}
]
}