Roman Imperial Social Network and other things

17
The Roman Imperial Social Network and other things Ethan Gruber American Numismatic Society [email protected] @ewg118

description

Presentation delivered to the Standards of Networking Ancient Prosopographies meeting, held in London, March 31-April 1, 2014. It discusses nomisma.org and kerameikos.org datasets that can contribute to SNAP, the Roman Imperial Social Network (RISN) dataset, under development, and the open source EAC-CPF editing and publication software, xEAC (https://github.com/ewg118/xEAC)

Transcript of Roman Imperial Social Network and other things

Page 1: Roman Imperial Social Network and other things

The Roman Imperial Social Networkand other things

Ethan GruberAmerican Numismatic [email protected]@ewg118

Page 2: Roman Imperial Social Network and other things

1. http://nomisma.org

http://nomisma.org/id/augustus

VIAF, Getty, BM, DBpedia

Page 3: Roman Imperial Social Network and other things

SPARQL

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>PREFIX dcterms: <http://purl.org/dc/terms/>PREFIX nm: <http://nomisma.org/id/>PREFIX skos: <http://www.w3.org/2004/02/skos/core#>PREFIX geo: <http://www.w3.org/2003/01/geo/wgs84_pos#>SELECT ?object ?findspot ?lat ?long ?title WHERE {?type nm:authority nm:augustus .?object nm:type_series_item ?type ; nm:findspot ?findspot .?findspot geo:lat ?lat ; geo:long ?long .OPTIONAL {?object dcterms:title ?title}}

Page 4: Roman Imperial Social Network and other things

2. http://kerameikos.org

VIAF, Getty, DBpedia, BM, LGPN, etc.

Page 5: Roman Imperial Social Network and other things

Extract owl:sameAs conceptsdirectly from VIAF(e.g., BnF, GND)

Page 6: Roman Imperial Social Network and other things

3. Roman Imperial Social Network (RISN)

Tom Elliott's Emperors CSV Nomisma Emperors CSV

DBpedia

PHP*

*https://github.com/ewg118/xEAC/blob/master/tools/dbpedia-to-eac.php

EAC-CPF XML Stubs

PIR RDF

Page 7: Roman Imperial Social Network and other things

EAC-CPF: Encoded Archival Context – Corporate Bodies, Persons, Families

Name authority Biographical information Related entities Related resources Other LOD Identifiers

http://eac.staatsbibliothek-berlin.de/http://socialarchive.iath.virginia.edu/

Page 8: Roman Imperial Social Network and other things

Creating, editing, and publishing EAC-CPF with xEAC

XForms web applications: https://github.com/ewg118/xEAC

Page 9: Roman Imperial Social Network and other things
Page 10: Roman Imperial Social Network and other things
Page 11: Roman Imperial Social Network and other things

http://admin.numismatics.org/xeac/id/alexander_the_great

Page 12: Roman Imperial Social Network and other things

otherRecordId: http://nomisma.org/id/augustus

SPARQL: RDF query for related objects

Page 13: Roman Imperial Social Network and other things

The Challenge: Maintaining Relationships

*Now able to handle import/parse of RDF ontologies

Page 14: Roman Imperial Social Network and other things

Create Stub

Create relationship toexisting EAC-CPF record

Page 15: Roman Imperial Social Network and other things

<foaf:Person rdf:about="http://admin.numismatics.org/xeac/id/alexander_the_great"> <skos:altLabel>Alexander the Great</skos:altLabel> <skos:altLabel xml:lang="ja">アレクサンドロス 3 世 </skos:altLabel> <skos:prefLabel xml:lang="en">Alexander the Great</skos:prefLabel> <skos:altLabel xml:lang="nl">Alexander de Grote</skos:altLabel> <skos:altLabel xml:lang="de">Alexander der Große</skos:altLabel> <skos:altLabel xml:lang="es">Alejandro Magno</skos:altLabel> <skos:related rdf:resource="http://dbpedia.org/resource/Alexander_the_Great"/> <my:childOf xmlns:my="http://example.org/my#" rdf:resource="http://admin.numismatics.org/xeac/id/philip_ii_of_macedon"/> </foaf:Person>

Export: RDF and TEI

Page 16: Roman Imperial Social Network and other things

Next Steps

Finish form: Represent all EAC-CPF elements and attributes

Test for scalability

Interface with more APIs

Improve public interface, especially searching and browsing

Incorporate SPARQL endpoint for social network graph visualizations

Follow evolving best practices in RDF/linked open data

Page 17: Roman Imperial Social Network and other things

Next Steps

Finish form: Represent all EAC-CPF elements and attributes

Test for scalability

Interface with more APIs

Improve public interface, especially searching and browsing

Incorporate SPARQL endpoint for social network graph visualizations

Follow evolving best practices in RDF/linked open data