SlideShare una empresa de Scribd logo
1 de 30
Descargar para leer sin conexión
ELIS – Multimedia Lab
Tom De Nies
Ghent University – iMinds – MMLab
http://users.ugent.be/~tdenies
@TomDeNies
Easy Access to Provenance: an Essential Step
Towards Trust on the Web
Presentation at METHOD 2013
2
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
prefix ex: <http://example.org>
entity(ex:Tom, [prov:type=“prov:Person”])
entity(ex:Tom_in_Belgium) specializationOf(ex:Tom_in_Belgium, ex:Tom)
entity(ex:Tom_in_Japan) specializationOf(ex:Tom_in_Japan, ex:Tom)
wasDerivedFrom(ex:Tom_in_Japan, ex:Tom_in_Belgium, ex:travel, -, -)
activity(ex:travel)
activity(ex:departure) activity(ex:arrival)
wasStartedBy(ex:travel, -, ex:departure, 2013-07-21T15:00:00+02:00)
wasEndedBy(ex:travel, -, ex:arrival, 2013-07-22T20:00:00+09:00)
activity(ex:presentation)
wasAssociatedWith(ex:presentation, ex:Tom_in_Japan)
The provenance of today’s talk
3
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
prefix ex: <http://example.org>
entity(ex:Tom, [prov:type=“prov:Person”])
entity(ex:Tom_in_Belgium) specializationOf(ex:Tom_in_Belgium, ex:Tom)
entity(ex:Tom_in_Japan) specializationOf(ex:Tom_in_Japan, ex:Tom)
wasDerivedFrom(ex:Tom_in_Japan, ex:Tom_in_Belgium, ex:travel, -, -)
activity(ex:travel)
activity(ex:departure) activity(ex:arrival)
wasStartedBy(ex:travel, -, ex:departure, 2013-07-21T15:00:00+02:00)
wasEndedBy(ex:travel, -, ex:arrival, 2013-07-22T20:00:00+09:00)
activity(ex:presentation)
wasAssociatedWith(ex:presentation, ex:Tom_in_Japan)
The provenance of today’s talk
Possible distrust
event due to jetlag!
4
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
With this provenance, the trust assessment score of this talk
would be less then ideal
However, that’s why it’s a trust assessment, not a certainty.
Trust me ;-)
Disclaimer
5
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
 Introduction to provenance
 Lessons learned from literature
 Provenance-based trust assessment
 Use case: the “Oh, Yeah?”-button
Overview
6
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
Definition:
“Provenance is information about
entities, activities, and people
involved in producing a piece of data or thing,
which can be used to form assessments about its
quality, reliability or trustworthiness. ”
Introduction to provenance
7
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
The new PROV family of specifications
4 W3C Recommendations:
 PROV-DM: Data Model
 PROV-Constraints: Constraints for valid PROV
 PROV-N: human-readable notation
 PROV-O: machine-readable notation
+ 8 Notes
www.w3.org/TR/prov-overview
Standardized provenance
8
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
 Introduction to provenance
 Lessons learned from literature
 Provenance-based trust assessment
 Use case: the “Oh, Yeah?”-button
Overview
9
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
Reputation, reputation, reputation…
 Collaborative
 Personalized [1]
Lessons learned from literature
[1] J. Golbeck and A. Mannes, “Using trust and provenance for content filtering on the semantic web,” in
Proceedings of the Models of Trust for the Web Workshop, 2006.
10
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
… but not only reputation!
The provenance matters.
Use a combination of both [2,3]
Lessons learned from literature
[2] D. Ceolin, P. Groth, W. R. van Hage, A. Nottamkandath, and W. Fokkink, “Trust evaluation through user reputation
and provenance analysis,” in 8th International Workshop on Uncertainty Reasoning for the Semantic Web, 2012, p. 15.
[3] H.-S. Lim, Y.-S. Moon, and E. Bertino, “Provenancebased trustworthiness assessment in sensor networks,” in
Proceedings of the Seventh International Workshop on Data Management for Sensor Networks. ACM, 2010, pp. 2–7.
11
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
Humans don’t assign trust scores,
they identify distrust events [4].
Lessons learned from literature
[4] X. Li, T. Lebo, and D. L. McGuinness, “Provenance based strategies to develop trust in semantic web
applications,” in Provenance and Annotation of Data and Processes. Springer, 2010, pp. 182–197.
12
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
Currently, there is no system
that only uses provenance
to make trust assessments.
(to the best of our knowledge)
Lessons learned from literature
13
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
 Introduction to provenance
 Lessons learned from literature
 Provenance-based trust assessment
 Use case: the “Oh, Yeah?”-button
