Wikidata for libraries and archives

_
Wikidata
for
Libraries and Archives
Emw
Exploring Wikidata and the Semantic Web for Libraries
Metropolitan New York Library Council
2015-03-16
Wikidata is a free linked database that can be
read and edited by
humans and machines.
Wikidata's goals
● Centralize interwiki links
● Centralize Wikipedia infoboxes
● Provide an interface for rich queries
● Structure the sum of all human knowledge
What you'll learn from this talk
● How to edit Wikidata
● Authority control properties
● Ontology
● Wikidata vocabulary
● Querying and other tools
● Wikidata & Commons plans
Elements of a Wikidata statement
Example: New York City (Q60)
Items and properties
●
Each item and property has its own page
● Items
– Represent subjects: Douglas Adams, Challenger disaster
– Have identifiers like Q42, Q921090
–13,745,153 items
● Properties
– Represent attribute names: occupation, cause of
– Have identifiers like P106, P828
– 1,429 properties
Statements and claims
● Claims
– Claims are “triplets”
● Formally: subject, predicate, object
● In Wikidata: item, property, value
● Example: Douglas Adams, occupation, author
● Statements
– A claim is only part of a statement
– Statements also include:
● References
● Ranks
Qualifiers, ranks, references
● Qualifiers
– Qualifiers are properties used on claims rather than items
– “Yonkers population 12,733 at time (P585) 1860”
● Ranks
– Preferred, normal, deprecated
– Useful to mark outdated claims
● References
– Source of claim; provenance
– “... stated in (P248) 1860 United States Census”
More on Wikidata vocabulary
https://www.wikidata.org/wiki/Wikidata:Glossary
Wikipedia articles have a Wikidata item link in the
left navigation panel.
Wikidata link on Wikipedia
Getting to Wikidata from Wikipedia
Wikidata's instant search suggests items that have
labels or aliases matching your keyword.
Wikidata search
Search by label
Search by alias: “flu” -> influenza
Finding properties
● Is there a property for “number of windows”?
● What was the ID of that property, again?
● Search
– In main site search box, prefix search term with “P:”
– “P:number of”, “P:occupation”
– Instant search doesn't work for properties, only items
● Browse
– https://www.wikidata.org/wiki/Wikidata:List_of_properties
^ bookmark this!
Let's edit Wikidata
Waldseemuller map
https://www.wikidata.org/wiki/Q195801
● instance of (P31): map
● creator (P170): Martin Waldseemüller
● publication (P577): April 1507
● language of work (P407): Latin
● depicts (P180): Americas, Africa,
Europe, Asia, Pacific Ocean
● has part (P527): woodcut
● location (P276): Library of Congress
Tools
– Querying: Autolist, by Magnus Manske
● http://tools.wmflabs.org/autolist/autolist1.html
– Batch editing: Widar, by Magnus Manske
● https://tools.wmflabs.org/autolist/
– Software framework: Wikidata Toolkit, by Markus Kroetzsch et al.
● https://www.mediawiki.org/wiki/Wikidata_Toolkit
● https://github.com/Wikidata/Wikidata-Toolkit
Querying in Wikidata
Use case: Get a list of history books
Pseudo-query:
instance of: book AND genre: history
instance of: P31
book: Q571
genre: P136
history: Q309
Wikidata query in Autolist:
claim[31:571] AND claim[136:309]
http://tools.wmflabs.org/autolist/autolist1.html?q=claim[31:571]%20AND%20claim[136:309]
Authority control on Wikidata
● “Identifier” properties link Wikidata items to entities in
external databases
● Also known as authority control numbers
● Examples:
– VIAF identifier (P214)
– Freebase identifier (P646)
– MusicBrainz artist ID (P434)
Identifier properties on Wikidata
Top 10 ID properties on Wikidata as of 2015-03-15
1) Freebase identifier (P646) 1,153,786
2) China administrative division code (P442) 742,240
3) VIAF identifier (P214) 527,786
4) GeoNames ID (P1566) 490,444
5) GND identifier (P227) 345,247
6) ITIS TSN (P815) 334,053
7) PlantList-ID (P1070) 331,179
8) Tropicos taxon name identifier (P960) 318,719
9) IMDb identifier (P345) 286,637
10) IPNI taxon name identifier (P961) 276,515
https://www.wikidata.org/wiki/Wikidata:Database_reports/List_of_properties/Top100
Identifier properties on WikidataIdentifier properties on Wikidata
Ontology
● “A specification of a conceptualization”
● Rooted in long-standing philosophical traditions
● Useful for:
– building concept hierarchies
– making common knowledge computable
Tree of Porphyry
User:VoiceOfTheCommons, CC-BY-SA 3.0
Classes and instances
● Plato is a human is a animal
● Plato instance of human subclass of animal
● Instance: concrete object, individual
● Class: abstract object
Concept hierarchy: painting
http://tools.wmflabs.org/wikidata-todo/tree.html?q=3305213&rp=279&lang=en
Concept tree diagram: painting
http://tools.wmflabs.org/wikidata-todo/tree.html?q=3305213&rp=279&lang=en&method=d3
Ontology on Wikidata
● instance of (P31)
– rdf:type in RDF and OWL
– 12,692,181 usages
– Most popular Wikidata property
● subclass of (P279)
– “all instances of A are also instances of B”
– rdfs:subClassOf in RDF and OWL
– 190,095 usages
Ontology on Wikidata
● Last but not least: part of (P361)
– Third basic membership property
– Top-level “part-whole” relation
● Instance of, subclass of and part of are all transitive
● Transitive relation :
A subclass of B
B subclass of C
:. A subclass of C
https://www.wikidata.org/wiki/Help:Basic_membership_properties
subproperty of (P1647)
● How to link author (P50) and creator (P170)
– subproperty of (P1647)
– author subproperty of creator
● Wikidata supports claims about properties
● subproperty of (P1647) has semantics of
rdfs:subPropertyOf
Structured data for images
● Use case:
– A library, archive or other cultural institution wants to
make its images discoverable on Wikidata
● Structured Data on Wikimedia Commons
– Project of the Wikimedia Foundation (WMF)
Structured Data
for Wikimedia Commons
● Purpose
– use structured data for all media files on Wikimedia sites
– make it easier for users to read, translate and edit file
information
– enable developers to build better tools, both to
contribute and reuse Commons content.
https://commons.wikimedia.org/wiki/Commons:Structured_data/Overview
Structured Data for Commons: FAQ
● How long will it take?
–Completion will take years, but project will be released in stages.
–Forward-facing part of project is on hold.
● Is file meta data staying on Commons?
–Yes
● How will file information be structured?
–To be determined
● Will Commons still have templates?
–Yes
● Will Commons still have categories?
–Yes
Wikidata for Commons
Partial support already exists!
Wikidata links to Commons
Commons links to Wikidata
Library ontology on Wikidata
● What is a book?
● Different levels of existence (FRBR)
– Work
– Expression - e.g., translation for a language
– Manifestation - edition, thing with an ISBN
– Item - physical copy
FRBR example
● Work
– Bible (Q1845)
● Expression
– Latin translation of the Bible
● Manifestation
– Vulgate (Q131175): a particular Latin translation
● Item
– Gutenberg Bible (Q158075): a physical book in New York Public Library(!)
Linking FRBR levels in Wikidata
Done by the property edition or translation of (P629)
● Gutenberg Bible (item)
– edition or translation of: Vulgate
● Vulgate (manifestation)
– edition or translation of: Bible
● Bible (work)
Trouble: what is an instance?
● Thing with a unique location in space and time
● Bible instance of religious text: incorrect?
– Gutenberg Bible instance of religious text: all agree
● Solution: Bible as information artifact
Information Artifact Ontology
● IAO sets forth a basic ontological distinction:
– Entities in the world
● Actual people: Grace Hopper, Barack Obama
● That very old tree
● Gutenberg Bible
– Information artifacts
● Entities about something in reality
● Concretized by some information bearer
Information Artifact Ontology
● Addresses problems in Dublin Core Metadata Initiative
(DCMI)
– Smith (2014)
http://ncor.buffalo.edu/2014/IAOW/IAO-Tutorial-Smith-Rio-Sep-2014.pptx
● Rooted in Basic Formal Ontology (BFO), which is used in
many scienitific ontologies
– Smith et al. (2007). Nature Biotechnology.
http://www.nature.com/nbt/journal/v25/n11/full/nbt1346.html
Summary
● Wikidata is a free knowledge base that anyone can edit
● Search properties by “p:search term”
● Wikidata items link to external databases through
identifier properties, e.g. VIAF identifier (P214)
● Wikidata supports FRBR and other ontologies
Thank you!
https://www.wikidata.org/wiki/User:Emw
1 of 45

