SlideShare a Scribd company logo
David De Roure1, Pip Willcox2, and
Alfie Abdul-Rahman1
On the Description of Process in
Digital Scholarship
UNIVERSITY OF OXFORD

1 OXFORD E-RESEARCH CENTRE
2 CENTRE FOR DIGITAL SCHOLARSHIP
@dder
data	
process	
	 script
program
workflow
recipe
plan
…
chemistry	lab	
music	studio	
computa2onal	workflow	
business	workflow	
archaeology	
first	folio	
interac2ve	tool	
“Accidents of
preservation
and discovery”
Terhi Nurmikko-Fuller
chemistry	lab	
music	studio	
computa2onal	workflow	
business	workflow	
archaeology	
first	folio	
interac2ve	tool	
humancreativity
completeness of process record
PROV
http://demeter.oerc.ox.ac.uk/NumbersIntoNotes/
W3C PROV-N graph,
for interpretation and
reproducibility
https://provenance.ecs.soton.ac.uk/
mo:Performance
mo:Sound
mo:Recording
mo:Signal
mo:Track
mo:AudioFile
mo:AudioFile
mo:produced_sound mo:recorded_in
mo:produced_signal
mo:published_as
mo:available_as
mo:available_as
prov:Activity
prov:used
prov:wasGeneratedBy
mo:Performance
prov:SoftwareAgent
(etree:FlacBinary)
etree:isSubEventOf
etree:audio
event:subEvent
mo:Signal
tl:Interval
tl:Timeline
mo:encodes
mo:time
tl:onTimeLine
feature blob
tl:onTimeLine
prov:Activity
vamp:Transform
prov:SoftwareAgent
(etree:SonicAnnotator)
prov:wasAssociatedWith
prov:wasGeneratedBy
"FLAC"
"WAV"
mo:encoding
mo:encoding
prov:Association
prov:qualifiedAssociation
prov:agent
prov:Role
(audio transcoder)
prov:hadRole
prov:used
vamp:computed_by
rdf:Seq
etree:command_seq
prov:Association
prov:qualifiedAssociation
prov:agent
prov:Planprov:hadPlan
prov:Role
(feature extraction host)
prov:hadRole
"sonic-annotator -d ..."
etree:command_seq
prov:Plan
prov:hadPlan
prov:Association
prov:qualifiedAssociation
prov:SoftwareAgent
(Vamp plugin)
prov:wasAssociatedWith
prov:agent
vamp:plugin
prov:Role
(feature extraction plugin)
prov:hadRole
"flac -d ..."
rdf:_1
rdf:Seq
etree:command
prov:Activity
etree:command
prov:SoftwareAgent
(etree:UnixTerminal)
prov:wasAssociatedWith
rdf:_1
tl:Interval
mo:time
xsd:duration
tl:duration
prov:wasAssociatedWith
prov:Activity
prov:wasAssociatedWith
prov: PROV Ontology
mo: Music Ontology
tl: Timeline Ontology
vamp: Vamp Ontology
calma: calma vocabulary
etree: etree vocabulary
Transforming Musicology, Fusing Audio and Semantic Technologies
Pip	Willcox
Pip	Willcox
Pip	Willcox
Pip	Willcox
http://firstfolio.bodleian.ox.ac.uk/
https://blogs.bodleian.ox.ac.uk/digital/2016/04/23/introducing-the-iiif-first-folio/
Thanks to Graham Klyne for assistance
in capturing and encoding the First Folio
provenance
The Printing and Proof-Reading of the First
Folio of Shakespeare by Hinman makes
the case for compositors A to E
http://collation.folger.edu/2016/03/fallen-type/
http://internetshakespeare.uvic.ca/doc/JC_TextIntro/section/1/
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ff: <http://http://firstfolio.bodleian.ox.ac.uk/var#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ff:Parts a prov:Entity .
ff:Perform a prov:Activity ;
prov:used ff:Parts .
ff:Performance a prov:Entity ;
prov:wasGeneratedBy ff:Perform .
ff:Actors a prov:Agent , "prov:Person"^^xsd:string .
ff:Perform prov:wasAssociatedWith ff:Actors .
ff:Director a prov:Agent , "prov:Person"^^xsd:string .
ff:Perform prov:wasAssociatedWith ff:Director .
ff:Audience a prov:Agent , "prov:Person"^^xsd:string .
ff:Perform prov:wasAssociatedWith ff:Audience .
ff:CreatePromptBook a prov:Activity ;
prov:used ff:Performance .
ff:PromptBook a prov:Entity ;
prov:wasGeneratedBy ff:CreatePromptBook .
ff:Copyist a prov:Agent , "prov:Person"^^xsd:string .
ff:CreatePromptBook prov:wasAssociatedWith ff:Copyist .
ff:QuartoEdition a prov:Entity .
ff:ComposeType a prov:Activity ;
prov:used ff:PromptBook , ff:QuartoEdition .
ff:Formes a prov:Entity ;
prov:wasGeneratedBy ff:ComposeType .
ff:ComposeType prov:wasAssociatedWith ff:Compositor .
ff:Compositor a prov:Agent , "prov:Person"^^xsd:string ;
ff:name "B"^^xsd:string .
_:blank6 a prov:Delegation ;
prov:agent ff:Printer .
ff:Compositor prov:qualifiedDelegation _:blank6 .
_:blank6 a "contract"^^xsd:string .
ff:Printer a prov:Agent , "prov:Person"^^xsd:string .
ff:Print a prov:Activity ;
prov:used ff:Formes .
ff:Sheets a prov:Entity ;
prov:wasGeneratedBy ff:Print .
ff:Print prov:wasAssociatedWith ff:Printer .
ff:Gather a prov:Activity ;
prov:used ff:Sheets .
ff:Quires a prov:Entity ;
prov:wasGeneratedBy ff:Gather .
ff:Gather prov:wasAssociatedWith ff:Printer .
One entity is a specialization of
another entity if it shares the same
fixed attributes, with the possible
addition of further fixed attributes.
PROV also allows us to more generally
draw a connection between two descriptions
of the same thing… describing the entities
as alternates of each other.
Activities may follow pre-defined procedures,
such as recipes, tutorials, instructions, or
workflows. PROV refers to these, in general, as
plans, and allows the description that a plan was
followed, by agents, in executing an activity.
https://www.w3.org/TR/prov-n/
•  Plurality
– Multiple plays
– Multiple folios
– Multiple transcriptions
– Multiple provenances
– Multiple authorities
•  Physical book to digital facsimiles
– Multiple social machines
•  Subject of ongoing scholarship and discovery 
The	Bodleian	First	Folio	as	a	case	study	in	
provenance	representa2on	
http://shakespeare.bodleian.ox.ac.uk/the-bodleians-first-folio/
The Quill platform facilitates research
into the process by which committees
negotiate texts, especially in the
context of constitutional conventions
and legislative assemblies. 
Nicholas Cole and
Alfie Abdul Rahman
Howard Chandler Christy [Public domain], via Wikimedia Commons, https://commons.wikimedia.org/wikiFile:Scene_at_the_Signing_of_the_Constitution_of_the_United_States.jp
1.  Process descriptions should be part of the research
agenda in Humanities in the Semantic Web
2.  The provenance of historical artefacts and their
digitizations can be represented in PROV
3.  There may be multiple alternative provenances, and
overlapping provenances, so we need tooling to support
this. Is this a job for linked data?
4.  We need to describe the provenance of provenance
5.  The process of describing and encoding the
provenance has been a useful research method,
facilitating interdisciplinary discussion
6.  We offer the Bodleian First Folio as a case study
7.  What about social editions?
David De Roure
david.deroure@oerc.ox.ac.uk 
Pip Willcox
pip.willcox@bodleian.ox.ac.uk
Alfie Abdul-Rahman
alfie.abdulrahman@oerc.ox.ac.uk
Thanks to Graham Klyne, Terhi Nurmikko-Fuller, & Kevin Page 
Graphs produced by the Southampton Provenance Suite
http://www.slideshare.net/davidderoure/description-of-process
Description of Process
www.oerc.ox.ac.uk	
david.deroure@oerc.ox.ac.uk	
@dder

