SlideShare una empresa de Scribd logo
1 de 26
this is the story of
making some open
linked* data


*disclaimer: it’s not very linked yet
we had a little project in York ...
to expose ‘The London Art World 1660-1735’
    dataset - several years of history of art
  research trawling primary and secondary
 sources of information about into art sales,
people, places and artworks all contained in
                 spreadsheets
simple database-driven
this is about an art sale              web site




     first we put the data on
                     the web
                            artworld.york.ac.uk
ok, so it’s on the web, it has some
 links, it’s open, right? can I go
now? ... not so fast, I’m not done
                 yet
how does a machine know
                                 and these are links to info about
 that this is about an art             people and places?
           sale?




    and how can someone get
       at this info and do                 like enrich it with
   interesting things with it?             information from
                                               elsewhere?
linked open data
 ... describing real-world things and
the relationships between them in a
        machine-readable way
in walks RDF:
Resource (identifying resources on the
web) Description (and describing them)
  Framework (with a model based on
         triples and graphs)
PREDICATE
SUBJECT                 (aka relationship)                 OBJECT


     <someArtist> <occupied> <somePlace>

      <someArtist> <painted> <somePainting>

          <somePainting> <soldIn> <someSale>

           <someSale> <happenedIn> <somePlace>
                                                          all of these
              <someCatalogue> <describes> <someSale>      will be uris
                <someSaleItem> <soldFor> <somePrice>


    RDF -        <someBuyer> <purchased> <someSaleItem>

      all                                                 this is not
     about                                                the rdf you
                                                          are looking
    triples                                                   for
an   ontology standardized representation
                                                             is a

               of knowledge as a set of concepts within a
             domain, and the relationships between those
              concepts. It can be used to reason about the
             entities within that domain, and may be used
               to describe the domain (wikipedia)


or, put another way “a standard way of describing stuff
               for a given domain” (me)
we should either use terms from
existing ontologies or create and
publish our terms using standard
           approaches
we created an event-driven ontology based
 on DUL (DOLCE Ultra Lite) and LODE
         (Linked Open Events)

                   why?

   because we wanted to create rich and
specific data but ensure our data could still
be understood in a generic and low barrier
                    way
dlib.york.ac.uk/ontologies
linking means making
connections between our
    data and others
we linked our people to viaf and some of
       our places to geonames ...

  <ourPerson> <sameas> <viafPerson>

 <ourPlace> <sameas> <geonamesPlace>

... a data consumer can start following this
             network of links
making data
image: http://www.flickr.com/photos/kikishua/5451503709/
spreadsheet cleanup with scripting, a database
               and some Google refine action*




                * google refine is very useful for dealing with
                      messy spreadsheets + has an rdf plugin
a turtle* document for each of our 38,000
                        primary ‘entities’

                                                 sale
                                              person
                                                place
                                             artwork
                                               source

 stored in dlib.york.ac.uk and indexed in
   sindice.com** semantic search engine
                           * a format for creating rdf data
            ** try a search for sale domain:dlib.york.ac.uk
foaf:primaryTopic <http://dlib.york.ac.uk/id/place/34867>;
                rdf:type foaf:Document, dctype:Text .

         <http://dlib.york.ac.uk/data/place/34867/turtle>
                 void:inDataset <http://dlib.york.ac.uk/data/void.ttl#OpenART>;
                 rdf:type foaf:Document, dctype:Text .

         <http://dlib.york.ac.uk/data/place/34867/rdf>
                 void:inDataset <http://dlib.york.ac.uk/data/void.ttl#OpenART>;
                 rdf:type foaf:Document, dctype:Text .


     <http://dlib.york.ac.uk/id/place/34867>
         mapping:hasResearchID "3.0548"^^<xsd:string>;
SUBJECT rdfs:label "The Green Doors in the Little Piazza, Covent Garden; sale         venue";
                vocupper:hasPlaceName "The Green Doors in the Little Piazza, Covent Garden";
                vocupper:hasBuildingName "The Green Doors";
                vocupper:hasStreetName "Little Piazza";
                vocupper:hasCity "London";
                vocupper:hasCounty "Greater London";
                vocupper:hasCountry "England";
                vochoa:hasContributorOfSource "Richard Stephens";

                                                           OBJECT
                oactxt:venueOfSale <http://dlib.york.ac.uk/id/sale/3494
         8>;