Overview
14
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
We define 6 criteria:
1. Availability
2. Validity
3. Provenance of provenance
4. Consistency
5. Correctness
6. Reputation
Provenance-based Trust Assessment
Human-understandable
Conclusions
vs.
Machine-understandable
Trust score
15
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
PROV-AQ: Access and Query
3 options:
Accessing Provenance on the Web
1. HTTP Link header
Link: <provenance-URI>; rel=
"http://www.w3.org/ns/prov#has_provenance";
anchor="target-URI",
<provenance-service-URI>; rel=
"http://www.w3.org/ns/prov#has_query_service";
anchor="target-URI"
16
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
PROV-AQ: Access and Query
3 options:
Accessing Provenance on the Web
2. HTML <link> element
<html>
<head>
<link href="provenance-URI" rel=
"http://www.w3.org/ns/prov#has_provenance">
<link href="target-URI" rel=
"http://www.w3.org/ns/prov#has_anchor">
<link href="provenance-service-URI" rel=
"http://www.w3.org/ns/prov#has_query_service">
</head>
<body> ... </body>
</html>
17
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
PROV-AQ: Access and Query
3 options:
Accessing Provenance on the Web
3. RDF
@prefix prov: <http://www.w3.org/ns/prov#>.
<resource-URI>
prov:has_provenance <provenance-URI>;
prov:has_anchor <target-URI>;
prov:has_query_service <provenance-service-URI>;
18
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
Based on PROV-Constraints
http://provenance.ecs.soton.ac. uk/validator/validation/submit
validate : 'Validate'
url : <provenance-URI>
file : <file upload>
statements : <the provenance statements>
Provenance Validation
19
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
Trust cannot be directly derived from validation …
… but it does indicate that the author made an effort!
Provenance Validation
20
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
Coarse-grained: use prov:bundle
A bundle is also an entity,
so it’s’provenance can be described!
Fine-grained: use annotations
e.g., “Uncertainty Provenance (UP)” [5]
http://semweb.mmlab.be/ns/up
up:assertionConfidence
up:assertionType
 (e.g., up:HumanAsserted, up:MachineGenerated, …)
[5] De Nies, Tom, et al. "Modeling uncertain provenance and provenance of uncertainty in W3C PROV." WWW2013, 2013.
Provenance of Provenance
21
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
Does the provenance correspond to alternative sources?
Normalization/Equivalence [PROV-Constraints]
Provenance Consistency
22
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
Does the provenance correspond to the content?
Feature extraction/comparison
Semantic similarity
Provenance Correctness
23
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
 Reputation of provenance source
 Reputation of agents, entities
 Feed domains to reputation service, e.g., Web of Trust
http://mywot.com
Provenance Reputation
24
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
 Introduction to provenance
 Lessons learned from literature
 Trust assessment
 Accessing & validating provenance
 Use case: the “Oh, Yeah?”-button
