Your browser doesn't support the features required by impress.mod.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.

25.07.2016 | TU Darmstadt
DARIAH Expertenworkshop »Geisteswissenschaftliche Forschungsinfrastrukturen und CIDOC-CRM Annotation«

CIDOC-CRM Modellierung epigraphischer Fachdaten

Mit dem XTriples Webservice

Werkstattbericht aus dem DARIAH UseCase 6.1 (Steinheim-Institut & ADWLM)

Daten: https://github.com/digicademy/dariah-workshop2016-xtriples-cidoc
Slides: https://digicademy.github.io/dariah-workshop2016-xtriples-cidoc

Gliederung

  1. Epigraphische Fachdatenrepositorien: Epidat & DIO
  2. Implizite und explizite Semantik: EpiDoc & CIDOC-CRM
  3. Der XTriples Webservice: RDF-Lifting aus XML
  4. Anwendungsbeispiel: CIDOC-CRM Extraktion des Grabsteinkorpus Ahaus

01

Epigraphische Fachdatenrepositorien

Epidat & Deutsche Inschriten Online

Epigraphische Fachdaten

Epidat und Deutsche Inschriften Online

Epidat - Jüdische Grabsteinepigraphik

http://www.steinheim-institut.de/cgi-bin/epidat

  • 161 Sammlungen mit 32.367 Grabinschriften und 6.6667 Bilddigitalisaten (CC-BY 4.0)
  • Maschinenlesbare Ausgabe der Datensätze als EpiDoc-XML
  • BEACON Datei für im Bestand vorkommende Personen
  • HTTP-Schnittstelle zum Harvesting der Datensätze (Beispiel)

Deutsche Inschriften Online (DIO)

http://www.inschriften.net

  • 17.000 Katalognummern der Edition "Die Deutschen Inschriften" mit 18.000 Bilddigitalisaten
  • Die Datensätze werden gegenwärtig für die maschinenlesbare Ausgabe in EpiDoc-XML aufbereitet
  • REST-Interface zum Harvesting der Datensätze als EpiDoc (Beispiel)

LOD-Potential für die Epigraphik

Semantische Verknüfungsmöglichkeiten

Semantische Fragestellungen

Mögliche Analysen mit Hilfe von Semantic Web Technologien

Die zugrunde liegende Frage aber ist: Wie erhalten wir semantisch analysierbare Daten aus EpiDoc-XML?

02

Implizite und Explizite Semantik

EpiDoc-XML und CIDOC-CRM

EpiDoc ≠ EpiDoc

3 Repositorien, 3 Varianten

Implizite Semantik (EpiDoc-XML)

Beispiel aus dem Epidat-Corpus

Link: Grabstein des Aharon ben Awraham Halevi (1872)

    <physDesc>
        <objectDesc>
            <physDesc>
                <support>
                    <p><material>Stein</material>Hochrechteckige Sandsteinstele [...]</p>
                </support>
            [...]
    </physDesc>
    <history>
        <origin>
            <date notBefore="1872-08-23">1872-08-23</date>
        [...]
    </history>
    <profileDesc>
        <particDesc>
            <listPerson>
                <person xml:id="aha-13-1" sex="1">
                    <persName>Aharon ben Awraham Halevi</persName>
                    <event when="1872-08-23" type="dateofdeath">
                [...]
    </profileDesc>

Explizite Semantik (CIDOC-CRM)

Beispiel aus dem Epidat-Corpus

Link: Grabstein des Aharon ben Awraham Halevi (1872)

    <aha-6>                a                            E19_Physical_Object .
    E19_Physical_Object    P3_has_note                  "Hochrechteckige Sandsteinstele [...]" .

    <aha-6>                P9_consists_of               E57_Material .
    E57_Material           P3_has_note                  "Stein" .

    <aha-6>                P78_is_identified_by         E50_Date .
    E50_Date               P3_has_note                  "1872-08-23" .

    <aha-6>                P131i_identifies             E21_Person .
    E21_Person             P131_is_identified_by        E82_Actor_Appellation .
    E82_Actor_Appellation  P3_has_note                  "Aharon ben Awraham Halevi" .

    E21_Person             P2_has_type                  E55_Type .
    E55_Type               P3_has_note                  "male" .

    E21_Person             P100i_died_in                E69_Death .
    E69_Death              P78_is_identified_by         E50_Date .

03

The XTriples Webservice

RDF-Lifting aus XML

Website, Dokumentation & Code

Version 1.3 (stable) | MIT License