Recommended

Introduction to RDF Data Model by
Introduction to RDF Data ModelIntroduction to RDF Data Model
Introduction to RDF Data ModelCesar Augusto Nogueira
1.7K views23 slides
20110728 datalift-rpi-troy by
20110728 datalift-rpi-troy20110728 datalift-rpi-troy
20110728 datalift-rpi-troyFrançois Scharffe
857 views55 slides
Datalift a-catalyser-for-the-web-of-data-fosdem-05-02-2011 by
Datalift a-catalyser-for-the-web-of-data-fosdem-05-02-2011Datalift a-catalyser-for-the-web-of-data-fosdem-05-02-2011
Datalift a-catalyser-for-the-web-of-data-fosdem-05-02-2011François Scharffe
627 views49 slides
Event-based archival descriptions by
Event-based archival descriptionsEvent-based archival descriptions
Event-based archival descriptionsAthanasios Velios
255 views107 slides
Federated Query Formulation and Processing Through BioFed by
Federated Query Formulation and Processing Through BioFedFederated Query Formulation and Processing Through BioFed
Federated Query Formulation and Processing Through BioFedMuhammad Saleem
299 views20 slides
Federated SPARQL query processing over the Web of Data by
Federated SPARQL query processing over the Web of DataFederated SPARQL query processing over the Web of Data
Federated SPARQL query processing over the Web of DataMuhammad Saleem
2.3K views83 slides