Overview
25
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
Tim Berners-Lee (1997)
“Each browser should have a button labeled ‘Oh, Yeah?’,
that you press when you lose that feeling of trust.”
Use Case: the “Oh, Yeah?”-button
Distrust events!
26
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
27
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
Currently:
We support 4 out of the 6 criteria:
1. Availability
2. Validity
3. Provenance of provenance
4. Consistency
5. Correctness
6. Reputation
“Oh, Yeah?” Trust Assessment
Future Work
28
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
“Oh, Yeah?” Visualisation
Discussion:
• Still too detailed for novice users!
Future Work:
• Adjustable level of detail
• Support all 6 criteria
• Identify distrust events beforehand
• Objective evaluation
29
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
prefix ex: <http://example.org>
entity(ex:Tom, [prov:type=“prov:Person”])
entity(ex:Tom_in_Belgium) specializationOf(ex:Tom_in_Belgium, ex:Tom)
entity(ex:Tom_in_Japan) specializationOf(ex:Tom_in_Japan, ex:Tom)
wasDerivedFrom(ex:Tom_in_Japan, ex:Tom_in_Belgium, ex:travel, -, -)
activity(ex:travel)
activity(ex:departure) activity(ex:arrival)
wasStartedBy(ex:travel, -, ex:departure, 2013-07-21T15:00:00+02:00)
wasEndedBy(ex:travel, -, ex:arrival, 2013-07-22T20:00:00+09:00)
activity(ex:presentation)
wasAssociatedWith(ex:presentation, ex:Tom_in_Japan)
So where does that leave today’s talk?
Certified by His Royal Highness King Filip of Belgium!
(who was crowned yesterday)
Provenance and reputation: a good recipe for trust!
30
ELIS – Multimedia Lab
Easy Access to Provenance: an Essential Step Towards Trust on the Web
Tom De Nies (iMinds-MMLab)
22/07/2013
Available in Chrome Web Store!
http://users.ugent.be/~tdenies
@TomDeNies
Co-authors:
• Coppens, S., Verborgh, R., Vander Sande, M., Mannens, E., Van de Walle, R.
(Ghent University – iMinds – MMLab)
• Michaelides, D., and Moreau, L. (University of Southampton)
Thank you for your attention!
Oh ?
yeah

Más contenido relacionado

Similar a 2013.07.22 Tom De Nies - METHOD 2013 - Easy Access to Provenance: an Essential Step Towards Trust on the Web

Data Provenance and PROV Ontology
Data Provenance and PROV OntologyData Provenance and PROV Ontology
Data Provenance and PROV OntologyEugeneMorozov
 
BUILDING A SCALABLE MULTIMEDIA WEB OBSERVATORY
BUILDING A SCALABLE MULTIMEDIA WEB OBSERVATORYBUILDING A SCALABLE MULTIMEDIA WEB OBSERVATORY
BUILDING A SCALABLE MULTIMEDIA WEB OBSERVATORYJonathon Hare
 
The challenges of building a strong data infrastructure
The challenges of building a strong data infrastructureThe challenges of building a strong data infrastructure
The challenges of building a strong data infrastructureJeni Tennison
 
Big data in social sciences and IT developments (ethics considerations)
Big data in social sciences and IT developments (ethics considerations)Big data in social sciences and IT developments (ethics considerations)
Big data in social sciences and IT developments (ethics considerations)Efthimios Tambouris
 
Institutional knowledge and information ecology in a Free Software ecosystem
Institutional knowledge and information ecology in a Free Software ecosystemInstitutional knowledge and information ecology in a Free Software ecosystem
Institutional knowledge and information ecology in a Free Software ecosystemDerek Keats
 
Trust and Accountability: experiences from the FAIRDOM Commons Initiative.
Trust and Accountability: experiences from the FAIRDOM Commons Initiative.Trust and Accountability: experiences from the FAIRDOM Commons Initiative.
Trust and Accountability: experiences from the FAIRDOM Commons Initiative.Carole Goble
 
Prov-O-Viz: Interactive Provenance Visualization
Prov-O-Viz: Interactive Provenance VisualizationProv-O-Viz: Interactive Provenance Visualization
Prov-O-Viz: Interactive Provenance VisualizationRinke Hoekstra
 
A Lightweight Provenance Pingback and Query Service for Web Publications
A Lightweight Provenance Pingback and Query Service for Web PublicationsA Lightweight Provenance Pingback and Query Service for Web Publications
A Lightweight Provenance Pingback and Query Service for Web Publicationstdenies
 