Grundprinzipien des Webservice

  1. Generisch: Nicht festgelegt auf bestimmte XML-Formate oder Schemas
  2. Einfach: Extraktion basierend auf Aussagemustern mittels XPath/XQuery
  3. Vernetzbar: Harvesting und Eingliederung beliebiger externer XML-Ressourcen
  4. Flexibel: Vielzahl von RDF-Rückgabeformaten
  5. RESTful: Transparente Schnittstellen über HTTP

Technischer Hintergrund

Komponenten & Datenfluß

Crawler/Harvester

Extraktion von XML-Repositorien

<collection uri="http://steinheim-institut.de/cgi-bin/epidat?sel=aha&format=x&function=changelog&changesSince=0000" max="3">
    <resource uri="http://www.steinheim-institut.de/cgi-bin/epidat?id={//id/text()}-t"/>
</collection>

Extraktion einer XML-Sammlung

XML-Konfiguration

Basierend auf XPath / XQuery Aussagemustern

<xtriples>
    <configuration>
        <vocabularies>
            <vocabulary prefix="###PREFIX###" uri="###NAMESPACE###"/>
            <vocabulary prefix="rdf" uri="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
            [...] <!-- more vocabularies -->
        </vocabularies>
        <triples>
            <statement>
                <subject prefix="###PREFIX###">###XPATH###</subject>
                <predicate prefix="rdf">about</predicate>
                <object type="literal">###XPATH###</object>
            </statement>
            [...] <!-- more statements -->
        </triples>
    </configuration>
    <collection uri="http://xml.collection.somewhere/resources/index.xml">
        <resources uri="http://xml.collection.somewhere/resources/{###XPATH###}.xml"/>
    </collection>
    [...] <!-- more collections -->
</xtriples>

04

Anwendungsbeispiel

CIDOC-CRM Extraktion eines Epidat-Korpus (Ahaus)

Stufe 01

E19_Physical_Object

d1e47 http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13 crm:E19_Physical_Object: http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13 "Breite, hochrechteckige Sandsteinstele mit geradem\nAbschluss. Das ver [...]" "Breite, hochrechteckige Sandsteinstele mit geradem Abschluss. Das ver [...]" http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->"Breite, hochrechteckige Sandsteinstele mit geradem\nAbschluss. Das ver [...]" crm:P3_has_note
<xtriples>
    <configuration>
        <vocabularies>
            <vocabulary prefix="epidat" uri="http://www.steinheim-institut.de/cgi-bin/epidat?id="/>
            <vocabulary prefix="tei" uri="http://www.tei-c.org/ns/1.0"/>
            <vocabulary prefix="rdf" uri="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
            <vocabulary prefix="crm" uri="http://erlangen-crm.org/160331/"/>
        </vocabularies>
        <triples>
            <triples>
                <statement>
                    <subject prefix="epidat">//tei:idno[@type='epidat']</subject>
                    <predicate prefix="rdf">type</predicate>
                    <object prefix="crm" type="uri">E19_Physical_Object</object>
                </statement>
                <statement>
                    <subject prefix="epidat">//tei:idno[@type='epidat']</subject>
                    <predicate prefix="crm">P3_has_note</predicate>
                    <object type="literal" lang="de">//tei:support/tei:p/text()[last()]</object>
                </statement>
            </triples>
        </triples>
    </configuration>
    <collection>
        <resource uri="http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13-t"/>
    </collection>
</xtriples>

Epidat: Beispiel | XTriples: Konfiguration | Live-Extraktion: SVG | RDF/XML | Turtle

Stufe 02

E57_Material

