SlideShare una empresa de Scribd logo
1 de 27
Geography
in linked ancient world data
  {   Tom Elliott, Institute for the Study of the Ancient World
      Linked Ancient World Data Institute, New York, May 2012
{   J. M. Reynolds and J. B. Ward-Perkins, Inscriptions of Roman Tripolitania,
    British School at Rome, 1952, enhanced electronic reissue, 2009.

http://irt.kcl.ac.uk/irt2009/IRT264.html
{   J. M. Reynolds and J. B. Ward-Perkins, Inscriptions of Roman Tripolitania,
    British School at Rome, 1952, enhanced electronic reissue, 2009.

http://irt.kcl.ac.uk/irt2009/IRT264.html
{   J. M. Reynolds and J. B. Ward-Perkins, Inscriptions of Roman Tripolitania,
    British School at Rome, 1952, enhanced electronic reissue, 2009.

http://irt.kcl.ac.uk/irt2009/IRT264.html

ἀγαθῇ ηύτῃ [ηῶν κσ]ρίων | Ἀζζκληπιάδης θεῷ | Ἀζζκληπιῷ εὐταριζηήρ[ι]ον
    For the good fortune of our lords; Asclepiades (set up) a thank-offering to the
    god Asclepius.

Pro uic|toria | domi|norum | nostro|rum
    For the victory of our lords.

Aretes cau|sa dio Aescu|lapio Ascle|piades Ascle|[piadis filiu]s marmorari[u]s |
Nicomed[ia]
    Because of his excellence, to the god Asclepius; Asclepiades son of
    Asclepiades, marble-merchant from Nicomedia.
{   RDF and Turtle


Resource Description Framework
http://www.w3.org/RDF/

      “a standard model for data interchange on the Web [that]
      extends the linking structure of the Web to use URIs to name the
      relationship between things as well as the two ends of the link
      (this is usually referred to as a “triple”). Using this simple model, it
      allows structured and semi-structured data to be mixed,
      exposed, and shared across different applications.”

Turtle: Terse RDF Triple Language
http://www.w3.org/TeamSubmission/turtle/

      “a textual syntax for RDF that allows RDF graphs to be
      completely written in a compact and natural text form, with
      abbreviations for common usage patterns and datatypes.”
{   Modeling IRT 264 in RDF using Turtle (saying *what* it is)


http://irt.kcl.ac.uk/irt2009/IRT264.html a
http://purl.org/ontology/bibo/Webpage .

      • The IRT 264 web page
{   Modeling IRT 264 in RDF using Turtle (saying *what* it is)


http://irt.kcl.ac.uk/irt2009/IRT264.html a
http://purl.org/ontology/bibo/Webpage .

      • The IRT 264 web page is a
{   Modeling IRT 264 in RDF using Turtle (saying *what* it is)


http://irt.kcl.ac.uk/irt2009/IRT264.html a
http://purl.org/ontology/bibo/Webpage .

      • The IRT 264 web page is a web page
         • where “web page” is defined by the Bibliographic
           Ontology
{   Modeling IRT 264 in RDF using Turtle (saying *what* it is)


http://irt.kcl.ac.uk/irt2009/IRT264.html a
http://purl.org/ontology/bibo/Webpage .




              subject                predicate                   object
{   Modeling IRT 264 in RDF using Turtle (saying *what* it is)


http://irt.kcl.ac.uk/irt2009/IRT264.html a
http://purl.org/ontology/bibo/Webpage .

      • The IRT 264 web page is a web page
      • where “web page” is defined by the Bibliographic Ontology


http://irt.kcl.ac.uk/irt2009/IRT264.html
http://purl.org/dc/terms/format “text/html” .

      • The IRT 264 web page has the format “text/html”
      • where the notion of “format” is defined by the Dublin Core
        Metadata Initiative Terms list.
{   Modeling IRT 264 in RDF using Turtle (reduce verbosity)


http://irt.kcl.ac.uk/irt2009/IRT264.html
          a http://purl.org/ontology/bibo/Webpage ;
          http://purl.org/dc/terms/format “text/html” .
{   Modeling IRT 264 in RDF using Turtle (reduce verbosity even more)


@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .

http://irt.kcl.ac.uk/irt2009/IRT264.html
          a bibo:Webpage ;
          dcterms:format “text/html” .
{   Modeling IRT 264 in RDF using Turtle (adding bibliographic description)


@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .

http://irt.kcl.ac.uk/irt2009/IRT264.html
          a bibo:Webpage ;
          dcterms:format “text/html” ;
          dcterms:creator “Joyce Reynolds” ;
          dcterms:creator “J.B. Ward Perkins” ;
          dcterms:title “IRT 264. Dedication to Asclepius” ;
          dcterms:date “2009” ;
          dcterms:license http://creativecommons.org/licenses/by/2.0/uk/ .
{   Modeling IRT 264 in RDF using Turtle (adding bibliographic description)


@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .

http://irt.kcl.ac.uk/irt2009/IRT264.html
          a bibo:Webpage ;
          dcterms:format “text/html” ;
          dcterms:creator “Joyce Reynolds” ;
          dcterms:creator “J.B. Ward Perkins” ;
          dcterms:title “IRT 264. Dedication to Asclepius” ;
          dcterms:date “2009” ;
          dcterms:license http://creativecommons.org/licenses/by/2.0/uk/ .



• We could also use terms from Bibo or other ontologies/vocabularies.
{   aside: GAWD = the Graph of Ancient World Data


http://gawd.atlantides.org/terms/

• a controlled vocabulary for expressing classes of relationships (or even
  assertions) between web-based resources in the context of Linked Data
  and Atom+GeoRSS feed applications. Its original version was a project
  deliverable for the NEH- and JISC-funded Concordia Project (2008-2009)

where
findspot
origin
observedAt
attestsTo
depicts
isEditionOf
alternateEdition
{   Modeling IRT 264 in RDF using Turtle (geography using GAWD terms)


@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix gawd: <http://gawd.atlantides.org/terms/> .

http://irt.kcl.ac.uk/irt2009/IRT264.html
          a bibo:Webpage ;
          dcterms:format “text/html” ;
          dcterms:creator “Joyce Reynolds” ;
          dcterms:creator “J.B. Ward Perkins” ;
          dcterms:title “IRT 264. Dedication to Asclepius” ;
          dcterms:date “2009” ;
          dcterms:license http://creativecommons.org/licenses/by/2.0/uk/ ;
          gawd:findspot “Lepcis Magna” ;
          gawd:attestsTo “Nicomedia” .
{   aside: Pleiades (http://pleiades.stoa.org)
{   Modeling IRT 264 in RDF using Turtle (geography using GAWD terms and
    Pleiades URIs)

@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix gawd: <http://gawd.atlantides.org/terms/> .

http://irt.kcl.ac.uk/irt2009/IRT264.html
          a bibo:Webpage ;
          dcterms:format “text/html” ;
          dcterms:creator “Joyce Reynolds” ;
          dcterms:creator “J.B. Ward Perkins” ;
          dcterms:title “IRT 264. Dedication to Asclepius” ;
          dcterms:date “2009” ;
          dcterms:license http://creativecommons.org/licenses/by/2.0/uk/ ;
          gawd:findspot <http://pleiades.stoa.org/places/344448#this> ;
          gawd:attestsTo <http://pleiades.stoa.org/places/511337#this> .
{   Modeling IRT 264 in RDF using Turtle (geography using GAWD terms and
    Pleiades URIs)

@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix gawd: <http://gawd.atlantides.org/terms/> .

http://irt.kcl.ac.uk/irt2009/IRT264.html
          a bibo:Webpage ;
          dcterms:format “text/html” ;
          dcterms:creator “Joyce Reynolds” ;
          dcterms:creator “J.B. Ward Perkins” ;
          dcterms:title “IRT 264. Dedication to Asclepius” ;
          dcterms:date “2009” ;
          dcterms:license http://creativecommons.org/licenses/by/2.0/uk/ ;
          gawd:findspot <http://pleiades.stoa.org/places/344448#this> ;
          gawd:attestsTo <http://pleiades.stoa.org/places/511337#this> .
{   aside: Pelagios and OAC


Pelagios Project
http://pelagios-project.blogspot.com/

      its aim is to help introduce Linked Open Data goodness into online
      resources that refer to places in the Ancient World

Open Annotation Collaboration (OAC)
http://www.openannotation.org/

      to facilitate the emergence of a Web and resource-centric
      interoperable annotation environment
{   aside: Open Annotation Collaboration Data Model


An Annotation is a document identified by an HTTP URI that describes an
association created between a Body resource and a Target resource. The
Body must be somehow "about" the Target for it to be considered the body
of an Annotation.




    Both the Body and the Target of the Annotation can be any resource on the
    web, identified by a URI. As such, they can have representations in any
    format or language (or no language), or have no representations at all, such
    as for abstract resources that denote a concept.
{   Modeling IRT 264 in RDF using Turtle (Pelagios geography using OAC
    annotations)

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dc: <http://www.purl.org/dc/elements/1.1/> .
@prefix oac: <http://www.openannotation.org/ns/> .
@prefix ass: <http://isaw.nyu.edu/people/staff/tom_elliott/assertions#> .

ass:a1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> oac:Annotation
;
  dc:title ”IRT 264 mentions Nicomedia” ;
  dcterms:creator <http://isaw.nyu.edu/people/staff/tom_elliott> ;
  oac:hasBody <http://pleiades.stoa.org/places/511337> ;
  oac:hasTarget <http://irt.kcl.ac.uk/irt2009/IRT264.html> .
{   Modeling IRT 264 in RDF using Turtle (Pelagios geography using OAC
    annotations)

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dc: <http://www.purl.org/dc/elements/1.1/> .
@prefix oac: <http://www.openannotation.org/ns/> .
@prefix ass: <http://isaw.nyu.edu/people/staff/tom_elliott/assertions#> .

ass:a1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> oac:Annotation
;
  dc:title ”IRT 264 mentions Nicomedia” ;
  dcterms:creator <http://isaw.nyu.edu/people/staff/tom_elliott> ;
  oac:hasBody <http://pleiades.stoa.org/places/511337> ;
  oac:hasTarget <http://irt.kcl.ac.uk/irt2009/IRT264.html> .

ass:a2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> oac:Annotation;
  dc:title ”IRT 264 was found at Lepcis Magna” ;
  dcterms:creator <http://isaw.nyu.edu/people/staff/tom_elliott> ;
  oac:hasBody <http://pleiades.stoa.org/places/344448> ;
  oac:hasTarget <http://irt.kcl.ac.uk/irt2009/IRT264.html> .
{   Thoughts for Discussion (from Leif)


1.   HTTP URIs are more important than ontologies for connectivity
2.   A Little Ontology Goes a Long Way
3.   We should grow the Web of Data, not build it
4.   The Web is designed for scale. Scale requires Openness.

Más contenido relacionado

La actualidad más candente

First steps towards publishing library data on the semantic web
First steps towards publishing library data on the semantic webFirst steps towards publishing library data on the semantic web
First steps towards publishing library data on the semantic webhorvadam
 
Bio2RDF presentation at Combine 2012
Bio2RDF presentation at Combine 2012Bio2RDF presentation at Combine 2012
Bio2RDF presentation at Combine 2012François Belleau
 
(Enterprise) Linked Data Platform a new standard to manage LOD
(Enterprise) Linked Data Platform a new standard to manage LOD(Enterprise) Linked Data Platform a new standard to manage LOD
(Enterprise) Linked Data Platform a new standard to manage LODDiego Valerio Camarda
 
DBpedia as Gaeilge Chapter
DBpedia as Gaeilge ChapterDBpedia as Gaeilge Chapter
DBpedia as Gaeilge ChapterBianca Pereira
 
Introduction to Linked Data
Introduction to Linked DataIntroduction to Linked Data
Introduction to Linked DataThomas Meehan
 
Getting Started With The Talis Platform
Getting Started With The Talis PlatformGetting Started With The Talis Platform
Getting Started With The Talis PlatformLeigh Dodds
 
ProteomeXchange: data deposition and data retrieval made easy
ProteomeXchange: data deposition and data retrieval made easyProteomeXchange: data deposition and data retrieval made easy
ProteomeXchange: data deposition and data retrieval made easyJuan Antonio Vizcaino
 
Introduction to Linked Data
Introduction to Linked DataIntroduction to Linked Data
Introduction to Linked DataThomas Meehan
 
Database Researchers Map
Database Researchers MapDatabase Researchers Map
Database Researchers MapOlaf Hartig
 
EAD, MARC and DACS
EAD, MARC and DACSEAD, MARC and DACS
EAD, MARC and DACSmillermax
 
Learning W3C Linked Data Platform with examples
Learning W3C Linked Data Platform with examplesLearning W3C Linked Data Platform with examples
Learning W3C Linked Data Platform with examplesNandana Mihindukulasooriya
 
IPTC News in JSON Spring 2013
IPTC News in JSON Spring 2013IPTC News in JSON Spring 2013
IPTC News in JSON Spring 2013Stuart Myles
 
Introduction to Linked Data Platform (LDP)
Introduction to Linked Data Platform (LDP)Introduction to Linked Data Platform (LDP)
Introduction to Linked Data Platform (LDP)Hector Correa
 
總之來講講 Search
總之來講講 Search總之來講講 Search
總之來講講 SearchAndy Dai
 
ProteomeXchange Experience: PXD Identifiers and Release of Data on Acceptance...
ProteomeXchange Experience: PXD Identifiers and Release of Data on Acceptance...ProteomeXchange Experience: PXD Identifiers and Release of Data on Acceptance...
ProteomeXchange Experience: PXD Identifiers and Release of Data on Acceptance...Juan Antonio Vizcaino
 

La actualidad más candente (20)

First steps towards publishing library data on the semantic web
First steps towards publishing library data on the semantic webFirst steps towards publishing library data on the semantic web
First steps towards publishing library data on the semantic web
 
Bio2RDF presentation at Combine 2012
Bio2RDF presentation at Combine 2012Bio2RDF presentation at Combine 2012
Bio2RDF presentation at Combine 2012
 
(Enterprise) Linked Data Platform a new standard to manage LOD
(Enterprise) Linked Data Platform a new standard to manage LOD(Enterprise) Linked Data Platform a new standard to manage LOD
(Enterprise) Linked Data Platform a new standard to manage LOD
 
DBpedia as Gaeilge Chapter
DBpedia as Gaeilge ChapterDBpedia as Gaeilge Chapter
DBpedia as Gaeilge Chapter
 
Introduction to Linked Data
Introduction to Linked DataIntroduction to Linked Data
Introduction to Linked Data
 
Getting Started With The Talis Platform
Getting Started With The Talis PlatformGetting Started With The Talis Platform
Getting Started With The Talis Platform
 
Bio2RDF @ W3C HCLS2009
Bio2RDF @ W3C HCLS2009Bio2RDF @ W3C HCLS2009
Bio2RDF @ W3C HCLS2009
 
Publishing Linked Data from RDB
Publishing Linked Data from RDBPublishing Linked Data from RDB
Publishing Linked Data from RDB
 
ProteomeXchange: data deposition and data retrieval made easy
ProteomeXchange: data deposition and data retrieval made easyProteomeXchange: data deposition and data retrieval made easy
ProteomeXchange: data deposition and data retrieval made easy
 
Introduction to Linked Data
Introduction to Linked DataIntroduction to Linked Data
Introduction to Linked Data
 
Getting triples from records: the role of ISBD
Getting triples from records: the role of ISBDGetting triples from records: the role of ISBD
Getting triples from records: the role of ISBD
 
Database Researchers Map
Database Researchers MapDatabase Researchers Map
Database Researchers Map
 
EAD, MARC and DACS
EAD, MARC and DACSEAD, MARC and DACS
EAD, MARC and DACS
 
Learning W3C Linked Data Platform with examples
Learning W3C Linked Data Platform with examplesLearning W3C Linked Data Platform with examples
Learning W3C Linked Data Platform with examples
 
Web of Data Usage Mining
Web of Data Usage MiningWeb of Data Usage Mining
Web of Data Usage Mining
 
Introduction to W3C Linked Data Platform
Introduction to W3C Linked Data PlatformIntroduction to W3C Linked Data Platform
Introduction to W3C Linked Data Platform
 
IPTC News in JSON Spring 2013
IPTC News in JSON Spring 2013IPTC News in JSON Spring 2013
IPTC News in JSON Spring 2013
 
Introduction to Linked Data Platform (LDP)
Introduction to Linked Data Platform (LDP)Introduction to Linked Data Platform (LDP)
Introduction to Linked Data Platform (LDP)
 
總之來講講 Search
總之來講講 Search總之來講講 Search
總之來講講 Search
 
ProteomeXchange Experience: PXD Identifiers and Release of Data on Acceptance...
ProteomeXchange Experience: PXD Identifiers and Release of Data on Acceptance...ProteomeXchange Experience: PXD Identifiers and Release of Data on Acceptance...
ProteomeXchange Experience: PXD Identifiers and Release of Data on Acceptance...
 

Destacado

Destacado (8)

Fake resume
Fake resumeFake resume
Fake resume
 
Fake resume
Fake resumeFake resume
Fake resume
 
Fake resume
Fake resumeFake resume
Fake resume
 
Fake resume
Fake resumeFake resume
Fake resume
 
Fake resume
Fake resumeFake resume
Fake resume
 
Fake resume
Fake resumeFake resume
Fake resume
 
Fake resume
Fake resumeFake resume
Fake resume
 
Fake resume
Fake resumeFake resume
Fake resume
 

Similar a Geography in Linked Ancient World Data

RDFa Introductory Course Session 2/4 How RDFa
RDFa Introductory Course Session 2/4 How RDFaRDFa Introductory Course Session 2/4 How RDFa
RDFa Introductory Course Session 2/4 How RDFaPlatypus
 
GDG Meets U event - Big data & Wikidata - no lies codelab
GDG Meets U event - Big data & Wikidata -  no lies codelabGDG Meets U event - Big data & Wikidata -  no lies codelab
GDG Meets U event - Big data & Wikidata - no lies codelabCAMELIA BOBAN
 
Semantic web and Drupal: an introduction
Semantic web and Drupal: an introductionSemantic web and Drupal: an introduction
Semantic web and Drupal: an introductionKristof Van Tomme
 
SemWeb Fundamentals - Info Linking & Layering in Practice
SemWeb Fundamentals - Info Linking & Layering in PracticeSemWeb Fundamentals - Info Linking & Layering in Practice
SemWeb Fundamentals - Info Linking & Layering in PracticeDan Brickley
 
Consuming linked data by machines
Consuming linked data by machinesConsuming linked data by machines
Consuming linked data by machinesPatrick Sinclair
 
Semantic Web introduction
Semantic Web introductionSemantic Web introduction
Semantic Web introductionGraphity
 
2011 4IZ440 Semantic Web – RDF, SPARQL, and software APIs
2011 4IZ440 Semantic Web – RDF, SPARQL, and software APIs2011 4IZ440 Semantic Web – RDF, SPARQL, and software APIs
2011 4IZ440 Semantic Web – RDF, SPARQL, and software APIsJosef Petrák
 
Introduction to RDFa
Introduction to RDFaIntroduction to RDFa
Introduction to RDFaIvan Herman
 
Semantic Web
Semantic WebSemantic Web
Semantic Webhardchiu
 
Linked data and rdf
Linked  data and rdfLinked  data and rdf
Linked data and rdfDaniel Nüst
 
Programming with LOD
Programming with LODProgramming with LOD
Programming with LODFumihiro Kato
 
Virtuoso Sponger - RDFizer Middleware for creating RDF from non RDF Data Sources
Virtuoso Sponger - RDFizer Middleware for creating RDF from non RDF Data SourcesVirtuoso Sponger - RDFizer Middleware for creating RDF from non RDF Data Sources
Virtuoso Sponger - RDFizer Middleware for creating RDF from non RDF Data Sourcesrumito
 
Lifting the Lid on Linked Data
Lifting the Lid on Linked DataLifting the Lid on Linked Data
Lifting the Lid on Linked DataJane Stevenson
 
Harmonization of vocabularies for water data
Harmonization of vocabularies for water dataHarmonization of vocabularies for water data
Harmonization of vocabularies for water dataSimon Cox
 

Similar a Geography in Linked Ancient World Data (20)

RDFa Introductory Course Session 2/4 How RDFa
RDFa Introductory Course Session 2/4 How RDFaRDFa Introductory Course Session 2/4 How RDFa
RDFa Introductory Course Session 2/4 How RDFa
 
How RDFa works
How RDFa worksHow RDFa works
How RDFa works
 
RDFa Tutorial
RDFa TutorialRDFa Tutorial
RDFa Tutorial
 
Bio2RDF@BH2010
Bio2RDF@BH2010Bio2RDF@BH2010
Bio2RDF@BH2010
 
GDG Meets U event - Big data & Wikidata - no lies codelab
GDG Meets U event - Big data & Wikidata -  no lies codelabGDG Meets U event - Big data & Wikidata -  no lies codelab
GDG Meets U event - Big data & Wikidata - no lies codelab
 
Semantic web and Drupal: an introduction
Semantic web and Drupal: an introductionSemantic web and Drupal: an introduction
Semantic web and Drupal: an introduction
 
SemWeb Fundamentals - Info Linking & Layering in Practice
SemWeb Fundamentals - Info Linking & Layering in PracticeSemWeb Fundamentals - Info Linking & Layering in Practice
SemWeb Fundamentals - Info Linking & Layering in Practice
 
Consuming linked data by machines
Consuming linked data by machinesConsuming linked data by machines
Consuming linked data by machines
 
Linked Data on Rails
Linked Data on RailsLinked Data on Rails
Linked Data on Rails
 
Data in RDF
Data in RDFData in RDF
Data in RDF
 
Semantic Web introduction
Semantic Web introductionSemantic Web introduction
Semantic Web introduction
 
2011 4IZ440 Semantic Web – RDF, SPARQL, and software APIs
2011 4IZ440 Semantic Web – RDF, SPARQL, and software APIs2011 4IZ440 Semantic Web – RDF, SPARQL, and software APIs
2011 4IZ440 Semantic Web – RDF, SPARQL, and software APIs
 
Introduction to RDFa
Introduction to RDFaIntroduction to RDFa
Introduction to RDFa
 
Semantic Web
Semantic WebSemantic Web
Semantic Web
 
Ontologias - RDF
Ontologias - RDFOntologias - RDF
Ontologias - RDF
 
Linked data and rdf
Linked  data and rdfLinked  data and rdf
Linked data and rdf
 
Programming with LOD
Programming with LODProgramming with LOD
Programming with LOD
 
Virtuoso Sponger - RDFizer Middleware for creating RDF from non RDF Data Sources
Virtuoso Sponger - RDFizer Middleware for creating RDF from non RDF Data SourcesVirtuoso Sponger - RDFizer Middleware for creating RDF from non RDF Data Sources
Virtuoso Sponger - RDFizer Middleware for creating RDF from non RDF Data Sources
 
Lifting the Lid on Linked Data
Lifting the Lid on Linked DataLifting the Lid on Linked Data
Lifting the Lid on Linked Data
 
Harmonization of vocabularies for water data
Harmonization of vocabularies for water dataHarmonization of vocabularies for water data
Harmonization of vocabularies for water data
 

Último

Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxPooja Bhuva
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxannathomasp01
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 

Último (20)

Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 

Geography in Linked Ancient World Data

  • 1. Geography in linked ancient world data { Tom Elliott, Institute for the Study of the Ancient World Linked Ancient World Data Institute, New York, May 2012
  • 2.
  • 3.
  • 4.
  • 5. { J. M. Reynolds and J. B. Ward-Perkins, Inscriptions of Roman Tripolitania, British School at Rome, 1952, enhanced electronic reissue, 2009. http://irt.kcl.ac.uk/irt2009/IRT264.html
  • 6. { J. M. Reynolds and J. B. Ward-Perkins, Inscriptions of Roman Tripolitania, British School at Rome, 1952, enhanced electronic reissue, 2009. http://irt.kcl.ac.uk/irt2009/IRT264.html
  • 7. { J. M. Reynolds and J. B. Ward-Perkins, Inscriptions of Roman Tripolitania, British School at Rome, 1952, enhanced electronic reissue, 2009. http://irt.kcl.ac.uk/irt2009/IRT264.html ἀγαθῇ ηύτῃ [ηῶν κσ]ρίων | Ἀζζκληπιάδης θεῷ | Ἀζζκληπιῷ εὐταριζηήρ[ι]ον For the good fortune of our lords; Asclepiades (set up) a thank-offering to the god Asclepius. Pro uic|toria | domi|norum | nostro|rum For the victory of our lords. Aretes cau|sa dio Aescu|lapio Ascle|piades Ascle|[piadis filiu]s marmorari[u]s | Nicomed[ia] Because of his excellence, to the god Asclepius; Asclepiades son of Asclepiades, marble-merchant from Nicomedia.
  • 8. { RDF and Turtle Resource Description Framework http://www.w3.org/RDF/ “a standard model for data interchange on the Web [that] extends the linking structure of the Web to use URIs to name the relationship between things as well as the two ends of the link (this is usually referred to as a “triple”). Using this simple model, it allows structured and semi-structured data to be mixed, exposed, and shared across different applications.” Turtle: Terse RDF Triple Language http://www.w3.org/TeamSubmission/turtle/ “a textual syntax for RDF that allows RDF graphs to be completely written in a compact and natural text form, with abbreviations for common usage patterns and datatypes.”
  • 9. { Modeling IRT 264 in RDF using Turtle (saying *what* it is) http://irt.kcl.ac.uk/irt2009/IRT264.html a http://purl.org/ontology/bibo/Webpage . • The IRT 264 web page
  • 10. { Modeling IRT 264 in RDF using Turtle (saying *what* it is) http://irt.kcl.ac.uk/irt2009/IRT264.html a http://purl.org/ontology/bibo/Webpage . • The IRT 264 web page is a
  • 11. { Modeling IRT 264 in RDF using Turtle (saying *what* it is) http://irt.kcl.ac.uk/irt2009/IRT264.html a http://purl.org/ontology/bibo/Webpage . • The IRT 264 web page is a web page • where “web page” is defined by the Bibliographic Ontology
  • 12. { Modeling IRT 264 in RDF using Turtle (saying *what* it is) http://irt.kcl.ac.uk/irt2009/IRT264.html a http://purl.org/ontology/bibo/Webpage . subject predicate object
  • 13. { Modeling IRT 264 in RDF using Turtle (saying *what* it is) http://irt.kcl.ac.uk/irt2009/IRT264.html a http://purl.org/ontology/bibo/Webpage . • The IRT 264 web page is a web page • where “web page” is defined by the Bibliographic Ontology http://irt.kcl.ac.uk/irt2009/IRT264.html http://purl.org/dc/terms/format “text/html” . • The IRT 264 web page has the format “text/html” • where the notion of “format” is defined by the Dublin Core Metadata Initiative Terms list.
  • 14. { Modeling IRT 264 in RDF using Turtle (reduce verbosity) http://irt.kcl.ac.uk/irt2009/IRT264.html a http://purl.org/ontology/bibo/Webpage ; http://purl.org/dc/terms/format “text/html” .
  • 15. { Modeling IRT 264 in RDF using Turtle (reduce verbosity even more) @prefix bibo: <http://purl.org/ontology/bibo/> . @prefix dcterms: <http://purl.org/dc/terms/> . http://irt.kcl.ac.uk/irt2009/IRT264.html a bibo:Webpage ; dcterms:format “text/html” .
  • 16. { Modeling IRT 264 in RDF using Turtle (adding bibliographic description) @prefix bibo: <http://purl.org/ontology/bibo/> . @prefix dcterms: <http://purl.org/dc/terms/> . http://irt.kcl.ac.uk/irt2009/IRT264.html a bibo:Webpage ; dcterms:format “text/html” ; dcterms:creator “Joyce Reynolds” ; dcterms:creator “J.B. Ward Perkins” ; dcterms:title “IRT 264. Dedication to Asclepius” ; dcterms:date “2009” ; dcterms:license http://creativecommons.org/licenses/by/2.0/uk/ .
  • 17. { Modeling IRT 264 in RDF using Turtle (adding bibliographic description) @prefix bibo: <http://purl.org/ontology/bibo/> . @prefix dcterms: <http://purl.org/dc/terms/> . http://irt.kcl.ac.uk/irt2009/IRT264.html a bibo:Webpage ; dcterms:format “text/html” ; dcterms:creator “Joyce Reynolds” ; dcterms:creator “J.B. Ward Perkins” ; dcterms:title “IRT 264. Dedication to Asclepius” ; dcterms:date “2009” ; dcterms:license http://creativecommons.org/licenses/by/2.0/uk/ . • We could also use terms from Bibo or other ontologies/vocabularies.
  • 18. { aside: GAWD = the Graph of Ancient World Data http://gawd.atlantides.org/terms/ • a controlled vocabulary for expressing classes of relationships (or even assertions) between web-based resources in the context of Linked Data and Atom+GeoRSS feed applications. Its original version was a project deliverable for the NEH- and JISC-funded Concordia Project (2008-2009) where findspot origin observedAt attestsTo depicts isEditionOf alternateEdition
  • 19. { Modeling IRT 264 in RDF using Turtle (geography using GAWD terms) @prefix bibo: <http://purl.org/ontology/bibo/> . @prefix dcterms: <http://purl.org/dc/terms/> . @prefix gawd: <http://gawd.atlantides.org/terms/> . http://irt.kcl.ac.uk/irt2009/IRT264.html a bibo:Webpage ; dcterms:format “text/html” ; dcterms:creator “Joyce Reynolds” ; dcterms:creator “J.B. Ward Perkins” ; dcterms:title “IRT 264. Dedication to Asclepius” ; dcterms:date “2009” ; dcterms:license http://creativecommons.org/licenses/by/2.0/uk/ ; gawd:findspot “Lepcis Magna” ; gawd:attestsTo “Nicomedia” .
  • 20. { aside: Pleiades (http://pleiades.stoa.org)
  • 21. { Modeling IRT 264 in RDF using Turtle (geography using GAWD terms and Pleiades URIs) @prefix bibo: <http://purl.org/ontology/bibo/> . @prefix dcterms: <http://purl.org/dc/terms/> . @prefix gawd: <http://gawd.atlantides.org/terms/> . http://irt.kcl.ac.uk/irt2009/IRT264.html a bibo:Webpage ; dcterms:format “text/html” ; dcterms:creator “Joyce Reynolds” ; dcterms:creator “J.B. Ward Perkins” ; dcterms:title “IRT 264. Dedication to Asclepius” ; dcterms:date “2009” ; dcterms:license http://creativecommons.org/licenses/by/2.0/uk/ ; gawd:findspot <http://pleiades.stoa.org/places/344448#this> ; gawd:attestsTo <http://pleiades.stoa.org/places/511337#this> .
  • 22. { Modeling IRT 264 in RDF using Turtle (geography using GAWD terms and Pleiades URIs) @prefix bibo: <http://purl.org/ontology/bibo/> . @prefix dcterms: <http://purl.org/dc/terms/> . @prefix gawd: <http://gawd.atlantides.org/terms/> . http://irt.kcl.ac.uk/irt2009/IRT264.html a bibo:Webpage ; dcterms:format “text/html” ; dcterms:creator “Joyce Reynolds” ; dcterms:creator “J.B. Ward Perkins” ; dcterms:title “IRT 264. Dedication to Asclepius” ; dcterms:date “2009” ; dcterms:license http://creativecommons.org/licenses/by/2.0/uk/ ; gawd:findspot <http://pleiades.stoa.org/places/344448#this> ; gawd:attestsTo <http://pleiades.stoa.org/places/511337#this> .
  • 23. { aside: Pelagios and OAC Pelagios Project http://pelagios-project.blogspot.com/ its aim is to help introduce Linked Open Data goodness into online resources that refer to places in the Ancient World Open Annotation Collaboration (OAC) http://www.openannotation.org/ to facilitate the emergence of a Web and resource-centric interoperable annotation environment
  • 24. { aside: Open Annotation Collaboration Data Model An Annotation is a document identified by an HTTP URI that describes an association created between a Body resource and a Target resource. The Body must be somehow "about" the Target for it to be considered the body of an Annotation. Both the Body and the Target of the Annotation can be any resource on the web, identified by a URI. As such, they can have representations in any format or language (or no language), or have no representations at all, such as for abstract resources that denote a concept.
  • 25. { Modeling IRT 264 in RDF using Turtle (Pelagios geography using OAC annotations) @prefix dcterms: <http://purl.org/dc/terms/> . @prefix dc: <http://www.purl.org/dc/elements/1.1/> . @prefix oac: <http://www.openannotation.org/ns/> . @prefix ass: <http://isaw.nyu.edu/people/staff/tom_elliott/assertions#> . ass:a1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> oac:Annotation ; dc:title ”IRT 264 mentions Nicomedia” ; dcterms:creator <http://isaw.nyu.edu/people/staff/tom_elliott> ; oac:hasBody <http://pleiades.stoa.org/places/511337> ; oac:hasTarget <http://irt.kcl.ac.uk/irt2009/IRT264.html> .
  • 26. { Modeling IRT 264 in RDF using Turtle (Pelagios geography using OAC annotations) @prefix dcterms: <http://purl.org/dc/terms/> . @prefix dc: <http://www.purl.org/dc/elements/1.1/> . @prefix oac: <http://www.openannotation.org/ns/> . @prefix ass: <http://isaw.nyu.edu/people/staff/tom_elliott/assertions#> . ass:a1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> oac:Annotation ; dc:title ”IRT 264 mentions Nicomedia” ; dcterms:creator <http://isaw.nyu.edu/people/staff/tom_elliott> ; oac:hasBody <http://pleiades.stoa.org/places/511337> ; oac:hasTarget <http://irt.kcl.ac.uk/irt2009/IRT264.html> . ass:a2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> oac:Annotation; dc:title ”IRT 264 was found at Lepcis Magna” ; dcterms:creator <http://isaw.nyu.edu/people/staff/tom_elliott> ; oac:hasBody <http://pleiades.stoa.org/places/344448> ; oac:hasTarget <http://irt.kcl.ac.uk/irt2009/IRT264.html> .
  • 27. { Thoughts for Discussion (from Leif) 1. HTTP URIs are more important than ontologies for connectivity 2. A Little Ontology Goes a Long Way 3. We should grow the Web of Data, not build it 4. The Web is designed for scale. Scale requires Openness.