Malicious-URL Detection using Logistic Regression Technique
Malicious-URL Detection using Logistic Regression TechniqueMalicious-URL Detection using Logistic Regression Technique
Malicious-URL Detection using Logistic Regression TechniqueDr. Amarjeet Singh
 
Trust in Distributed Systems
Trust in Distributed SystemsTrust in Distributed Systems
Trust in Distributed SystemsTyrone Grandison
 
Keystone summer school 2015 paolo-missier-provenance
Keystone summer school 2015 paolo-missier-provenanceKeystone summer school 2015 paolo-missier-provenance
Keystone summer school 2015 paolo-missier-provenancePaolo Missier
 
#ALAAC15 Linked Data Love
#ALAAC15 Linked Data Love #ALAAC15 Linked Data Love
#ALAAC15 Linked Data Love Kristi Holmes
 
Mduke sagecite-jisc-march11
Mduke sagecite-jisc-march11Mduke sagecite-jisc-march11
Mduke sagecite-jisc-march11monicaduke
 
SemTech West 2011 - Digital Provenance
SemTech West 2011 - Digital ProvenanceSemTech West 2011 - Digital Provenance
SemTech West 2011 - Digital Provenancegvj4v
 
Web Investigation Through Penetration Tests.pptx
Web Investigation Through Penetration Tests.pptxWeb Investigation Through Penetration Tests.pptx
Web Investigation Through Penetration Tests.pptxEntertainmentMedley
 
Cloud Computing Security From Sngle to multi Clouds Full Documentaion
Cloud Computing Security From Sngle to multi Clouds Full DocumentaionCloud Computing Security From Sngle to multi Clouds Full Documentaion
Cloud Computing Security From Sngle to multi Clouds Full DocumentaionVamshi Chowdary
 
Semantic Web: In Quest for the Next Generation Killer Apps
Semantic Web: In Quest for the Next Generation Killer AppsSemantic Web: In Quest for the Next Generation Killer Apps
Semantic Web: In Quest for the Next Generation Killer AppsJie Bao
 
Globalization and VPEC-T
Globalization and VPEC-TGlobalization and VPEC-T
Globalization and VPEC-TRichard Veryard
 
IAC22 Safe Tech Audit Presentation Noreen Whysel.pptx
IAC22 Safe Tech Audit Presentation Noreen Whysel.pptxIAC22 Safe Tech Audit Presentation Noreen Whysel.pptx
IAC22 Safe Tech Audit Presentation Noreen Whysel.pptxNoreen Whysel
 

Similar a 2013.07.22 Tom De Nies - METHOD 2013 - Easy Access to Provenance: an Essential Step Towards Trust on the Web (20)

Data Provenance and PROV Ontology
Data Provenance and PROV OntologyData Provenance and PROV Ontology
Data Provenance and PROV Ontology
 
BUILDING A SCALABLE MULTIMEDIA WEB OBSERVATORY
BUILDING A SCALABLE MULTIMEDIA WEB OBSERVATORYBUILDING A SCALABLE MULTIMEDIA WEB OBSERVATORY
BUILDING A SCALABLE MULTIMEDIA WEB OBSERVATORY
 
The challenges of building a strong data infrastructure
The challenges of building a strong data infrastructureThe challenges of building a strong data infrastructure
The challenges of building a strong data infrastructure
 
Big data in social sciences and IT developments (ethics considerations)
Big data in social sciences and IT developments (ethics considerations)Big data in social sciences and IT developments (ethics considerations)
Big data in social sciences and IT developments (ethics considerations)
 
Institutional knowledge and information ecology in a Free Software ecosystem
Institutional knowledge and information ecology in a Free Software ecosystemInstitutional knowledge and information ecology in a Free Software ecosystem
Institutional knowledge and information ecology in a Free Software ecosystem
 
