44
The W3C Prov Ontology Cambridge Semantic Web Gathering 2012-10-09, Cambridge, MA, USA Ivan Herman W3C, Semantic Web Activity Lead

The W3C Prov Ontology

  • Upload
    nyx

  • View
    68

  • Download
    0

Embed Size (px)

DESCRIPTION

The W3C Prov Ontology. Cambridge Semantic Web Gathering 2012-10-09, Cambridge, MA, USA Ivan Herman W3C, Semantic Web Activity Lead. Setting the Stage. The goal is simple…. We should be able to express special “meta” information on the data - PowerPoint PPT Presentation

Citation preview

Page 1: The W3C  Prov  Ontology

The W3C Prov OntologyCambridge Semantic Web Gathering

2012-10-09, Cambridge, MA, USA

Ivan HermanW3C, Semantic Web Activity Lead

Page 2: The W3C  Prov  Ontology

Setting the Stage

Page 3: The W3C  Prov  Ontology

(3)

We should be able to express special “meta” information on the data who played what role in creating the data (author,

reviewer, etc.) view of the full revision chain of the data in case of integrated data which part comes from

which original data and under what process what vocabularies/ontologies/rules were used to

generate some portions of the data etc.

The goal is simple…

Page 4: The W3C  Prov  Ontology

(4)

Requires a complete model describing the various constituents (actors, revisions, etc.)

The model should be usable with RDF to be used on the Semantic Web

Has to find a balance between simple (“scruffy”) provenance: easily usable and

editable complex (“complete”) provenance: allows for a

detailed reporting of origins, versions, etc.

…the solution is more complicated

Page 5: The W3C  Prov  Ontology

(5)

Open Information Systems origin of the data, who was responsible for its

creation Science applications

how the results were obtained News

origins and references of blogs, news items Law

licensing attribution of documents, data privacy information

Etc.

Lots of application areas need provenance

Page 6: The W3C  Prov  Ontology

(6)

There has been lot of work around workflow systems databases knowledge representation information retrieval

There are communities and vocabularies out there Open Provenance Model (OPM) Dublin Core Provenir ontology Provenance vocabulary SWAN provenance ontology etc.

“Provenance” is not a new subject

Page 7: The W3C  Prov  Ontology

(7)

Worked in 2009-2010 (Chaired by Yolanda Gil) Issued a final report

“Provenance XG Final Report”• http://www.w3.org/2005/Incubator/prov/XGR-prov/

provides an overview of the various existing approaches, vocabularies

proposes the creation of a dedicated W3C Working Group

W3C’s Provenance Incubator Group

Page 8: The W3C  Prov  Ontology

(9)

Set up in April 2011 (co-chaired by Paul Groth and Luc Moreau)

Goal is to define a standard vocabulary for provenance, primarily for the Semantic Web

This is what I will talk about in what follows…

W3C Provenance Working Group

Page 9: The W3C  Prov  Ontology

The PROV Vocabulary through an example

Photo credit “Indy Reading Coalition”, Wordpress.com

Page 10: The W3C  Prov  Ontology

(11)

We have data on two books “The Glass Palace”, written by Amitav Ghosh “Le palais des mirroirs”, the French translation, done

by Christianne Besse, of the book of Amitav Ghosh we want to describe some very basic facts on the

provenance of these

The example

Page 11: The W3C  Prov  Ontology

(12)

A very simple attribution

wasAttributedTohttp://…isbn/000651409X :AmitavGhosh

(dc:author)

Page 12: The W3C  Prov  Ontology

(13)

A bit more complicated: make the activity explicit

generatedBywasAsso

ciatedWith

wasAttributedTohttp://…isbn/000651409X :AmitavGhosh

:WritingTheBook

Page 13: The W3C  Prov  Ontology

(14)

Why doing this?

Page 14: The W3C  Prov  Ontology

(15)

To make some “metadata” explicit

Page 15: The W3C  Prov  Ontology

(16)

A more complete attribution: make the activity explicit

startedAtTime: 2000-01endedAtTime: 2000-06

generatedBywasAsso

ciatedWith

wasAttributedTo

a Activity

a Entity a Agent

http://…isbn/000651409X :AmitavGhosh

:WritingTheBook

Page 16: The W3C  Prov  Ontology

