index.html
29 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
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
<!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-EU" lang="en-EU">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>eGovernment at W3C | Better Government Through Better Use of the Web.</title>
<!-- <link rel="stylesheet" type="text/css" media="all" href="http://www.w3.org/blog/egov/wp-content/themes/egov_blog/style.css" /> -->
<link rel="stylesheet" type="text/css" media="all" href="http://www.w3.org/blog/skins/egov/custom.css" />
<link rel="stylesheet" type="text/css" media="all" href="http://www.w3.org/egov/style.css" />
<link rel="alternate" type="application/rss+xml" title="eGovernment at W3C » Feed" href="http://www.w3.org/blog/egov/feed/" />
<link rel="alternate" type="application/rss+xml" title="eGovernment at W3C » Comments Feed" href="http://www.w3.org/blog/egov/comments/feed/" />
<script type='text/javascript' src='http://www.w3.org/blog/egov/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>
<script type='text/javascript' src='http://www.w3.org/blog/egov/wp-content/plugins/collapsing-archives/collapsFunctions.js?ver=1.7'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.w3.org/blog/egov/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.w3.org/blog/egov/wp-includes/wlwmanifest.xml" />
<link rel='index' title='eGovernment at W3C' href='http://www.w3.org/blog/egov/' />
<meta name="generator" content="WordPress 3.0.5" />
<style type='text/css'>
</style>
<style type='text/css'>
#widget-collapscat-3-top span.collapsing.categories {
border:0;
padding:0;
margin:0;
cursor:pointer;
}
#widget-collapscat-3-top li.widget_collapscat h2 span.sym {float:right;padding:0 .5em}
#widget-collapscat-3-top li.collapsing.categories.self a {font-weight:bold}
#widget-collapscat-3-top:before {content:'';}
#widget-collapscat-3-top li.collapsing.categories:before {content:'';}
#widget-collapscat-3-top li.collapsing.categories {list-style-type:none}
#widget-collapscat-3-top li.collapsing.categories{
padding:0 0 0 1em;
text-indent:-1em;
}
#widget-collapscat-3-top li.collapsing.categories.item:before {content: '\00BB \00A0' !important;}
#widget-collapscat-3-top li.collapsing.categories .sym {
cursor:pointer;
font-size:1.1em;
font-family:Arial, Helvetica;
padding-right:5px;}</style>
<meta id="syntaxhighlighteranchor" name="syntaxhighlighter-version" content="3.1.3" />
</head>
<body id="home">
<div class="bPosts">
<div class="pageHeader">
<div id="logos">
<p>
<a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" alt="W3C" /></a>
<a href="http://www.w3.org/TandS/"><img src="http://www.w3.org/Icons/tands.gif" alt="Technology and Society Domain" width="212" height="48" /></a>
</p>
</div>
<h1>
<span class="title summary">eGovernment at W3C<br /></span>
<span class="baseline">Better Government Through Better Use of the Web.</span>
</h1>
</div>
<div class="intro">
<div class="textwidget"> <p>
Welcome! The World Wide Web Consortium invites all who work within
governments or those who work or engage with governments to participate
in the many opportunities sponsored by W3C and the Web community.
</p>
<p>
W3C's eGovernment Activity currently offers speakers, discussion forums,
educational information, and guidelines focused on helping governments
to publish data in open, standards-based formats so that information can
be more easily accessed on the Web.
</p></div>
</div>
<h2>News</h2>
<div class="bPost" lang="en-EU">
<h3 class="bTitle">New eGovernment Groups Proposal</h3>
<div class="bDate">April 21, 2011</div>
<div class="bText">
<p>Earlier this month, the W3C staff proposed that the eGovernment Interest Group be re-chartered and a new Working Group be formed to create W3C Recommendations for Government Linked Data (GLD).<br />
For more details, see <a href="http://www.w3.org/2011/03/egov-activity-proposal/">the Activity Proposal</a>. Members of the W3C Advisory Committee are encouraged to provide feedback before 29 April using <a href="http://www.w3.org/2002/09/wbs/33280/egov2011/">WBS</a>.</p>
</div>
<div class="bSmallPrint">
Posted by:
<a class="author" href="http://www.w3.org/blog/egov/author/sandro/" title="View all posts by Sandro Hawke">Sandro Hawke</a>
at
3:36 pm categories: <strong><a href="http://www.w3.org/blog/egov/category/events/" title="View all posts in Events" rel="category tag">Events</a></strong> <br />
<a href="http://www.w3.org/blog/egov/2011/04/21/new_egovernment_groups_proposal/" title="Permanent link to full entry">(Permalink)</a>
</div>
</div>
<div class="bPost" lang="en-EU">
<h3 class="bTitle">eGov at W3C Technical Plenary Week (TPAC)</h3>
<div class="bDate">November 17, 2010</div>
<div class="bText">
<p>Two weeks ago, we held a series of discussions of eGovernment topics at the W3C <a href="http://www.w3.org/2010/11/TPAC/">Technical Plenary and Advisory Committee meeting (TPAC)</a> in Lyon, France. </p>
<p><a href="http://www.w3.org/egov/IG/meeting/2010-11-01">The first day</a> consisted of a broad ranging discussion across eGovernment issues, lent some shape by presentations from W3C staff members. Some of the topics provoking the most discussion were licensing, privacy, open government data, identity, and eGov outreach.</p>
<p><a href="http://www.w3.org/egov/IG/meeting/2010-11-02">The second day</a> was focused on <strong>Government Linked Data (GLD)</strong>. In the morning, thanks to the presence of key participants in these efforts, we had presentations on GLD efforts in the UK, Spain, France, and Germany. In the afternoon, we worked through a list of possible work items for a proposed W3C Working Group in this area. That work should emerge as a draft charter in the coming weeks.</p>
</div>
<div class="bSmallPrint">
Posted by:
<a class="author" href="http://www.w3.org/blog/egov/author/sandro/" title="View all posts by Sandro Hawke">Sandro Hawke</a>
at
7:29 pm categories: <strong><a href="http://www.w3.org/blog/egov/category/events/" title="View all posts in Events" rel="category tag">Events</a>, <a href="http://www.w3.org/blog/egov/category/ig/" title="View all posts in IG" rel="category tag">IG</a>, <a href="http://www.w3.org/blog/egov/category/linked-data/" title="View all posts in Linked Data" rel="category tag">Linked Data</a></strong> <br />
<a href="http://www.w3.org/blog/egov/2010/11/17/egov_at_tpac/" title="Permanent link to full entry">(Permalink)</a>
</div>
</div>
<div class="bPost" lang="en-EU">
<h3 class="bTitle">Government Linked Data at ICT 2010</h3>
<div class="bDate">September 30, 2010</div>
<div class="bText">
<p>One of the highlight’s of this year’s <a href="http://ec.europa.eu/information_society/events/ict/2010/index_en.htm">ICT 2010</a> event in Brussels was a <a href="http://ec.europa.eu/information_society/events/cf/ict2010/item-display.cfm?id=2790">Government Linked Data</a> session: The European Commission’s Stefano Bertolo <a href="http://twitter.com/sclopit/status/25771457940">counted about 140 people</a> in the room.</p>
<p>For more information about the session and its outcomes, take a look at the <a href="http://www.w3.org/2010/09/egov-session-ict2010/">presentations</a>, or contact <a href="mailto:ivan@w3.org">W3C’s Ivan Herman</a>.</p>
<p>For additional coverage, see: <a href="http://www.epsiplatform.eu/news/news/linked_open_government_data_at_ict2010">EPSIplatform</a>, <a href="http://euroalert.net/en/news.aspx?idn=10634">Euroalert</a></p>
</div>
<div class="bSmallPrint">
Posted by:
<a class="author" href="http://www.w3.org/blog/egov/author/roessler/" title="View all posts by Thomas Roessler">Thomas Roessler</a>
at
4:09 pm categories: <strong><a href="http://www.w3.org/blog/egov/category/events/" title="View all posts in Events" rel="category tag">Events</a>, <a href="http://www.w3.org/blog/egov/category/general/" title="View all posts in General" rel="category tag">General</a>, <a href="http://www.w3.org/blog/egov/category/linked-data/" title="View all posts in Linked Data" rel="category tag">Linked Data</a></strong> <br />
<a href="http://www.w3.org/blog/egov/2010/09/30/government_linked_data_at_ict_2010/" title="Permanent link to full entry">(Permalink)</a>
</div>
</div>
<div class="bPost" lang="en-EU">
<h3 class="bTitle">Open Data Legislation</h3>
<div class="bDate">April 26, 2010</div>
<div class="bText">
<p>On Wednesday, 28 April, 9am Boston / 2pm London (see in <a href="http://www.timeanddate.com/worldclock/fixedtime.html?month=4&day=28&year=2010&hour=9&min=0&sec=0&p1=43">other time zones</a>), the W3C eGov Interest Group will host a presentation of draft legislation in New York State which would require “state agencies to make all public records, with certain exceptions, available on a single … web portal, without any fees or license or registration requirements.” [<a href="http://assembly.state.ny.us/leg/?default_fld=&bn=A10335&Summary=Y&Memo=Y&Text=Y">1</a>]<br />
Our presenter will be Paul Curtis, from the office of Assembley Member Micah Kellner, who introduced the legislation. Following the discussion, we’ll have an open discussion of this and related topics.</p>
<p>IG member, feel free to edit this wiki page to fill in related links,<br />
question, etc: <a href="http://www.w3.org/egov/wiki/Open_Government_Laws">http://www.w3.org/egov/wiki/Open_Government_Laws</a>.</p>
<p>To join for audio: +1.617.761.6200, +33.4.89.06.34.99 or +44.117.370.6152</p>
<ul>
<li>Conference Code: 3468 (“EGOV”), <a href="http://www.w3.org/2002/01/UsingZakim">more instructions</a></li>
<li>Please press “61#” to mute your line, “60#” to unmute.</li>
</ul>
<p>To join for text chat:</p>
<ul>
<li>IRC: irc.w3.org:6665 channel #egov</li>
<li><a href="http://www.w3.org/Project/IRC/">irc at W3C</a></li>
<li><a href="http://www.mibbit.com/chat/#egov@irc.w3.org:6665">connect with mibbit</a></li>
</ul>
<p>This is one of our new seminar-style Interest Group meetings: it will be<br />
open the public, and we’ll start with the presentation, for up to an<br />
hour. Afterword, we’ll switch to more of a business-meeting mode, with<br />
our usual discussions about projects, planning, etc. Members of the<br />
public are welcome to stay and listen for that part.</p>
</div>
<div class="bSmallPrint">
Posted by:
<a class="author" href="http://www.w3.org/blog/egov/author/sandro/" title="View all posts by Sandro Hawke">Sandro Hawke</a>
at
8:54 pm categories: <strong><a href="http://www.w3.org/blog/egov/category/events/" title="View all posts in Events" rel="category tag">Events</a></strong> <br />
<a href="http://www.w3.org/blog/egov/2010/04/26/open_data_legislation/" title="Permanent link to full entry">(Permalink)</a>
</div>
</div>
<div class="bPost" lang="en-EU">
<h3 class="bTitle">Linked Data API at Public Meeting</h3>
<div class="bDate">April 12, 2010</div>
<div class="bText">
<p>This week (9am ET Wed; see in your <a href="http://www.timeanddate.com/worldclock/fixedtime.html?month=4&day=14&year=2010&hour=9&min=0&sec=0&p1=43">local time</a>), the W3C eGov IG will host a presentation on the <a href="http://code.google.com/p/linked-data-api/">Linked Data API</a>, a new approach to making Linked Data available for use by mainstream web developers. This development effort has been supported and motivated by the data.gov.uk project. We’re happy to have two of the developers, Dave Reynolds and Jeni Tennison, joining us to present.</p>
<p>To join for audio:</p>
<pre>
+1.617.761.6200, +33.4.89.06.34.99 or +44.117.370.6152
Conference Code: 3468 ("EGOV")
More instructions: http://www.w3.org/2002/01/UsingZakim
</pre>
<p>To join for text chat:</p>
<pre>
IRC: irc.w3.org:6665 channel #egov
http://www.mibbit.com/chat/#egov@irc.w3.org:6665
</pre>
<p>
This will be the first of a new style of IG meeting: it will be open the<br />
public, and we’ll start with the presentation, for up to an hour.<br />
Afterword, we’ll switch to more of a business-meeting mode, with our<br />
usual discussions about projects, planning, etc. Members of the public<br />
are welcome to stay and listen for that part.</p>
</div>
<div class="bSmallPrint">
Posted by:
<a class="author" href="http://www.w3.org/blog/egov/author/sandro/" title="View all posts by Sandro Hawke">Sandro Hawke</a>
at
9:12 pm categories: <strong><a href="http://www.w3.org/blog/egov/category/events/" title="View all posts in Events" rel="category tag">Events</a></strong> <br />
<a href="http://www.w3.org/blog/egov/2010/04/12/linked_data_api_at_public_meeting/" title="Permanent link to full entry">(Permalink)</a>
</div>
</div>
<div class="bPost" lang="en-EU">
<h3 class="bTitle">W3C eGov at FOSE</h3>
<div class="bDate">March 23, 2010</div>
<div class="bText">
<p>Tomorrow afternoon, several members of the Interest Group will be at <a href="http://fose.com/Events/FOSE-2010/Home.aspx">FOSE</a> presenting <a href="http://fose.com/events/fose-2010-paid-conference/sessions/tuesday/gt2.aspx">Putting Government Data on the Web: It sounds like a great idea. Now, how do we do it?</a>.</p>
<p>If you’re in town, by all means come by. It’s free to many, and only $60 to the rest. I hear it’s a grand event (this will be my first time going), and it’s a good chance to connect with like-minded folks.</p>
</div>
<div class="bSmallPrint">
Posted by:
<a class="author" href="http://www.w3.org/blog/egov/author/sandro/" title="View all posts by Sandro Hawke">Sandro Hawke</a>
at
1:21 am categories: <strong><a href="http://www.w3.org/blog/egov/category/events/" title="View all posts in Events" rel="category tag">Events</a></strong> <br />
<a href="http://www.w3.org/blog/egov/2010/03/23/w3c_egov_at_fose/" title="Permanent link to full entry">(Permalink)</a>
</div>
</div>
<div class="bPost" lang="en-EU">
<h3 class="bTitle">Meetings This Week</h3>
<div class="bDate">March 1, 2010</div>
<div class="bText">
<p>Meetings <a href="http://www.w3.org/2007/eGov/IG/wiki/Week_of_2010-03-01">this week:</a></p>
<div style="margin: 0em;border: 1px solid grey;padding: 1em">
<p>Wednesday, 3 March</p>
<ul>
<li>8am ET <a href="/2007/eGov/IG/wiki/ProjectData" title="ProjectData">Data Management</a></li>
<li>9am ET the full eGov Interest Group</li>
<li>12noon ET <a href="http://www.w3.org/egov/wiki/WebTech">WebTech</a></li>
</ul>
<p>Thursday, 4 March</p>
<ul>
<li>10am ET <a href="/2007/eGov/IG/wiki/Outreach_Project">Linked Data Outreach</a></li>
</ul>
<p>Friday, 5 March</p>
<ul>
<li>8am ET (<strong>not 9am</strong>) <a href="/2007/eGov/IG/wiki/Projects/GLD_Demo" title="Projects/GLD Demo">Linked Data Demo</a></li>
<li>3pm ET <a href="/2007/eGov/IG/wiki/SocMed" title="SocMed">Social Media</a></li>
</ul>
</div>
<p>All meeting are on the usual teleconference bridge (+1.617.761.6200) with the conference code 3468(“EGOV”). For more details see <a href="http://www.w3.org/egov/wiki/Teleconferences">teleconferences</a>.</p>
</div>
<div class="bSmallPrint">
Posted by:
<a class="author" href="http://www.w3.org/blog/egov/author/sandro/" title="View all posts by Sandro Hawke">Sandro Hawke</a>
at
11:45 pm categories: <strong><a href="http://www.w3.org/blog/egov/category/events/" title="View all posts in Events" rel="category tag">Events</a></strong> <br />
<a href="http://www.w3.org/blog/egov/2010/03/01/meetings_this_week_1/" title="Permanent link to full entry">(Permalink)</a>
</div>
</div>
<div class="bPost" lang="en-EU">
<h3 class="bTitle">Meetings This Week</h3>
<div class="bDate">February 22, 2010</div>
<div class="bText">
<p>A few weeks ago, the <a href="http://www.w3.org/2007/eGov/IG/wiki/Main_Page">IG</a> started a set of parallel task force <a href="http://www.w3.org/2007/eGov/IG/wiki/Projects">project groups</a>. Here’s what’s on the calendar for <a href="http://www.w3.org/2007/eGov/IG/wiki/Week_of_2010-02-22">this week:</a></p>
<div style="margin: 0em;border: 1px solid grey;padding: 1em">
<p>Wednesday, 24 Feb, 8am ET <a href="/2007/eGov/IG/wiki/ProjectData" title="ProjectData">Data Management</a>
</p>
<ul>
<li> Topic TBD
</li>
</ul>
<p>
Thursday, 25 Feb, 10am ET <a href="/2007/eGov/IG/wiki/Outreach_Project" title="Outreach Project">Linked Data Outreach</a>
</p>
<ul>
<li> Brainstorm on technical scope: what are the pressing technical issues for government linked data, and what guidance can we provide?
</li>
</ul>
<p>
Friday, 26 Feb, 9am ET <a href="/2007/eGov/IG/wiki/Projects/GLD_Demo" title="Projects/GLD Demo">Linked Data Demo</a>
</p>
<ul>
<li> Topic TBD
</li>
</ul>
<p>
Friday, 26 Feb, 3pm ET <a href="/2007/eGov/IG/wiki/SocMed" title="SocMed">Social Media</a>
</p>
<ul>
<li> Review and determine the top 5 essential best practice for use of Social Media by government.
</li>
</ul>
<p>
The IG and the other project groups are not scheduled to meet this week.
</p>
</div>
<p>These groups are just getting started, so if you want some say in their direction (and possibly eternal glory), now is a good time to get involved.</p>
</div>
<div class="bSmallPrint">
Posted by:
<a class="author" href="http://www.w3.org/blog/egov/author/sandro/" title="View all posts by Sandro Hawke">Sandro Hawke</a>
at
5:18 pm categories: <strong><a href="http://www.w3.org/blog/egov/category/events/" title="View all posts in Events" rel="category tag">Events</a></strong> <br />
<a href="http://www.w3.org/blog/egov/2010/02/22/meetings_this_week/" title="Permanent link to full entry">(Permalink)</a>
</div>
</div>
<div class="bPost" lang="en-EU">
<h3 class="bTitle">Guidelines for Publishing Open Government Data Published</h3>
<div class="bDate">September 9, 2009</div>
<div class="bText">
<p>In line with its <a href="/blog/egov/2009/08/31/charter2_proposal">anticipated focus on Open Government Data</a>, the <a href="/2007/eGov/IG">eGovernment Interest Group</a> announces today a first draft of <a href="/TR/2009/WD-gov-data-20090908/">Publishing Open Government Data</a>, which provides step-by-step guidelines for putting government data on the Web. Sharing data according to these guidelines enables greater transparency; delivers more efficient public services; and encourages greater public and commercial use and re-use of government information.</p>
</div>
<div class="bSmallPrint">
Posted by:
<a class="author" href="http://www.w3.org/blog/egov/author/jalonso/" title="View all posts by José Manuel Alonso">José Manuel Alonso</a>
at
3:31 pm categories: <strong><a href="http://www.w3.org/blog/egov/category/ig/" title="View all posts in IG" rel="category tag">IG</a></strong> <br />
<a href="http://www.w3.org/blog/egov/2009/09/09/gov_data_fpwd/" title="Permanent link to full entry">(Permalink)</a>
</div>
</div>
<div class="bPost" lang="en-EU">
<h3 class="bTitle">Improving Access to Government through Better Use of the Web: Note Available in Portuguese and Spanish</h3>
<div class="bDate">September 7, 2009</div>
<div class="bText">
<p>Thanks to the wonderful job of the <a href="http://www.w3c.br">W3C Brazil</a> and <a href="http://www.w3c.es">W3C Spain</a> Offices, the <a href="http://www.w3.org/TR/2009/NOTE-egov-improving-20090512/">Improving Access to Government through Better Use of the Web</a> Note is now also available in <a href="http://www.w3c.br/divulgacao/pdf/gov-web.pdf">Portuguese</a> and <a href="http://www.w3c.es/Traducciones/es/TR/2009/egov-improving">Spanish</a>. Both Offices have already started to distribute hundreds of printed copies among the local eGovernment communities.</p>
</div>
<div class="bSmallPrint">
Posted by:
<a class="author" href="http://www.w3.org/blog/egov/author/jalonso/" title="View all posts by José Manuel Alonso">José Manuel Alonso</a>
at
2:04 pm categories: <strong><a href="http://www.w3.org/blog/egov/category/ig/" title="View all posts in IG" rel="category tag">IG</a></strong> <br />
<a href="http://www.w3.org/blog/egov/2009/09/07/note_pt_es/" title="Permanent link to full entry">(Permalink)</a>
</div>
</div>
<p class="center">
<strong>
:: <a href="http://www.w3.org/blog/egov/page/2/" >Next Page »</a> </strong>
</p>
<p>Please, send any comments related to the items above to the eGovernment Interest Group public mailing list <<a href="mailto:public-egov-ig@w3.org">public-egov-ig@w3.org</a>> (<a href="http://lists.w3.org/Archives/Public/public-egov-ig/">archive</a>)</p>
</div>
<div class="bSideBar">
<div class="bSideItem">
<p class="description">
<strong>eGovernment</strong> is the use of the Web and other
information technologies by governments to interact with the
citizenry, between departments and divisions, and with other governments.
</p>
</div>
<!-- eGov menu-->
<div class="bSideItem">
<h3 class="sideItemTitle">Groups</h3>
<ul>
<li><a href="/egov/wiki/">eGovernment Interest Group</a></li>
<li><a href="/2011/gld">Government Linked Data (GLD) Working Group</a></li>
</ul>
<h3 class="sideItemTitle">Documents</h3>
<ul>
<li><a href="/TR/egov-improving/">Improving Access to Government through Better Use of the Web</a></li>
</ul>
</div>
<div class="bSideItem">
<h3 class="sideItemTitle">News Search</h3>
<form method="get" id="searchform" action="http://www.w3.org/blog/egov/">
<p><label class="screen-reader-text" for="s">Search for:</label>
<input type="text" class="SearchField" value="" name="s" id="s" />
</p>
<input type="submit" class="submit" id="searchsubmit" value="Search" />
</form> </div>
<div class="bSideItem">
<h3>News Categories</h3>
<div class="bSideItem">
<ul> <li class="cat-item cat-item-3"><a href="http://www.w3.org/blog/egov/category/events/" title="View all posts filed under Events">Events</a>
</li>
<li class="cat-item cat-item-6"><a href="http://www.w3.org/blog/egov/category/general/" title="View all posts filed under General">General</a>
</li>
<li class="cat-item cat-item-4"><a href="http://www.w3.org/blog/egov/category/ig/" title="View all posts filed under IG">IG</a>
</li>
<li class="cat-item cat-item-5"><a href="http://www.w3.org/blog/egov/category/linked-data/" title="View all posts filed under Linked Data">Linked Data</a>
</li>
<li class="cat-item cat-item-8"><a href="http://www.w3.org/blog/egov/category/media/" title="View all posts filed under Media">Media</a>
</li>
<li class="cat-item cat-item-7"><a href="http://www.w3.org/blog/egov/category/press/" title="View all posts filed under Press">Press</a>
</li>
</ul>
</div>
</div>
<div class="bSideItem">
<h3>News Archives</h3>
<ul> <li><a href='http://www.w3.org/blog/egov/2011/04/' title='April 2011'>April 2011</a> (1)</li>
<li><a href='http://www.w3.org/blog/egov/2010/11/' title='November 2010'>November 2010</a> (1)</li>
<li><a href='http://www.w3.org/blog/egov/2010/09/' title='September 2010'>September 2010</a> (1)</li>
<li><a href='http://www.w3.org/blog/egov/2010/04/' title='April 2010'>April 2010</a> (2)</li>
<li><a href='http://www.w3.org/blog/egov/2010/03/' title='March 2010'>March 2010</a> (2)</li>
<li><a href='http://www.w3.org/blog/egov/2010/02/' title='February 2010'>February 2010</a> (1)</li>
<li><a href='http://www.w3.org/blog/egov/2009/09/' title='September 2009'>September 2009</a> (2)</li>
<li><a href='http://www.w3.org/blog/egov/2009/08/' title='August 2009'>August 2009</a> (1)</li>
<li><a href='http://www.w3.org/blog/egov/2009/07/' title='July 2009'>July 2009</a> (1)</li>
<li><a href='http://www.w3.org/blog/egov/2009/06/' title='June 2009'>June 2009</a> (4)</li>
<li><a href='http://www.w3.org/blog/egov/2009/05/' title='May 2009'>May 2009</a> (2)</li>
<li><a href='http://www.w3.org/blog/egov/2009/04/' title='April 2009'>April 2009</a> (1)</li>
<li><a href='http://www.w3.org/blog/egov/2009/02/' title='February 2009'>February 2009</a> (1)</li>
<li><a href='http://www.w3.org/blog/egov/2009/01/' title='January 2009'>January 2009</a> (1)</li>
<li><a href='http://www.w3.org/blog/egov/2008/12/' title='December 2008'>December 2008</a> (1)</li>
<li><a href='http://www.w3.org/blog/egov/2008/09/' title='September 2008'>September 2008</a> (1)</li>
<li><a href='http://www.w3.org/blog/egov/2008/06/' title='June 2008'>June 2008</a> (2)</li>
<li><a href='http://www.w3.org/blog/egov/2008/04/' title='April 2008'>April 2008</a> (1)</li>
<li><a href='http://www.w3.org/blog/egov/2008/03/' title='March 2008'>March 2008</a> (1)</li>
<li><a href='http://www.w3.org/blog/egov/2008/02/' title='February 2008'>February 2008</a> (1)</li>
<li><a href='http://www.w3.org/blog/egov/2008/01/' title='January 2008'>January 2008</a> (4)</li>
<li><a href='http://www.w3.org/blog/egov/2007/12/' title='December 2007'>December 2007</a> (1)</li>
</ul>
</div>
<div class="bSideItem">
<h3>Syndicate these news <img src="http://www.w3.org/blog/img/xml.gif" alt="XML" width="36" height="14" class="middle" /></h3>
<ul>
<li>
<a href="http://www.w3.org/blog/egov/feed/rss/">RSS 1.0</a>
</li>
<li>
<a href="http://www.w3.org/blog/egov/feed/">RSS 2.0</a>
</li>
<li>
<a href="http://www.w3.org/blog/egov/feed/atom/">Atom</a>
</li>
</ul>
</div>
<div class="bSideItem">
<h3>Misc</h3>
<ul>
<li><a href="https://www.w3.org/blog/egov/wp-login.php">Log in</a></li>
</ul>
</div>
</div>
<div id="footer">
<address>
Maintained by <a href="http://www.w3.org/People/Sandro/">Sandro Hawke</a> (W3C)
</address>
<!-- copyright -->
<p>
<a rel="Copyright" href="/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2011 <a href="/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C
<a href="/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
<a href="/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
<a rel="Copyright" href="/Consortium/Legal/copyright-documents">document use</a> and <a rel="Copyright" href="/Consortium/Legal/copyright-software">software
licensing</a> rules apply. Your interactions with this site are in
accordance with our <a href="/Consortium/Legal/privacy-statement#Public">public</a> and <a href="/Consortium/Legal/privacy-statement#Members">Member</a> privacy
statements.
</p>
</div>
</body>
</html>