More Related Content

PPT
IVACS Symposium 2010
PPT
PPTX
Scholarly Social Machines
PPT
towards interoperable archives: the Universal Preprint Service initiative
PPT
Acrlul swebinar coleman
PDF
The OAI-ORE Interoperability Framework in the Context of the Current Scholarl...
PPTX
Description of a process
PPTX
Process description
IVACS Symposium 2010
Scholarly Social Machines
towards interoperable archives: the Universal Preprint Service initiative
Acrlul swebinar coleman
The OAI-ORE Interoperability Framework in the Context of the Current Scholarl...
Description of a process
Process description

Viewers also liked (20)

PPTX
Descriptions in Technical Writing
PPT
Process description
PDF
Mechanisms - description v3
PDF
Processes description and process control.
PPT
Tech writdefgoalsprocess
PDF
Process Definition
PPT
Detial process description inter company stock transfer
PPTX
Technical Writing
PDF
Bsr shaker process description 03012012
PPTX
Place description
PPTX
Software ethics
PPT
PARAGRAPH WRITING: DESCRIPTION
TXT
sentence outline
PPT
Lecture 1-technical-writing
PPTX
Mff720 s3 Sentence Outline CAA
PPTX
Hypertext
PPT
Hypertext presentation
PPT
pattern of organization
PPT
PPT
Writing describing places
Descriptions in Technical Writing
Process description
Mechanisms - description v3
Processes description and process control.
Tech writdefgoalsprocess
Process Definition
Detial process description inter company stock transfer
Technical Writing
Bsr shaker process description 03012012
Place description
Software ethics
PARAGRAPH WRITING: DESCRIPTION
sentence outline
Lecture 1-technical-writing
Mff720 s3 Sentence Outline CAA
Hypertext
Hypertext presentation
pattern of organization
Writing describing places
Ad