(17)

This simple example shows the fundamental notions Entity:• the “things” whose provenance we want to describe

Action:• describes how entities are created, changed. The

“dynamic” aspect of the world Agent:• are responsible for the actions.

Usage and generation terms• connections describing how entities, agents, and actions

interact

The fundamental notions of the PROV Vocabulary

Page 17: The W3C  Prov  Ontology

(18)

startedAtTime: 2000-01endedAtTime: 2000-06

wasAttributedTo:AmitavGhoshhttp://…isbn/000651409X

generatedBywasAsso

ciatedWith

:WritingTheBook

Page 18: The W3C  Prov  Ontology

(19)

Let us make it a bit more complex

Page 19: The W3C  Prov  Ontology

(20)

Adding the translation

generatedBy wasAssociatedWith

wasAttributedTo:AmitavGhoshhttp://…isbn/000651409X

used

wasAttributedTo

deri

vedF

rom

:WritingTheBook

wasAttributedTo

wasAssociatedWithgeneratedBy

:TranslatingTheBook

http://…isbn/2020386682 :ChristianneBesse

Page 20: The W3C  Prov  Ontology

(21)

Categories of PROV Terms

Page 21: The W3C  Prov  Ontology

(22)

Starting Point classes and properties: the basics

Expanded classes and properties: additional terms around the starting point terms for richer descriptions

Qualified classes and properties: for provenance geeks

Categories of PROV Terms

Page 22: The W3C  Prov  Ontology

(23)

Starting point classes and properties

ENTITY

AGENT

wasAttributedTo

wasAssociatedWith

actedOnBehalf

wasInformedBywasDerivedFrom

wasGeneratedBy

used

startedAtTime,endedAtTime

ACTIVITY

Page 23: The W3C  Prov  Ontology

(24)

Some extra classes, defined as subclasses of agents: Organization, Person, SoftwareAgent

Some extra properties describing versioning, influencing, invalidation, or creation of entities, etc.

Nothing structurally different, just adding some specialization applications are of course welcome to add their own

specializations

Expanded classes and properties

Page 24: The W3C  Prov  Ontology

(25)

Some examples for extra properties

ENTITY

AGENT

alternateOf,wasRevisionOf,

generatedAtTime

wasEndedBy,wasStartedBy

wasEndedBy,wasStartedBy

ACTIVITY

wasInvalidatedBy

Page 25: The W3C  Prov  Ontology

(26)

Adding some extra properties

startedAtTime: 2000-01endedAtTime: 2000-06

generatedBywasAsso

ciatedWith

wasAttributedTo

a Activity

a Entity a Agent, Person

http://…isbn/000651409X :AmitavGhosh

:WritingTheBook

generatedAtTime: 2000

Page 26: The W3C  Prov  Ontology

(27)

Qualified relationships

Page 27: The W3C  Prov  Ontology

(28)

Remember this?

:AmitavGhosh

wasAttributedTohttp://…isbn/2020386682 :ChristianneBess

e

wasAttributedTo

Page 28: The W3C  Prov  Ontology

(29)

Clearly, Amitav Ghosh played a different role than Christianne Besse

We want to “qualify” the prov:wasAttributedTo relationships

Something is missing here…

:AmitavGhosh

wasAttributedTohttp://…isbn/2020386682 :ChristianneBess

e

wasAttributedTo

roles:withRole roles:author

roles:withRole roles:translator

Page 29: The W3C  Prov  Ontology

(30)

The chosen approach: define qualification structures

:AmitavGhosh

wasAttributedTohttp://…isbn/2020386682 :ChristianneBess

e

wasAttributedTo

roles:withRole roles:author

qual

ified

Attr

ibut

ion

agent

qualifiedAttribution

agent

roles:withRole roles:translator

Page 30: The W3C  Prov  Ontology

(31)

Most of the starting or extended properties have their “qualified” counterpart qualifiedAttribution, qualifiedUsage, etc.

Application may add additional properties to these structures to refine them further

Qualification structures

Page 31: The W3C  Prov  Ontology

(32)

The chosen approach: define qualification structures

@prefix prov: <http://www.w3.org/ns/prov#> .@prefix roles: <http://purl.org/spar/pro/> .

