SlideShare a Scribd company logo
1 of 35
Download to read offline
Deframing Derrida
Tim A. Thompson
Princeton University Library
@timathom
NISO Virtual Conference: BIBFRAME & Real World
Applications of Linked Bibliographic Data
June 15, 2016
Encoding Annotations from Rare Books and
Special Collections
Outline
1. Linked Data for Production (LD4P)
2. The Jacques Derrida Library at Princeton
3. Princeton’s LD4P project
4. Next steps with LD4P
Linked Data for
Production (LD4P)
Linked Data for Production (LD4P)
• Part of the LD4* family, under the Linked Data for Libraries
(LD4L) umbrella
• Multifaceted collaboration among six institutions:
• Led by Stanford, with Columbia, Cornell, Harvard, the Library of Congress, and
Princeton
• Connected to the LD4L Labs project (Cornell, Harvard, Iowa, and Stanford)
• Goals:
• Develop a new, distributed model for data exchange
• Extend core standards like BIBFRAME to cover specific domains
Linked Data for Princeton (LD4PUL)
• Four-person core group in Cataloging and Metadata Services,
plus two members from Rare Books and Special Collections
• Joined BIBFRAME Implementation Testbed in May 2014
• Participated in LD4P planning grant meetings in 2015
• Submitted subproject as part of LD4P project grant
Derrida’s Library
Portion of Jacques Derrida’s library at his home in Ris-Orangis.
Copyright ©2001 Andrew Bush. Used with permission.
Background
• In March 2015, Princeton
acquired the personal library
of Algerian-born French
philosopher Jacques Derrida
(1930-2004)
• Reflects a lifetime of
scholarship, intellectual work,
and active reading
• “I use a pencil to ill-treat the
book, to scribble, to underline,
to draw arrows” (p. 15)
Jacques Derrida.
Copyright ©2009 Pablo Secca. CC-BY 3.0.
Scope and content
• Nearly 19,000 published books and other items
• 5,897 items annotated by Derrida
• 6,770 items with personal dedications to Derrida
• Far-reaching pedagogical value:
• Literary criticism
• Translation theory
• Philosophy
• Religion (extensive and extensively annotated collection of works on Judaism)
Arrangement
• Original order was preserved to the extent possible
• Collection finding aid is divided into series and subseries based
on physical location in Derrida’s residence
• Items have been assigned a decimal identifier that indicates
their original shelf order in Derrida’s studio:
Maurice Blanchot. The Step Not Beyond
Identifier: 2.5.5.25 (M)
2 = Wall
5 = Case
5 = Shelf
25 = Position on shelf
(M) = Mezzanine
Annotations
Marginalia
Highlighting/underlining
Symbols
Marks
Inserted material
Dog-eared pages
Paper clips
Dedications
“Downstairs were the books
I started being sent,
dedicated books. I don’t
throw any books away, and
I’m being sent quite a few,
more and more, in fact. So
all the dedicated books
stand together in
alphabetical order. There
are now many rooms full of
dedicated books” (p. 18)
LD4PUL
Princeton Firestone Library front.
Copyright ©2007 Andreas Praefcke. CC-BY 3.0.
Project goals
• Select 500 items with dedications, prioritizing selection of items
whose dedicators are deceased
• Create original metadata for each item using Linked Open Data
standards and vocabularies
• Convert related bibliographic data to BIBFRAME
• Integrate item-level entities with instance/manifestation-level
entities
• Produce a data set that can be used by students and scholars
Preproject and initial steps
Preproject and initial steps
• Selected 45 items with personal dedications
• Hand-coded (artisanal) RDF data using W3C Web Annotation
Model and Vocabulary as framework
• Developed exploratory queries
• Met with faculty stakeholder to discuss use cases
Modeling Annotations
• BIBFRAME 1.0 bf:Annotation class (removed from BF 2.0):
Resource that asserts additional information about other BIBFRAME resource.
• W3C Web Annotation Data Model (uses Open Annotation
vocabulary/namespace):
An Annotation is a web resource. Typically, an Annotation has a single Body,
which is a comment or other descriptive resource, and a single Target that the
Body is somehow “about”. The Annotation likely also has additional descriptive
properties.
W3C Web Annotation Model
Sample RDF for a dedication
<http://princeton.edu/derrida/resource/3.1.2.9>
a <http://www.w3.org/ns/oa#Annotation> ;
<http://purl.org/dc/terms/creator>
<http://viaf.org/viaf/66483274> ;
<http://rdaregistry.info/Elements/u/P60455>
<http://viaf.org/viaf/88958529> ;
<http://www.w3.org/ns/oa#hasBody>
<http://princeton.edu/derrida/resource/3.1.2.9/body1> ;
<http://www.w3.org/ns/oa#hasTarget>
<http://princeton.edu/derrida/resource/3.1.2.9/pageX> ;
<http://www.w3.org/ns/oa#motivatedBy>
<http://example.org/dedicating> .
# J. Hillis Miller
# has dedicatee
# Jacques Derrida
# has creator
Sample RDF in English
The resource identified by http://princeton.edu/derrida/resource/3.1.2.9
is an Open Annotation resource. It was created by J. Hillis Miller
(identified by http://viaf.org/viaf/66483274). The dedicatee of the
annotation is Jacques Derrida (identified by
http://viaf.org/viaf/88958529). The annotation has a body identified by
http://princeton.edu/derrida/resource/3.1.2.9/body1. The annotation has
a target identified by
http://princeton.edu/derrida/resource/3.1.2.9/pageX. The motive of the
annotation is dedicating.
Sample Query 1: link to DBpedia
SELECT ?anno ?creator2 ?label ?desc
WHERE
{
{
?anno dcterms:creator ?creator .
?creator skos:prefLabel ?label .
FILTER(?creator != <http://library.princeton.edu>)
}
{
SERVICE <http://dbpedia.org/sparql>
{
?creator2 owl:sameAs ?creator .
?creator2 dbp:shortDescription ?desc .
FILTER(regex(?desc, "philosopher", "i"))
FILTER(lang(?desc) = "en")
}
}
} ORDER BY ?label
# Find dedicators who were also philosophers.
Sample Query 1 results (partial)
anno creator2 label desc
http://library.princeto
n.edu/derrida/resourc
e/4.1.3.2
http://dbpedia.org/resour
ce/Louis_Althusser
Althusser, Louis,
1918-1990
French political
philosopher
http://library.princeto
n.edu/derrida/resourc
e/4.1.3.4
http://dbpedia.org/resour
ce/Louis_Althusser
Althusser, Louis,
1918-1990
French political
philosopher
http://library.princeto
n.edu/derrida/resourc
e/1.2.14.5
http://dbpedia.org/resour
ce/Pierre_Bourdieu
Bourdieu, Pierre,
1930-2002
French
anthropologist,
sociologist and
philosopher
http://library.princeto
n.edu/derrida/resourc
e/4.2.9.22
http://dbpedia.org/resour
ce/Jürgen_Habermas Habermas, Jürgen
German
philosopher
http://library.princeto
n.edu/derrida/resourc
e/4.2.9.26
http://dbpedia.org/resour
ce/Jürgen_Habermas Habermas, Jürgen
German
philosopher
Sample Query 2: link to GeoNames
SELECT ?anno ?title ?geo ?placeName ?dedication
WHERE
{
?anno oa:hasBody ?body .
?body oa:text ?dedication .
?anno oa:hasTarget ?page .
?page dcterms:isPartOf ?item .
?item bf:itemOf ?instance .
?instance schema:sameAs ?bfInstance .
?bfInstance bf:titleStatement ?title .
?bfInstance bf:publication ?provider .
?provider bf:providerPlace ?place .
?place bf:hasAuthority ?geo .
?place bf:label ?placeName .
}
ORDER BY ?placeName
# Find places of publication reconciled against GeoNames.org.
Sample Query 2 results (partial)
anno title geo placeName
http://library.princeto
n.edu/derrida/resourc
e/1.2.7.13
In the time of the
nations
http://sws.geonames.
org/4254679
Bloomington
http://library.princeto
n.edu/derrida/resourc
e/3.1.4.5
Daimon life :
Heidegger and life-
philosophy
http://sws.geonames.
org/4254679
Bloomington
http://library.princeto
n.edu/derrida/resourc
e/3.1.4.4
Barbarolexis :
medieval writing and
sexuality
http://sws.geonames.
org/4931972
Cambridge, Mass.
http://library.princeto
n.edu/derrida/resourc
e/3.1.2.22
Victorian subjects http://sws.geonames.
org/4464368
Durham
http://library.princeto
n.edu/derrida/resourc
e/1.1.11.24
Issues in
contemporary culture
and aesthetics
http://sws.geonames.
org/2751283
Maastricht
Sample Query 2 (example chart)
Sample Query 3: search for subjects
SELECT DISTINCT ?anno ?title ?subject ?dedication
WHERE
{
?anno oa:hasBody ?body .
?body oa:text ?dedication .
?anno oa:hasTarget ?page .
?page dcterms:isPartOf ?item .
?item bf:itemOf ?instance .
?instance schema:sameAs ?bfInstance .
?bfInstance bf:titleStatement ?title .
?bfInstance bf:instanceOf ?bfWork .
?bfWork bf:subject ?topic .
?topic bf:authorizedAccessPoint ?subject .
FILTER(regex(?subject, "literature", "i"))
}
ORDER BY ?title
# Find works about “literature.”
Sample Query 3 results (partial)
anno title subject dedication
http://library.princeto
n.edu/derrida/resourc
e/3.1.4.4
Barbarolexis :
medieval writing and
sexuality
French literature A Jacques Derrida,
dont la pensée me
nourrit, avec
affection. Alexandre
Leupin Baton Rouge,
le 24 avril 92
http://library.princeto
n.edu/derrida/resourc
e/3.1.4.4
Barbarolexis :
medieval writing and
sexuality
French literature--To
1500--History and
criticism
A Jacques Derrida,
dont la pensée me
nourrit, avec
affection. Alexandre
Leupin Baton Rouge,
le 24 avril 92
http://library.princeto
n.edu/derrida/resourc
e/3.1.4.4
Barbarolexis :
medieval writing and
sexuality
Latin literature,
Medieval and
modern
A Jacques Derrida,
dont la pensée me
nourrit, avec
affection. Alexandre
Leupin Baton Rouge,
le 24 avril 92
Web Annotation Model: Challenges
• Designed for Web resources, not “Real World Objects”
• Creator of oa:Annotation cannot be distinguished from the
creator of a physical annotation that’s being transcribed
• Levels of description:
• Original (handwritten) annotations
• Meta (cataloger-assigned) annotations
Next Steps
Next steps with LD4P
• Digitize cover, title page, dedication page(s):
• Surrogates for metadata creation
• Future demos or presentation platforms
• Collaborate with stakeholders and build on work done by
others:
• LD4P Rare Materials Ontology Extension group
• Princeton Digital Humanities project
• Archaeology of Reading project
LD4P Rare Materials Ontology group
• Participants from Columbia, Cornell, Princeton, and the Rare
Books & Manuscripts Section (RBMS) of ACRL
• Working to create a BIBFRAME-compatible extension for rare
materials and special collections
• Addressing different levels of description:
• Collection
• Item
• Page
Princeton Digital Humanities project
• Princeton Center for Digital Humanities (CDH) project
• First phase will focus on a selection of materials related to
Derrida’s 1967 work Of grammatology (De la grammatologie)
• Goals:
• Make related annotations available online
• Develop protocols and workflows for all of Derrida’s annotations
Archaeology of Reading project
• Collaboration among Johns Hopkins, University College
London, and Princeton
• Focused on early modern annotations and reading practices
• Has developed a detailed XML schema for encoding
annotations
• Schema includes terms for specifying physical characteristics
of annotations
References
Citation:
Derrida, Jacques. “Between the writing body and writing . . .” Interview with Daniel
Ferrer. In Origins of deconstruction. Edited by Martin McQuillan and Ika Willis.
Basingstoke, Great Britain: Palgrave Macmillan, 2010.
Princeton LD4P project homepage:
http://library.princeton.edu/tsd/cams/ld4p
Image links
1. “Image from page 107 of ‘The Bell System technical journal’ (1922).”
https://www.flickr.com/photos/126377022@N07/14753502421/
2. “Jacques Derrida’s room of his published books in his home in Ris Orange,
France, 2001.”
http://andrewbush.net/Derrida%20Searle/pages/Jacques%20Derrida.html
3. “Image of the deceased French philosopher Jacques Derrida.”
https://commons.wikimedia.org/wiki/File:Derrida-by-Pablo-Secca.jpg
4. “Harvey S. Firestone Memorial Library.”
https://commons.wikimedia.org/wiki/File:Firestone_Library_Princeton_front.jpg
5. Diagram from the Web Annotation Data Model specification.
https://www.w3.org/TR/annotation-model/
6. “Apollo 11 astronaut prepares to step onto the Moon.”
https://www.flickr.com/photos/sdasmarchives/14391730544/
Thank you.

More Related Content

What's hot

Linked Data Implementations—Who, What and Why?
Linked Data Implementations—Who, What and Why?Linked Data Implementations—Who, What and Why?
Linked Data Implementations—Who, What and Why?OCLC
 
Multilingual presentation ifla 2013 08-19
Multilingual presentation ifla 2013 08-19Multilingual presentation ifla 2013 08-19
Multilingual presentation ifla 2013 08-19Janifer Gatenby
 
Linked Data Snowball, or Why We Need Reconciliation
Linked Data Snowball, or Why We Need ReconciliationLinked Data Snowball, or Why We Need Reconciliation
Linked Data Snowball, or Why We Need ReconciliationRobert Sanderson
 
Documents, services, and data on the web
Documents, services, and data on the webDocuments, services, and data on the web
Documents, services, and data on the webChiara Del Vescovo
 
Maximising (Re)Usability of Library metadata using Linked Data
Maximising (Re)Usability of Library metadata using Linked Data Maximising (Re)Usability of Library metadata using Linked Data
Maximising (Re)Usability of Library metadata using Linked Data Asuncion Gomez-Perez
 
BIBFRAME and OCLC Works: Defining Models and Discovering Evidence
BIBFRAME and OCLC Works: Defining Models and Discovering EvidenceBIBFRAME and OCLC Works: Defining Models and Discovering Evidence
BIBFRAME and OCLC Works: Defining Models and Discovering EvidenceOCLC
 
Cataloger 3.0: Competencies and Education for the BIBFRAME Catalog
Cataloger 3.0: Competencies and Education for the BIBFRAME CatalogCataloger 3.0: Competencies and Education for the BIBFRAME Catalog
Cataloger 3.0: Competencies and Education for the BIBFRAME CatalogAllison Jai O'Dell
 
Usage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosUsage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosEUCLID project
 
Collection Directions - Research collections in the network environment
Collection Directions - Research collections in the network environmentCollection Directions - Research collections in the network environment
Collection Directions - Research collections in the network environmentConstance Malpas
 
Summary of Trends in Cataloging
Summary of Trends in CatalogingSummary of Trends in Cataloging
Summary of Trends in CatalogingWilliam Worford
 
Best Practices for Descriptive Metadata for Web Archiving
Best Practices for Descriptive Metadata for Web ArchivingBest Practices for Descriptive Metadata for Web Archiving
Best Practices for Descriptive Metadata for Web ArchivingOCLC
 
The Web of Data is Our Opportunity
The Web of Data is Our OpportunityThe Web of Data is Our Opportunity
The Web of Data is Our OpportunityRichard Wallis
 
FAST Update
FAST UpdateFAST Update
FAST UpdateOCLC
 

What's hot (20)

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...
 
Linked Data Implementations—Who, What and Why?
Linked Data Implementations—Who, What and Why?Linked Data Implementations—Who, What and Why?
Linked Data Implementations—Who, What and Why?
 
April 24, 2013 NISO/DCMI Webinar: Deployment of RDA (Resource Description and...
April 24, 2013 NISO/DCMI Webinar: Deployment of RDA (Resource Description and...April 24, 2013 NISO/DCMI Webinar: Deployment of RDA (Resource Description and...
April 24, 2013 NISO/DCMI Webinar: Deployment of RDA (Resource Description and...
 
Library Linked Data and the Future of Bibliographic Control
Library Linked Data and the Future of Bibliographic ControlLibrary Linked Data and the Future of Bibliographic Control
Library Linked Data and the Future of Bibliographic Control
 
Lawless-3-jun15
Lawless-3-jun15Lawless-3-jun15
Lawless-3-jun15
 
NISO/DCMI Webinar: Cooperative Authority Control: The Virtual International A...
NISO/DCMI Webinar: Cooperative Authority Control: The Virtual International A...NISO/DCMI Webinar: Cooperative Authority Control: The Virtual International A...
NISO/DCMI Webinar: Cooperative Authority Control: The Virtual International A...
 
Multilingual presentation ifla 2013 08-19
Multilingual presentation ifla 2013 08-19Multilingual presentation ifla 2013 08-19
Multilingual presentation ifla 2013 08-19
 
Linked Data Snowball, or Why We Need Reconciliation
Linked Data Snowball, or Why We Need ReconciliationLinked Data Snowball, or Why We Need Reconciliation
Linked Data Snowball, or Why We Need Reconciliation
 
Wiggins-7-jun15
Wiggins-7-jun15Wiggins-7-jun15
Wiggins-7-jun15
 
Documents, services, and data on the web
Documents, services, and data on the webDocuments, services, and data on the web
Documents, services, and data on the web
 
Linked library data
Linked library dataLinked library data
Linked library data
 
Maximising (Re)Usability of Library metadata using Linked Data
Maximising (Re)Usability of Library metadata using Linked Data Maximising (Re)Usability of Library metadata using Linked Data
Maximising (Re)Usability of Library metadata using Linked Data
 
BIBFRAME and OCLC Works: Defining Models and Discovering Evidence
BIBFRAME and OCLC Works: Defining Models and Discovering EvidenceBIBFRAME and OCLC Works: Defining Models and Discovering Evidence
BIBFRAME and OCLC Works: Defining Models and Discovering Evidence
 
Cataloger 3.0: Competencies and Education for the BIBFRAME Catalog
Cataloger 3.0: Competencies and Education for the BIBFRAME CatalogCataloger 3.0: Competencies and Education for the BIBFRAME Catalog
Cataloger 3.0: Competencies and Education for the BIBFRAME Catalog
 
Usage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application ScenariosUsage of Linked Data: Introduction and Application Scenarios
Usage of Linked Data: Introduction and Application Scenarios
 
Collection Directions - Research collections in the network environment
Collection Directions - Research collections in the network environmentCollection Directions - Research collections in the network environment
Collection Directions - Research collections in the network environment
 
Summary of Trends in Cataloging
Summary of Trends in CatalogingSummary of Trends in Cataloging
Summary of Trends in Cataloging
 
Best Practices for Descriptive Metadata for Web Archiving
Best Practices for Descriptive Metadata for Web ArchivingBest Practices for Descriptive Metadata for Web Archiving
Best Practices for Descriptive Metadata for Web Archiving
 
The Web of Data is Our Opportunity
The Web of Data is Our OpportunityThe Web of Data is Our Opportunity
The Web of Data is Our Opportunity
 
FAST Update
FAST UpdateFAST Update
FAST Update
 

Viewers also liked

Linked Data Best Practices and BibFrame
Linked Data Best Practices and BibFrameLinked Data Best Practices and BibFrame
Linked Data Best Practices and BibFrameRobert Sanderson
 
Improving Support for Researchers: How Data Reuse Can Inform Data Curation
Improving Support for Researchers: How Data Reuse Can Inform Data CurationImproving Support for Researchers: How Data Reuse Can Inform Data Curation
Improving Support for Researchers: How Data Reuse Can Inform Data CurationOCLC
 
Library futures: converging and diverging directions for public and academic ...
Library futures: converging and diverging directions for public and academic ...Library futures: converging and diverging directions for public and academic ...
Library futures: converging and diverging directions for public and academic ...lisld
 

Viewers also liked (20)

Stahmer-9-Jun15-final
Stahmer-9-Jun15-finalStahmer-9-Jun15-final
Stahmer-9-Jun15-final
 
Linked Data Best Practices and BibFrame
Linked Data Best Practices and BibFrameLinked Data Best Practices and BibFrame
Linked Data Best Practices and BibFrame
 
Improving Support for Researchers: How Data Reuse Can Inform Data Curation
Improving Support for Researchers: How Data Reuse Can Inform Data CurationImproving Support for Researchers: How Data Reuse Can Inform Data Curation
Improving Support for Researchers: How Data Reuse Can Inform Data Curation
 
Library futures: converging and diverging directions for public and academic ...
Library futures: converging and diverging directions for public and academic ...Library futures: converging and diverging directions for public and academic ...
Library futures: converging and diverging directions for public and academic ...
 
Briney - Leveling Up Data Management - With Notes
Briney - Leveling Up Data Management - With NotesBriney - Leveling Up Data Management - With Notes
Briney - Leveling Up Data Management - With Notes
 
Holmes apr20-post
Holmes apr20-postHolmes apr20-post
Holmes apr20-post
 
Bell-turner-apr20-1
Bell-turner-apr20-1Bell-turner-apr20-1
Bell-turner-apr20-1
 
Wilk apr20-2
Wilk apr20-2Wilk apr20-2
Wilk apr20-2
 
Hoffman apr20-7
Hoffman apr20-7Hoffman apr20-7
Hoffman apr20-7
 
Grant apr20-8
Grant apr20-8Grant apr20-8
Grant apr20-8
 
Varnum apr20-4
Varnum apr20-4Varnum apr20-4
Varnum apr20-4
 
Brown apr20-3
Brown apr20-3Brown apr20-3
Brown apr20-3
 
NISO Working Group Connection Live! Research Data Metrics Landscape: An Updat...
NISO Working Group Connection Live! Research Data Metrics Landscape: An Updat...NISO Working Group Connection Live! Research Data Metrics Landscape: An Updat...
NISO Working Group Connection Live! Research Data Metrics Landscape: An Updat...
 
Young-Libraries and Public Access Policies
Young-Libraries and Public Access PoliciesYoung-Libraries and Public Access Policies
Young-Libraries and Public Access Policies
 
Shaw - Compliance Workflow, Tips and Complications
Shaw - Compliance Workflow, Tips and ComplicationsShaw - Compliance Workflow, Tips and Complications
Shaw - Compliance Workflow, Tips and Complications
 
Broadbent Rozum Creating a Culture of Compliance
Broadbent Rozum Creating a Culture of ComplianceBroadbent Rozum Creating a Culture of Compliance
Broadbent Rozum Creating a Culture of Compliance
 
Fransen apr20-5
Fransen apr20-5Fransen apr20-5
Fransen apr20-5
 
Ayubi Understanding the Marketplace, Part Two
Ayubi Understanding the Marketplace, Part TwoAyubi Understanding the Marketplace, Part Two
Ayubi Understanding the Marketplace, Part Two
 
Swenson Understanding the Marketplace Part Two
Swenson Understanding the Marketplace Part TwoSwenson Understanding the Marketplace Part Two
Swenson Understanding the Marketplace Part Two
 
Ilik - Beyond the Manuscript: Using IRs for Non Traditional Content Types
Ilik - Beyond the Manuscript: Using IRs for Non Traditional Content TypesIlik - Beyond the Manuscript: Using IRs for Non Traditional Content Types
Ilik - Beyond the Manuscript: Using IRs for Non Traditional Content Types
 

Similar to Thompson 6-jun15-final

Social Structures in Science
Social Structures in ScienceSocial Structures in Science
Social Structures in ScienceBirute Railiene
 
Finding the annotation needs of the botanical community in a digital library
Finding the annotation needs of the botanical community in a digital libraryFinding the annotation needs of the botanical community in a digital library
Finding the annotation needs of the botanical community in a digital libraryWilliam Ulate
 
OUR space: the new world of metadata
OUR space: the new world of metadataOUR space: the new world of metadata
OUR space: the new world of metadataKaren S Calhoun
 
Catalog of the Future
Catalog of the FutureCatalog of the Future
Catalog of the Futuresgrucan
 
Links and Entities: The Library Data Revolution
Links and Entities: The Library Data RevolutionLinks and Entities: The Library Data Revolution
Links and Entities: The Library Data RevolutionOCLC
 
How Libraries Use Publisher Metadata Redux (Steven Shadle)
How Libraries Use Publisher Metadata Redux (Steven Shadle)How Libraries Use Publisher Metadata Redux (Steven Shadle)
How Libraries Use Publisher Metadata Redux (Steven Shadle)Charleston Conference
 
UVA MDST 3703 Thematic Research Collections 2012-09-18
UVA MDST 3703 Thematic Research Collections 2012-09-18UVA MDST 3703 Thematic Research Collections 2012-09-18
UVA MDST 3703 Thematic Research Collections 2012-09-18Rafael Alvarado
 
Research Methods in Architecture - Literature Review - البحث المعمارى - البحث...
Research Methods in Architecture - Literature Review - البحث المعمارى - البحث...Research Methods in Architecture - Literature Review - البحث المعمارى - البحث...
Research Methods in Architecture - Literature Review - البحث المعمارى - البحث...Galala University
 
Publishing the British National Bibliography as Linked Open Data / Corine Del...
Publishing the British National Bibliography as Linked Open Data / Corine Del...Publishing the British National Bibliography as Linked Open Data / Corine Del...
Publishing the British National Bibliography as Linked Open Data / Corine Del...CIGScotland
 
Environmental History of Europe
Environmental History of EuropeEnvironmental History of Europe
Environmental History of EuropeKim Copenhaver
 
The PhD Abstracts Collections in FLAX: Academic English with the Open Access ...
The PhD Abstracts Collections in FLAX: Academic English with the Open Access ...The PhD Abstracts Collections in FLAX: Academic English with the Open Access ...
The PhD Abstracts Collections in FLAX: Academic English with the Open Access ...Alannah Fitzgerald
 
Strategies for LIS research
Strategies for LIS researchStrategies for LIS research
Strategies for LIS researchVaralakshmiRSR
 
20130527 library linkeddata
20130527 library linkeddata20130527 library linkeddata
20130527 library linkeddataStefan Gradmann
 
“Il n’y a pas de hors-texte” - Challenges for Archival Linked Data
“Il n’y a pas de hors-texte” - Challenges for Archival Linked Data“Il n’y a pas de hors-texte” - Challenges for Archival Linked Data
“Il n’y a pas de hors-texte” - Challenges for Archival Linked DataAdrian Stevenson
 
The Buzz About BIBFRAME, by Angela Kroeger
The Buzz About BIBFRAME, by Angela KroegerThe Buzz About BIBFRAME, by Angela Kroeger
The Buzz About BIBFRAME, by Angela KroegerAngela Kroeger
 
Getting Started with Knowledge Graphs
Getting Started with Knowledge GraphsGetting Started with Knowledge Graphs
Getting Started with Knowledge GraphsPeter Haase
 

Similar to Thompson 6-jun15-final (20)

Social Structures in Science
Social Structures in ScienceSocial Structures in Science
Social Structures in Science
 
Goldminers of the Digital Age: How Libraries are Selecting, Presenting, and D...
Goldminers of the Digital Age: How Libraries are Selecting, Presenting, and D...Goldminers of the Digital Age: How Libraries are Selecting, Presenting, and D...
Goldminers of the Digital Age: How Libraries are Selecting, Presenting, and D...
 
Finding the annotation needs of the botanical community in a digital library
Finding the annotation needs of the botanical community in a digital libraryFinding the annotation needs of the botanical community in a digital library
Finding the annotation needs of the botanical community in a digital library
 
OUR space: the new world of metadata
OUR space: the new world of metadataOUR space: the new world of metadata
OUR space: the new world of metadata
 
Catalog of the Future
Catalog of the FutureCatalog of the Future
Catalog of the Future
 
Links and Entities: The Library Data Revolution
Links and Entities: The Library Data RevolutionLinks and Entities: The Library Data Revolution
Links and Entities: The Library Data Revolution
 
Information and research skills for historians
Information and research skills for historiansInformation and research skills for historians
Information and research skills for historians
 
How Libraries Use Publisher Metadata Redux (Steven Shadle)
How Libraries Use Publisher Metadata Redux (Steven Shadle)How Libraries Use Publisher Metadata Redux (Steven Shadle)
How Libraries Use Publisher Metadata Redux (Steven Shadle)
 
UVA MDST 3703 Thematic Research Collections 2012-09-18
UVA MDST 3703 Thematic Research Collections 2012-09-18UVA MDST 3703 Thematic Research Collections 2012-09-18
UVA MDST 3703 Thematic Research Collections 2012-09-18
 
Research Methods in Architecture - Literature Review - البحث المعمارى - البحث...
Research Methods in Architecture - Literature Review - البحث المعمارى - البحث...Research Methods in Architecture - Literature Review - البحث المعمارى - البحث...
Research Methods in Architecture - Literature Review - البحث المعمارى - البحث...
 
Publishing the British National Bibliography as Linked Open Data / Corine Del...
Publishing the British National Bibliography as Linked Open Data / Corine Del...Publishing the British National Bibliography as Linked Open Data / Corine Del...
Publishing the British National Bibliography as Linked Open Data / Corine Del...
 
Advanced information and research skills for music
Advanced information and research skills for musicAdvanced information and research skills for music
Advanced information and research skills for music
 
Environmental History of Europe
Environmental History of EuropeEnvironmental History of Europe
Environmental History of Europe
 
Information and Research Skills for Historians HS2301
Information and Research Skills for Historians HS2301Information and Research Skills for Historians HS2301
Information and Research Skills for Historians HS2301
 
The PhD Abstracts Collections in FLAX: Academic English with the Open Access ...
The PhD Abstracts Collections in FLAX: Academic English with the Open Access ...The PhD Abstracts Collections in FLAX: Academic English with the Open Access ...
The PhD Abstracts Collections in FLAX: Academic English with the Open Access ...
 
Strategies for LIS research
Strategies for LIS researchStrategies for LIS research
Strategies for LIS research
 
20130527 library linkeddata
20130527 library linkeddata20130527 library linkeddata
20130527 library linkeddata
 
“Il n’y a pas de hors-texte” - Challenges for Archival Linked Data
“Il n’y a pas de hors-texte” - Challenges for Archival Linked Data“Il n’y a pas de hors-texte” - Challenges for Archival Linked Data
“Il n’y a pas de hors-texte” - Challenges for Archival Linked Data
 
The Buzz About BIBFRAME, by Angela Kroeger
The Buzz About BIBFRAME, by Angela KroegerThe Buzz About BIBFRAME, by Angela Kroeger
The Buzz About BIBFRAME, by Angela Kroeger
 
Getting Started with Knowledge Graphs
Getting Started with Knowledge GraphsGetting Started with Knowledge Graphs
Getting Started with Knowledge Graphs
 

More from National Information Standards Organization (NISO)

More from National Information Standards Organization (NISO) (20)

Bazargan "NISO Webinar, Sustainability in Publishing"
Bazargan "NISO Webinar, Sustainability in Publishing"Bazargan "NISO Webinar, Sustainability in Publishing"
Bazargan "NISO Webinar, Sustainability in Publishing"
 
Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"
 
Compton "NISO Webinar, Sustainability in Publishing"
Compton "NISO Webinar, Sustainability in Publishing"Compton "NISO Webinar, Sustainability in Publishing"
Compton "NISO Webinar, Sustainability in Publishing"
 
Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"
 
Hazen, Morse, and Varnum "Spring 2024 ODI Conformance Statement Workshop for ...
Hazen, Morse, and Varnum "Spring 2024 ODI Conformance Statement Workshop for ...Hazen, Morse, and Varnum "Spring 2024 ODI Conformance Statement Workshop for ...
Hazen, Morse, and Varnum "Spring 2024 ODI Conformance Statement Workshop for ...
 
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
 
Mattingly "Text and Data Mining: Building Data Driven Applications"
Mattingly "Text and Data Mining: Building Data Driven Applications"Mattingly "Text and Data Mining: Building Data Driven Applications"
Mattingly "Text and Data Mining: Building Data Driven Applications"
 
Mattingly "Text and Data Mining: Searching Vectors"
Mattingly "Text and Data Mining: Searching Vectors"Mattingly "Text and Data Mining: Searching Vectors"
Mattingly "Text and Data Mining: Searching Vectors"
 
Mattingly "Text Mining Techniques"
Mattingly "Text Mining Techniques"Mattingly "Text Mining Techniques"
Mattingly "Text Mining Techniques"
 
Mattingly "Text Processing for Library Data: Representing Text as Data"
Mattingly "Text Processing for Library Data: Representing Text as Data"Mattingly "Text Processing for Library Data: Representing Text as Data"
Mattingly "Text Processing for Library Data: Representing Text as Data"
 
Carpenter "Designing NISO's New Strategic Plan: 2023-2026"
Carpenter "Designing NISO's New Strategic Plan: 2023-2026"Carpenter "Designing NISO's New Strategic Plan: 2023-2026"
Carpenter "Designing NISO's New Strategic Plan: 2023-2026"
 
Ross and Clark "Strategic Planning"
Ross and Clark "Strategic Planning"Ross and Clark "Strategic Planning"
Ross and Clark "Strategic Planning"
 
Mattingly "Data Mining Techniques: Classification and Clustering"
Mattingly "Data Mining Techniques: Classification and Clustering"Mattingly "Data Mining Techniques: Classification and Clustering"
Mattingly "Data Mining Techniques: Classification and Clustering"
 
Straza "Global collaboration towards equitable and open science: UNESCO Recom...
Straza "Global collaboration towards equitable and open science: UNESCO Recom...Straza "Global collaboration towards equitable and open science: UNESCO Recom...
Straza "Global collaboration towards equitable and open science: UNESCO Recom...
 
Lippincott "Beyond access: Accelerating discovery and increasing trust throug...
Lippincott "Beyond access: Accelerating discovery and increasing trust throug...Lippincott "Beyond access: Accelerating discovery and increasing trust throug...
Lippincott "Beyond access: Accelerating discovery and increasing trust throug...
 
Kriegsman "Integrating Open and Equitable Research into Open Science"
Kriegsman "Integrating Open and Equitable Research into Open Science"Kriegsman "Integrating Open and Equitable Research into Open Science"
Kriegsman "Integrating Open and Equitable Research into Open Science"
 
Mattingly "Ethics and Cleaning Data"
Mattingly "Ethics and Cleaning Data"Mattingly "Ethics and Cleaning Data"
Mattingly "Ethics and Cleaning Data"
 
Mercado-Lara "Open & Equitable Program"
Mercado-Lara "Open & Equitable Program"Mercado-Lara "Open & Equitable Program"
Mercado-Lara "Open & Equitable Program"
 
Ratner "Enhancing Open Science: Assessing Tools & Charting Progress"
Ratner "Enhancing Open Science: Assessing Tools & Charting Progress"Ratner "Enhancing Open Science: Assessing Tools & Charting Progress"
Ratner "Enhancing Open Science: Assessing Tools & Charting Progress"
 
Pfeiffer "Enhancing Open Science: Assessing Tools & Charting Progress"
Pfeiffer "Enhancing Open Science: Assessing Tools & Charting Progress"Pfeiffer "Enhancing Open Science: Assessing Tools & Charting Progress"
Pfeiffer "Enhancing Open Science: Assessing Tools & Charting Progress"
 

Recently uploaded

4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 

Recently uploaded (20)

4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 

Thompson 6-jun15-final

  • 1. Deframing Derrida Tim A. Thompson Princeton University Library @timathom NISO Virtual Conference: BIBFRAME & Real World Applications of Linked Bibliographic Data June 15, 2016 Encoding Annotations from Rare Books and Special Collections
  • 2. Outline 1. Linked Data for Production (LD4P) 2. The Jacques Derrida Library at Princeton 3. Princeton’s LD4P project 4. Next steps with LD4P
  • 4. Linked Data for Production (LD4P) • Part of the LD4* family, under the Linked Data for Libraries (LD4L) umbrella • Multifaceted collaboration among six institutions: • Led by Stanford, with Columbia, Cornell, Harvard, the Library of Congress, and Princeton • Connected to the LD4L Labs project (Cornell, Harvard, Iowa, and Stanford) • Goals: • Develop a new, distributed model for data exchange • Extend core standards like BIBFRAME to cover specific domains
  • 5. Linked Data for Princeton (LD4PUL) • Four-person core group in Cataloging and Metadata Services, plus two members from Rare Books and Special Collections • Joined BIBFRAME Implementation Testbed in May 2014 • Participated in LD4P planning grant meetings in 2015 • Submitted subproject as part of LD4P project grant
  • 6. Derrida’s Library Portion of Jacques Derrida’s library at his home in Ris-Orangis. Copyright ©2001 Andrew Bush. Used with permission.
  • 7. Background • In March 2015, Princeton acquired the personal library of Algerian-born French philosopher Jacques Derrida (1930-2004) • Reflects a lifetime of scholarship, intellectual work, and active reading • “I use a pencil to ill-treat the book, to scribble, to underline, to draw arrows” (p. 15) Jacques Derrida. Copyright ©2009 Pablo Secca. CC-BY 3.0.
  • 8. Scope and content • Nearly 19,000 published books and other items • 5,897 items annotated by Derrida • 6,770 items with personal dedications to Derrida • Far-reaching pedagogical value: • Literary criticism • Translation theory • Philosophy • Religion (extensive and extensively annotated collection of works on Judaism)
  • 9. Arrangement • Original order was preserved to the extent possible • Collection finding aid is divided into series and subseries based on physical location in Derrida’s residence • Items have been assigned a decimal identifier that indicates their original shelf order in Derrida’s studio: Maurice Blanchot. The Step Not Beyond Identifier: 2.5.5.25 (M) 2 = Wall 5 = Case 5 = Shelf 25 = Position on shelf (M) = Mezzanine
  • 11. Dedications “Downstairs were the books I started being sent, dedicated books. I don’t throw any books away, and I’m being sent quite a few, more and more, in fact. So all the dedicated books stand together in alphabetical order. There are now many rooms full of dedicated books” (p. 18)
  • 12. LD4PUL Princeton Firestone Library front. Copyright ©2007 Andreas Praefcke. CC-BY 3.0.
  • 13. Project goals • Select 500 items with dedications, prioritizing selection of items whose dedicators are deceased • Create original metadata for each item using Linked Open Data standards and vocabularies • Convert related bibliographic data to BIBFRAME • Integrate item-level entities with instance/manifestation-level entities • Produce a data set that can be used by students and scholars
  • 15. Preproject and initial steps • Selected 45 items with personal dedications • Hand-coded (artisanal) RDF data using W3C Web Annotation Model and Vocabulary as framework • Developed exploratory queries • Met with faculty stakeholder to discuss use cases
  • 16. Modeling Annotations • BIBFRAME 1.0 bf:Annotation class (removed from BF 2.0): Resource that asserts additional information about other BIBFRAME resource. • W3C Web Annotation Data Model (uses Open Annotation vocabulary/namespace): An Annotation is a web resource. Typically, an Annotation has a single Body, which is a comment or other descriptive resource, and a single Target that the Body is somehow “about”. The Annotation likely also has additional descriptive properties.
  • 18. Sample RDF for a dedication <http://princeton.edu/derrida/resource/3.1.2.9> a <http://www.w3.org/ns/oa#Annotation> ; <http://purl.org/dc/terms/creator> <http://viaf.org/viaf/66483274> ; <http://rdaregistry.info/Elements/u/P60455> <http://viaf.org/viaf/88958529> ; <http://www.w3.org/ns/oa#hasBody> <http://princeton.edu/derrida/resource/3.1.2.9/body1> ; <http://www.w3.org/ns/oa#hasTarget> <http://princeton.edu/derrida/resource/3.1.2.9/pageX> ; <http://www.w3.org/ns/oa#motivatedBy> <http://example.org/dedicating> . # J. Hillis Miller # has dedicatee # Jacques Derrida # has creator
  • 19. Sample RDF in English The resource identified by http://princeton.edu/derrida/resource/3.1.2.9 is an Open Annotation resource. It was created by J. Hillis Miller (identified by http://viaf.org/viaf/66483274). The dedicatee of the annotation is Jacques Derrida (identified by http://viaf.org/viaf/88958529). The annotation has a body identified by http://princeton.edu/derrida/resource/3.1.2.9/body1. The annotation has a target identified by http://princeton.edu/derrida/resource/3.1.2.9/pageX. The motive of the annotation is dedicating.
  • 20. Sample Query 1: link to DBpedia SELECT ?anno ?creator2 ?label ?desc WHERE { { ?anno dcterms:creator ?creator . ?creator skos:prefLabel ?label . FILTER(?creator != <http://library.princeton.edu>) } { SERVICE <http://dbpedia.org/sparql> { ?creator2 owl:sameAs ?creator . ?creator2 dbp:shortDescription ?desc . FILTER(regex(?desc, "philosopher", "i")) FILTER(lang(?desc) = "en") } } } ORDER BY ?label # Find dedicators who were also philosophers.
  • 21. Sample Query 1 results (partial) anno creator2 label desc http://library.princeto n.edu/derrida/resourc e/4.1.3.2 http://dbpedia.org/resour ce/Louis_Althusser Althusser, Louis, 1918-1990 French political philosopher http://library.princeto n.edu/derrida/resourc e/4.1.3.4 http://dbpedia.org/resour ce/Louis_Althusser Althusser, Louis, 1918-1990 French political philosopher http://library.princeto n.edu/derrida/resourc e/1.2.14.5 http://dbpedia.org/resour ce/Pierre_Bourdieu Bourdieu, Pierre, 1930-2002 French anthropologist, sociologist and philosopher http://library.princeto n.edu/derrida/resourc e/4.2.9.22 http://dbpedia.org/resour ce/Jürgen_Habermas Habermas, Jürgen German philosopher http://library.princeto n.edu/derrida/resourc e/4.2.9.26 http://dbpedia.org/resour ce/Jürgen_Habermas Habermas, Jürgen German philosopher
  • 22. Sample Query 2: link to GeoNames SELECT ?anno ?title ?geo ?placeName ?dedication WHERE { ?anno oa:hasBody ?body . ?body oa:text ?dedication . ?anno oa:hasTarget ?page . ?page dcterms:isPartOf ?item . ?item bf:itemOf ?instance . ?instance schema:sameAs ?bfInstance . ?bfInstance bf:titleStatement ?title . ?bfInstance bf:publication ?provider . ?provider bf:providerPlace ?place . ?place bf:hasAuthority ?geo . ?place bf:label ?placeName . } ORDER BY ?placeName # Find places of publication reconciled against GeoNames.org.
  • 23. Sample Query 2 results (partial) anno title geo placeName http://library.princeto n.edu/derrida/resourc e/1.2.7.13 In the time of the nations http://sws.geonames. org/4254679 Bloomington http://library.princeto n.edu/derrida/resourc e/3.1.4.5 Daimon life : Heidegger and life- philosophy http://sws.geonames. org/4254679 Bloomington http://library.princeto n.edu/derrida/resourc e/3.1.4.4 Barbarolexis : medieval writing and sexuality http://sws.geonames. org/4931972 Cambridge, Mass. http://library.princeto n.edu/derrida/resourc e/3.1.2.22 Victorian subjects http://sws.geonames. org/4464368 Durham http://library.princeto n.edu/derrida/resourc e/1.1.11.24 Issues in contemporary culture and aesthetics http://sws.geonames. org/2751283 Maastricht
  • 24. Sample Query 2 (example chart)
  • 25. Sample Query 3: search for subjects SELECT DISTINCT ?anno ?title ?subject ?dedication WHERE { ?anno oa:hasBody ?body . ?body oa:text ?dedication . ?anno oa:hasTarget ?page . ?page dcterms:isPartOf ?item . ?item bf:itemOf ?instance . ?instance schema:sameAs ?bfInstance . ?bfInstance bf:titleStatement ?title . ?bfInstance bf:instanceOf ?bfWork . ?bfWork bf:subject ?topic . ?topic bf:authorizedAccessPoint ?subject . FILTER(regex(?subject, "literature", "i")) } ORDER BY ?title # Find works about “literature.”
  • 26. Sample Query 3 results (partial) anno title subject dedication http://library.princeto n.edu/derrida/resourc e/3.1.4.4 Barbarolexis : medieval writing and sexuality French literature A Jacques Derrida, dont la pensée me nourrit, avec affection. Alexandre Leupin Baton Rouge, le 24 avril 92 http://library.princeto n.edu/derrida/resourc e/3.1.4.4 Barbarolexis : medieval writing and sexuality French literature--To 1500--History and criticism A Jacques Derrida, dont la pensée me nourrit, avec affection. Alexandre Leupin Baton Rouge, le 24 avril 92 http://library.princeto n.edu/derrida/resourc e/3.1.4.4 Barbarolexis : medieval writing and sexuality Latin literature, Medieval and modern A Jacques Derrida, dont la pensée me nourrit, avec affection. Alexandre Leupin Baton Rouge, le 24 avril 92
  • 27. Web Annotation Model: Challenges • Designed for Web resources, not “Real World Objects” • Creator of oa:Annotation cannot be distinguished from the creator of a physical annotation that’s being transcribed • Levels of description: • Original (handwritten) annotations • Meta (cataloger-assigned) annotations
  • 29. Next steps with LD4P • Digitize cover, title page, dedication page(s): • Surrogates for metadata creation • Future demos or presentation platforms • Collaborate with stakeholders and build on work done by others: • LD4P Rare Materials Ontology Extension group • Princeton Digital Humanities project • Archaeology of Reading project
  • 30. LD4P Rare Materials Ontology group • Participants from Columbia, Cornell, Princeton, and the Rare Books & Manuscripts Section (RBMS) of ACRL • Working to create a BIBFRAME-compatible extension for rare materials and special collections • Addressing different levels of description: • Collection • Item • Page
  • 31. Princeton Digital Humanities project • Princeton Center for Digital Humanities (CDH) project • First phase will focus on a selection of materials related to Derrida’s 1967 work Of grammatology (De la grammatologie) • Goals: • Make related annotations available online • Develop protocols and workflows for all of Derrida’s annotations
  • 32. Archaeology of Reading project • Collaboration among Johns Hopkins, University College London, and Princeton • Focused on early modern annotations and reading practices • Has developed a detailed XML schema for encoding annotations • Schema includes terms for specifying physical characteristics of annotations
  • 33. References Citation: Derrida, Jacques. “Between the writing body and writing . . .” Interview with Daniel Ferrer. In Origins of deconstruction. Edited by Martin McQuillan and Ika Willis. Basingstoke, Great Britain: Palgrave Macmillan, 2010. Princeton LD4P project homepage: http://library.princeton.edu/tsd/cams/ld4p
  • 34. Image links 1. “Image from page 107 of ‘The Bell System technical journal’ (1922).” https://www.flickr.com/photos/126377022@N07/14753502421/ 2. “Jacques Derrida’s room of his published books in his home in Ris Orange, France, 2001.” http://andrewbush.net/Derrida%20Searle/pages/Jacques%20Derrida.html 3. “Image of the deceased French philosopher Jacques Derrida.” https://commons.wikimedia.org/wiki/File:Derrida-by-Pablo-Secca.jpg 4. “Harvey S. Firestone Memorial Library.” https://commons.wikimedia.org/wiki/File:Firestone_Library_Princeton_front.jpg 5. Diagram from the Web Annotation Data Model specification. https://www.w3.org/TR/annotation-model/ 6. “Apollo 11 astronaut prepares to step onto the Moon.” https://www.flickr.com/photos/sdasmarchives/14391730544/