PREDICATE       oactxt:venueOfSale   <http://dlib.york.ac.uk/id/sale/34949>;
                oactxt:venueOfSale   <http://dlib.york.ac.uk/id/sale/34950>;
                oactxt:venueOfSale   <http://dlib.york.ac.uk/id/sale/34951>;
                oactxt:venueOfSale   <http://dlib.york.ac.uk/id/sale/34952>;

           vocupper:liesWithin [
                owl:sameas <http://www.geonames.org/6269131/>;
                rdf:type model:Place, vocupper:Country,
  LINKED
      owl:NamedIndividual
           ];
                rdf:type model:Place, owl:NamedIndividual .
DISCLAIMER

     ours was one approach

 it is very experimental and is
   imperfect in various ways

it showed that we could do linked
   data with an existing system

      we want to do more
linked open data is leap of
          faith -
 you have to expose data
before people can consume
           data
aim high -
if we all put out high quality
   rich data we can do high
   quality AND low barrier
         things with it
there are 77981 results for
    ‘York’ in geonames




       we had a little project in York ...
we had a little project in
http://www.geonames.org/2633352/
                  ...
credits

         Richard Stephens: data creator
                      Tate: data partners
               Martin Dow: ontology dev
          Stephen Bayliss: ontology dev
             Paul Young: data transform
              LOCAH project: inspiration
                  Jon Voss: lodlam guru
University of York: institutional support
                            JISC: funding

                                    @julieallinson
                       julie.allinson@york.ac.uk
                http://tinyurl.com/dlib-openart
                                #LODLAM #sxsw

Más contenido relacionado

La actualidad más candente

Libraries and Linked Data: Looking to the Future (2)
Libraries and Linked Data: Looking to the Future (2)Libraries and Linked Data: Looking to the Future (2)
Libraries and Linked Data: Looking to the Future (2)
ALATechSource
 
Libraries and Linked Data: Looking to the Future (1)
Libraries and Linked Data: Looking to the Future (1)Libraries and Linked Data: Looking to the Future (1)
Libraries and Linked Data: Looking to the Future (1)
ALATechSource
 
It's not rocket surgery - Linked In: ALA 2011
It's not rocket surgery - Linked In: ALA 2011It's not rocket surgery - Linked In: ALA 2011
It's not rocket surgery - Linked In: ALA 2011
Ross Singer
 
Libraries and Linked Data: Looking to the Future (3)
Libraries and Linked Data: Looking to the Future (3)Libraries and Linked Data: Looking to the Future (3)
Libraries and Linked Data: Looking to the Future (3)
ALATechSource
 
Creating web applications with LODSPeaKr
Creating web applications with LODSPeaKrCreating web applications with LODSPeaKr
Creating web applications with LODSPeaKr
Alvaro Graves
 
Identifying The Benefit of Linked Data
Identifying The Benefit of Linked DataIdentifying The Benefit of Linked Data
Identifying The Benefit of Linked Data
Richard Wallis
 

La actualidad más candente (20)

Linked Open Data stuff
Linked Open Data stuffLinked Open Data stuff
Linked Open Data stuff
 
RDF, linked data and semantic web
RDF, linked data and semantic webRDF, linked data and semantic web
RDF, linked data and semantic web
 
IFLA LIDASIG Open Session 2017: Introduction to Linked Data
IFLA LIDASIG Open Session 2017: Introduction to Linked DataIFLA LIDASIG Open Session 2017: Introduction to Linked Data
IFLA LIDASIG Open Session 2017: Introduction to Linked Data
 
Validating RDF data: Challenges and perspectives
Validating RDF data: Challenges and perspectivesValidating RDF data: Challenges and perspectives
Validating RDF data: Challenges and perspectives
 
Libraries and Linked Data: Looking to the Future (2)
Libraries and Linked Data: Looking to the Future (2)Libraries and Linked Data: Looking to the Future (2)
Libraries and Linked Data: Looking to the Future (2)
 
Why Link?
Why Link?Why Link?
Why Link?
 
