-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
619 lines (553 loc) · 24.7 KB
/
index.html
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
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
<!DOCTYPE html>
<html>
<head>
<title>RDF-Lifting aus TEI</title>
<!-- meta information -->
<meta name="author" content="Torsten Schrade" />
<meta charset="utf-8" />
<meta name="viewport" content="width=1024" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- favicons -->
<link rel="shortcut icon" href="resources/img/favicon.png" />
<link rel="apple-touch-icon" href="resources/img/apple-touch-icon.png" />
<!-- CSS reset and grid -->
<link href="vendor/normalize/normalize-4.1.1.css" rel="stylesheet" />
<link href="vendor/skeleton/skeleton-2.0.4.css" rel="stylesheet" />
<!-- fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,600italic,400italic,700italic,800,800italic&subset=latin,latin-ext" rel="stylesheet" type="text/css" />
<!-- styles for included libraries -->
<!-- chartist -->
<link rel="stylesheet" href="vendor/chartist/chartist.min-0.9.7.css" />
<!-- codemirror -->
<link rel="stylesheet" href="vendor/codemirror/lib/codemirror.css" />
<!-- highlight -->
<link rel="stylesheet" href="vendor/highlight/styles/default.css" />
<link rel="stylesheet" href="resources/css/hljs.linenumbering.css" />
<!-- magnific popup -->
<link rel="stylesheet" href="vendor/magnific-popup/magnific-popup-1.1.0.css" />
<!-- standard presentation styles -->
<link href="resources/css/style.css" rel="stylesheet" />
<!-- custom presentation styles -->
<link href="resources/css/custom.css" rel="stylesheet" />
<!-- js needed in head -->
<!-- greuler -->
<script src="vendor/d3/d3-3.5.6.js"></script>
<script src="vendor/cola/cola.v3.min.js"></script>
<script src="vendor/greuler/greuler-0.5.5.min.js"></script>
<!-- html5 dataset shim for IE -->
<script src="vendor/impress/html5-dataset.js" type="text/javascript"></script>
</head>
<body>
<div class="fallback-message">
<p>
Your browser <strong>doesn’t support the features required</strong> by impress.mod.js,
so you are presented with a simplified version of this presentation.
</p>
<p>
For the best experience please use the latest <strong>Chrome</strong>, <strong>Safari</strong>
or <strong>Firefox</strong> browser.
</p>
</div>
<div id="impress">
<div class="step">
<h4><strong>2019-03-26</strong> | Mainz</h4>
<h4><strong>DHd 2019 multimedial & multimodal</strong></h4>
<h1 class="down-100">RDF-Lifting aus TEI</h1>
<h2 class="red up-25">LOD am Anwendungsbeispiel STURM-Briefe</h2>
<h4 class="down-100">
<strong>Slides:</strong>
<a href="#" title="View the presentation online">
Link
</a>
</h4>
<h5>
<strong><a href="http://www.adwmainz.de/mitarbeiterinnen/profil/julian-jarosch.html">Julian Jarosch</a></strong> |
<img src="resources/img/Twitter_bird_logo_2012.svg" alt="Twitter" class="twitter-icon" />
<a href="https://twitter.com/digicademy" title="Digital Academy on Twitter">@digicademy</a> |
<img src="resources/img/Octicons-mark-github.svg" alt="Twitter" class="gh-icon" />
<a href="https://github.com/digicademy/" title="Digital Academy on GitHub">digicademy</a> |
<a href="https://creativecommons.org/licenses/by/4.0/">CC-BY 4.0</a>
</h5>
</div>
<div class="step">
<h2>Inhalte</h2>
<ol class="line-height-one-five">
<li>
Die STURM-Edition
</li>
<li>
Pelagios und Peripleo
</li>
<li>
RDF-Lifting einer <span>Pelagios Dataset Summary</span> aus TEI mit XTriples
</li>
</ol>
</div>
<div class="step">
<h1 class="red">01</h1>
<h2 class="line-height-one-five">
Die STURM-Edition
</h2>
</div>
<div class="step">
<h2>Kontext</h2>
<p><a href="https://sturm-edition.de">https://sturm-edition.de</a></p>
<ul>
<li class="substep">Quellenedition zur internationalen Avantgarde</li>
<li class="substep">Derzeit 2 Korrespondenzkorpora in TEI ediert</li>
<li class="substep">Register:
<ul>
<li class="substep">Personen</li>
<li class="substep">Orte</li>
<li class="substep">Werke</li>
</ul>
</li>
<li class="substep">Realisiert als <code><placeName></code>-Tags in <code><body></code></li>
</ul>
</div>
<div class="step">
<h2>Kodierungsbeispiel</h2>
<pre>
<code class="xml">
<!--<text type="postcard">
<body>-->
<p>
In einer niederrheinischen Zeitung soll von einer bevorstehenden großen
Ausstellung in <placeName key="O.0000045"
ref="http://sws.geonames.org/2952539" >Barmen</placeName> von
<persName key="P.0000009" ref="http://d-nb.info/gnd/118559737">Kandinsky</persName>
mir u.s.w. berichtet worden sein; […] ich bin natürlich einverstanden,
nur soll die frei<hi rend="underline">e Rück</hi>fracht
<placeName key="O.0000045" ref="http://sws.geonames.org/2952539"
>Barmen</placeName> – <placeName key="O.0000002"
ref="http://sws.geonames.org/2950157">Berlin</placeName> gesichert sein.
Aber es ist natürlich nur Vermutung von mir. Von <persName key="P.0000057"
ref="http://d-nb.info/gnd/143669230">Reiche</persName> höre ich gar nichts.
</p>
<!--</body>
</text>-->
</code>
</pre>
<p><a href="https://sturm-edition.de/id/Q.01.19140115.FMA.01">https://sturm-edition.de/id/Q.01.19140115.FMA.01</a></p>
</div>
<div class="step">
<h2>Schnittstellen</h2>
<p><a href="https://sturm-edition.de/ressourcen/schnittstellen.html">https://sturm-edition.de/ressourcen/schnittstellen.html</a></p>
<ul>
<li class="substep">XML-Dateien: <a href="https://sturm-edition.de/api/files">https://sturm-edition.de/api/files</a>
<ul>
<li class="substep">Direkt zu Einzeldatei: <a href="https://sturm-edition.de/api/files/Q.01.19150327.FMA.01.xml">https://sturm-edition.de/api/files/Q.01.19150327.FMA.01.xml</a></li>
</ul></li>
<li class="substep">Briefe: <a href="https://sturm-edition.de/api/letters">https://sturm-edition.de/api/letters</a></li>
</ul>
</div>
<div class="step">
<h1 class="red">02</h1>
<h2 class="line-height-one-five">
Pelagios und Peripleo
</h2>
</div>
<div class="step">
<h2>Kontext</h2>
<p><a href="https://peripleo.pelagios.org/ui">https://peripleo.pelagios.org/ui</a></p>
<ul>
<li class="substep">Erschließungsportal für historische ortsbezogene Daten
<ul>
<li class="substep">Ortsverzeichnisse</li>
<li class="substep">Objekte mit Ortsbezug</li>
<li class="substep">Texte mit Ortserwähnungen</li>
</ul></li>
<li class="substep">Einbindung von Ortserwähnungen aus Partnerprojekten
<ul>
<li class="substep">Bereitstellung von RDF-Beschreibung der Ortserwähnungen seitens der externen Projekte</li>
<li class="substep">Regelmäßiges Einlesen des RDF durch Pelagios</li>
</ul>
</li>
<li class="substep">Dokumentation des RDF-Formats: <a href="https://github.com/pelagios/pelagios-cookbook/wiki/Joining-Pelagios#minimum-example">https://github.com/pelagios/pelagios-cookbook/wiki/Joining-Pelagios</a></li>
</ul>
</div>
<div class="step">
<h2>Grundstruktur Pelagios Dataset Summary</h2>
<h3>Präfixe</h3>
<p>Einmalig zu Beginn der RDF-Datei zu deklarieren</p>
<pre>
<code class="turtle">
@prefix cnt: <http://www.w3.org/2011/content#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix oa: <http://www.w3.org/ns/oa#> .
@prefix pelagios: <http://pelagios.github.io/vocab/terms#> .
@prefix relations: <http://pelagios.github.io/vocab/relations#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema> .
</code>
</pre>
</div>
<div class="step">
<h2>Grundstruktur Pelagios Dataset Summary</h2>
<h3>Beschriebenes Objekt</h3>
<p>Wird wiederholt für jedes beschriebene Objekt</p>
<pre>
<code class="turtle">
# RDF-Typ
<http://example.org/pelagios/dump.ttl#items/00l>
a pelagios:AnnotatedThing ;
# Notwendige Statements
# Titel
dcterms:title "Honorific inscription of Ostia" ;
# Homepage
foaf:homepage <http://edh-www.adw.uni-heidelberg.de/...> ;
# Optionale Statements
dcterms:description "Honorific inscription, findspot Ostia" ;
dcterms:temporal "366/402" ;
dcterms:temporal <http://n2t.net/ark:/99152/p03wskd389m> ;
dcterms:language "la" ;
dcterms:subject "inscription" ;
.
</code>
</pre>
</div>
<div class="step">
<h2>Grundstruktur Pelagios Dataset Summary</h2>
<h3>Ortsbezüge</h3>
<p>Wird wiederholt für jeden Ortsbezug von jedem Objekt</p>
<pre>
<code class="turtle">
# RDF-Typ
<http://example.org/pelagios/dump.ttl#items/00l/annotations/01>
a oa:Annotation ;
# Notwendige Statements
# Verweis auf beschriebenes Objekt
oa:hasTarget <http://example.org/pelagios/dump.ttl#items/00l> ;
# Verweis auf Geo-Normdatensatz
oa:hasBody <http://pleiades.stoa.org/places/422995> ;
# Optionale Statements
pelagios:relation relations:foundAt ;
oa:hasBody [ cnt:chars "POINT (41.755740099 12.290938199)";
dcterms:format "application/wkt" ] ;
oa:annotatedAt "2014-11-05T10:18:00Z"^^xsd:date ;
.
</code>
</pre>
</div>
<div class="step">
<h1 class="red">03</h1>
<h2 class="line-height-one-five">
RDF-Lifting einer <span>Pelagios Dataset Summary</span> aus TEI
</h2>
</div>
<div class="step">
<h2>Generische Grundstruktur XTriples-Konfiguration</h2>
<p><a href="https://xtriples.lod.academy/index.html">https://xtriples.lod.academy</a></p>
<pre>
<code class="xml">
<xtriples>
<configuration>
<vocabularies>
<vocabulary prefix="###MY_NAMESPACE_PREFIX###" uri="###MY_NAMESPACE_URI###"/>
<vocabulary prefix="rdf" uri="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
</vocabularies>
<triples>
<statement>
<subject prefix="###MY_NAMESPACE_PREFIX###">###XPATH###</subject>
<predicate prefix="rdf">about</predicate>
<object type="literal">###XPATH###</object>
</statement>
</triples>
</configuration>
<collection uri="###MY_COLLECTION_URI###">
<resources uri="{###XPATH###}"/>
</collection>
</xtriples>
</code>
</pre>
</div>
<div class="step">
<h2>Schritt 1</h2>
<h3>Einen einzelnen STURM-Brief als Quelle konfigurieren</h3>
<pre class="substep">
<code class="xml">
<collection>
<resources uri="https://sturm-edition.de/api/files/Q.01.19140115.FMA.01.xml"/>
</collection>
</code>
</pre>
<p class="substep">… später kommen wir auf Crawling von Collections zurück!</p>
</div>
<div class="step">
<h2>Schritt 1</h2>
<h3>Präfixe entsprechend Pelagios definieren</h3>
<pre>
<code class="xml">
<vocabularies>
<vocabulary prefix="rdf" uri="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
<vocabulary prefix="cnt" uri="http://www.w3.org/2011/content#"/>
<vocabulary prefix="dcterms" uri="http://purl.org/dc/terms/"/>
<vocabulary prefix="foaf" uri="http://xmlns.com/foaf/0.1/"/>
<vocabulary prefix="oa" uri="http://www.w3.org/ns/oa#"/>
<vocabulary prefix="pelagios" uri="http://pelagios.github.io/vocab/terms#"/>
<vocabulary prefix="relations" uri="http://pelagios.github.io/vocab/relations#"/>
<vocabulary prefix="xsd" uri="http://www.w3.org/2001/XMLSchema"/>
</vocabularies>
</code>
</pre>
</div>
<div class="step">
<h2>Schritt 1</h2>
<h3>Weitere Präfixe</h3>
<p>Wir wollen XPath für ein TEI-Dokument nutzen – der Namespace muss angegeben werden!</p>
<pre class="substep">
<code class="xml">
<vocabulary prefix="tei" uri="http://www.tei-c.org/ns/1.0"/>
</code>
</pre>
<p class="substep">Die STURM-URIs haben eine Basis-URL, die auch als Präfix gesetzt werden kann:</p>
<pre class="substep">
<code>
<vocabulary prefix="sturm" uri="https://sturm-edition.de/id/"/>
</code>
</pre>
</div>
<div class="step">
<h2>Schritt 2</h2>
<h3>Das erste Statement zum beschriebenen Objekt</h3>
<p><strong>Subjekt</strong>: URI des STURM-Briefes, bestehend aus der ID des Briefes und dem STURM-Präfix</p>
<p>
<code class="substep">
<subject prefix="sturm" type="uri">/tei:TEI/@xml:id</subject>
</code>
</p>
<p class="substep"><strong>Prädikat</strong>: RDF-type</p>
<p>
<code class="substep">
<predicate prefix="rdf">type</predicate>
</code>
</p>
<p class="substep"><strong>Objekt</strong>: ein Pelagios-AnnotatedThing</p>
<p>
<code class="substep">
<object prefix="pelagios" type="uri">AnnotatedThing</object>
</code>
</p>
</div>
<div class="step">
<pre>
<code>
<xtriples>
<configuration>
<vocabularies>
<vocabulary prefix="tei" uri="http://www.tei-c.org/ns/1.0"/>
<vocabulary prefix="sturm" uri="https://sturm-edition.de/id/"/>
<vocabulary prefix="rdf" uri="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
<vocabulary prefix="cnt" uri="http://www.w3.org/2011/content#"/>
<vocabulary prefix="dcterms" uri="http://purl.org/dc/terms/"/>
<vocabulary prefix="foaf" uri="http://xmlns.com/foaf/0.1/"/>
<vocabulary prefix="oa" uri="http://www.w3.org/ns/oa#"/>
<vocabulary prefix="pelagios" uri="http://pelagios.github.io/vocab/terms#"/>
<vocabulary prefix="relations" uri="http://pelagios.github.io/vocab/relations#"/>
<vocabulary prefix="xsd" uri="http://www.w3.org/2001/XMLSchema"/>
</vocabularies>
<triples>
<statement>
<subject prefix="sturm" type="uri">/tei:TEI/@xml:id</subject>
<predicate prefix="rdf">type</predicate>
<object prefix="pelagios" type="uri">AnnotatedThing</object>
</statement>
</triples>
</configuration>
<collection>
<resource uri="https://sturm-edition.de/api/files/Q.01.19150315.FMA.02.xml"/>
</collection>
</xtriples>
</code>
</pre>
</div>
<div class="step">
<h2>Schritt 2</h2>
<h3>Notwendige Statements</h3>
<p>Subjekt ist weiterhin das beschriebene Objekt – der STURM-Brief</p>
<ul>
<li><strong>dcterms:title</strong>: Titel des Dokuments</li>
<li><strong>foaf:homepage</strong>: Web-Präsentation des Briefes</li>
</ul>
<pre class="substep">
<code>
<statement>
<subject prefix="sturm" type="uri">/tei:TEI/@xml:id</subject>
<predicate prefix="dcterms">title</predicate>
<object type="literal">/normalize-space(./tei:TEI/tei:teiHeader/tei:fileDesc/tei:titleStmt/tei:title)</object>
</statement>
<statement>
<subject prefix="sturm" type="uri">/tei:TEI/@xml:id</subject>
<predicate prefix="foaf">homepage</predicate>
<!-- Hier wird die in der Datei kodierte URI verwendet; de facto identisch mit der <subject>-URI -->
<object type="uri">/tei:TEI/tei:teiHeader/tei:fileDesc/tei:publicationStmt/tei:idno[@type="uri"]</object>
</statement>
</code>
</pre>
<p class="substep"><a href="https://xtriples.lod.academy/extract.xql?configuration=https://xtriples.lod.academy/examples/dh/dhd2019/sturm1.xml&format=svg">Ergebnis</a></p>
</div>
<div class="step">
<h2>Schritt 3</h2>
<h3>Das erste Statement zur Ortserwähnung</h3>
<ul>
<li><strong>Subjekt</strong>: URI des STURM-Ortes</li>
<li><strong>Prädikat</strong>: rdf:type</li>
<li><strong>Objekt</strong>: oa:Annotation</li>
</ul>
<pre class="substep">
<code>
<statement>
<subject prefix="sturm" type="uri">/tei:TEI/tei:text/tei:body//tei:placeName/@key</subject>
<predicate prefix="rdf">type</predicate>
<object prefix="oa" type="uri">Annotation</object>
</statement>
</code>
</pre>
</div>
<div class="step">
<h2>Schritt 3</h2>
<h3>Das zweite Statement zur Ortserwähnung</h3>
<p>Subjekt ist weiterhin die Annotation – die Ortserwähnung</p>
<ul>
<li><strong>Prädikat</strong>: oa:hasTarget</li>
<li><strong>Objekt</strong>: das beschriebene Objekt – der Brief</li>
</ul>
<pre class="substep">
<code>
<statement>
<subject prefix="sturm" type="uri">/tei:TEI/tei:text/tei:body//tei:placeName/@key</subject>
<predicate prefix="oa">hasTarget</predicate>
<object prefix="sturm" type="uri">/tei:TEI/@xml:id</object>
</statement>
</code>
</pre>
<p class="substep"><a href="https://xtriples.lod.academy/extract.xql?configuration=https://xtriples.lod.academy/examples/dh/dhd2019/sturm2.xml&format=svg">Ergebnis</a></p>
</div>
<div class="step">
<h2>Schritt 3</h2>
<h3>1:1-Zuordnung von Ortserwähnung zu Geo-Normdatum</h3>
<p>Subjekt ist weiterhin die Annotation – die Ortserwähnung</p>
<ul>
<li><strong>Prädikat</strong>: oa:hasBody</li>
<li><strong>Objekt</strong>: Geo-Normdaten-URI des Ortes</li>
</ul>
<p class="substep"><a href="https://xtriples.lod.academy/extract.xql?configuration=https://xtriples.lod.academy/examples/dh/dhd2019/sturm3.xml&format=svg">¿?¿?¿?¿?</a></p>
</div>
<div class="step">
<h2>Schritt 3</h2>
<h3>1:1-Zuordnung von Ortserwähnung zu Geo-Normdatum</h3>
<p>Für die eindeutige 1:1-Zuordnung eines <code class="xml"><placeName></code> zu einer Geo-URI brauchen wir eine Iteration:</p>
<pre>
<code class="xml">
<statement repeat="{/count(./tei:TEI/tei:text/tei:body//tei:placeName[@ref])}">
</code>
</pre>
<div class="substep"><p>… die dann mit der Variable <code>$repeatIndex</code> wieder aufgegriffen wird:</p>
<pre>
<code>
<subject prefix="sturm" type="uri">/(tei:TEI/tei:text/tei:body//tei:placeName)[$repeatIndex]/@key</subject>
</code>
</pre></div>
</div>
<div class="step">
<h2>Schritt 4</h2>
<h3>Crawling</h3>
<p>Voraussetzung ist eine XML-Liste der Ressourcen, z.B. aus einer REST-Schnittstelle</p>
<pre>
<code class=">xml">
<collection uri="https://sturm-edition.de/api/letters" max="7">
</code>
</pre>
<div class="substep">
<p>Aus dieser Liste können mit XPath Ressourcen-Namen extrahiert und mit einer Basis-URL kombiniert werden</p>
<pre>
<code class="xml">
<resource uri="https://sturm-edition.de/api/files/{/tei:TEI/tei:text/tei:body/tei:div/tei:list[@n='letters']//tei:item[@n='letter']/@xml:id}.xml" />
</code>
</pre>
</div>
</div>
<div class="step">
<h2>Eine mögliche weitgehend vollständige Konfiguration</h2>
<p><a href="https://xtriples.lod.academy/examples/dh/dhd2019/sturm.xml">Konfiguration</a></p>
<p><a href="https://xtriples.lod.academy/extract.xql?configuration=https://xtriples.lod.academy/examples/dh/dhd2019/sturm.xml&format=svg">Ergebnis</a></p>
</div>
<div class="step">
<div class="centered">
<h1>F I N I S</h1>
<h2>Thank you</h2>
</div>
</div>
<!--<div class="step">
<h2>Literature & Software</h2>
<h4>Literature</h4>
<ul class="small">
<li>
One
</li>
<li>
Two
</li>
<li>
Three
</li>
</ul>
<h4>Software</h4>
<ul class="small">
<li>
One
</li>
<li>
Two
</li>
<li>
Three
</li>
</ul>
<h4>Download</h4>
<ul class="small">
<li>
<a href="#">
Link to presentation
</a>
</li>
<li>
License: <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY 4.0</a>, Author
</li>
</ul>
</div>-->
</div>
<!-- jquery -->
<script src="vendor/jquery/jquery-1.11.0.min.js"></script>
<!-- chartist -->
<script src="vendor/chartist/chartist.min-0.9.7.js"></script>
<script src="resources/js/chartist.charts.js"></script>
<!-- codemirror -->
<script src="vendor/codemirror/lib/codemirror.js"></script>
<script src="vendor/codemirror/addon/edit/matchbrackets.js"></script>
<script src="vendor/codemirror/mode/sparql/sparql.js"></script>
<script>
var editor = CodeMirror.fromTextArea(document.getElementById("sparql"), {
mode: "application/sparql-query",
matchBrackets: true,
lineNumbers: true,
viewportMargin: Infinity
});
</script>
<!-- highlight -->
<script src="vendor/highlight/highlight.pack-9.3.0.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="resources/js/hljs.linenumbering.js"></script>
<!-- magnific popup -->
<script src="vendor/magnific-popup/jquery.magnific-popup.min-1.1.0.js"></script>
<script src="resources/js/magnific-popup.lightbox.js"></script>
<!-- impress.mod.js -->
<script src="vendor/impress/impress.fork.js"></script>
<script src="vendor/impress/impress-slidenum.js"></script>
<script>
var obj = impress();
obj.init();
initSlideNo(obj);
</script>
</body>
</html>