<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Data repositories in the Humanities and the Semantic Web: modelling, linking, visualising</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Max Gruntgens</string-name>
          <email>max.gruentgens@adwmainz.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Torsten Schrade</string-name>
          <email>torsten.schrade@adwmainz.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Akademie der Wissenschaften und der Literatur</institution>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>The Semantics of XML-based Data Repositories in the Humanities</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2016</year>
      </pub-date>
      <fpage>53</fpage>
      <lpage>64</lpage>
      <abstract>
        <p>The paper discusses the inherent potential of the Semantic Web and its related technologies for humanities research. The focal point lies on the extraction of semantic relations from heterogeneous XML based scholarly corpora using a webservice based infrastructure (XTriples). Especially the creation of methodologically distinct semantic corpora stemming from data sets originating in the humanities will be discussed. During this discussion, questions of modelling, linking, and visualising data from the humanities will be tackled as well. Finally, opportunities for further analysis and visualisation of semantically modelled data in the humanities are exemplarily presented and discussed.</p>
      </abstract>
      <kwd-group>
        <kwd>Semantic Web</kwd>
        <kwd>XML</kwd>
        <kwd>RDF</kwd>
        <kwd>scholarly editing</kwd>
        <kwd>data repositories</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Listing 1: Implicit Semantics (TEI-XML)</title>
      <p>&lt;correspDesc key="686" cs:source="#SOE20"&gt;
&lt;correspAction type="sent"&gt;
&lt;persName ref="http://d-nb.info/gnd/118540238"&gt;</p>
      <sec id="sec-1-1">
        <title>Johann Wolfgang von Goethe</title>
        <p>&lt;/persName&gt;
&lt;placeName ref="http://www.geonames.org/2812482"&gt;;</p>
        <p>Weimar
&lt;/placeName&gt;
&lt;date when="1793-12-05"&gt;</p>
        <p>5.12.1793
&lt;/date&gt;
&lt;/correspAction&gt;
[...]
&lt;/correspDesc&gt;
(Inherent semantics in XML: Goethe sends a letter from Weimar 1793. RDF subjects
are implicit in the cs:source and ref attributes. Predicates are implicit in the date
tag and the type attribute. Objects values are implicit in the correspDesc tag, the
placeName and persName text nodes and the when attribute.)</p>
        <p>
          Most approaches in the humanities base their e orts in this respect on the
Resource Description Framework (RDF). RDF enables scholars to formulate
and annotate semantic statements in a clear and concise way by utilising the
triple notation: Subject|Predicate|Object. RDF's particular strong point lies
in interlinking, merging and analysing (reasoning) essentially distinct data sets.
RDF in general and webservices like XTriples in particular can also be used as
a means to bridge the gap between so called \altruistic and egoistic modelers"
([
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] par. 20) by easiliy providing project speci c data in a more abstracted and
overarching data format. From a data modelling point of view, RDF has a higher
level of abstraction in comparison to data encoded on the basis of TEI-XML (cf.
listing 2; see [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]).
        </p>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>Listing 2: Explicit Semantics (RDF)</title>
      <sec id="sec-2-1">
        <title>Goethe</title>
      </sec>
      <sec id="sec-2-2">
        <title>Letter</title>
        <p>Weimar
is_a
sends
dates_to
sent_from
is_a
has_longitute
has_latitude</p>
      </sec>
      <sec id="sec-2-3">
        <title>Person ;</title>
      </sec>
      <sec id="sec-2-4">
        <title>Letter .</title>
        <p>1793-12-05 ;</p>
      </sec>
      <sec id="sec-2-5">
        <title>Weimar .</title>
      </sec>
      <sec id="sec-2-6">
        <title>City ; 11.32 ; 50.98 .</title>
        <p>(The same example as above in simpli ed turtle notation: First column shows
subjects, second column shows predicates, third column shows objects)</p>
        <p>Although the formal development of structures and metadata within texts