More Related Content

What's hot

FedX - Optimization Techniques for Federated Query Processing on Linked Data by
FedX - Optimization Techniques for Federated Query Processing on Linked DataFedX - Optimization Techniques for Federated Query Processing on Linked Data
FedX - Optimization Techniques for Federated Query Processing on Linked Dataaschwarte
7.1K views23 slides
Semantic Web And Coldfusion by
Semantic Web And ColdfusionSemantic Web And Coldfusion
Semantic Web And Coldfusionwilliam_greenly
918 views22 slides
Wikipedia infobox type_prediction_slides_dl4_k_gs by
Wikipedia infobox type_prediction_slides_dl4_k_gsWikipedia infobox type_prediction_slides_dl4_k_gs
Wikipedia infobox type_prediction_slides_dl4_k_gsRussa Biswas
341 views18 slides
Web Data Management with RDF by
Web Data Management with RDFWeb Data Management with RDF
Web Data Management with RDFM. Tamer Özsu
3.4K views126 slides
An Introduction to RDF and the Web of Data by
An Introduction to RDF and the Web of DataAn Introduction to RDF and the Web of Data
An Introduction to RDF and the Web of DataOlaf Hartig
3.2K views47 slides
Keynote session - LOD2014 W3C event by
Keynote session - LOD2014 W3C eventKeynote session - LOD2014 W3C event
Keynote session - LOD2014 W3C eventDiego Valerio Camarda
1.1K views30 slides

What's hot(18)

