Epigraphic Documents in TEI XML
Beispiel: Angaben zu Person | Sprachgebrauch
<profileDesc>
<particDesc> <!-- participation description -->
<listPerson>
<person xml:id="ffb-80-1" sex="1">
<persName ref="http://d-nb.info/gnd/11879132X">
Meir Rothschild ben Anschel Rothschild
</persName> <death when="1812-09-19"/>
</person>
</listPerson>
</particDesc>
<langUsage> <language ident="he" usage="100">Hebrew</language> </langUsage>
</profileDesc>
List of All
Transcription Guidelines
… zur Sparql Query
# SPARQL-Request GENDERDISTRIBUTION in DIO and EpiDat
PREFIX dio: <http://nbn-resolving.de/>
PREFIX epi: <http://www.steinheim-institut.de/cgi-bin/epidat/>
PREFIX mat: <http://www.inschriften.de/material/>
PREFIX obj: <http://www.inschriften.de/objecttype/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
SELECT DISTINCT ?gender (COUNT(?gender) as ?counter) ?corpus
WHERE {
?s foaf:gender ?gender .
?s rdf:type ?corpus . FILTER ( ?corpus = "EPI" || ?corpus = "DIO")
}
GROUP BY ?gender ?corpus
Eclipse RDF4J is a Java API for RDF: it allows you to create, parse,
write, store, query and reason with RDF data in a highly scalable manner. Beispielquery für eine korpusübergreifende
Recherche in DIO und EPIDAT.