Trust and Accountability: experiences from the FAIRDOM Commons Initiative.
Trust and Accountability: experiences from the FAIRDOM Commons Initiative.Trust and Accountability: experiences from the FAIRDOM Commons Initiative.
Trust and Accountability: experiences from the FAIRDOM Commons Initiative.
 
Prov-O-Viz: Interactive Provenance Visualization
Prov-O-Viz: Interactive Provenance VisualizationProv-O-Viz: Interactive Provenance Visualization
Prov-O-Viz: Interactive Provenance Visualization
 
A Lightweight Provenance Pingback and Query Service for Web Publications
A Lightweight Provenance Pingback and Query Service for Web PublicationsA Lightweight Provenance Pingback and Query Service for Web Publications
A Lightweight Provenance Pingback and Query Service for Web Publications
 
Malicious-URL Detection using Logistic Regression Technique
Malicious-URL Detection using Logistic Regression TechniqueMalicious-URL Detection using Logistic Regression Technique
Malicious-URL Detection using Logistic Regression Technique
 
Trust in Distributed Systems
Trust in Distributed SystemsTrust in Distributed Systems
Trust in Distributed Systems
 
CAEPIA 2011
CAEPIA 2011CAEPIA 2011
CAEPIA 2011
 
Keystone summer school 2015 paolo-missier-provenance
Keystone summer school 2015 paolo-missier-provenanceKeystone summer school 2015 paolo-missier-provenance
Keystone summer school 2015 paolo-missier-provenance
 
#ALAAC15 Linked Data Love
#ALAAC15 Linked Data Love #ALAAC15 Linked Data Love
#ALAAC15 Linked Data Love
 
Mduke sagecite-jisc-march11
Mduke sagecite-jisc-march11Mduke sagecite-jisc-march11
Mduke sagecite-jisc-march11
 
SemTech West 2011 - Digital Provenance
SemTech West 2011 - Digital ProvenanceSemTech West 2011 - Digital Provenance
SemTech West 2011 - Digital Provenance
 
Web Investigation Through Penetration Tests.pptx
Web Investigation Through Penetration Tests.pptxWeb Investigation Through Penetration Tests.pptx
Web Investigation Through Penetration Tests.pptx
 
Cloud Computing Security From Sngle to multi Clouds Full Documentaion
Cloud Computing Security From Sngle to multi Clouds Full DocumentaionCloud Computing Security From Sngle to multi Clouds Full Documentaion
Cloud Computing Security From Sngle to multi Clouds Full Documentaion
 
Semantic Web: In Quest for the Next Generation Killer Apps
Semantic Web: In Quest for the Next Generation Killer AppsSemantic Web: In Quest for the Next Generation Killer Apps
Semantic Web: In Quest for the Next Generation Killer Apps
 
Globalization and VPEC-T
Globalization and VPEC-TGlobalization and VPEC-T
Globalization and VPEC-T
 
IAC22 Safe Tech Audit Presentation Noreen Whysel.pptx
IAC22 Safe Tech Audit Presentation Noreen Whysel.pptxIAC22 Safe Tech Audit Presentation Noreen Whysel.pptx
IAC22 Safe Tech Audit Presentation Noreen Whysel.pptx
 

Último

Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckHajeJanKamps
 
The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024christinemoorman
 
APRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfAPRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfRbc Rbcua
 
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxContemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxMarkAnthonyAurellano
 
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City GurgaonCall Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaoncallgirls2057
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...lizamodels9
 
Kenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby AfricaKenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby Africaictsugar
 
Islamabad Escorts | Call 03070433345 | Escort Service in Islamabad
Islamabad Escorts | Call 03070433345 | Escort Service in IslamabadIslamabad Escorts | Call 03070433345 | Escort Service in Islamabad
Islamabad Escorts | Call 03070433345 | Escort Service in IslamabadAyesha Khan
 
Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Riya Pathan
 
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfIntro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfpollardmorgan
 
Digital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdfDigital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdfJos Voskuil
 
Marketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent ChirchirMarketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent Chirchirictsugar
 
Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...
Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...
Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...lizamodels9
 