and other objects of research in the humanities can be considered rather
advanced, the development of semantics and semantic annotations is still lagging
behind. Admittedly, toponyms, personal names or work titles are often annotated
nowadays. These annotations, however, con ne themselves mostly to pointing
out the occurences of a speci c entity within a data set.</p>
        <p>The annotations used within data repositories in the humanities often fall
short of the potential o ered by Semantic Web technology in general, and more
speci cally, by concepts like linked open data (LOD). LOD o ers the opportunity
to join isolated data sets. Thereby, researchers hope to create new,
interdisciplinary, and stimulating viewpoints towards established topics.</p>
        <p>
          A key factor in this regard is that LOD and RDF extend established
standards from the Digital Humanities, e.g. TEI-XML, with additional uses,
terminologies, and metadata schemata (see [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]). Due to this extension it is possible
to consistently describe and analyse data sets in form and content, regardless if
they are of distributed provenience or encompass di erent internal structures.
        </p>
        <p>Currently there exists a wide gap: On one side of the divide lie the humanities'
numerous repositories containing data with great semantic potential, on the
other side lie the Semantic Web technologies and data models, which could open
up new methods of analysis. Although some concepts, methods, and also tools
exist for transforming TEI-XML into RDF and vice versa, these are for the most
part overly complex, partially obsolete on a technical level, only implemented
as prototypes, or are highly specialised for a speci c type of transformation
scenario.1</p>
        <p>
          Whereas the computer sciences regard the technologies and concepts