d1e49 http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13 crm:E19_Physical_Object: http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13 "Breite, hochrechteckige Sandsteinstele mit geradem\nAbschluss. Das ver [...]" "Breite, hochrechteckige Sandsteinstele mit geradem Abschluss. Das ver [...]" http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->"Breite, hochrechteckige Sandsteinstele mit geradem\nAbschluss. Das ver [...]" crm:P3_has_note A0 crm:E57_Material: http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->A0 crm:P9_consists_of "Stein" "Stein" A0->"Stein" crm:P3_has_note
<statement>
    <condition>/exists(.//tei:material)</condition>
    <subject prefix="epidat">//tei:idno[@type='epidat']</subject>
    <predicate prefix="crm">P9_consists_of</predicate>
    <object type="bnode">/concat("E57_Material-", .//tei:idno[@type='epidat'])</object>
</statement>
<statement>
    <condition>/exists(.//tei:material)</condition>
    <subject type="bnode">/concat("E57_Material-", .//tei:idno[@type='epidat'])</subject>
    <predicate prefix="rdf">type</predicate>
    <object prefix="crm" type="uri">E57_Material</object>
</statement>
<statement>
    <condition>/exists(.//tei:material)</condition>
    <subject type="bnode">/concat("E57_Material-", .//tei:idno[@type='epidat'])</subject>
    <predicate prefix="crm">P3_has_note</predicate>
    <object type="literal" lang="de">//tei:material</object>
</statement>

Epidat: Beispiel | XTriples: Konfiguration | Live-Extraktion: SVG | RDF/XML | Turtle

Stufe 03

E50_Date

d1e114 A1 crm:E57_Material: "Stein" "Stein" A1->"Stein" crm:P3_has_note http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13 crm:E19_Physical_Object: http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13 http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->A1 crm:P9_consists_of "Breite, hochrechteckige Sandsteinstele mit geradem\nAbschluss. Das ver [...]" "Breite, hochrechteckige Sandsteinstele mit geradem Abschluss. Das ver [...]" http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->"Breite, hochrechteckige Sandsteinstele mit geradem\nAbschluss. Das ver [...]" crm:P3_has_note A0 crm:E50_Date: http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->A0 crm:P78_is_identified_by "1879-12-08" "1879-12-08"^^http://www.w3.org/2001/XMLSchema#date A0->"1879-12-08" crm:P3_has_note
<statement>
    <condition>/exists(.//tei:history/tei:origin/tei:date)</condition>
    <subject prefix="epidat">//tei:idno[@type='epidat']</subject>
    <predicate prefix="crm">P78_is_identified_by</predicate>
    <object type="bnode">/concat("E50_Date-", .//tei:idno[@type='epidat'])</object>
</statement>
<statement>
    <condition>/exists(.//tei:history/tei:origin/tei:date)</condition>
    <subject type="bnode">/concat("E50_Date-", .//tei:idno[@type='epidat'])</subject>
    <predicate prefix="rdf">type</predicate>
    <object prefix="crm" type="uri">E50_Date</object>
</statement>
<statement>
    <condition>/exists(.//tei:history/tei:origin/tei:date)</condition>
    <subject type="bnode">/concat("E50_Date-", .//tei:idno[@type='epidat'])</subject>
    <predicate prefix="crm">P3_has_note</predicate>
    <object type="literal" datatype="date">//tei:history/tei:origin/tei:date</object>
</statement>

Epidat: Beispiel | XTriples: Konfiguration | Live-Extraktion: SVG | RDF/XML | Turtle

Stufe 04

E21_Person

d1e165 http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13 crm:E19_Physical_Object: http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13 "Breite, hochrechteckige Sandsteinstele mit geradem\nAbschluss. Das ver [...]" "Breite, hochrechteckige Sandsteinstele mit geradem Abschluss. Das ver [...]" http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->"Breite, hochrechteckige Sandsteinstele mit geradem\nAbschluss. Das ver [...]" crm:P3_has_note A2 crm:E21_Person: http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->A2 crm:P131i_identifies A3 crm:E21_Person: http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->A3 crm:P131i_identifies A1 crm:E82_Actor_Appellation: A2->A1 rdf:P131_is_identified_by A0 crm:E82_Actor_Appellation: A3->A0 rdf:P131_is_identified_by "Elieser ben Josef Hakohen" "Elieser ben Josef Hakohen" A1->"Elieser ben Josef Hakohen" crm:P3_has_note "Jehuda" "Jehuda" A0->"Jehuda" crm:P3_has_note
<statement repeat="{/count(.//tei:person)}">
    <subject prefix="epidat">//tei:idno[@type='epidat']</subject>
    <predicate prefix="crm">P131i_identifies</predicate>
    <object type="bnode">/concat("E21_Person-", .//tei:person[$repeatIndex]/@xml:id)</object>
</statement>
<statement repeat="{/count(.//tei:person)}">
    <subject type="bnode">/concat("E21_Person-", .//tei:person[$repeatIndex]/@xml:id)</subject>
    <predicate prefix="rdf">type</predicate>
    <object prefix="crm" type="uri">E21_Person</object>
</statement>
<statement repeat="{/count(.//tei:person)}">
    <subject type="bnode">/concat("E21_Person-", .//tei:person[$repeatIndex]/@xml:id)</subject>
    <predicate prefix="rdf">P131_is_identified_by</predicate>
    <object type="bnode">/concat("E82_Actor_Appellation-", .//tei:person[$repeatIndex]/@xml:id)</object>
</statement>
<statement repeat="{/count(.//tei:person)}">
    <subject type="bnode">/concat("E82_Actor_Appellation-", .//tei:person[$repeatIndex]/@xml:id)</subject>
    <predicate prefix="rdf">type</predicate>
    <object prefix="crm" type="uri">E82_Actor_Appellation</object>
</statement>
<statement repeat="{/count(.//tei:person)}">
    <subject type="bnode">/concat("E82_Actor_Appellation-", .//tei:person[$repeatIndex]/@xml:id)</subject>
    <predicate prefix="crm">P3_has_note</predicate>
    <object type="literal" lang="de">//tei:person[$repeatIndex]/tei:persName</object>
</statement>

Epidat: Beispiel | XTriples: Konfiguration | Live-Extraktion: SVG | RDF/XML | Turtle

Stufe 05

E55_Type

d1e255 A1 crm:E55_Type: "Mann" "Mann" A1->"Mann" crm:P3_has_note A3 crm:E21_Person: A4 crm:E55_Type: A3->A4 crm:P2_has_type A5 crm:E82_Actor_Appellation: A3->A5 rdf:P131_is_identified_by A4->"Mann" crm:P3_has_note "Jehuda" "Jehuda" A5->"Jehuda" crm:P3_has_note http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13 crm:E19_Physical_Object: http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13 http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->A3 crm:P131i_identifies "Breite, hochrechteckige Sandsteinstele mit geradem\nAbschluss. Das ver [...]" "Breite, hochrechteckige Sandsteinstele mit geradem Abschluss. Das ver [...]" http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->"Breite, hochrechteckige Sandsteinstele mit geradem\nAbschluss. Das ver [...]" crm:P3_has_note A0 crm:E21_Person: http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->A0 crm:P131i_identifies A0->A1 crm:P2_has_type A2 crm:E82_Actor_Appellation: A0->A2 rdf:P131_is_identified_by "Elieser ben Josef Hakohen" "Elieser ben Josef Hakohen" A2->"Elieser ben Josef Hakohen" crm:P3_has_note
<statement repeat="{/count(.//tei:person)}">
    <subject type="bnode">/concat("E21_Person-", .//tei:person[$repeatIndex]/@xml:id)</subject>
    <predicate prefix="crm">P2_has_type</predicate>
    <object type="bnode">/concat("E55_Type-", .//tei:person[$repeatIndex]/@xml:id)</object>
</statement>
<statement repeat="{/count(.//tei:person)}">
    <subject type="bnode">/concat("E55_Type-", .//tei:person[$repeatIndex]/@xml:id)</subject>
    <predicate prefix="rdf">type</predicate>
    <object prefix="crm" type="uri">E55_Type</object>
</statement>
<statement repeat="{/count(.//tei:person)}">
    <condition>/exists(.//tei:person[$repeatIndex and @sex = '1'])</condition>
    <subject type="bnode">/concat("E55_Type-", .//tei:person[$repeatIndex]/@xml:id)</subject>
    <predicate prefix="crm">P3_has_note</predicate>
    <object type="literal" lang="de">Mann</object>
</statement>
<statement repeat="{/count(.//tei:person)}">
    <condition>/exists(.//tei:person[$repeatIndex and @sex = '2'])</condition>
    <subject type="bnode">/concat("E55_Type-", .//tei:person[$repeatIndex]/@xml:id)</subject>
    <predicate prefix="crm">P3_has_note</predicate>
    <object type="literal" lang="de">Frau</object>
</statement>

Epidat: Beispiel | XTriples: Konfiguration | Live-Extraktion: SVG | RDF/XML | Turtle

Stufe 06

Vollständige Extrakion des Grabsteins <aha-13>

d1e247 A8 crm:E50_Date: "1879-12-08" "1879-12-08"^^http://www.w3.org/2001/XMLSchema#date A8->"1879-12-08" crm:P3_has_note A4 crm:E34_Inscription: "‎‏הנאהבים והנעימים בחייהם ובמותם לא נפרדו‏‎ \n ‎‏עוברי בעמק הבכא ראו‏‎ ‎‏פה //\nופה‏‎ ‎‏אמלל פרח לא צץ ציץ // יפה נוף\nהדר הורו‏‎ ‎‏ידיד אבות ענף יפה // וחדות\nאמו דרך כל‏‎ ‎‏זנח עולמו רך בשנים //\nהארץ הלך אחר אחיו‏‎ ‎‏ה״ה אליעזר בן כ׳\nיוסף // ולמחרתו יום ג׳ כ״ד כסלו‏‎ \n‎‏הכהן נקטף בעודו // בא המות שנית בחלוני‏‎ \n ‎‏באבו לדאבון אבותיו // אבותיו המדכאים ויאמר‏‎ \n ‎‏ביום ב׳ כ״ג כסלו תר״מ לפ״ק // גם אחיו\nיהודה יעלה‏‎ ‎‏תנצב״ה‏‎" "‎‏הנאהבים והנעימים בחייהם ובמותם לא נפרדו‏‎ ‎‏עוברי בעמק הבכא ראו‏‎ ‎‏פה // ופה‏‎ ‎‏אמלל פרח לא צץ ציץ // יפה נוף הדר הורו‏‎ ‎‏ידיד אבות ענף יפה // וחדות אמו דרך כל‏‎ ‎‏זנח עולמו רך בשנים // הארץ הלך אחר אחיו‏‎ ‎‏ה״ה אליעזר בן כ׳ יוסף // ולמחרתו יום ג׳ כ״ד כסלו‏‎ ‎‏הכהן נקטף בעודו // בא המות שנית בחלוני‏‎ ‎‏באבו לדאבון אבותיו // אבותיו המדכאים ויאמר‏‎ ‎‏ביום ב׳ כ״ג כסלו תר״מ לפ״ק // גם אחיו יהודה יעלה‏‎ ‎‏תנצב״ה‏‎" A4->"‎‏הנאהבים והנעימים בחייהם ובמותם לא נפרדו‏‎ \n ‎‏עוברי בעמק הבכא ראו‏‎ ‎‏פה //\nופה‏‎ ‎‏אמלל פרח לא צץ ציץ // יפה נוף\nהדר הורו‏‎ ‎‏ידיד אבות ענף יפה // וחדות\nאמו דרך כל‏‎ ‎‏זנח עולמו רך בשנים //\nהארץ הלך אחר אחיו‏‎ ‎‏ה״ה אליעזר בן כ׳\nיוסף // ולמחרתו יום ג׳ כ״ד כסלו‏‎ \n‎‏הכהן נקטף בעודו // בא המות שנית בחלוני‏‎ \n ‎‏באבו לדאבון אבותיו // אבותיו המדכאים ויאמר‏‎ \n ‎‏ביום ב׳ כ״ג כסלו תר״מ לפ״ק // גם אחיו\nיהודה יעלה‏‎ ‎‏תנצב״ה‏‎" crm:P3_has_note A5 crm:E33_Linguistic_Object: A4->A5 crm:P73_has_translation "Die Geliebten und Wohlgefälligen, in ihrem Leben\nund in ihrem Tode waren sie nicht getrennt \n Die ihr durchs Jammertal zieht, sehet, \n hier // und hier welkt die Blume,\ntreibt keine Blüten, // schön von Angesicht, die\nPracht seiner Eltern Liebling seiner\nAhnen, ein schöner Zweig, // und Freude seiner\nMutter, den Weg alles er verwarf seine\nWelt zart an Jahren, // Irdischen folgte er seinem\nBruder, es ist Elieser, Sohn des\ngeehrten Josef // und am folgenden Tag, Tag 3, 24.\nKislev Hakohen, er wurde gepflückt noch\n// stieg der Tod erneut in die Fenster \nin seiner Blüte zum Kummer seiner Eltern // seiner\nerschütterten Eltern, und sagte: am Tag\n2, 23. Kislev 640 der kleinen Zählung. // Auch\nsein Bruder Jehuda wird emporsteigen! \nIhre Seelen seien eingebunden in das Bündel des\nLebens" "Die Geliebten und Wohlgefälligen, in ihrem Leben und in ihrem Tode waren sie nicht getrennt Die ihr durchs Jammertal zieht, sehet, hier // und hier welkt die Blume, treibt keine Blüten, // schön von Angesicht, die Pracht seiner Eltern Liebling seiner Ahnen, ein schöner Zweig, // und Freude seiner Mutter, den Weg alles er verwarf seine Welt zart an Jahren, // Irdischen folgte er seinem Bruder, es ist Elieser, Sohn des geehrten Josef // und am folgenden Tag, Tag 3, 24. Kislev Hakohen, er wurde gepflückt noch // stieg der Tod erneut in die Fenster in seiner Blüte zum Kummer seiner Eltern // seiner erschütterten Eltern, und sagte: am Tag 2, 23. Kislev 640 der kleinen Zählung. // Auch sein Bruder Jehuda wird emporsteigen! Ihre Seelen seien eingebunden in das Bündel des Lebens" A5->"Die Geliebten und Wohlgefälligen, in ihrem Leben\nund in ihrem Tode waren sie nicht getrennt \n Die ihr durchs Jammertal zieht, sehet, \n hier // und hier welkt die Blume,\ntreibt keine Blüten, // schön von Angesicht, die\nPracht seiner Eltern Liebling seiner\nAhnen, ein schöner Zweig, // und Freude seiner\nMutter, den Weg alles er verwarf seine\nWelt zart an Jahren, // Irdischen folgte er seinem\nBruder, es ist Elieser, Sohn des\ngeehrten Josef // und am folgenden Tag, Tag 3, 24.\nKislev Hakohen, er wurde gepflückt noch\n// stieg der Tod erneut in die Fenster \nin seiner Blüte zum Kummer seiner Eltern // seiner\nerschütterten Eltern, und sagte: am Tag\n2, 23. Kislev 640 der kleinen Zählung. // Auch\nsein Bruder Jehuda wird emporsteigen! \nIhre Seelen seien eingebunden in das Bündel des\nLebens" crm:P3_has_note A10 crm:E55_Type: "Mann" "Mann" A10->"Mann" crm:P3_has_note A1 crm:E69_Death: A2 crm:E50_Date: A1->A2 crm:P78_is_identified_by A2->"1879-12-08" crm:P3_has_note A0 crm:E82_Actor_Appellation: "Elieser ben Josef Hakohen" "Elieser ben Josef Hakohen" A0->"Elieser ben Josef Hakohen" crm:P3_has_note A11 crm:E82_Actor_Appellation: "Jehuda" "Jehuda" A11->"Jehuda" crm:P3_has_note A12 crm:E50_Date: "1879-12-09" "1879-12-09"^^http://www.w3.org/2001/XMLSchema#date A12->"1879-12-09" crm:P3_has_note A3 crm:E55_Type: A3->"Mann" crm:P3_has_note A7 crm:E21_Person: A7->A1 crm:P2_has_type A7->A0 rdf:P131_is_identified_by A7->A3 crm:P2_has_type http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13 crm:E19_Physical_Object: http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13 http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->A8 crm:P78_is_identified_by http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->A4 crm:P56_bears_feature http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->A7 crm:P131i_identifies "Breite, hochrechteckige Sandsteinstele mit geradem\nAbschluss. Das ver [...]" "Breite, hochrechteckige Sandsteinstele mit geradem Abschluss. Das ver [...]" http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->"Breite, hochrechteckige Sandsteinstele mit geradem\nAbschluss. Das ver [...]" crm:P3_has_note A6 crm:E21_Person: http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->A6 crm:P131i_identifies A9 crm:E57_Material: http://www.steinheim-institut.de/cgi-bin/epidat?id=aha-13->A9 crm:P9_consists_of A6->A10 crm:P2_has_type A6->A11 rdf:P131_is_identified_by A13 crm:E69_Death: A6->A13 crm:P2_has_type "Stein" "Stein" A9->"Stein" crm:P3_has_note A13->A12 crm:P78_is_identified_by

Epidat: Beispiel | XTriples: Konfiguration | Live-Extraktion: SVG | RDF/XML | Turtle

Gesamtergebnis

XTriples-Extraktion des Grabsteinkorpus Ahaus

Statistik

Extrahierte Triple insgesamt: 1536

Klassen Instanzen
E19_Physical_Object / SPARQL 57
E57_Material / SPARQL 1 x Kunststele, 3 x Stein, 21 x Muschelkalk, 25 x Sandstein, 7 x Kunststein
E82_Actor_Appellation / SPARQL 57
E55_Type / SPARQL 30 Männer / 27 Frauen
E69_Death / SPARQL 57

Vollständige Extraktion als Graph

Screenshot

Daten aufrufen: RDF/XML | SVG | Graph

Weitere Analysemöglichkeiten

Familienbeziehungen auf dem Friedhof Ahaus

Screenshot

Visualisierung aus dem DARIAH Workshop auf der DHd2016

Ausblick

Weitere Schritte im UseCase 6.1

F I N I S

Danke für die Aufmerksamkeit

Links, Software & Attribution

Links, Software & Attribution

Links

Software used

Attribution