FedX - Optimization Techniques for Federated Query Processing on Linked Data by aschwarte
FedX - Optimization Techniques for Federated Query Processing on Linked DataFedX - Optimization Techniques for Federated Query Processing on Linked Data
FedX - Optimization Techniques for Federated Query Processing on Linked Data
aschwarte7.1K views
Wikipedia infobox type_prediction_slides_dl4_k_gs by Russa Biswas
Wikipedia infobox type_prediction_slides_dl4_k_gsWikipedia infobox type_prediction_slides_dl4_k_gs
Wikipedia infobox type_prediction_slides_dl4_k_gs
Russa Biswas341 views
Web Data Management with RDF by M. Tamer Özsu
Web Data Management with RDFWeb Data Management with RDF
Web Data Management with RDF
M. Tamer Özsu3.4K views
An Introduction to RDF and the Web of Data by Olaf Hartig
An Introduction to RDF and the Web of DataAn Introduction to RDF and the Web of Data
An Introduction to RDF and the Web of Data
Olaf Hartig3.2K views
18 ° Nexa Lunch Seminar - Lo stato dell'arte dei Linked Open Data italiani by Diego Valerio Camarda
18 ° Nexa Lunch Seminar - Lo stato dell'arte dei Linked Open Data italiani18 ° Nexa Lunch Seminar - Lo stato dell'arte dei Linked Open Data italiani
18 ° Nexa Lunch Seminar - Lo stato dell'arte dei Linked Open Data italiani
Rich Data? Poor Data? Depends on... by Lars G. Svensson
Rich Data? Poor Data? Depends on...Rich Data? Poor Data? Depends on...
Rich Data? Poor Data? Depends on...
Lars G. Svensson1.2K views
ALEC (A List of Everything Cool) by Roderic Page
ALEC (A List of Everything Cool)ALEC (A List of Everything Cool)
ALEC (A List of Everything Cool)
Roderic Page189 views
On the Way to a Holding Ontology by Jakob .
On the Way to a Holding OntologyOn the Way to a Holding Ontology
On the Way to a Holding Ontology
Jakob .1.3K views
Connections that work: Linked Open Data demystified by Jakob .
Connections that work: Linked Open Data demystifiedConnections that work: Linked Open Data demystified
Connections that work: Linked Open Data demystified
Jakob .1.3K views
2011 4IZ440 Semantic Web – RDF, SPARQL, and software APIs by Josef Petrák
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
Josef Petrák617 views
December 2, 2015: NISO/NFAIS Virtual Conference: Semantic Web: What's New and... by DeVonne Parks, CEM
December 2, 2015: NISO/NFAIS Virtual Conference: Semantic Web: What's New and...December 2, 2015: NISO/NFAIS Virtual Conference: Semantic Web: What's New and...
December 2, 2015: NISO/NFAIS Virtual Conference: Semantic Web: What's New and...
DeVonne Parks, CEM1.2K views
DBpedia Archive using Memento, Triple Pattern Fragments, and HDT by Herbert Van de Sompel
DBpedia Archive using Memento, Triple Pattern Fragments, and HDTDBpedia Archive using Memento, Triple Pattern Fragments, and HDT
DBpedia Archive using Memento, Triple Pattern Fragments, and HDT

Similar to Wikidata for libraries and archives