underlying the Semantic Web as more or less fully developed and applicable (see
[
          <xref ref-type="bibr" rid="ref10">10</xref>
          ], pp. 11{35), the humanities lag behind in creating representative data sets
that demonstrate the usefulness of Semantic Web approaches for their eld of
academic research.
1 Projects like SPQR (http://spqr.cerch.kcl.ac.uk/?page_id=3) or the Textual
Encoding Framework (http://rdftef.sourceforge.net/) are outdated or cannot
be generalised. DERI' s (http://www.w3.org/Submission/xsparql-language-spe
cification/) XSPARQL Language Speci cation can be seen as a highly interesting
attempt in this regard. XSPARQL was presented as a W3C Member Submission
in 2009. Nevertheless, it still lacks an implementation with a practical orientation.
The use of RDFa provides another possibility for semantic markup within an XML
le. The data repositories in the humanities which implement RDFa are yet in the
minority. The GRDDL-Framework (Gleaning Resource Descriptions from Dialects
of Languages; http://www.w3.org/TR/grddl/), which was established as a W3C
Recommendation in 2007, is still a mere theoretical speci cation. TEI's OxGarage
webservice (http://www.tei-c.org/oxgarage/) provides routines for the conversion
from TEI to RDF, but applies only CIDOC-CRM as ontology. Thus OxGarage is
not capable to utilize and support other ontologies out-of-the-box. In addition the
webservice can not include external resources or repositories during processing. Also,
it lacks the functionality to return other formats beyond RDF/XML.
Creating Semantic Statements from XML Repositories
with the XTriples Webservice
The basic principle of creating RDF statements from XML is rather simple. If an
XML le's URI or a data unit within this le is regarded as the subject of a triple,
then it is possible to assign other data units from the same le or URIs of other
resources as objects. Subjects and objects are bound together by predicates from
controlled vocabularies. On the whole, the process of translating XML to RDF
is therefore mainly focused on the determination of general statement patterns,
which can then be applied to and extracted from all resources of the data set in
question.
        </p>
        <p>To facilitate this kind of semantic extraction, the Digital Humanities
departement of the Academy of Sciences and Literature Mainz (www.digitale-a
kademie.de) has developed a generic webservice called XTriples (http://xtri
ples.spatialhumanities.de).</p>
        <p>XTriples makes it possible to extract RDF statements out of any HTTP
based XML repository using a simple con guration based on statement patterns.
The webservice's guiding principles are:
{ Generic ) works on any XML
{ Simple ) easy to con gure
{ Powerful ) for building complex statements with proper ontology support
{ Flexible ) returns several formats
{ RESTful ) uses http for request and response
{ Location-independent ) freely accessible via the WWW
{ Platform-independent ) server-side processing
{ Customisable ) adaptable to a project's needs</p>
        <p>The webservice is able to crawl any XML le, extract semantic statements
and subsequently return them in a speci ed format (cf. g. 1 on p. 58).</p>
        <p>The webservice can be used with direct POST, form-style POST or GET
requests. The required statement patterns are passed to the webservice in the
form of a simple XML con guration based on XPATH/XQuery expressions. The
triples are constructed based on the instructions given in the con guration (cf.
listing 3, the documentation under http://xtriples.spatialhumanities.de/
documentation.html as well as the exemplary data sets under http://xtripl
es.spatialhumanities.de/examples.html).</p>
        <p>During the extraction it is possible to reach beyond the boundaries of a
speci c XML repository and include external XML resources or data units from
these resources on-the- y. This way norm data from the German National
library' s authority le (GND), data from DBpedia, or any other third party can
be included. Furthermore, the con guration can be used to ne tune the
quantity, the type, and the granularity of statements the webservice is supposed to
extract.
Listing 3: Sample structure of an XTriples con guration
&lt;xtriples&gt;
&lt;configuration&gt;
&lt;vocabularies&gt;
&lt;vocabulary prefix="tei" uri="http://www.tei-c.org/ns/
1.0"/&gt;
&lt;vocabulary prefix="cs" uri="http://www.bbaw.de/</p>
        <p>telota/correspSearch"/&gt;
[...]
&lt;vocabulary prefix="foaf" uri="http://xmlns.com/foaf/</p>
        <p>0.1/"/&gt;
[...]
&lt;/vocabularies&gt;
&lt;triples&gt;
&lt;statement&gt;
&lt;subject&gt;//tei:correspAction[@type="sent"]/</p>
        <p>tei:persName/@ref&lt;/subject&gt;
&lt;predicate prefix="rdf"&gt;type&lt;/predicate&gt;
&lt;object prefix="foaf" type="uri"&gt;Person&lt;/object&gt;
&lt;/statement&gt;</p>
        <p>[...]
&lt;statement&gt;
&lt;subject&gt;//tei:correspAction[@type="sent"]/</p>
        <p>tei:persName/@ref&lt;/subject&gt;
&lt;predicate prefix="rdfs"&gt;label&lt;/predicate&gt;
&lt;object type="literal" lang="de"&gt;//tei:correspAction</p>
        <p>[@type="sent"]/tei:persName/text()&lt;/object&gt;
&lt;/statement&gt;
&lt;/triples&gt;
&lt;/configuration&gt;
&lt;collection uri="http://correspSearch.bbaw.de/api/v1/
tei-xml.xql?correspondent=http://d-nb.info/gnd/
118540238&amp;startdate=1793-01-01&amp;enddate=1808-02-02"&gt;
&lt;resource uri="{//tei:correspDesc}"/&gt;
&lt;/collection&gt;
&lt;/xtriples&gt;
(Below &lt;collection&gt; the XML data that should be processed by the service is
congured. Below &lt;vocabularies&gt; it is possible to con gure the RDF vocabularies that
should be used. Below &lt;triples&gt; the &lt;statement&gt; patterns that contain the subjects,
predicates and objects are con gured. The notation will output the following in turtle
syntax: cs:personID rdf:type foaf:Person ; rdfs:label "Johann Wolfgang
von Goethe"@en .)</p>
        <p>The implementation as a webservice has the clear advantage that the user
does not need to install any software besides a web browser in order to translate
data from XML to RDF. XTriples can also be used as an (external) RDF
interface (like a proxy) for one or more XML based repositories. The prerequisite for
this kind of usage is simply a repository's availability via HTTP.</p>
        <p>The webservice can return the following formats: RDF/XML, Turtle, NTriples,
NQuards, Trix, JSON, SVG, and custom XML for debugging purposes.</p>
        <p>The result of an XTriples extraction is thus available in a wide variety of
RDF-serialisations (cf. g. 2 on p. 59). As seen above, besides the purely RDF
based format, a repository's semantic relations can also be written to an SVG
le or piped to other Semantic Web tools.2</p>
        <p>XTriples was developed in the context of the long term research project
Deutsche Inschriften (German Inscriptions, currently carried out by six of the
eight German Academies of Sciences) together with the project Inschriften im
Bezugssystem des Raumes (Inscriptions in their Spatial Context, funded between
2012{2015 by the German Ministry of Education and Research). The software is
released on Github (https://github.com/spatialhumanities/xtriples) in a
stable version under MIT license and comes with a detailed technical
documentation (http://xtriples.spatialhumanities.de/documentation.html).
The XTriples webservice is currently used in di erent projects associated with
or located at the Academy of Sciences and Literature in Mainz. Section 3.1
will focus on the the extraction of RDF statements from XML in a use case
from the eld of spatial humanities. Section 3.2 will exemplify the webservice's
capabilities within the contexts of three further digital humanities projects and
thus illustrate the webservice's exibility in di erent project environments and
its adaptiveness to their varying research questions.
2 It is for example possible to pass the data to the RDF-to-SVG
webservice (http://www.rhizomik.net/html/redefer/rdf2svg-form) or to the
RDF visualisation library d3sparql (http://biohackathon.org/d3sparql).
The XTriples URL can also be passed as parameter to Visual RDF, e.g
https://graves.cl/visualRDF/?url=xtriples.spatialhumanities.de/extra
ct.xql?configuration=YourXTripleConfig.xml.</p>
        <p>
          The Projects \German Inscriptions Online" and \Inscriptions
in their Spatial Context"
The long term research project Deutsche Inschriften (DI) is a joint undertaking
of six German Academies of Sciences and the Austrian Academy of Sciences.
The research focuses on collecting, editing, and interpreting medieval and early
modern Latin and German inscriptions. They often occur in conjunction with
gurative elements or spatial as well as architectural features. The inscriptions
themselves are mostly in medieval Latin or in historical or regional varieties of
the German language. The geographical area of research consists of Germany,
Austria, and South Tyrol. The inscription records range from approximately 500
AD to 1650 AD [
          <xref ref-type="bibr" rid="ref1 ref12 ref6">1, 6, 12</xref>
          ]. The project's scholars carry out their research within a
wide scope of interests ranging from art history, philology, and linguistics to the
history of ideas. The research results are published in 90 volumes. More than 43
of these volumes, including over 17.000 records, are currently accessible through
the online database Deutsche Inschriften Online (DIO) (German Inscriptions
        </p>
      </sec>
      <sec id="sec-2-7">
        <title>Online, http://www.inschriften.net/).</title>
        <p>
          The Federal Ministry of Education and Research (BMBF) funded project
Inscriptions in their Spatial Context (IBR, 2012{2015) had the aim to combine
and analyse spatial data from terrestrial laser scanning with the epigraphical
data made available by DIO. To achieve this, relevant parts of the epigraphical
data (marked up in TEI-EpiDoc) had to be made available as RDF. This was
done with the XTriples webservice. To achieve this, IBR rst compiled its own
semantic predicates in a project speci c ontology (see [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] for further information
about the underlying conceptual design).
        </p>
        <p>
          The IBR project then harvested relevant TEI-EpiDoc records from DIO's
epigraphical database via its REST interface according to guidelines formerly
worked out by the project's participants. Afterwards the harvested EpiDoc
corpus was processed by the XTriples webservice and translated to RDF. The
transformation was very e cient regarding time and labour as well as highly suited
to the project's needs. It was possible to incorporate the project's custom-made
ontology. This high level of adaptability was due to XTriples inherent
customisability via its exible con guration.3 Subsequently the RDF data was loaded
into the project's main working environment, the Generic Viewer [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. Within
the viewer the researchers were able to further analyse the semantic connection
between epigraphical objects and their spatial environment.
        </p>
        <p>
          Using this synthesized data approach, IBR was able to allocate spatial
segments of a church's interior to distinct socio-political groups. Besides this, spatial
areas within the church could be identi ed and annotated with their respecitive
liturgical, ritual, or social function, thereby highlighting \potentially relevant
factors like the social division of the congregation room, procession routes, and
other places of liturgical practices" [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ]. Additional textual or pictorial sources
were linked to the already edited epigraphical material.
        </p>
        <p>
          IBR's researchers were able to estimate the former installation or in situ
location of epigraphical artefacts|for example an epitaph and retable endowed
by the canon Petrus Lutern|by means of a Viewshed -analysis [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. The IBR
case study \illustrates that the line between visualisation and analysis in the
humanities' qualitative research is a blurred one" [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ].
        </p>
        <p>
          This use case highlights the applicability of semantic annotations in regard
to historical research within a highly technical environment. But the concept
could also be very useful in regard to more public-oriented spatial visualisations
[
          <xref ref-type="bibr" rid="ref7 ref9">7, 9</xref>
          ], like the virtual tour through the nave of St. Michael's church in Hildesheim
[
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. The textual data contained within such virtual tours of world heritage sites
could be processed in a rst step and in a subsequent second step linked to items
in repositories that contain semantically enriched historical data|like e.g.
Europeana [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ]. This would provide the means for further study and computational
analysis of data sets from the humanities.
3.2
        </p>
        <p>Other Projects
Besides the projects DI and IBR, XTriples is currently used by several other
academic projects, namely the Regesta Imperii 4 and the Schule von Salamanca.5
The Salomon Ludwig Steinheim Institut fur deutsch-judische Geschichte 6 uses
XTriples for a CIDOC-CRM based modelling of its EpiDoc-data. Together with
3 At this stage it would also have been possible to process the data further, e.g.
by visualising the semantics with SVG or by further enriching the RDF le with
incorporated external sets.
4 http://www.regesta-imperii.de
5 http://www.salamanca.school/
6 http://www.steinheim-institut.de
the Digital Humanities departement of the Berlin-Brandenburg Academy of
Sciences (BBAW) a joint e ort is under way to develop a common API between
XTriples and correspSearch, the BBAW's decentralized aggregation-tool for
metadata of digital scholarly editions of correspondence.</p>
        <p>The following list gives a rst insight into some of the diverse use cases of
XTriples:
1. Extraction of semantic relations and subsequent visualisation of the
familial ties present within the data made available through the Steinheim
Institute' s EpiDat corpus.7 The data represents the Jewish cemetery in
HamburgAltona.8
2. Extraction of semantic relations from Johann Wolfgang von Goethe's
correspondence and subsequent SVG visualisation of a speci c sub-network.
The underlying data was retrieved from CMI records aggregated by
correspSearch. Norm data provided by Geonames and the DNB's authority le
was incorporated on-the- y via their respective RDF interfaces.9
3. Exemplary extraction of semantic relations from correspSearch' s CMI/TEI
database and subsequent visualisation of European communication networks
implicitly present within the records ( g. 3 on p. 62).10</p>
        <p>More use cases demonstrating particular functionalities of XTriples can be
found on the XTriples website. The following presentation gives a quick overview
of the service's capabilities and modes of operation.11
4</p>
        <p>
          Conclusion
As shown above Semantic Web tools that wish to step up to the challenges posed
by humanities research have to address many di erent topics. When working with
data sets from the humanities the huge diversity found in this eld of research
always has to be taken into account. Generally speaking it is hard to nd even
two digital scholarly editions that are structurally comparable or pose the same
research questions, even though they may be working on the same topic. Any
semantic web tool that should be usable for humanities research and data must
therefore be able to deal with this surprisingly high degree of diversity. It should
not be con ned to a xed set of ontologies, schemata, or output formats, but
permit the highest possible degree of exibility and thereby further \a spirit of
openness shared by all parties involved" ([
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] par. 32) in return.12
7 http://www.steinheim-institut.de/cgi-bin/epidat
8 http://xtriples.spatialhumanities.de/examples/dh/epidat/index.html
9 http://xtriples.spatialhumanities.de/extract.xql?configuration=http:
//xtriples.spatialhumanities.de/examples/dh/correspSearchLetters.xml&amp;f
ormat=svg
10 http://metacontext.github.io/presentation-correspsearch-xtriples/viz/ma
p.html
11 http://metacontext.github.io/presentation-correspsearch-xtriples
12 This degree of exibility also has to include the use of open licences in order to grant
legal safeguards for re-use and modi cation of program code and data.
        </p>
        <p>
          Thinking in terms of monolithic software is not enough when it comes to
bridging the gap between modelers with di erent approaches (see [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ] par. 20, 43{
44) as well as between the humanities and the Semantic Web. The experiences
made during the projects discussed above clearly show that this approach will not
be successful in the end. It might be much more realistic to apply a microservices
based approach to this huge task, where each tool can focus on it's particular
strength and provide an (ideally powerful) interface that other tools can use and
customise for their own needs. It almost goes without saying that the software
tools and data sets also have to be accessible under open conditions, ideally with
free licenses allowing third parties to build upon the existing work.
        </p>
        <p>To summarise, it is appropriate to say that in the same way as the Semantic
Web distinguishes itself by simultaneously being distributed and heterogenous
and, at the same time, connected and analysable, the tools and the researchers
trying to utilise Semantic Web technologies for the humanities have to be highly
exible in their approaches, too. It may be worthwile to change the focus from
an all-in-one to a more project and microservices oriented approach that scales
much better to the semantic potentials concealed in the many di erent data
repositories from the humanities that are available online.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Brandi</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Grundlegung einer deutschen Inschriftenkunde</article-title>
          .
          <source>In: Deutsches Archiv fur Erforschung des Mittelalters Bd</source>
          .
          <volume>1</volume>
          (
          <issue>1937</issue>
          ), pp.
          <volume>11</volume>
          {
          <fpage>43</fpage>
          . http://www.digizeitsc hriften.de/dms/img/?PID=
          <article-title>PPN345858700_0001%7Clog10 (retrieved 01/</article-title>
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2. Eide, .
          <article-title>: Ontologies, data modelling, and TEI</article-title>
          .
          <source>In: Journal of the Text Encoding Initiative, Issue</source>
          <volume>8</volume>
          (
          <issue>Dec</issue>
          .
          <year>2015</year>
          {
          <year>2015</year>
          ). http://jtei.revues.org/1191 (retrieved 10/
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>de la Iglesia</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , Gobel, M.:
          <article-title>From entity description to semantic analysis: The case of Theodor Fontane's notebooks</article-title>
          .
          <source>In: Journal of the Text Encoding Initiative, Issue</source>
          <volume>8</volume>
          (
          <issue>Dec</issue>
          .
          <year>2015</year>
          {
          <year>2015</year>
          ). http://jtei.revues.org/1253 (retrieved 10/
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>de la Iglesia</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moretton</surname>
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brodhun</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Metadaten, LOD und der Mehrwert standardisierter und vernetzter Daten</article-title>
          . In: Neuroth,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Rapp</surname>
          </string-name>
          ,
          <string-name>
            <surname>A.</surname>
          </string-name>
          , Soring, S. (eds.) TextGrid:
          <article-title>Von der Community { fur die Community. Eine Virtuelle Forschungsumgebung fur die Geisteswissenschaften. Gottingen (</article-title>
          <year>2015</year>
          ), pp.
          <volume>91</volume>
          {
          <fpage>102</fpage>
          . DOI: http://dx.doi.org/10.3249/webdoc-3947 (retrieved 10/
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Haft</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>RDF als Verknupfungsmethode zwischen geisteswissenschaftlichen Forschungsdaten und Geometrien am Beispiel des Projektes \Inschriften im Bezugssystem des Raumes"</article-title>
          .
          <source>In: Skriptum 2</source>
          ,
          <string-name>
            <surname>Nr</surname>
          </string-name>
          . 3. http://nbn-resolving.de/urn: nbn:de:
          <fpage>0289</fpage>
          -
          <lpage>2013120622</lpage>
          (retrieved 10/
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Kloos</surname>
            ,
            <given-names>R. M.</given-names>
          </string-name>
          :
          <article-title>Die Deutschen Inschriften. Ein Bericht uber das deutsche Inschriftenunternehmen</article-title>
          .
          <source>In: Studi medievali Ser. 3</source>
          , Vol.
          <volume>14</volume>
          (
          <year>1973</year>
          ), pp.
          <volume>335</volume>
          {
          <fpage>362</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Lange</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Unold</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          : Relating Texts to 3D-Information:
          <article-title>A Generic Software Environment for Spatial Humanities</article-title>
          .
          <source>Lausanne</source>
          (
          <year>2014</year>
          ). http://dharchive.org/paper/ DH2014/Paper-680.xml (retrieved 01/
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Lange</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Unold</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Semantisch angereicherte 3D-Messdaten von Kirchenraumen als Quellen fr die geschichtswissenschaftliche Forschung</article-title>
          . In: Baum,
          <string-name>
            <surname>C.</surname>
          </string-name>
          , Stacker, T. (eds.)
          <article-title>Grenzen und Moglichkeiten der Digital Humanities (= Sonderband der Zeitschrift fr digitale Geisteswissenschaften, 1) Wolfenbuttel (</article-title>
          <year>2015</year>
          ), text/html Format.
          <source>DOI: 10.17175/sb001_015</source>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Lange</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schwartz</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Unold</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>GenericViewer { Semantische Annotation und 3D-Informationen in den Spatial Humanities</article-title>
          .
          <source>Passau</source>
          (
          <year>2014</year>
          ). https://i3mainz.hs-mainz.de/sites/default/files/public/data/Lange-G enericViewer_
          <article-title>-</article-title>
          _
          <string-name>
            <surname>Semantische</surname>
          </string-name>
          _Annotation_und_
          <fpage>3D</fpage>
          -Informationen-
          <volume>2421034</volume>
          .pdf (retrieved 01/
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Lanthaler</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Third Generation Web APIs. Bridging the Gap between REST and Linked Data</article-title>
          .
          <source>Diss. Institute of Information Systems and Computer Media</source>
          . Technische Universitat
          <string-name>
            <surname>Graz</surname>
          </string-name>
          (
          <year>2014</year>
          ). http://www.markus
          <article-title>-lanthaler.com/resea rch/third-generation-web-apis-bridging-the-gap-between-rest-and-linke d-data.pdf (retrieved 10/</article-title>
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Neovesky</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peinelt</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>A Virtual Tour to the Inscriptions of the UNESCO World Heritage Site St. Michael in Hildesheim</article-title>
          . In:
          <article-title>Electronic Visualisation and the Arts (EVA</article-title>
          <year>2015</year>
          )
          <article-title>Conference Proceedings</article-title>
          . London (
          <year>2015</year>
          ), DOI: 10.14236/ewic/e va2015.
          <fpage>31</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Nikitsch</surname>
            ,
            <given-names>E. J.</given-names>
          </string-name>
          : Fritz V.
          <article-title>Arens als Mainzer Inschriftensammler und Epigraphiker</article-title>
          . In: Mainzer Zeitschrift Vol.
          <volume>103</volume>
          (
          <year>2008</year>
          ), pp.
          <volume>231</volume>
          {
          <fpage>243</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Polleres</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , at. al.:
          <article-title>XSPARQL Language Speci cation</article-title>
          .
          <source>Galway</source>
          (
          <year>2009</year>
          ). http:// www.w3.
          <article-title>org/Submission/xsparql-language-specification (retrieved 10/</article-title>
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Schrade</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          : Datenstrukturierung. In: Frietsch,
          <string-name>
            <surname>U</surname>
          </string-name>
          , Rogge,
          <string-name>
            <surname>J</surname>
          </string-name>
          . (eds.) U
          <article-title>ber die Praxis des kulturwissenschaftlichen Arbeitens. Ein Handworterbuch</article-title>
          .
          <source>Bielefeld</source>
          (
          <year>2013</year>
          ), pp.
          <volume>91</volume>
          {
          <fpage>97</fpage>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>