Libraries and Linked Data: Looking to the Future (1)
Libraries and Linked Data: Looking to the Future (1)Libraries and Linked Data: Looking to the Future (1)
Libraries and Linked Data: Looking to the Future (1)
 
Understanding the Standards Gap
Understanding the Standards GapUnderstanding the Standards Gap
Understanding the Standards Gap
 
It's not rocket surgery - Linked In: ALA 2011
It's not rocket surgery - Linked In: ALA 2011It's not rocket surgery - Linked In: ALA 2011
It's not rocket surgery - Linked In: ALA 2011
 
Libraries and Linked Data: Looking to the Future (3)
Libraries and Linked Data: Looking to the Future (3)Libraries and Linked Data: Looking to the Future (3)
Libraries and Linked Data: Looking to the Future (3)
 
SPARQL1.1 Tutorial, given in UChile by Axel Polleres (DERI)
SPARQL1.1 Tutorial, given in UChile by Axel Polleres (DERI)SPARQL1.1 Tutorial, given in UChile by Axel Polleres (DERI)
SPARQL1.1 Tutorial, given in UChile by Axel Polleres (DERI)
 
Linked Open Data
Linked Open DataLinked Open Data
Linked Open Data
 
Creating web applications with LODSPeaKr
Creating web applications with LODSPeaKrCreating web applications with LODSPeaKr
Creating web applications with LODSPeaKr
 
DHWI Linked Open Data - Show and Tell
DHWI Linked Open Data - Show and TellDHWI Linked Open Data - Show and Tell
DHWI Linked Open Data - Show and Tell
 
Identifying The Benefit of Linked Data
Identifying The Benefit of Linked DataIdentifying The Benefit of Linked Data
Identifying The Benefit of Linked Data
 
LD4 Wikidata Affinity Group - Shorthouse
LD4 Wikidata Affinity Group - ShorthouseLD4 Wikidata Affinity Group - Shorthouse
LD4 Wikidata Affinity Group - Shorthouse
 
Edina cigs-21-september-2012
Edina cigs-21-september-2012Edina cigs-21-september-2012
Edina cigs-21-september-2012
 
RDF data model
RDF data modelRDF data model
RDF data model
 
semantic markup using schema.org
semantic markup using schema.orgsemantic markup using schema.org
semantic markup using schema.org
 
Semantic Web - Linked Data - RDF
Semantic Web - Linked Data - RDFSemantic Web - Linked Data - RDF
Semantic Web - Linked Data - RDF
 

Destacado

Dublin Core Application Profile for Scholarly Works KE
Dublin Core Application Profile for Scholarly Works KEDublin Core Application Profile for Scholarly Works KE
Dublin Core Application Profile for Scholarly Works KE
Julie Allinson
 
Social Media on Exchange
Social Media on ExchangeSocial Media on Exchange
Social Media on Exchange
Cyprien Lomas
 
Dublin Core Application Profile for Scholarly Works Slainte
Dublin Core Application Profile for Scholarly Works SlainteDublin Core Application Profile for Scholarly Works Slainte
Dublin Core Application Profile for Scholarly Works Slainte
Julie Allinson
 
Publicidad inteligente
Publicidad inteligentePublicidad inteligente
Publicidad inteligente
shesys
 
SWAP : A Dublin Core Application Profile for desribing scholarly works
SWAP : A Dublin Core Application Profile for desribing scholarly worksSWAP : A Dublin Core Application Profile for desribing scholarly works
SWAP : A Dublin Core Application Profile for desribing scholarly works
Julie Allinson
 
OAIS as a reference model for repositories
OAIS as a reference model for repositoriesOAIS as a reference model for repositories
OAIS as a reference model for repositories
Julie Allinson
 

Destacado (15)

fiesta de gala
fiesta de galafiesta de gala
fiesta de gala
 
Sword Or2008 Julieallinson
Sword Or2008 JulieallinsonSword Or2008 Julieallinson
Sword Or2008 Julieallinson
 
7 trends to be aware of for learning spaces
7 trends to be aware of for learning spaces7 trends to be aware of for learning spaces
7 trends to be aware of for learning spaces
 
