index.html
31.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="MediaWiki 1.15.5" />
<meta name="keywords" content="Main Page,Meetings,Access and Query Task Force,ComplementarityUseCases,Connection Task Force,Connection Task Force Informal Report,Deliverables,Exploring provenance model complexity,F2F1,F2F2,First comments extracted from the responses" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="search" type="application/opensearchdescription+xml" href="/2011/prov/wiki/opensearch_desc.php" title="Provenance WG Wiki (en)" />
<link rel="alternate" type="application/rss+xml" title="Provenance WG Wiki RSS feed" href="/2011/prov/wiki/index.php?title=Special:RecentChanges&feed=rss" />
<link rel="alternate" type="application/atom+xml" title="Provenance WG Wiki Atom feed" href="/2011/prov/wiki/index.php?title=Special:RecentChanges&feed=atom" />
<title>Provenance WG Wiki</title>
<link rel="stylesheet" href="/2011/prov/wiki/skins/common/shared.css?207" type="text/css" media="screen" />
<link rel="stylesheet" href="/2011/prov/wiki/skins/common/commonPrint.css?207" type="text/css" media="print" />
<link rel="stylesheet" href="/2011/prov/wiki/skins/w3cmonobook/main.css?207" type="text/css" media="screen" />
<!--[if lt IE 5.5000]><link rel="stylesheet" href="/2011/prov/wiki/skins/w3cmonobook/IE50Fixes.css?207" type="text/css" media="screen" /><![endif]-->
<!--[if IE 5.5000]><link rel="stylesheet" href="/2011/prov/wiki/skins/w3cmonobook/IE55Fixes.css?207" type="text/css" media="screen" /><![endif]-->
<!--[if IE 6]><link rel="stylesheet" href="/2011/prov/wiki/skins/w3cmonobook/IE60Fixes.css?207" type="text/css" media="screen" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="/2011/prov/wiki/skins/w3cmonobook/IE70Fixes.css?207" type="text/css" media="screen" /><![endif]-->
<link rel="stylesheet" href="/2011/prov/wiki/index.php?title=MediaWiki:Common.css&usemsgcache=yes&ctype=text%2Fcss&smaxage=18000&action=raw&maxage=18000" type="text/css" />
<link rel="stylesheet" href="/2011/prov/wiki/index.php?title=MediaWiki:Print.css&usemsgcache=yes&ctype=text%2Fcss&smaxage=18000&action=raw&maxage=18000" type="text/css" media="print" />
<link rel="stylesheet" href="/2011/prov/wiki/index.php?title=MediaWiki:W3cmonobook.css&usemsgcache=yes&ctype=text%2Fcss&smaxage=18000&action=raw&maxage=18000" type="text/css" />
<link rel="stylesheet" href="/2011/prov/wiki/index.php?title=-&action=raw&maxage=18000&gen=css" type="text/css" />
<!--[if lt IE 7]><script type="text/javascript" src="/2011/prov/wiki/skins/common/IEFixes.js?207"></script>
<meta http-equiv="imagetoolbar" content="no" /><![endif]-->
<script type= "text/javascript">/*<![CDATA[*/
var skin = "w3cmonobook";
var stylepath = "/2011/prov/wiki/skins";
var wgArticlePath = "/2011/prov/wiki/$1";
var wgScriptPath = "/2011/prov/wiki";
var wgScript = "/2011/prov/wiki/index.php";
var wgVariantArticlePath = false;
var wgActionPaths = {};
var wgServer = "http://www.w3.org";
var wgCanonicalNamespace = "";
var wgCanonicalSpecialPageName = false;
var wgNamespaceNumber = 0;
var wgPageName = "Main_Page";
var wgTitle = "Main Page";
var wgAction = "view";
var wgArticleId = "1";
var wgIsArticle = true;
var wgUserName = null;
var wgUserGroups = null;
var wgUserLanguage = "en";
var wgContentLanguage = "en";
var wgBreakFrames = false;
var wgCurRevisionId = 4385;
var wgVersion = "1.15.5";
var wgEnableAPI = true;
var wgEnableWriteAPI = true;
var wgSeparatorTransformTable = ["", ""];
var wgDigitTransformTable = ["", ""];
var wgRestrictionEdit = [];
var wgRestrictionMove = [];
/*]]>*/</script>
<script type="text/javascript" src="/2011/prov/wiki/skins/common/wikibits.js?207"><!-- wikibits js --></script>
<!-- Head Scripts -->
<script type="text/javascript" src="/2011/prov/wiki/skins/common/ajax.js?207"></script>
<script type="text/javascript" src="/2011/prov/wiki/index.php?title=-&action=raw&gen=js&useskin=w3cmonobook"><!-- site js --></script>
</head>
<body class="mediawiki ltr ns-0 ns-subject page-Main_Page skin-w3cmonobook">
<div id="globalWrapper">
<div id="column-content">
<div id="content">
<a id="top"></a>
<h1 id="firstHeading" class="firstHeading">Main Page</h1>
<div id="bodyContent">
<h3 id="siteSub">From Provenance WG Wiki</h3>
<div id="contentSub"></div>
<div id="jump-to-nav">Jump to: <a href="#column-one">navigation</a>, <a href="#searchInput">search</a></div> <!-- start content -->
<a name="Provenance_Working_Group" id="Provenance_Working_Group"></a><h1> <span class="mw-headline"> Provenance Working Group </span></h1>
<div class="headerbaseline">
<p><i>Mission: to support the widespread publication and use of provenance information of Web documents, data, and resources. The Working Group will publish W3C Recommendations that define a language for exchanging provenance information among applications.</i> (See <a href="http://www.w3.org/2011/01/prov-wg-charter" class="external text" title="http://www.w3.org/2011/01/prov-wg-charter" rel="nofollow">Charter</a>)
</p>
</div>
<p>The Working Group is based on an extensive review and roadmap developed by a prior <a href="http://www.w3.org/2005/Incubator/prov/wiki/W3C_Provenance_Incubator_Group_Wiki" class="external text" title="http://www.w3.org/2005/Incubator/prov/wiki/W3C_Provenance_Incubator_Group_Wiki" rel="nofollow">incubator group</a>.
</p>
<a name="News_.26_Active_Topics" id="News_.26_Active_Topics"></a><h2> <span class="mw-headline"> News & Active Topics </span></h2>
<p><b>Active Topics</b>
</p>
<ul><li> <a href="/2011/prov/wiki/WorkingDrafts" title="WorkingDrafts"> Working Drafts</a>
</li><li> Use cases for Complementarity: <a href="/2011/prov/wiki/ComplementarityUseCases" title="ComplementarityUseCases">ComplementarityUseCases</a>
</li><li> Collecting Feedback on Working Drafts
</li><li> Named Graphs
<ul><li> Provenance requirements for <a href="/2011/prov/wiki/ProvenanceRDFNamedGraph" title="ProvenanceRDFNamedGraph"> Named Graphs</a>
</li><li> rdf-prov mailing list <a href="http://lists.w3.org/Archives/Public/public-rdf-prov/" class="external free" title="http://lists.w3.org/Archives/Public/public-rdf-prov/" rel="nofollow">http://lists.w3.org/Archives/Public/public-rdf-prov/</a>
</li></ul>
</li><li> Connecting to the community for provenance support
<ul><li> <a href="/2011/prov/wiki/Connection_Task_Force_Informal_Report" title="Connection Task Force Informal Report"> Connection Task Force Report</a>
</li><li> Take our <a href="https://spreadsheets0.google.com/spreadsheet/viewform?hl=en_US&hl=en_US&formkey=dEp1OVg2REdmLWpSbTlRYks1OFZURVE6MQ#gid=0" class="external text" title="https://spreadsheets0.google.com/spreadsheet/viewform?hl=en_US&hl=en_US&formkey=dEp1OVg2REdmLWpSbTlRYks1OFZURVE6MQ#gid=0" rel="nofollow">Survey</a> for provenance needs
</li><li> <a href="/2011/prov/wiki/First_comments_extracted_from_the_responses" title="First comments extracted from the responses"> Results</a> of the first survey round:
</li></ul>
</li><li> <a href="/2011/prov/wiki/Exploring_provenance_model_complexity" title="Exploring provenance model complexity">Exploring provenance model complexity</a>
</li></ul>
<p><b>News</b>
</p>
<ul><li> First public working drafts are becoming available, check the Working Drafts page above.
</li><li> Our hashtag: #provwg
</li><li> <a href="http://www.w3.org/blog/SW" class="external text" title="http://www.w3.org/blog/SW" rel="nofollow">Semantic Web Activity Blog</a> - news from related groups at the W3C
</li></ul>
<a name="Task_Forces" id="Task_Forces"></a><h2> <span class="mw-headline"> Task Forces </span></h2>
<p>The Working Group activities are structured in four <a href="/2011/prov/wiki/ProvenanceTaskForces" title="ProvenanceTaskForces">Task Forces</a>:
</p>
<ul><li> <a href="/2011/prov/wiki/Model_Task_Force" title="Model Task Force">Model Task Force</a>
</li><li> <a href="/2011/prov/wiki/Access_and_Query_Task_Force" title="Access and Query Task Force">Access and Query Task Force</a>
</li><li> <a href="/2011/prov/wiki/Connection_Task_Force" title="Connection Task Force">Connection Task Force</a>
</li><li> <a href="/2011/prov/wiki/Implementation_and_Test_Cases_Task_Force" title="Implementation and Test Cases Task Force">Implementation and Test Cases Task Force</a>
</li></ul>
<a name="Deliverables" id="Deliverables"></a><h2> <span class="mw-headline"> Deliverables </span></h2>
<p><a href="/2011/prov/wiki/Deliverables" title="Deliverables">Deliverables</a>
(Drafts will be linked from here, as they are created)
</p>
<a name="Background" id="Background"></a><h2> <span class="mw-headline"> Background </span></h2>
<p>The Working Group stems from a year long <a href="http://www.w3.org/2005/Incubator/prov/wiki/W3C_Provenance_Incubator_Group_Wiki" class="external text" title="http://www.w3.org/2005/Incubator/prov/wiki/W3C_Provenance_Incubator_Group_Wiki" rel="nofollow">incubator group</a>. We suggest that participants in the Working Group be familiar with the following documents:
</p>
<ul><li> <a href="http://www.w3.org/2005/Incubator/prov/XGR-prov-20101214/" class="external text" title="http://www.w3.org/2005/Incubator/prov/XGR-prov-20101214/" rel="nofollow">Final Report</a> in particular <a href="http://www.w3.org/2005/Incubator/prov/XGR-prov-20101214/#Provenance_in_Web_Architecture" class="external text" title="http://www.w3.org/2005/Incubator/prov/XGR-prov-20101214/#Provenance_in_Web_Architecture" rel="nofollow">Provenance in the Web Architecture</a> and the Provenance Concepts in <a href="http://www.w3.org/2005/Incubator/prov/XGR-prov-20101214/#Recommendations" class="external text" title="http://www.w3.org/2005/Incubator/prov/XGR-prov-20101214/#Recommendations" rel="nofollow">the recommendations section</a>.
</li><li> <a href="http://www.w3.org/2005/Incubator/prov/wiki/Provenance_Vocabulary_Mappings" class="external text" title="http://www.w3.org/2005/Incubator/prov/wiki/Provenance_Vocabulary_Mappings" rel="nofollow">Provenance Vocabulary Mappings</a>
</li></ul>
<a name="Participation" id="Participation"></a><h2> <span class="mw-headline"> Participation </span></h2>
<p>See
<a href="http://www.w3.org/2000/09/dbwg/details?group=46974&public=1" class="external text" title="http://www.w3.org/2000/09/dbwg/details?group=46974&public=1" rel="nofollow">list of current participants</a>,
(or <a href="http://www.w3.org/2000/09/dbwg/details?group=46974" class="external text" title="http://www.w3.org/2000/09/dbwg/details?group=46974" rel="nofollow">with contact info</a>),
<a href="/2011/prov/wiki/Special:ListUsers" title="Special:ListUsers">wiki user pages</a>,
<a href="http://www.w3.org/2011/prov/track/users" class="external text" title="http://www.w3.org/2011/prov/track/users" rel="nofollow">nicknames</a>
</p><p>If you want to join this group, see <a href="/2011/prov/wiki/How_to_Join" title="How to Join">How to Join</a>.
</p><p>If you are officially in the group, you will automatically receive group email and your w3.org login and password will work on this wiki.
</p><p>The email archive for <a href="mailto:public-prov-wg@w3.org" class="external text" title="mailto:public-prov-wg@w3.org" rel="nofollow">public-prov-wg@w3.org</a> is at <a href="http://lists.w3.org/Archives/Public/public-prov-wg/" class="external free" title="http://lists.w3.org/Archives/Public/public-prov-wg/" rel="nofollow">http://lists.w3.org/Archives/Public/public-prov-wg/</a>.
</p><p><a href="/2011/prov/wiki/Mercurial_repository" title="Mercurial repository">Mercurial repository</a>
</p>
<a name="Meetings" id="Meetings"></a><h2> <span class="mw-headline"> <a href="/2011/prov/wiki/Meetings" title="Meetings">Meetings</a> </span></h2>
<ul><li> 2012-02-02, 03 - <a href="/2011/prov/wiki/index.php?title=Meetings:Telecon2011.02.02&action=edit&redlink=1" class="new" title="Meetings:Telecon2011.02.02 (page does not exist)">Agenda</a>, Minutes TBD (<a href="/2011/prov/wiki/F2F2" title="F2F2">Face To Face Meeting 2</a>)
</li><li> 2012-01-12 - <a href="/2011/prov/wiki/Meetings:Telecon2012.01.12" title="Meetings:Telecon2012.01.12">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2012-01-12" class="external text" title="http://www.w3.org/2011/prov/meeting/2012-01-12" rel="nofollow">Minutes</a>
</li></ul>
<ul><li> <b>Past Meetings</b>
</li><li> 2012-01-05 - <a href="/2011/prov/wiki/Meetings:Telecon2012.01.05" title="Meetings:Telecon2012.01.05">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2012-01-05" class="external text" title="http://www.w3.org/2011/prov/meeting/2012-01-05" rel="nofollow">Minutes</a>
</li><li> 2011-12-22 - <a href="/2011/prov/wiki/Meetings:Telecon2011.12.22" title="Meetings:Telecon2011.12.22">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-12-22" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-12-22" rel="nofollow">Minutes</a>
</li><li> 2011-12-15 - <a href="/2011/prov/wiki/Meetings:Telecon2011.12.15" title="Meetings:Telecon2011.12.15">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-12-15" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-12-15" rel="nofollow">Minutes</a>
</li><li> 2011-12-08 - <a href="/2011/prov/wiki/Meetings:Telecon2011.12.08" title="Meetings:Telecon2011.12.08">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-12-08" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-12-08" rel="nofollow">Minutes</a>
</li><li> 2011-12-01 - <a href="/2011/prov/wiki/Meetings:Telecon2011.12.01" title="Meetings:Telecon2011.12.01">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-12-01" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-12-01" rel="nofollow">Minutes</a>
</li><li> 2011-11-24 - <a href="/2011/prov/wiki/Meetings:Telecon2011.11.24" title="Meetings:Telecon2011.11.24">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-11-24" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-11-24" rel="nofollow">Minutes</a>
</li><li> 2011-11-17 - <a href="/2011/prov/wiki/Meetings:Telecon2011.11.17" title="Meetings:Telecon2011.11.17">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-11-17" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-11-17" rel="nofollow">Minutes</a>
</li><li> 2011-11-10 - <a href="/2011/prov/wiki/Meetings:Telecon2011.11.10" title="Meetings:Telecon2011.11.10">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-11-10" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-11-10" rel="nofollow">Minutes</a>
</li><li> 2011-11-03 - <a href="/2011/prov/wiki/Meetings:Telecon2011.11.03" title="Meetings:Telecon2011.11.03">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-11-03" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-11-03" rel="nofollow">Minutes</a>
</li><li> 2011-10-27 - <a href="/2011/prov/wiki/Meetings:Telecon2011.10.27" title="Meetings:Telecon2011.10.27">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-10-27" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-10-27" rel="nofollow">Minutes</a>
</li><li> 2011-10-20 - <a href="/2011/prov/wiki/Meetings:Telecon2011.10.20" title="Meetings:Telecon2011.10.20">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-10-20" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-10-20" rel="nofollow">Minutes</a>
</li><li> 2011-10-13 - <a href="/2011/prov/wiki/Meetings:Telecon2011.10.13" title="Meetings:Telecon2011.10.13">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-10-13" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-10-13" rel="nofollow">Minutes</a>
</li><li> 2011-10-06 - <a href="/2011/prov/wiki/Meetings:Telecon2011.10.06" title="Meetings:Telecon2011.10.06">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-10-06" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-10-06" rel="nofollow">Minutes</a>
</li><li> 2011-09-29 - <a href="/2011/prov/wiki/Meetings:Telecon2011.09.29" title="Meetings:Telecon2011.09.29">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-09-29" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-09-29" rel="nofollow">Minutes</a>
</li><li> 2011-09-22 - <a href="/2011/prov/wiki/Meetings:Telecon2011.09.22" title="Meetings:Telecon2011.09.22">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-09-22" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-09-22" rel="nofollow">Minutes</a>
</li><li> 2011-09-15 - <a href="/2011/prov/wiki/Meetings:Telecon2011.09.15" title="Meetings:Telecon2011.09.15">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-09-15" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-09-15" rel="nofollow">Minutes</a>
</li><li> 2011-09-08 - <a href="/2011/prov/wiki/Meetings:Telecon2011.09.08" title="Meetings:Telecon2011.09.08">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-09-08" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-09-08" rel="nofollow">Minutes</a>
</li><li> 2011-09-01 - <a href="/2011/prov/wiki/Meetings:Telecon2011.09.01" title="Meetings:Telecon2011.09.01">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-09-01" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-09-01" rel="nofollow">Minutes</a>
</li><li> 2011-08-25 - <a href="/2011/prov/wiki/Meetings:Telecon2011.08.25" title="Meetings:Telecon2011.08.25">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-08-25" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-08-25" rel="nofollow">Minutes</a>
</li><li> 2011-08-18 - <a href="/2011/prov/wiki/Meetings:Telecon2011.08.18" title="Meetings:Telecon2011.08.18">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-08-18" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-08-18" rel="nofollow">Minutes</a>
</li><li> 2011-08-11 - <a href="/2011/prov/wiki/Meetings:Telecon2011.08.11" title="Meetings:Telecon2011.08.11">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-08-11" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-08-11" rel="nofollow">Minutes</a>
</li><li> 2011-08-04 - <a href="/2011/prov/wiki/Meetings:Telecon2011.08.04" title="Meetings:Telecon2011.08.04">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-08-04" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-08-04" rel="nofollow">Minutes</a>
</li><li> 2011-07-28 - <a href="/2011/prov/wiki/Meetings:Telecon2011.07.28" title="Meetings:Telecon2011.07.28">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-07-28" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-07-28" rel="nofollow">Minutes</a>
</li><li> 2011-07-21 - <a href="/2011/prov/wiki/Meetings:Telecon2011.07.21" title="Meetings:Telecon2011.07.21">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-07-21" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-07-21" rel="nofollow">Minutes</a>
</li><li> 2011-07-14 - <a href="/2011/prov/wiki/Meetings:Telecon2011.07.14" title="Meetings:Telecon2011.07.14">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-07-14" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-07-14" rel="nofollow">Minutes</a>
</li><li> 2011-07-06 - <a href="/2011/prov/wiki/Meetings:F2F1Timetable" title="Meetings:F2F1Timetable">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-07-06" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-07-06" rel="nofollow">Minutes Day1</a> <a href="http://www.w3.org/2011/prov/meeting/2011-07-07" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-07-07" rel="nofollow">Minutes Day2</a> (<a href="/2011/prov/wiki/F2F1" title="F2F1">F2F1</a>)
</li><li> 2011-06-30 - <a href="/2011/prov/wiki/Meetings:Telecon2011.06.30" title="Meetings:Telecon2011.06.30">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-06-30" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-06-30" rel="nofollow">Minutes</a>
</li><li> 2011-06-23 - <a href="/2011/prov/wiki/Meetings:Telecon2011.06.23" title="Meetings:Telecon2011.06.23">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-06-23" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-06-23" rel="nofollow">Minutes</a>
</li><li> 2011-06-16 - <a href="/2011/prov/wiki/Meetings:Telecon2011.06.16" title="Meetings:Telecon2011.06.16">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-06-16" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-06-16" rel="nofollow">Minutes</a>
</li><li> 2011-06-09 - <a href="/2011/prov/wiki/Meetings:Telecon2011.06.09" title="Meetings:Telecon2011.06.09">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-06-09" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-06-09" rel="nofollow">Minutes</a>
</li><li> 2011-06-03 - <a href="/2011/prov/wiki/Meetings:Telecon2011.06.03" title="Meetings:Telecon2011.06.03">Agenda</a>, <a href="http://www.w3.org/2011/06/03-prov-minutes.html" class="external text" title="http://www.w3.org/2011/06/03-prov-minutes.html" rel="nofollow">Minutes</a> (Yolanda's XG results presentation)
</li><li> 2011-06-02 - <a href="/2011/prov/wiki/Meetings:Telecon2011.06.02" title="Meetings:Telecon2011.06.02">Agenda</a>, <a href="http://www.w3.org/2011/prov/meeting/2011-06-02" class="external text" title="http://www.w3.org/2011/prov/meeting/2011-06-02" rel="nofollow">Minutes</a>
</li><li> <a href="/2011/prov/wiki/Meetings" title="Meetings">earlier meetings</a>
</li></ul>
<p>Teleconference information:
</p>
<ul><li> <a href="http://www.w3.org/2000/09/dbwg/details?group=46974&public=1" class="external text" title="http://www.w3.org/2000/09/dbwg/details?group=46974&public=1" rel="nofollow">official participants</a> and invited guests only.
</li><li> An agenda is <a href="http://lists.w3.org/Archives/Public/public-prov-wg/latest" class="external text" title="http://lists.w3.org/Archives/Public/public-prov-wg/latest" rel="nofollow">sent</a> 24 hours in advance; minutes follow within a day or two.
</li><li> Thursdays, 8 am San Francisco, 11 am Boston, 4 pm London, 5 pm Paris
</li><li> Dial +1-617-761-6200 or <a href="sip:zakim@voip.w3.org" class="external free" title="sip:zakim@voip.w3.org" rel="nofollow">sip:zakim@voip.w3.org</a> then conference code 7768#
</li><li> <a href="http://www.w3.org/Project/IRC/" class="external text" title="http://www.w3.org/Project/IRC/" rel="nofollow">IRC</a> channel: <a href="irc://irc.w3.org:6665/#prov" class="external text" title="irc://irc.w3.org:6665/#prov" rel="nofollow">#prov</a>.
</li><li> <a href="/2011/prov/wiki/Scribes" title="Scribes">Scribes</a>
</li><li> For up to 90 minutes, goal is 60 minutes.
</li></ul>
<a name="Timeline" id="Timeline"></a><h2> <span class="mw-headline"> Timeline </span></h2>
<p>See <a href="/2011/prov/wiki/Deliverables" title="Deliverables">Deliverables</a>. Significant deviations will be noted here.
</p>
<a name="W3C_Working_Group_Resources" id="W3C_Working_Group_Resources"></a><h2> <span class="mw-headline"> W3C Working Group Resources </span></h2>
<ul><li> <a href="http://www.w3.org/Guide/" class="external text" title="http://www.w3.org/Guide/" rel="nofollow">Art of Consensus (guide to working at W3C)</a> (W3C member confidential)
</li><li> <a href="http://www.w3.org/2005/10/Process-20051014" class="external text" title="http://www.w3.org/2005/10/Process-20051014" rel="nofollow">World Wide Web Consortium (W3C) Process Document</a>
</li><li> <a href="http://www.w3.org/Member/Mail/Overview.html" class="external text" title="http://www.w3.org/Member/Mail/Overview.html" rel="nofollow">All W3C Groups</a> (W3C member confidential)
</li><li> <a href="http://www.w3.org/2009/CommonScribe/manual" class="external text" title="http://www.w3.org/2009/CommonScribe/manual" rel="nofollow">CommonScribe (scribe tool) manual</a>
</li></ul>
<a name="Patent_Policy" id="Patent_Policy"></a><h2> <span class="mw-headline"> Patent Policy </span></h2>
<p>This Working Group operates under the <a href="http://www.w3.org//Consortium/Patent-Policy-20040205/" class="external text" title="http://www.w3.org//Consortium/Patent-Policy-20040205/" rel="nofollow">W3C Patent Policy</a> (5 February 2004 Version). To promote the widest adoption of Web standards, W3C seeks to issue Recommendations that can be implemented, according to this policy, on a Royalty-Free basis.
</p><p>For more information about disclosure obligations for this group, please see the <a href="http://www.w3.org/2004/01/pp-impl/46974/status" class="external text" title="http://www.w3.org/2004/01/pp-impl/46974/status" rel="nofollow">W3C Patent Policy Status Page</a>.
</p>
<a name="Staff" id="Staff"></a><h2> <span class="mw-headline"> Staff </span></h2>
<p>Email the chairs and staff contacts at <a href="mailto:team-prov-chairs@w3.org" class="external text" title="mailto:team-prov-chairs@w3.org" rel="nofollow">team-prov-chairs@w3.org</a>.
</p>
<ul><li> <a href="http://www.ecs.soton.ac.uk/people/lavm" class="external text" title="http://www.ecs.soton.ac.uk/people/lavm" rel="nofollow">Luc Moreau</a>, University of Southampton, Co-Chair
</li><li> <a href="http://www.few.vu.nl/~pgroth/" class="external text" title="http://www.few.vu.nl/~pgroth/" rel="nofollow">Paul Groth</a>, VU University Amsterdam, Co-Chair
</li><li> <a href="http://www.w3.org/People/Sandro" class="external text" title="http://www.w3.org/People/Sandro" rel="nofollow">Sandro Hawke</a>, W3C, Staff Contact
</li></ul>
<!--
NewPP limit report
Preprocessor node count: 19/1000000
Post-expand include size: 4285/2097152 bytes
Template argument size: 316/2097152 bytes
Expensive parser function count: 0/100
-->
<!-- Saved in parser cache with key wikidb-provwg_:pcache:idhash:1-0!1!0!!en!2!edit=0 and timestamp 20120115174826 -->
<div class="printfooter">
Retrieved from "<a href="http://www.w3.org/2011/prov/wiki/Main_Page">http://www.w3.org/2011/prov/wiki/Main_Page</a>"</div>
<!-- end content -->
<div class="visualClear"></div>
</div>
</div>
</div>
<div id="column-one">
<div id="p-cactions" class="portlet">
<h5>Views</h5>
<div class="pBody">
<ul>
<li id="ca-nstab-main" class="selected"><a href="/2011/prov/wiki/Main_Page" title="View the content page [c]" accesskey="c">Page</a></li>
<li id="ca-talk" class="new"><a href="/2011/prov/wiki/index.php?title=Talk:Main_Page&action=edit&redlink=1" title="Discussion about the content page [t]" accesskey="t">Discussion</a></li>
<li id="ca-viewsource"><a href="/2011/prov/wiki/index.php?title=Main_Page&action=edit" title="This page is protected. You can view its source [e]" accesskey="e">View source</a></li>
<li id="ca-history"><a href="/2011/prov/wiki/index.php?title=Main_Page&action=history" title="Past revisions of this page [h]" accesskey="h">History</a></li> </ul>
</div>
</div>
<div class="portlet" id="p-personal">
<h5>Personal tools</h5>
<div class="pBody">
<ul>
<li id="pt-login"><a href="/2011/prov/wiki/index.php?title=Special:UserLogin&returnto=Main_Page" title="You are encouraged to log in; however, it is not mandatory [o]" accesskey="o">Log in</a></li>
</ul>
</div>
</div>
<div class="portlet" id="p-logo">
<a style="background-image: url(/Icons/w3c_home);" href="/2011/prov/wiki/Main_Page" title="Visit the main page [z]" accesskey="z"></a>
</div>
<script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script>
<div class='generated-sidebar portlet' id='p-navigation'>
<h5>Navigation</h5>
<div class='pBody'>
<ul>
<li id="n-mainpage-description"><a href="/2011/prov/wiki/Main_Page">Main page</a></li>
<li id="n-Charter"><a href="http://www.w3.org/2011/01/prov-wg-charter">Charter</a></li>
<li id="n-Tracker"><a href="http://www.w3.org/2011/prov/track">Tracker</a></li>
<li id="n-E-Mail-Archive"><a href="http://lists.w3.org/Archives/Public/public-prov-wg/latest">E-Mail Archive</a></li>
<li id="n-Public-Comments"><a href="http://lists.w3.org/Archives/Public/public-prov-comments/">Public Comments</a></li>
<li id="n-recentchanges"><a href="/2011/prov/wiki/Special:RecentChanges" title="The list of recent changes in the wiki [r]" accesskey="r">Recent changes</a></li>
<li id="n-help"><a href="/2011/prov/wiki/Help:Contents" title="The place to find out">Help</a></li>
</ul>
</div>
</div>
<div id="p-search" class="portlet">
<h5><label for="searchInput">Search</label></h5>
<div id="searchBody" class="pBody">
<form action="/2011/prov/wiki/index.php" id="searchform"><div>
<input type='hidden' name="title" value="Special:Search"/>
<input id="searchInput" name="search" type="text" title="Search Provenance WG Wiki [f]" accesskey="f" value="" />
<input type='submit' name="go" class="searchButton" id="searchGoButton" value="Go" title="Go to a page with this exact name if exists" />
<input type='submit' name="fulltext" class="searchButton" id="mw-searchButton" value="Search" title="Search the pages for this text" />
</div></form>
</div>
</div>
<div class="portlet" id="p-tb">
<h5>Toolbox</h5>
<div class="pBody">
<ul>
<li id="t-whatlinkshere"><a href="/2011/prov/wiki/Special:WhatLinksHere/Main_Page" title="List of all wiki pages that link here [j]" accesskey="j">What links here</a></li>
<li id="t-recentchangeslinked"><a href="/2011/prov/wiki/Special:RecentChangesLinked/Main_Page" title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li>
<li id="t-specialpages"><a href="/2011/prov/wiki/Special:SpecialPages" title="List of all special pages [q]" accesskey="q">Special pages</a></li>
<li id="t-print"><a href="/2011/prov/wiki/index.php?title=Main_Page&printable=yes" rel="alternate" title="Printable version of this page [p]" accesskey="p">Printable version</a></li> <li id="t-permalink"><a href="/2011/prov/wiki/index.php?title=Main_Page&oldid=4385" title="Permanent link to this revision of the page">Permanent link</a></li> </ul>
</div>
</div>
</div><!-- end of the left (by default at least) column -->
<div class="visualClear"></div>
<div id="footer">
<div id="f-poweredbyico"><a href="http://www.mediawiki.org/"><img src="/2011/prov/wiki/skins/common/images/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" /></a></div>
<ul id="f-list">
<li id="lastmod"> This page was last modified on 1 December 2011, at 17:21.</li>
<li id="viewcount">This page has been accessed 83,232 times.</li>
<li id="privacy"><a href="/2011/prov/wiki/Provenance_WG_Wiki:Privacy_policy" title="Provenance WG Wiki:Privacy policy">Privacy policy</a></li>
<li id="about"><a href="/2011/prov/wiki/Provenance_WG_Wiki:About" title="Provenance WG Wiki:About">About Provenance WG Wiki</a></li>
<li id="disclaimer"><a href="/2011/prov/wiki/Provenance_WG_Wiki:General_disclaimer" title="Provenance WG Wiki:General disclaimer">Disclaimers</a></li>
</ul>
</div>
</div>
<script type="text/javascript">if (window.runOnloadHook) runOnloadHook();</script>
<!-- Served in 0.148 secs. --></body></html>