Investment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy CheruiyotInvestment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy Cheruiyotictsugar
 
Market Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 EditionMarket Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 EditionMintel Group
 
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,noida100girls
 
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607dollysharma2066
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesKeppelCorporation
 
Kenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith PereraKenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith Pereraictsugar
 

Último (20)

Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
 
The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024
 
APRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdfAPRIL2024_UKRAINE_xml_0000000000000 .pdf
APRIL2024_UKRAINE_xml_0000000000000 .pdf
 
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptxContemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
Contemporary Economic Issues Facing the Filipino Entrepreneur (1).pptx
 
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City GurgaonCall Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
 
Corporate Profile 47Billion Information Technology
Corporate Profile 47Billion Information TechnologyCorporate Profile 47Billion Information Technology
Corporate Profile 47Billion Information Technology
 
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
 
Kenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby AfricaKenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby Africa
 
Islamabad Escorts | Call 03070433345 | Escort Service in Islamabad
Islamabad Escorts | Call 03070433345 | Escort Service in IslamabadIslamabad Escorts | Call 03070433345 | Escort Service in Islamabad
Islamabad Escorts | Call 03070433345 | Escort Service in Islamabad
 
Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737Independent Call Girls Andheri Nightlaila 9967584737
Independent Call Girls Andheri Nightlaila 9967584737
 
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfIntro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
 
Digital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdfDigital Transformation in the PLM domain - distrib.pdf
Digital Transformation in the PLM domain - distrib.pdf
 
Marketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent ChirchirMarketplace and Quality Assurance Presentation - Vincent Chirchir
Marketplace and Quality Assurance Presentation - Vincent Chirchir
 
Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...
Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...
Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...
 
Investment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy CheruiyotInvestment in The Coconut Industry by Nancy Cheruiyot
Investment in The Coconut Industry by Nancy Cheruiyot
 
Market Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 EditionMarket Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 Edition
 
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Old Faridabad ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
 
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
(Best) ENJOY Call Girls in Faridabad Ex | 8377087607
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation Slides
 
Kenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith PereraKenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith Perera
 