Sword Bl 0903[1]
Sword Bl 0903[1]Sword Bl 0903[1]
Sword Bl 0903[1]
 
Kurios
KuriosKurios
Kurios
 
Dublin Core Application Profile for Scholarly Works KE
Dublin Core Application Profile for Scholarly Works KEDublin Core Application Profile for Scholarly Works KE
Dublin Core Application Profile for Scholarly Works KE
 
Social Media on Exchange
Social Media on ExchangeSocial Media on Exchange
Social Media on Exchange
 
Dublin Core Application Profile for Scholarly Works Slainte
Dublin Core Application Profile for Scholarly Works SlainteDublin Core Application Profile for Scholarly Works Slainte
Dublin Core Application Profile for Scholarly Works Slainte
 
Publicidad inteligente
Publicidad inteligentePublicidad inteligente
Publicidad inteligente
 
Second Life Brown Bag
Second Life Brown BagSecond Life Brown Bag
Second Life Brown Bag
 
Web CT as a Catalyst
Web CT as a Catalyst Web CT as a Catalyst
Web CT as a Catalyst
 
Dcap Ja Progmeet 2007 07 05
Dcap Ja Progmeet 2007 07 05Dcap Ja Progmeet 2007 07 05
Dcap Ja Progmeet 2007 07 05
 
SWAP : A Dublin Core Application Profile for desribing scholarly works
SWAP : A Dublin Core Application Profile for desribing scholarly worksSWAP : A Dublin Core Application Profile for desribing scholarly works
SWAP : A Dublin Core Application Profile for desribing scholarly works
 
OAIS as a reference model for repositories
OAIS as a reference model for repositoriesOAIS as a reference model for repositories
OAIS as a reference model for repositories
 
End to End Encryption in 10 minutes -
End to End Encryption in 10 minutes - End to End Encryption in 10 minutes -
End to End Encryption in 10 minutes -
 

Similar a Radically Open Cultural Heritage Data on the Web

LITA 2010: The Linked Library Data Cloud: it's time to stop think and start l...
LITA 2010: The Linked Library Data Cloud: it's time to stop think and start l...LITA 2010: The Linked Library Data Cloud: it's time to stop think and start l...
LITA 2010: The Linked Library Data Cloud: it's time to stop think and start l...
Ross Singer
 
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Cory Lampert
 
Lecture linked data cloud & sparql
Lecture linked data cloud & sparqlLecture linked data cloud & sparql
Lecture linked data cloud & sparql
Dhavalkumar Thakker
 
Linked Open Data Fundamentals for Libraries, Archives and Museums
Linked Open Data Fundamentals for Libraries, Archives and MuseumsLinked Open Data Fundamentals for Libraries, Archives and Museums
Linked Open Data Fundamentals for Libraries, Archives and Museums
trevorthornton
 
SemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n BoltsSemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n Bolts
Rinke Hoekstra
 

Similar a Radically Open Cultural Heritage Data on the Web (20)

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
 
Lifting the Lid on Linked Data
Lifting the Lid on Linked DataLifting the Lid on Linked Data
Lifting the Lid on Linked Data
 
Danbri Drupalcon Export
Danbri Drupalcon ExportDanbri Drupalcon Export
Danbri Drupalcon Export
 
NISO/DCMI Webinar: Schema.org and Linked Data: Complementary Approaches to Pu...
NISO/DCMI Webinar: Schema.org and Linked Data: Complementary Approaches to Pu...NISO/DCMI Webinar: Schema.org and Linked Data: Complementary Approaches to Pu...
NISO/DCMI Webinar: Schema.org and Linked Data: Complementary Approaches to Pu...
 
LITA 2010: The Linked Library Data Cloud: it's time to stop think and start l...
LITA 2010: The Linked Library Data Cloud: it's time to stop think and start l...LITA 2010: The Linked Library Data Cloud: it's time to stop think and start l...
LITA 2010: The Linked Library Data Cloud: it's time to stop think and start l...
 
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
Linked data demystified:Practical efforts to transform CONTENTDM metadata int...
 
Lecture linked data cloud & sparql
Lecture linked data cloud & sparqlLecture linked data cloud & sparql
Lecture linked data cloud & sparql
 
