SlideShare a Scribd company logo
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.

More Related Content

What's hot

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
horvadam
 
Bio2RDF presentation at Combine 2012
Bio2RDF presentation at Combine 2012Bio2RDF presentation at Combine 2012
Bio2RDF presentation at Combine 2012
Franç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 LOD
Diego Valerio Camarda
 
DBpedia as Gaeilge Chapter
DBpedia as Gaeilge ChapterDBpedia as Gaeilge Chapter
DBpedia as Gaeilge Chapter
Bianca Pereira
 
Introduction to Linked Data
Introduction to Linked DataIntroduction to Linked Data
Introduction to Linked Data
Thomas Meehan
 
Getting Started With The Talis Platform
Getting Started With The Talis PlatformGetting Started With The Talis Platform
Getting Started With The Talis Platform
Leigh 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 easy
Juan Antonio Vizcaino
 
Introduction to Linked Data
Introduction to Linked DataIntroduction to Linked Data
Introduction to Linked Data
Thomas Meehan
 
Getting triples from records: the role of ISBD
Getting triples from records: the role of ISBDGetting triples from records: the role of ISBD
Database Researchers Map
Database Researchers MapDatabase Researchers Map
Database Researchers Map
Olaf 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 examples
Nandana Mihindukulasooriya
 
Web of Data Usage Mining
Web of Data Usage MiningWeb of Data Usage Mining
Web of Data Usage Mining
Markus Luczak-Rösch
 
Introduction to W3C Linked Data Platform
Introduction to W3C Linked Data PlatformIntroduction to W3C Linked Data Platform
Introduction to W3C Linked Data Platform
Nandana 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
總之來講講 Search
Andy 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
 

What's hot (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...
 

Viewers also liked

Viewers also liked (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 to 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 RDFa
Platypus
 
How RDFa works
How RDFa worksHow RDFa works
How RDFa works
JISC Netskills
 
RDFa Tutorial
RDFa TutorialRDFa Tutorial
RDFa Tutorial
Ivan Herman
 
Bio2RDF@BH2010
Bio2RDF@BH2010Bio2RDF@BH2010
Bio2RDF@BH2010
François Belleau
 
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
CAMELIA BOBAN
 
Semantic web and Drupal: an introduction
Semantic web and Drupal: an introductionSemantic web and Drupal: an introduction
Semantic web and Drupal: an introduction
Kristof 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 Practice
Dan Brickley
 
Consuming linked data by machines
Consuming linked data by machinesConsuming linked data by machines
Consuming linked data by machinesPatrick Sinclair
 
Linked Data on Rails
Linked Data on RailsLinked Data on Rails
Linked Data on Rails
Patrick Sinclair
 
Semantic Web introduction
Semantic Web introductionSemantic Web introduction
Semantic Web introduction
Graphity
 
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 RDFa
Ivan Herman
 
Semantic Web
Semantic WebSemantic Web
Semantic Web
hardchiu
 
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 LOD
Fumihiro 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 Sources
rumito
 
Lifting the Lid on Linked Data
Lifting the Lid on Linked DataLifting the Lid on Linked Data
Lifting the Lid on Linked Data
Jane Stevenson
 
Harmonization of vocabularies for water data
Harmonization of vocabularies for water dataHarmonization of vocabularies for water data
Harmonization of vocabularies for water data
Simon Cox
 

Similar to 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
 

Recently uploaded

BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
deeptiverma2406
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
Celine George
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
ArianaBusciglio
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
gb193092
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Atul Kumar Singh
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Chapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdfChapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdf
Kartik Tiwari
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 

Recently uploaded (20)

BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17How to Make a Field invisible in Odoo 17
How to Make a Field invisible in Odoo 17
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
 
Guidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th SemesterGuidance_and_Counselling.pdf B.Ed. 4th Semester
Guidance_and_Counselling.pdf B.Ed. 4th Semester
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Chapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdfChapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdf
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 

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.