Similar to Description of Process (16)

PPTX
PROV and Real Things
PPTX
Prov and real things
PPT
Dcap Ja Progmeet 2007 07 05
PDF
Digital Scholarship Intersection
ODP
Learning Resource Metadata Initiative: Vocabulary Development Best Practices
PDF
Transcript - Provenance and Social Science data
PDF
Research Objects Tutorial (TPDL)
PPT
Dublin Core Application Profile for Scholarly Works Slainte
PPT
Dublin Core Application Profile for Scholarly Works (ePrints)
PPT
SWAP : A Dublin Core Application Profile for desribing scholarly works
PPTX
Forethoughts (or Four Provocations) on Linked Data and Digital Scholarship
ODP
2011 03-provenance-workshop-edingurgh
PPTX
2013-01-17 Research Object
PPTX
Metadata for Research Objects
PPTX
Interdisciplinary Processes at the Digital Repository of Ireland
PPTX
PROV-O Tutorial. DC-2013 Conference
PROV and Real Things
Prov and real things
Dcap Ja Progmeet 2007 07 05
Digital Scholarship Intersection
Learning Resource Metadata Initiative: Vocabulary Development Best Practices
Transcript - Provenance and Social Science data
Research Objects Tutorial (TPDL)
Dublin Core Application Profile for Scholarly Works Slainte
Dublin Core Application Profile for Scholarly Works (ePrints)
SWAP : A Dublin Core Application Profile for desribing scholarly works
Forethoughts (or Four Provocations) on Linked Data and Digital Scholarship
2011 03-provenance-workshop-edingurgh
2013-01-17 Research Object
Metadata for Research Objects
Interdisciplinary Processes at the Digital Repository of Ireland
PROV-O Tutorial. DC-2013 Conference
Ad

More from David De Roure (20)