<http://.../isbn/2020386682> a prov:Entity ;prov:wasGeneratedBy :TranslatingTheBook ;prov:wasAttributedTo :AmitavGhosh, :ChristianneBesse ;prov:qualifiedAttribution [a prov:Attribution ;prov:agent :AmitavGhosh ;roles:withRole roles:author ; ]prov:qualifiedAttribution [a prov:Attribution ;prov:agent :ChristianneBesse ;roles:withRole roles:translator ; ]

Page 32: The W3C  Prov  Ontology

Relationship to Dublin Core

courtesy to “analogue kid”

Page 33: The W3C  Prov  Ontology

(34)

Obviously, there are lots of overlap some terms have direct equivalents some need a slightly more complex relationship

The Working Group will publish a separate note

Dublin Core

Page 34: The W3C  Prov  Ontology

(35)

dc:Agent = prov:Agent dc:creator ⊑ prov:wasAttributedTo dc:isVersionOf ⊑ prov:wasDerivedFrom prov:wasRevisionOf ⊑ dc:isVersionOf etc.

These relationships will be published in a separate RDFS document

Some simple Dublin Core relationship examples

Page 35: The W3C  Prov  Ontology

(36)

For example, Dublin Core’s “creator” has more to it than simply an agent. The correspondence is something like: “If an entity is attributed to an agent, and the

agent’s role matches Dublin Core’s definition of a creator, then the agent is the creator of the entity in the Dublin Core sense”

These (few) cases are described in terms SPARQL CONSTRUCT rules

Some cases are more complicated

Page 36: The W3C  Prov  Ontology

Constraint checking of provenance statements

Page 37: The W3C  Prov  Ontology

(38)

Provenance statements can become fairly complicated

In some applications it may become advantageous to check the validity of the provenance structures. E.g, typing constraints on the relationships should be upheld if an entity is invalidated by several activities, these

events must happen simultaneously the time assigned to the creation of the entity, and the

times set on the related activity should be compatible etc.

Checking provenance statements(“Constraints”)

Page 38: The W3C  Prov  Ontology

(39)

Definition of the constraints

entity(<http://.../isbn/000651409X>)activity(:WritingTheBook)wasGeneratedBy(<http://.../isbn/000651409X>,:WritingTheBook)agent(:AmitavGhosh, [prov:type='prov:Person',foaf:name='AmitavGhosh'])wasAttributedTo(<http://.../isbn/000651409X>,:AmitavGhosh, [roles:witRole='roles:author'])

An abstract data model for provenance (with its own, abstract notation) is also published

Note that the “qualified” versions are unnecessary at that level, relationships are n-ary

Page 39: The W3C  Prov  Ontology

(40)

A separate document defines the constraints on the abstract data model

Constraints themselves are defined as a set of abstract rules they may translated into:• (partially) into OWL• rules, e.g., using SPARQL

general constraint checkers on the abstract model are also doable

Definition of the constraints

Page 40: The W3C  Prov  Ontology

Available documents

Photo credit “Abizern”, Flickr

Page 41: The W3C  Prov  Ontology

(42) 42

Documents published by the Group Major documents are:

PROV Primer (http://www.w3.org/TR/prov-primer/) PROV Ontology(*) (http://www.w3.org/TR/prov-o/) PROV Data Model(*) (http://www.w3.org/TR/prov-dm/) PROV Notation(*) (http://www.w3.org/TR/prov-n/) PROV Constraints(*) (http://www.w3.org/TR/prov-constraints

/) PROV Access and Query (http://www.w3.org/TR/prov-aq/)

Some other notes are also in preparation: PROV XML Serialization PROV DC Mapping

(*)Rec-track documents

Page 42: The W3C  Prov  Ontology

(43) 43

The Rec Track documents are almost in CR Plan is to finish the work in March 2013

Working Group Status

Page 43: The W3C  Prov  Ontology

(44) 44

“Provenance Vocabulary” http://purl.org/net/provenance/ns specialized for provenance of data on the Web• subclasses for Agents, Entities, Activities• subproperties for PROV properties

An interesting extension

Page 44: The W3C  Prov  Ontology

(45) 45

These slides are also available on the Web:

http://www.w3.org/2012/Talks/1009-MIT-IH/

Thank you for your attention