Up and running with Wikidata by
Up and running with WikidataUp and running with Wikidata
Up and running with Wikidata_Emw
3.6K views33 slides
An Ambitious Wikidata Tutorial by
An Ambitious Wikidata TutorialAn Ambitious Wikidata Tutorial
An Ambitious Wikidata Tutorial_Emw
11.4K views52 slides
VALA Tech Camp 2017: Intro to Wikidata & SPARQL by
VALA Tech Camp 2017: Intro to Wikidata & SPARQLVALA Tech Camp 2017: Intro to Wikidata & SPARQL
VALA Tech Camp 2017: Intro to Wikidata & SPARQLJane Frazier
117 views31 slides
Quipu: Quechua Knowledge Graph [Pilot: Building virtual assistants based on Q... by
Quipu: Quechua Knowledge Graph [Pilot: Building virtual assistants based on Q...Quipu: Quechua Knowledge Graph [Pilot: Building virtual assistants based on Q...
Quipu: Quechua Knowledge Graph [Pilot: Building virtual assistants based on Q...Elwin Huaman
895 views37 slides
2014-02-27 Wikidata talk Cambridge by
2014-02-27 Wikidata talk Cambridge2014-02-27 Wikidata talk Cambridge
2014-02-27 Wikidata talk CambridgeMagnus Manske
1.6K views29 slides
Curation and Digital Storytelling by
Curation and Digital StorytellingCuration and Digital Storytelling
Curation and Digital StorytellingShawn Day
1.5K views47 slides

Similar to Wikidata for libraries and archives(20)

Up and running with Wikidata by _Emw
Up and running with WikidataUp and running with Wikidata
Up and running with Wikidata
_Emw3.6K views
An Ambitious Wikidata Tutorial by _Emw
An Ambitious Wikidata TutorialAn Ambitious Wikidata Tutorial
An Ambitious Wikidata Tutorial
_Emw11.4K views
VALA Tech Camp 2017: Intro to Wikidata & SPARQL by Jane Frazier
VALA Tech Camp 2017: Intro to Wikidata & SPARQLVALA Tech Camp 2017: Intro to Wikidata & SPARQL
VALA Tech Camp 2017: Intro to Wikidata & SPARQL
Jane Frazier117 views
Quipu: Quechua Knowledge Graph [Pilot: Building virtual assistants based on Q... by Elwin Huaman
Quipu: Quechua Knowledge Graph [Pilot: Building virtual assistants based on Q...Quipu: Quechua Knowledge Graph [Pilot: Building virtual assistants based on Q...
Quipu: Quechua Knowledge Graph [Pilot: Building virtual assistants based on Q...
Elwin Huaman895 views
2014-02-27 Wikidata talk Cambridge by Magnus Manske
2014-02-27 Wikidata talk Cambridge2014-02-27 Wikidata talk Cambridge
2014-02-27 Wikidata talk Cambridge
Magnus Manske1.6K views
Curation and Digital Storytelling by Shawn Day
Curation and Digital StorytellingCuration and Digital Storytelling
Curation and Digital Storytelling
Shawn Day1.5K views
Linked Open Data: A simple how-to by nvitucci
Linked Open Data: A simple how-toLinked Open Data: A simple how-to
Linked Open Data: A simple how-to
nvitucci76 views
2014 10-11 Wikidata talk London WMF UK by Magnus Manske
2014 10-11 Wikidata talk London WMF UK2014 10-11 Wikidata talk London WMF UK
2014 10-11 Wikidata talk London WMF UK
Magnus Manske849 views
The Nature.com ontologies portal - Linked Science 2015 by Michele Pasin
The Nature.com ontologies portal - Linked Science 2015The Nature.com ontologies portal - Linked Science 2015
The Nature.com ontologies portal - Linked Science 2015
Michele Pasin1.7K views
The nature.com ontologies portal: nature.com/ontologies by Tony Hammond
The nature.com ontologies portal: nature.com/ontologiesThe nature.com ontologies portal: nature.com/ontologies
The nature.com ontologies portal: nature.com/ontologies
Tony Hammond141 views
Entity Retrieval (SIGIR 2013 tutorial) by krisztianbalog
Entity Retrieval (SIGIR 2013 tutorial)Entity Retrieval (SIGIR 2013 tutorial)
Entity Retrieval (SIGIR 2013 tutorial)
krisztianbalog1.2K views
Hacktoberfest 2020 - Intro to Knowledge Graphs by ArangoDB Database
Hacktoberfest 2020 - Intro to Knowledge GraphsHacktoberfest 2020 - Intro to Knowledge Graphs
Hacktoberfest 2020 - Intro to Knowledge Graphs
ArangoDB Database221 views
Analysing Structured Scholarly Data Embedded in Web Pages by Ujwal Gadiraju
Analysing Structured Scholarly Data Embedded in Web PagesAnalysing Structured Scholarly Data Embedded in Web Pages
Analysing Structured Scholarly Data Embedded in Web Pages
Ujwal Gadiraju729 views
Knowledge Matters! The Role of Knowledge Graphs in Modern AI Systems by Heiko Paulheim
Knowledge Matters! The Role of Knowledge Graphs in Modern AI SystemsKnowledge Matters! The Role of Knowledge Graphs in Modern AI Systems
Knowledge Matters! The Role of Knowledge Graphs in Modern AI Systems
Heiko Paulheim274 views
Ontologies introduction - ecoOnto meeting by jchabalier
Ontologies introduction - ecoOnto meetingOntologies introduction - ecoOnto meeting
Ontologies introduction - ecoOnto meeting
jchabalier401 views
Entity Retrieval (tutorial organized by Radialpoint in Montreal) by krisztianbalog
Entity Retrieval (tutorial organized by Radialpoint in Montreal)Entity Retrieval (tutorial organized by Radialpoint in Montreal)
Entity Retrieval (tutorial organized by Radialpoint in Montreal)
krisztianbalog817 views
Estermann wd glam-intro_20181204 by Beat Estermann
Estermann wd glam-intro_20181204Estermann wd glam-intro_20181204
Estermann wd glam-intro_20181204
Beat Estermann143 views
Häskell und Grepl: Data Hacking Wikimedia Projects Exampled With Open Access ... by Maximilian Klein
Häskell und Grepl: Data Hacking Wikimedia Projects Exampled With Open Access ...Häskell und Grepl: Data Hacking Wikimedia Projects Exampled With Open Access ...
Häskell und Grepl: Data Hacking Wikimedia Projects Exampled With Open Access ...
Maximilian Klein2.7K views

Recently uploaded

Inawisdom Quick Sight by
Inawisdom Quick SightInawisdom Quick Sight
Inawisdom Quick SightPhilipBasford
7 views27 slides
[DSC Europe 23][Cryptica] Martin_Summer_Digital_central_bank_money_Ideas_init... by
[DSC Europe 23][Cryptica] Martin_Summer_Digital_central_bank_money_Ideas_init...[DSC Europe 23][Cryptica] Martin_Summer_Digital_central_bank_money_Ideas_init...
[DSC Europe 23][Cryptica] Martin_Summer_Digital_central_bank_money_Ideas_init...DataScienceConferenc1
5 views18 slides
apple.pptx by
apple.pptxapple.pptx
apple.pptxhoneybeeqwe
6 views15 slides
Data about the sector workshop by
Data about the sector workshopData about the sector workshop
Data about the sector workshopinfo828217
29 views27 slides
4_4_WP_4_06_ND_Model.pptx by
4_4_WP_4_06_ND_Model.pptx4_4_WP_4_06_ND_Model.pptx
4_4_WP_4_06_ND_Model.pptxd6fmc6kwd4
7 views13 slides
Construction Accidents & Injuries by
Construction Accidents & InjuriesConstruction Accidents & Injuries
Construction Accidents & InjuriesBisnar Chase Personal Injury Attorneys
6 views5 slides

Recently uploaded(20)

[DSC Europe 23][Cryptica] Martin_Summer_Digital_central_bank_money_Ideas_init... by DataScienceConferenc1
[DSC Europe 23][Cryptica] Martin_Summer_Digital_central_bank_money_Ideas_init...[DSC Europe 23][Cryptica] Martin_Summer_Digital_central_bank_money_Ideas_init...
[DSC Europe 23][Cryptica] Martin_Summer_Digital_central_bank_money_Ideas_init...
Data about the sector workshop by info828217
Data about the sector workshopData about the sector workshop
Data about the sector workshop
info82821729 views
4_4_WP_4_06_ND_Model.pptx by d6fmc6kwd4
4_4_WP_4_06_ND_Model.pptx4_4_WP_4_06_ND_Model.pptx
4_4_WP_4_06_ND_Model.pptx
d6fmc6kwd47 views
DGST Methodology Presentation.pdf by maddierlegum
DGST Methodology Presentation.pdfDGST Methodology Presentation.pdf
DGST Methodology Presentation.pdf
maddierlegum7 views
Enhancing Financial Sentiment Analysis via Retrieval Augmented Large Language... by patiladiti752
Enhancing Financial Sentiment Analysis via Retrieval Augmented Large Language...Enhancing Financial Sentiment Analysis via Retrieval Augmented Large Language...
Enhancing Financial Sentiment Analysis via Retrieval Augmented Large Language...
patiladiti7528 views
Ukraine Infographic_22NOV2023_v2.pdf by AnastosiyaGurin
Ukraine Infographic_22NOV2023_v2.pdfUkraine Infographic_22NOV2023_v2.pdf
Ukraine Infographic_22NOV2023_v2.pdf
AnastosiyaGurin1.4K views
OPPOTUS - Malaysians on Malaysia 3Q2023.pdf by Oppotus
OPPOTUS - Malaysians on Malaysia 3Q2023.pdfOPPOTUS - Malaysians on Malaysia 3Q2023.pdf
OPPOTUS - Malaysians on Malaysia 3Q2023.pdf
Oppotus31 views
Product Research sample.pdf by AllenSingson
Product Research sample.pdfProduct Research sample.pdf
Product Research sample.pdf
AllenSingson33 views
Lack of communication among family.pptx by ahmed164023
Lack of communication among family.pptxLack of communication among family.pptx
Lack of communication among family.pptx
ahmed16402315 views
OECD-Persol Holdings Workshop on Advancing Employee Well-being in Business an... by StatsCommunications
OECD-Persol Holdings Workshop on Advancing Employee Well-being in Business an...OECD-Persol Holdings Workshop on Advancing Employee Well-being in Business an...
OECD-Persol Holdings Workshop on Advancing Employee Well-being in Business an...
6498-Butun_Beyinli_Cocuq-Daniel_J.Siegel-Tina_Payne_Bryson-2011-259s.pdf by 10urkyr34
6498-Butun_Beyinli_Cocuq-Daniel_J.Siegel-Tina_Payne_Bryson-2011-259s.pdf6498-Butun_Beyinli_Cocuq-Daniel_J.Siegel-Tina_Payne_Bryson-2011-259s.pdf
6498-Butun_Beyinli_Cocuq-Daniel_J.Siegel-Tina_Payne_Bryson-2011-259s.pdf
10urkyr347 views
Games, Queries, and Argumentation Frameworks: Time for a Family Reunion by Bertram Ludäscher
Games, Queries, and Argumentation Frameworks: Time for a Family ReunionGames, Queries, and Argumentation Frameworks: Time for a Family Reunion
Games, Queries, and Argumentation Frameworks: Time for a Family Reunion

Wikidata for libraries and archives

  • 1. Wikidata for Libraries and Archives Emw Exploring Wikidata and the Semantic Web for Libraries Metropolitan New York Library Council 2015-03-16
  • 2. Wikidata is a free linked database that can be read and edited by humans and machines.
  • 3. Wikidata's goals ● Centralize interwiki links ● Centralize Wikipedia infoboxes ● Provide an interface for rich queries ● Structure the sum of all human knowledge
  • 4. What you'll learn from this talk ● How to edit Wikidata ● Authority control properties ● Ontology ● Wikidata vocabulary ● Querying and other tools ● Wikidata & Commons plans
  • 5. Elements of a Wikidata statement
  • 6. Example: New York City (Q60)
  • 7. Items and properties ● Each item and property has its own page ● Items – Represent subjects: Douglas Adams, Challenger disaster – Have identifiers like Q42, Q921090 –13,745,153 items ● Properties – Represent attribute names: occupation, cause of – Have identifiers like P106, P828 – 1,429 properties
  • 8. Statements and claims ● Claims – Claims are “triplets” ● Formally: subject, predicate, object ● In Wikidata: item, property, value ● Example: Douglas Adams, occupation, author ● Statements – A claim is only part of a statement – Statements also include: ● References ● Ranks
  • 9. Qualifiers, ranks, references ● Qualifiers – Qualifiers are properties used on claims rather than items – “Yonkers population 12,733 at time (P585) 1860” ● Ranks – Preferred, normal, deprecated – Useful to mark outdated claims ● References – Source of claim; provenance – “... stated in (P248) 1860 United States Census”
  • 10. More on Wikidata vocabulary https://www.wikidata.org/wiki/Wikidata:Glossary
  • 11. Wikipedia articles have a Wikidata item link in the left navigation panel. Wikidata link on Wikipedia
  • 12. Getting to Wikidata from Wikipedia
  • 13. Wikidata's instant search suggests items that have labels or aliases matching your keyword. Wikidata search
  • 15. Search by alias: “flu” -> influenza
  • 16. Finding properties ● Is there a property for “number of windows”? ● What was the ID of that property, again? ● Search – In main site search box, prefix search term with “P:” – “P:number of”, “P:occupation” – Instant search doesn't work for properties, only items ● Browse – https://www.wikidata.org/wiki/Wikidata:List_of_properties ^ bookmark this!
  • 18. Waldseemuller map https://www.wikidata.org/wiki/Q195801 ● instance of (P31): map ● creator (P170): Martin Waldseemüller ● publication (P577): April 1507 ● language of work (P407): Latin ● depicts (P180): Americas, Africa, Europe, Asia, Pacific Ocean ● has part (P527): woodcut ● location (P276): Library of Congress
  • 19. Tools – Querying: Autolist, by Magnus Manske ● http://tools.wmflabs.org/autolist/autolist1.html – Batch editing: Widar, by Magnus Manske ● https://tools.wmflabs.org/autolist/ – Software framework: Wikidata Toolkit, by Markus Kroetzsch et al. ● https://www.mediawiki.org/wiki/Wikidata_Toolkit ● https://github.com/Wikidata/Wikidata-Toolkit
  • 20. Querying in Wikidata Use case: Get a list of history books Pseudo-query: instance of: book AND genre: history instance of: P31 book: Q571 genre: P136 history: Q309 Wikidata query in Autolist: claim[31:571] AND claim[136:309]
  • 22. Authority control on Wikidata ● “Identifier” properties link Wikidata items to entities in external databases ● Also known as authority control numbers ● Examples: – VIAF identifier (P214) – Freebase identifier (P646) – MusicBrainz artist ID (P434)
  • 23. Identifier properties on Wikidata Top 10 ID properties on Wikidata as of 2015-03-15 1) Freebase identifier (P646) 1,153,786 2) China administrative division code (P442) 742,240 3) VIAF identifier (P214) 527,786 4) GeoNames ID (P1566) 490,444 5) GND identifier (P227) 345,247 6) ITIS TSN (P815) 334,053 7) PlantList-ID (P1070) 331,179 8) Tropicos taxon name identifier (P960) 318,719 9) IMDb identifier (P345) 286,637 10) IPNI taxon name identifier (P961) 276,515 https://www.wikidata.org/wiki/Wikidata:Database_reports/List_of_properties/Top100 Identifier properties on WikidataIdentifier properties on Wikidata
  • 24. Ontology ● “A specification of a conceptualization” ● Rooted in long-standing philosophical traditions ● Useful for: – building concept hierarchies – making common knowledge computable
  • 26. Classes and instances ● Plato is a human is a animal ● Plato instance of human subclass of animal ● Instance: concrete object, individual ● Class: abstract object
  • 28. Concept tree diagram: painting http://tools.wmflabs.org/wikidata-todo/tree.html?q=3305213&rp=279&lang=en&method=d3
  • 29. Ontology on Wikidata ● instance of (P31) – rdf:type in RDF and OWL – 12,692,181 usages – Most popular Wikidata property ● subclass of (P279) – “all instances of A are also instances of B” – rdfs:subClassOf in RDF and OWL – 190,095 usages
  • 30. Ontology on Wikidata ● Last but not least: part of (P361) – Third basic membership property – Top-level “part-whole” relation ● Instance of, subclass of and part of are all transitive ● Transitive relation : A subclass of B B subclass of C :. A subclass of C https://www.wikidata.org/wiki/Help:Basic_membership_properties
  • 31. subproperty of (P1647) ● How to link author (P50) and creator (P170) – subproperty of (P1647) – author subproperty of creator ● Wikidata supports claims about properties ● subproperty of (P1647) has semantics of rdfs:subPropertyOf
  • 32. Structured data for images ● Use case: – A library, archive or other cultural institution wants to make its images discoverable on Wikidata ● Structured Data on Wikimedia Commons – Project of the Wikimedia Foundation (WMF)
  • 33. Structured Data for Wikimedia Commons ● Purpose – use structured data for all media files on Wikimedia sites – make it easier for users to read, translate and edit file information – enable developers to build better tools, both to contribute and reuse Commons content. https://commons.wikimedia.org/wiki/Commons:Structured_data/Overview
  • 34. Structured Data for Commons: FAQ ● How long will it take? –Completion will take years, but project will be released in stages. –Forward-facing part of project is on hold. ● Is file meta data staying on Commons? –Yes ● How will file information be structured? –To be determined ● Will Commons still have templates? –Yes ● Will Commons still have categories? –Yes
  • 35. Wikidata for Commons Partial support already exists!
  • 36. Wikidata links to Commons
  • 37. Commons links to Wikidata
  • 38. Library ontology on Wikidata ● What is a book? ● Different levels of existence (FRBR) – Work – Expression - e.g., translation for a language – Manifestation - edition, thing with an ISBN – Item - physical copy
  • 39. FRBR example ● Work – Bible (Q1845) ● Expression – Latin translation of the Bible ● Manifestation – Vulgate (Q131175): a particular Latin translation ● Item – Gutenberg Bible (Q158075): a physical book in New York Public Library(!)
  • 40. Linking FRBR levels in Wikidata Done by the property edition or translation of (P629) ● Gutenberg Bible (item) – edition or translation of: Vulgate ● Vulgate (manifestation) – edition or translation of: Bible ● Bible (work)
  • 41. Trouble: what is an instance? ● Thing with a unique location in space and time ● Bible instance of religious text: incorrect? – Gutenberg Bible instance of religious text: all agree ● Solution: Bible as information artifact
  • 42. Information Artifact Ontology ● IAO sets forth a basic ontological distinction: – Entities in the world ● Actual people: Grace Hopper, Barack Obama ● That very old tree ● Gutenberg Bible – Information artifacts ● Entities about something in reality ● Concretized by some information bearer
  • 43. Information Artifact Ontology ● Addresses problems in Dublin Core Metadata Initiative (DCMI) – Smith (2014) http://ncor.buffalo.edu/2014/IAOW/IAO-Tutorial-Smith-Rio-Sep-2014.pptx ● Rooted in Basic Formal Ontology (BFO), which is used in many scienitific ontologies – Smith et al. (2007). Nature Biotechnology. http://www.nature.com/nbt/journal/v25/n11/full/nbt1346.html
  • 44. Summary ● Wikidata is a free knowledge base that anyone can edit ● Search properties by “p:search term” ● Wikidata items link to external databases through identifier properties, e.g. VIAF identifier (P214) ● Wikidata supports FRBR and other ontologies