PDF
Emerging Scholarly Practice and Scholarly Primitives: a Case Study in Music a...
PDF
Digital Humanities RSE Landscape
PDF
Music in the Archives
PDF
Digital Research Infrastructure
PDF
Alter: an ensemble work composed with and about AI
PDF
Digital Scholarship: Intersection, Automation, and Scholarly Social Machines
PDF
Lovelace’s Legacy : Creative Algorithmic Interventions for Live Performance
PDF
Experimental Humanities: An Adventure with Lovelace and Babbage
PDF
Creativity in Digital Scholarship
PDF
The Imagination of Ada Lovelace
PDF
Scholarly Social Machines Essay
PDF
Social Machines and how to study them
PDF
New and Emerging Forms of Data
PDF
Plans and Performances
PDF
The Short and the Long of Web Science
PDF
Short and Long of Data Driven Innovation
PDF
New Data `New Computation
PDF
Ethics of Automation
PDF
Emerging Forms of Data and Analytics
PDF
Ada Lovelace Numbers and Notes
Emerging Scholarly Practice and Scholarly Primitives: a Case Study in Music a...
Digital Humanities RSE Landscape
Music in the Archives
Digital Research Infrastructure
Alter: an ensemble work composed with and about AI
Digital Scholarship: Intersection, Automation, and Scholarly Social Machines
Lovelace’s Legacy : Creative Algorithmic Interventions for Live Performance
Experimental Humanities: An Adventure with Lovelace and Babbage
Creativity in Digital Scholarship
The Imagination of Ada Lovelace
Scholarly Social Machines Essay
Social Machines and how to study them
New and Emerging Forms of Data
Plans and Performances
The Short and the Long of Web Science
Short and Long of Data Driven Innovation
New Data `New Computation
Ethics of Automation
Emerging Forms of Data and Analytics
Ada Lovelace Numbers and Notes

Recently uploaded (20)

PPTX
introduction about ICD -10 & ICD-11 ppt.pptx
PDF
Exploring VPS Hosting Trends for SMBs in 2025
PPT
Ethics in Information System - Management Information System
PDF
Unit-1 introduction to cyber security discuss about how to secure a system
PPT
FIRE PREVENTION AND CONTROL PLAN- LUS.FM.MQ.OM.UTM.PLN.00014.ppt
PPTX
Introuction about ICD -10 and ICD-11 PPT.pptx
PPTX
Digital Literacy And Online Safety on internet
PPTX
June-4-Sermon-Powerpoint.pptx USE THIS FOR YOUR MOTIVATION
PPTX
522797556-Unit-2-Temperature-measurement-1-1.pptx
PPT
isotopes_sddsadsaadasdasdasdasdsa1213.ppt
PPTX
Introduction to Information and Communication Technology
PPTX
Job_Card_System_Styled_lorem_ipsum_.pptx
PPTX
INTERNET------BASICS-------UPDATED PPT PRESENTATION
PPT
Design_with_Watersergyerge45hrbgre4top (1).ppt
PDF
Introduction to the IoT system, how the IoT system works
PPTX
innovation process that make everything different.pptx
PDF
FINAL CALL-6th International Conference on Networks & IOT (NeTIOT 2025)
PDF
Sims 4 Historia para lo sims 4 para jugar
PPTX
Power Point - Lesson 3_2.pptx grad school presentation
PDF
An introduction to the IFRS (ISSB) Stndards.pdf
introduction about ICD -10 & ICD-11 ppt.pptx
Exploring VPS Hosting Trends for SMBs in 2025
Ethics in Information System - Management Information System
Unit-1 introduction to cyber security discuss about how to secure a system
FIRE PREVENTION AND CONTROL PLAN- LUS.FM.MQ.OM.UTM.PLN.00014.ppt
Introuction about ICD -10 and ICD-11 PPT.pptx
Digital Literacy And Online Safety on internet
June-4-Sermon-Powerpoint.pptx USE THIS FOR YOUR MOTIVATION
522797556-Unit-2-Temperature-measurement-1-1.pptx
isotopes_sddsadsaadasdasdasdasdsa1213.ppt
Introduction to Information and Communication Technology
Job_Card_System_Styled_lorem_ipsum_.pptx
INTERNET------BASICS-------UPDATED PPT PRESENTATION
Design_with_Watersergyerge45hrbgre4top (1).ppt
Introduction to the IoT system, how the IoT system works
innovation process that make everything different.pptx
FINAL CALL-6th International Conference on Networks & IOT (NeTIOT 2025)
Sims 4 Historia para lo sims 4 para jugar
Power Point - Lesson 3_2.pptx grad school presentation
An introduction to the IFRS (ISSB) Stndards.pdf

Description of Process