Linked Data and Locah, UKSG2011
Linked Data and Locah, UKSG2011 Linked Data and Locah, UKSG2011
Linked Data and Locah, UKSG2011
 
Publishing and Using Linked Open Data - Day 1
Publishing and Using Linked Open Data - Day 1 Publishing and Using Linked Open Data - Day 1
Publishing and Using Linked Open Data - Day 1
 
Linked Open Data Fundamentals for Libraries, Archives and Museums
Linked Open Data Fundamentals for Libraries, Archives and MuseumsLinked Open Data Fundamentals for Libraries, Archives and Museums
Linked Open Data Fundamentals for Libraries, Archives and Museums
 
Linked data 101: Getting Caught in the Semantic Web
Linked data 101: Getting Caught in the Semantic Web Linked data 101: Getting Caught in the Semantic Web
Linked data 101: Getting Caught in the Semantic Web
 
06 gioca-ontologies
06 gioca-ontologies06 gioca-ontologies
06 gioca-ontologies
 
Linked Open Data
Linked Open DataLinked Open Data
Linked Open Data
 
Linking American Art to the Cloud
Linking American Art to the CloudLinking American Art to the Cloud
Linking American Art to the Cloud
 
Connections that work: Linked Open Data demystified
Connections that work: Linked Open Data demystifiedConnections that work: Linked Open Data demystified
Connections that work: Linked Open Data demystified
 
State of the Semantic Web
State of the Semantic WebState of the Semantic Web
State of the Semantic Web
 
Culture Geeks Feb talk: Adventures in Linked Data Land
Culture Geeks Feb talk: Adventures in Linked Data LandCulture Geeks Feb talk: Adventures in Linked Data Land
Culture Geeks Feb talk: Adventures in Linked Data Land
 
Consuming Linked Data SemTech2010
Consuming Linked Data SemTech2010Consuming Linked Data SemTech2010
Consuming Linked Data SemTech2010
 
SemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n BoltsSemanticWeb Nuts 'n Bolts
SemanticWeb Nuts 'n Bolts
 
Publishing and Using Linked Open Data - Day 2
Publishing and Using Linked Open Data - Day 2Publishing and Using Linked Open Data - Day 2
Publishing and Using Linked Open Data - Day 2
 

Más de Julie Allinson

Linked Data and the OpenART project
Linked Data and the OpenART projectLinked Data and the OpenART project
Linked Data and the OpenART project
Julie Allinson
 
Swap For Dummies Rsp 2007 11 29
Swap For Dummies Rsp 2007 11 29Swap For Dummies Rsp 2007 11 29
Swap For Dummies Rsp 2007 11 29
Julie Allinson
 
Swap Poster 2007 06 05
Swap Poster 2007 06 05Swap Poster 2007 06 05
Swap Poster 2007 06 05
Julie Allinson
 
Simple Web service Offering Repository Deposit (SWORD)‏
Simple Web service Offering Repository Deposit (SWORD)‏Simple Web service Offering Repository Deposit (SWORD)‏
Simple Web service Offering Repository Deposit (SWORD)‏
Julie Allinson
 
A Dublin Core Application Profile for Scholarly Works (eprints)
A Dublin Core Application Profile for Scholarly Works (eprints)A Dublin Core Application Profile for Scholarly Works (eprints)
A Dublin Core Application Profile for Scholarly Works (eprints)
Julie Allinson
 
UKOLN open forum digital repositories
UKOLN open forum digital repositoriesUKOLN open forum digital repositories
UKOLN open forum digital repositories
Julie Allinson
 
An introduction to OAI-ORE
An introduction to OAI-OREAn introduction to OAI-ORE
An introduction to OAI-ORE
Julie Allinson
 
Repositories and the wider context
Repositories and the wider contextRepositories and the wider context
Repositories and the wider context
Julie Allinson
 
Signed metadata : method and application
Signed metadata : method and applicationSigned metadata : method and application
Signed metadata : method and application
Julie Allinson
 

Más de Julie Allinson (20)

Music workflow4
Music workflow4Music workflow4
Music workflow4
 
