Your browser doesn't support the features required by impress.js, so you are presented with a simplified version of this presentation.

For the best experience please use the latest Chrome, Safari or Firefox browser.

Workhshop der AG Elektronisches Publizieren | 15.09.2015

Digitale Briefeditionen im Semantic Web

Der XTriples Webservice –
Semantische Aussagen aus XML

Torsten Schrade (Mainz) | Twitter @digicademy | Twitter metacontext

Gliederung

  1. Semantische Fragestellungen
  2. Implizite und explizite Semantik (XML vs. RDF)
  3. Beispielmodellierung für <correspDesc>
  4. XTriples in 3 Minuten
  5. Visualisierungsbeispiele

Semantische Fragestellungen

Implizite und explizite Semantik

Explizite Semantik (RDF)


    Goethe           ist                Person ;
                     sendet             Brief .

    Brief            datiert            1793 ;
                     gesendet_aus       Weimar .

    Weimar           ist                Stadt ;
                     hat_Laengengrad    11.32 ;
                     hat_Breitengrad    50.98 .
    

Implizite Semantik (TEI-XML)


<correspDesc key="686" cs:source="#SOE20">
    <correspAction type="sent">
        <persName ref="http://d-nb.info/gnd/118540238">
            Johann Wolfgang von Goethe
        </persName>
        <placeName ref="http://www.geonames.org/2812482">;
            Weimar
        </placeName>
        <date when="1793-12-05">5.12.1793</date>
    </correspAction>
    [...]
</correspDesc>

Beispielmodellierung

Schritte zur Modellierung

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7

XTriples in 3 Minuten

Website und Dokumentation

http://xtriples.spatialhumanities.de

Screenshot

Ziele des Webservice

  1. Gewinnung von RDF Statements aus beliebigem XML
  2. Basierend auf einer einfachen Konfiguration
  3. Einbeziehung beliebiger weiterer Ressourcen und Sammlungen
  4. Zahlreiche RDF-Serialisierungen als Rückgabeformate
  5. RESTful - Kommunikation vollständig über HTTP

Funktionsweise

Grafik zur Funktionsweise

Extraktion von Aussagemustern


AUSSAGEMUSTER

<statement>
  <subject>//tei:correspAction[@type='sent']/tei:persName/@ref</subject>
  <predicate prefix="rdf">type</predicate>
  <object type="uri" prefix="cd">Sender</object>
</statement>
________________________________________________________________________

ERGEBNIS

gndo:118540238   rdf:type   cd:Sender .

Extraktionsergebnisse

correspSearch Ressourcen15.095
GND Ressourcen6.015
Geonames Ressourcen151
Statements gesamt56.990

Visualisierungsbeispiele

Goethe: Wer schreibt wem? (SVG)

d1e200 <!-- http://d&#45;nb.info/gnd/118805193 --> http://d-nb.info/gnd/118805193 foaf:Person: Soemmerring, Samuel Thomas <!-- http://d&#45;nb.info/gnd/118540238 --> http://d-nb.info/gnd/118540238 foaf:Person: Goethe, Johann Wolfgang von, Johann Wolfgang von Goethe <!-- http://d&#45;nb.info/gnd/118805193&#45;&gt;http://d&#45;nb.info/gnd/118540238 --> http://d-nb.info/gnd/118805193-&gt;http://d-nb.info/gnd/118540238 cd:sending <!-- http://d&#45;nb.info/gnd/118540238&#45;&gt;http://d&#45;nb.info/gnd/118805193 --> http://d-nb.info/gnd/118540238-&gt;http://d-nb.info/gnd/118805193 cd:sending <!-- http://d&#45;nb.info/gnd/122361261 --> http://d-nb.info/gnd/122361261 foaf:Person: Weber, Genovefa <!-- http://d&#45;nb.info/gnd/118540238&#45;&gt;http://d&#45;nb.info/gnd/122361261 --> http://d-nb.info/gnd/118540238-&gt;http://d-nb.info/gnd/122361261 cd:sending <!-- http://d&#45;nb.info/gnd/115363688 --> http://d-nb.info/gnd/115363688 foaf:Person: Luise Augusta Herzogin von Sachsen-Weimar und Eisenach <!-- http://d&#45;nb.info/gnd/115363688&#45;&gt;http://d&#45;nb.info/gnd/118540238 --> http://d-nb.info/gnd/115363688-&gt;http://d-nb.info/gnd/118540238 cd:sending <!-- http://d&#45;nb.info/gnd/117158542 --> http://d-nb.info/gnd/117158542 foaf:Person: Weber, Franz Anton <!-- http://d&#45;nb.info/gnd/117158542&#45;&gt;http://d&#45;nb.info/gnd/118540238 --> http://d-nb.info/gnd/117158542-&gt;http://d-nb.info/gnd/118540238 cd:sending <!-- http://d&#45;nb.info/gnd/118540246 --> http://d-nb.info/gnd/118540246 foaf:Person: Goethe, Katharina Elisabeth <!-- http://d&#45;nb.info/gnd/118540246&#45;&gt;http://d&#45;nb.info/gnd/118540238 --> http://d-nb.info/gnd/118540246-&gt;http://d-nb.info/gnd/118540238 cd:sending

Visualisierung aufrufen

Goethe: Briefnetzwerk (SVG)

Grafik zur Netzwerkvisualisierung

Visualisierung aufrufen

Kartenvisualisierung

Kartenvisualisierung

Visualisierung aufrufen

F I N I S


Publikum         war            aufmerksam .
Referenten       danken         Publikum .

Stuff used

Quelldateien & Daten: http://bit.ly/1OpViFw

CC-BY 4.0 (Torsten Schrade)