2013.07.22 Tom De Nies - METHOD 2013 - Easy Access to Provenance: an Essential Step Towards Trust on the Web

  • 1. ELIS – Multimedia Lab Tom De Nies Ghent University – iMinds – MMLab http://users.ugent.be/~tdenies @TomDeNies Easy Access to Provenance: an Essential Step Towards Trust on the Web Presentation at METHOD 2013
  • 2. 2 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 prefix ex: <http://example.org> entity(ex:Tom, [prov:type=“prov:Person”]) entity(ex:Tom_in_Belgium) specializationOf(ex:Tom_in_Belgium, ex:Tom) entity(ex:Tom_in_Japan) specializationOf(ex:Tom_in_Japan, ex:Tom) wasDerivedFrom(ex:Tom_in_Japan, ex:Tom_in_Belgium, ex:travel, -, -) activity(ex:travel) activity(ex:departure) activity(ex:arrival) wasStartedBy(ex:travel, -, ex:departure, 2013-07-21T15:00:00+02:00) wasEndedBy(ex:travel, -, ex:arrival, 2013-07-22T20:00:00+09:00) activity(ex:presentation) wasAssociatedWith(ex:presentation, ex:Tom_in_Japan) The provenance of today’s talk
  • 3. 3 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 prefix ex: <http://example.org> entity(ex:Tom, [prov:type=“prov:Person”]) entity(ex:Tom_in_Belgium) specializationOf(ex:Tom_in_Belgium, ex:Tom) entity(ex:Tom_in_Japan) specializationOf(ex:Tom_in_Japan, ex:Tom) wasDerivedFrom(ex:Tom_in_Japan, ex:Tom_in_Belgium, ex:travel, -, -) activity(ex:travel) activity(ex:departure) activity(ex:arrival) wasStartedBy(ex:travel, -, ex:departure, 2013-07-21T15:00:00+02:00) wasEndedBy(ex:travel, -, ex:arrival, 2013-07-22T20:00:00+09:00) activity(ex:presentation) wasAssociatedWith(ex:presentation, ex:Tom_in_Japan) The provenance of today’s talk Possible distrust event due to jetlag!
  • 4. 4 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 With this provenance, the trust assessment score of this talk would be less then ideal However, that’s why it’s a trust assessment, not a certainty. Trust me ;-) Disclaimer
  • 5. 5 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013  Introduction to provenance  Lessons learned from literature  Provenance-based trust assessment  Use case: the “Oh, Yeah?”-button Overview
  • 6. 6 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 Definition: “Provenance is information about entities, activities, and people involved in producing a piece of data or thing, which can be used to form assessments about its quality, reliability or trustworthiness. ” Introduction to provenance
  • 7. 7 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 The new PROV family of specifications 4 W3C Recommendations:  PROV-DM: Data Model  PROV-Constraints: Constraints for valid PROV  PROV-N: human-readable notation  PROV-O: machine-readable notation + 8 Notes www.w3.org/TR/prov-overview Standardized provenance
  • 8. 8 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013  Introduction to provenance  Lessons learned from literature  Provenance-based trust assessment  Use case: the “Oh, Yeah?”-button Overview
  • 9. 9 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 Reputation, reputation, reputation…  Collaborative  Personalized [1] Lessons learned from literature [1] J. Golbeck and A. Mannes, “Using trust and provenance for content filtering on the semantic web,” in Proceedings of the Models of Trust for the Web Workshop, 2006.
  • 10. 10 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 … but not only reputation! The provenance matters. Use a combination of both [2,3] Lessons learned from literature [2] D. Ceolin, P. Groth, W. R. van Hage, A. Nottamkandath, and W. Fokkink, “Trust evaluation through user reputation and provenance analysis,” in 8th International Workshop on Uncertainty Reasoning for the Semantic Web, 2012, p. 15. [3] H.-S. Lim, Y.-S. Moon, and E. Bertino, “Provenancebased trustworthiness assessment in sensor networks,” in Proceedings of the Seventh International Workshop on Data Management for Sensor Networks. ACM, 2010, pp. 2–7.
  • 11. 11 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 Humans don’t assign trust scores, they identify distrust events [4]. Lessons learned from literature [4] X. Li, T. Lebo, and D. L. McGuinness, “Provenance based strategies to develop trust in semantic web applications,” in Provenance and Annotation of Data and Processes. Springer, 2010, pp. 182–197.
  • 12. 12 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 Currently, there is no system that only uses provenance to make trust assessments. (to the best of our knowledge) Lessons learned from literature
  • 13. 13 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013  Introduction to provenance  Lessons learned from literature  Provenance-based trust assessment  Use case: the “Oh, Yeah?”-button Overview
  • 14. 14 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 We define 6 criteria: 1. Availability 2. Validity 3. Provenance of provenance 4. Consistency 5. Correctness 6. Reputation Provenance-based Trust Assessment Human-understandable Conclusions vs. Machine-understandable Trust score
  • 15. 15 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 PROV-AQ: Access and Query 3 options: Accessing Provenance on the Web 1. HTTP Link header Link: <provenance-URI>; rel= "http://www.w3.org/ns/prov#has_provenance"; anchor="target-URI", <provenance-service-URI>; rel= "http://www.w3.org/ns/prov#has_query_service"; anchor="target-URI"
  • 16. 16 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 PROV-AQ: Access and Query 3 options: Accessing Provenance on the Web 2. HTML <link> element <html> <head> <link href="provenance-URI" rel= "http://www.w3.org/ns/prov#has_provenance"> <link href="target-URI" rel= "http://www.w3.org/ns/prov#has_anchor"> <link href="provenance-service-URI" rel= "http://www.w3.org/ns/prov#has_query_service"> </head> <body> ... </body> </html>
  • 17. 17 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 PROV-AQ: Access and Query 3 options: Accessing Provenance on the Web 3. RDF @prefix prov: <http://www.w3.org/ns/prov#>. <resource-URI> prov:has_provenance <provenance-URI>; prov:has_anchor <target-URI>; prov:has_query_service <provenance-service-URI>;
  • 18. 18 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 Based on PROV-Constraints http://provenance.ecs.soton.ac. uk/validator/validation/submit validate : 'Validate' url : <provenance-URI> file : <file upload> statements : <the provenance statements> Provenance Validation
  • 19. 19 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 Trust cannot be directly derived from validation … … but it does indicate that the author made an effort! Provenance Validation
  • 20. 20 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 Coarse-grained: use prov:bundle A bundle is also an entity, so it’s’provenance can be described! Fine-grained: use annotations e.g., “Uncertainty Provenance (UP)” [5] http://semweb.mmlab.be/ns/up up:assertionConfidence up:assertionType  (e.g., up:HumanAsserted, up:MachineGenerated, …) [5] De Nies, Tom, et al. "Modeling uncertain provenance and provenance of uncertainty in W3C PROV." WWW2013, 2013. Provenance of Provenance
  • 21. 21 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 Does the provenance correspond to alternative sources? Normalization/Equivalence [PROV-Constraints] Provenance Consistency
  • 22. 22 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 Does the provenance correspond to the content? Feature extraction/comparison Semantic similarity Provenance Correctness
  • 23. 23 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013  Reputation of provenance source  Reputation of agents, entities  Feed domains to reputation service, e.g., Web of Trust http://mywot.com Provenance Reputation
  • 24. 24 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013  Introduction to provenance  Lessons learned from literature  Trust assessment  Accessing & validating provenance  Use case: the “Oh, Yeah?”-button Overview
  • 25. 25 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 Tim Berners-Lee (1997) “Each browser should have a button labeled ‘Oh, Yeah?’, that you press when you lose that feeling of trust.” Use Case: the “Oh, Yeah?”-button Distrust events!
  • 26. 26 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013
  • 27. 27 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 Currently: We support 4 out of the 6 criteria: 1. Availability 2. Validity 3. Provenance of provenance 4. Consistency 5. Correctness 6. Reputation “Oh, Yeah?” Trust Assessment Future Work
  • 28. 28 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 “Oh, Yeah?” Visualisation Discussion: • Still too detailed for novice users! Future Work: • Adjustable level of detail • Support all 6 criteria • Identify distrust events beforehand • Objective evaluation
  • 29. 29 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 prefix ex: <http://example.org> entity(ex:Tom, [prov:type=“prov:Person”]) entity(ex:Tom_in_Belgium) specializationOf(ex:Tom_in_Belgium, ex:Tom) entity(ex:Tom_in_Japan) specializationOf(ex:Tom_in_Japan, ex:Tom) wasDerivedFrom(ex:Tom_in_Japan, ex:Tom_in_Belgium, ex:travel, -, -) activity(ex:travel) activity(ex:departure) activity(ex:arrival) wasStartedBy(ex:travel, -, ex:departure, 2013-07-21T15:00:00+02:00) wasEndedBy(ex:travel, -, ex:arrival, 2013-07-22T20:00:00+09:00) activity(ex:presentation) wasAssociatedWith(ex:presentation, ex:Tom_in_Japan) So where does that leave today’s talk? Certified by His Royal Highness King Filip of Belgium! (who was crowned yesterday) Provenance and reputation: a good recipe for trust!
  • 30. 30 ELIS – Multimedia Lab Easy Access to Provenance: an Essential Step Towards Trust on the Web Tom De Nies (iMinds-MMLab) 22/07/2013 Available in Chrome Web Store! http://users.ugent.be/~tdenies @TomDeNies Co-authors: • Coppens, S., Verborgh, R., Vander Sande, M., Mannens, E., Van de Walle, R. (Ghent University – iMinds – MMLab) • Michaelides, D., and Moreau, L. (University of Southampton) Thank you for your attention! Oh ? yeah