Linked Data and the OpenART project
Linked Data and the OpenART projectLinked Data and the OpenART project
Linked Data and the OpenART project
 
Filenames are not metadata, changing cultures at the University of York
Filenames are not metadata, changing cultures at the University of YorkFilenames are not metadata, changing cultures at the University of York
Filenames are not metadata, changing cultures at the University of York
 
Towards a digital library for York
Towards a digital library for YorkTowards a digital library for York
Towards a digital library for York
 
Sword Crig 2007 12 06
Sword Crig 2007 12 06Sword Crig 2007 12 06
Sword Crig 2007 12 06
 
Swap For Dummies Rsp 2007 11 29
Swap For Dummies Rsp 2007 11 29Swap For Dummies Rsp 2007 11 29
Swap For Dummies Rsp 2007 11 29
 
Sword Cetis 2007 06 29
Sword Cetis 2007 06 29Sword Cetis 2007 06 29
Sword Cetis 2007 06 29
 
Ore 2007 06 22
Ore 2007 06 22Ore 2007 06 22
Ore 2007 06 22
 
Sword 2007 06 22
Sword 2007 06 22Sword 2007 06 22
Sword 2007 06 22
 
Swap Poster 2007 06 05
Swap Poster 2007 06 05Swap Poster 2007 06 05
Swap Poster 2007 06 05
 
Simple Web service Offering Repository Deposit (SWORD)‏
Simple Web service Offering Repository Deposit (SWORD)‏Simple Web service Offering Repository Deposit (SWORD)‏
Simple Web service Offering Repository Deposit (SWORD)‏
 
Object models and object representation
Object models and object representationObject models and object representation
Object models and object representation
 
A Dublin Core Application Profile for Scholarly Works (eprints)
A Dublin Core Application Profile for Scholarly Works (eprints)A Dublin Core Application Profile for Scholarly Works (eprints)
A Dublin Core Application Profile for Scholarly Works (eprints)
 
UKOLN open forum digital repositories
UKOLN open forum digital repositoriesUKOLN open forum digital repositories
UKOLN open forum digital repositories
 
An introduction to OAI-ORE
An introduction to OAI-OREAn introduction to OAI-ORE
An introduction to OAI-ORE
 
An introduction to repository reference models
An introduction to repository reference modelsAn introduction to repository reference models
An introduction to repository reference models
 
Repository Deposit Service Description
Repository Deposit Service DescriptionRepository Deposit Service Description
Repository Deposit Service Description
 
The Eprints Application Profile: a FRBR approach to modelling repository meta...
The Eprints Application Profile: a FRBR approach to modelling repository meta...The Eprints Application Profile: a FRBR approach to modelling repository meta...
The Eprints Application Profile: a FRBR approach to modelling repository meta...
 
Repositories and the wider context
Repositories and the wider contextRepositories and the wider context
Repositories and the wider context
 
Signed metadata : method and application
Signed metadata : method and applicationSigned metadata : method and application
Signed metadata : method and application
 

Último

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Último (20)

NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
latest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answerslatest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answers
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
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.
 
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
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.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
 
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...
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 

Radically Open Cultural Heritage Data on the Web

  • 1. this is the story of making some open linked* data *disclaimer: it’s not very linked yet
  • 2. we had a little project in York ...
  • 3. to expose ‘The London Art World 1660-1735’ dataset - several years of history of art research trawling primary and secondary sources of information about into art sales, people, places and artworks all contained in spreadsheets
  • 4. simple database-driven this is about an art sale web site first we put the data on the web artworld.york.ac.uk
  • 5. ok, so it’s on the web, it has some links, it’s open, right? can I go now? ... not so fast, I’m not done yet
  • 6. how does a machine know and these are links to info about that this is about an art people and places? sale? and how can someone get at this info and do like enrich it with interesting things with it? information from elsewhere?
  • 7. linked open data ... describing real-world things and the relationships between them in a machine-readable way
  • 8. in walks RDF: Resource (identifying resources on the web) Description (and describing them) Framework (with a model based on triples and graphs)
  • 9. PREDICATE SUBJECT (aka relationship) OBJECT <someArtist> <occupied> <somePlace> <someArtist> <painted> <somePainting> <somePainting> <soldIn> <someSale> <someSale> <happenedIn> <somePlace> all of these <someCatalogue> <describes> <someSale> will be uris <someSaleItem> <soldFor> <somePrice> RDF - <someBuyer> <purchased> <someSaleItem> all this is not about the rdf you are looking triples for
  • 10. an ontology standardized representation is a of knowledge as a set of concepts within a domain, and the relationships between those concepts. It can be used to reason about the entities within that domain, and may be used to describe the domain (wikipedia) or, put another way “a standard way of describing stuff for a given domain” (me)
  • 11. we should either use terms from existing ontologies or create and publish our terms using standard approaches
  • 12. we created an event-driven ontology based on DUL (DOLCE Ultra Lite) and LODE (Linked Open Events) why? because we wanted to create rich and specific data but ensure our data could still be understood in a generic and low barrier way
  • 14. linking means making connections between our data and others
  • 15. we linked our people to viaf and some of our places to geonames ... <ourPerson> <sameas> <viafPerson> <ourPlace> <sameas> <geonamesPlace> ... a data consumer can start following this network of links
  • 18. spreadsheet cleanup with scripting, a database and some Google refine action* * google refine is very useful for dealing with messy spreadsheets + has an rdf plugin
  • 19. a turtle* document for each of our 38,000 primary ‘entities’ sale person place artwork source stored in dlib.york.ac.uk and indexed in sindice.com** semantic search engine * a format for creating rdf data ** try a search for sale domain:dlib.york.ac.uk
  • 20. foaf:primaryTopic <http://dlib.york.ac.uk/id/place/34867>; rdf:type foaf:Document, dctype:Text . <http://dlib.york.ac.uk/data/place/34867/turtle> void:inDataset <http://dlib.york.ac.uk/data/void.ttl#OpenART>; rdf:type foaf:Document, dctype:Text . <http://dlib.york.ac.uk/data/place/34867/rdf> void:inDataset <http://dlib.york.ac.uk/data/void.ttl#OpenART>; rdf:type foaf:Document, dctype:Text . <http://dlib.york.ac.uk/id/place/34867> mapping:hasResearchID "3.0548"^^<xsd:string>; SUBJECT rdfs:label "The Green Doors in the Little Piazza, Covent Garden; sale venue"; vocupper:hasPlaceName "The Green Doors in the Little Piazza, Covent Garden"; vocupper:hasBuildingName "The Green Doors"; vocupper:hasStreetName "Little Piazza"; vocupper:hasCity "London"; vocupper:hasCounty "Greater London"; vocupper:hasCountry "England"; vochoa:hasContributorOfSource "Richard Stephens"; OBJECT oactxt:venueOfSale <http://dlib.york.ac.uk/id/sale/3494 8>; PREDICATE oactxt:venueOfSale <http://dlib.york.ac.uk/id/sale/34949>; oactxt:venueOfSale <http://dlib.york.ac.uk/id/sale/34950>; oactxt:venueOfSale <http://dlib.york.ac.uk/id/sale/34951>; oactxt:venueOfSale <http://dlib.york.ac.uk/id/sale/34952>; vocupper:liesWithin [ owl:sameas <http://www.geonames.org/6269131/>; rdf:type model:Place, vocupper:Country, LINKED owl:NamedIndividual ]; rdf:type model:Place, owl:NamedIndividual .
  • 21. DISCLAIMER ours was one approach it is very experimental and is imperfect in various ways it showed that we could do linked data with an existing system we want to do more
  • 22. linked open data is leap of faith - you have to expose data before people can consume data
  • 23. aim high - if we all put out high quality rich data we can do high quality AND low barrier things with it
  • 24. there are 77981 results for ‘York’ in geonames we had a little project in York ...
  • 25. we had a little project in http://www.geonames.org/2633352/ ...
  • 26. credits Richard Stephens: data creator Tate: data partners Martin Dow: ontology dev Stephen Bayliss: ontology dev Paul Young: data transform LOCAH project: inspiration Jon Voss: lodlam guru University of York: institutional support JISC: funding @julieallinson julie.allinson@york.ac.uk http://tinyurl.com/dlib-openart #LODLAM #sxsw