intro.html
23.4 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
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator"
content="HTML Tidy for Mac OS X (vers 1st September 2004), see www.w3.org" />
<meta http-equiv="Content-Type"
content="text/html; charset=us-ascii" />
<title>Semantic Web Advanced Development for Europe
(SWAD-Europe)</title>
<link href="http://www.w3.org/2001/sw/Europe/style/swad-europe-showcase.css"
rel="stylesheet" type="text/css" />
<style type="text/css">/*
<![CDATA[*/
body {
font-family: verdana, helvetica, arial, sans-serif;
}
#leftcontent {
position: absolute;
left:10px;
top:20px;
width:200px;
background:#fff;
margin-right:15px;
padding-bottom:20px;
}
#rightcontent {
position: absolute;
left:250px;
top:20px;
background:#fff;
padding-right: 50px;
}
#mainMenu {
background-color: #EEE;
border: 1px solid #CCC;
color: #000;
width: 203px;
}
#menuList {
margin: 0px;
padding: 10px 0px 10px 15px;
}
li.menubar {
background: url(http://www.w3.org/2001/sw/Europe/showcase/square.gif) no-repeat 0em 0.3em;
line-height: 1.5em;
list-style: none outside;
font-size: 12px;
}
li.nonexpandingmenubar {
font-size: 12px;
line-height: 1.5em;
list-style: none outside;
padding-left: 20px;
}
.menu {
margin-left: 15px;
padding: 0px;
}
.menu li {
background: url(http://www.w3.org/2001/sw/Europe/showcase/square.gif) no-repeat 0em 0.3em;
list-style: none outside;
}
a.actuator {
background-color: transparent;
color: #000;
padding-left: 20px;
text-decoration: none;
font-weight: bold;
}
.menu li a {
background-color: transparent;
color: #000;
font-size: 12px;
padding-left: 15px;
}
span.key {
text-decoration: underline;
}
/*]]>
*/</style>
</head>
<body>
<div id="leftcontent" valign="top">
<div align="center" valign="top">
<a href="http://www.w3.org/2001/sw/Europe">
<img alt="SWAD-Europe"
src="http://www.w3.org/2001/sw/Europe/images/swade100.gif"
height="75" border="0" /></a>
<a href="http://www.cordis.lu/ist/">
<img src="http://www.w3.org/2001/sw/Europe/images/istlogo-thumb.gif"
alt="EU IST logo" height="75" border="0" /></a>
</div>
<div id="mainMenu">
<ul id="menuList">
<li class="nonexpandingmenubar">
<a href="http://www.w3.org/2001/sw/Europe/" id="introMenu"
name="introMenu">Introduction</a>
</li>
<li class="menubar">
<a id="demosMenuActuator" class="actuator" accesskey="d"
name="demosMenuActuator">Demonstrators</a>
<ul id="demosMenu" class="menu">
<li>
<a href="http://www.w3.org/2001/sw/Europe/showcase/sem-blog.html">
Semantic Blogging</a>
</li>
<li>
<a href="http://www.w3.org/2001/sw/Europe/showcase/sem-portal.html">
Semantic Portals</a>
</li>
<li>
<a href="http://www.w3.org/2001/sw/Europe/showcase/sem-thes.html">
Thesaurus Browser</a>
</li>
<li>
<a href="http://www.w3.org/2001/sw/Europe/showcase/sem-large.html">
Scale Demonstrator</a>
</li>
</ul>
</li>
<li class="menubar">
<a id="themesMenuActuator" class="actuator" accesskey="t"
name="themesMenuActuator">Themes</a>
<ul id="themesMenu" class="menu">
<li>
<a href="http://www.w3.org/2001/sw/Europe/showcase/gs.html">Getting
Started</a>
</li>
<li>
<a href="http://www.w3.org/2001/sw/Europe/reports/tools/">Tools</a>
</li>
<li>
<a href="http://www.w3.org/2001/sw/Europe/showcase/digital-libraries.html">
Digital Libraries</a>
</li>
<li>
<a href="http://www.w3.org/2001/sw/Europe/showcase/business-integration.html">
Business Integration</a>
</li>
<li>
<a href="http://www.w3.org/2001/sw/Europe/showcase/images.html">
Image Description</a>
</li>
<li>
<a href="http://www.w3.org/2001/sw/Europe/reports/community/">
Community Building</a>
</li>
<li>
<a href="http://www.w3.org/2001/sw/Europe/showcase/history.html">
Project History</a>
</li>
<li>
<a href="http://www.w3.org/2001/sw/Europe/showcase/future.html">
Future Directions</a>
</li>
</ul>
</li>
<li class="menubar">
<a id="guideMenuActuator" class="actuator" accesskey="g"
name="guideMenuActuator">Guidelines</a>
<ul id="guideMenu" class="menu">
<!--<li><a href="blank.html">Aerospace</a> stilo*</li>-->
<li>
<a href="http://www.w3.org/2001/sw/Europe/showcase/lifesci.html">
Life Science</a>
</li>
<li>
<a href="http://www.w3.org/2001/sw/Europe/showcase/guide-for-librarian.html">
Librarian</a>
</li>
<li>
<a href="http://www.w3.org/2001/sw/Europe/showcase/coder.html">
Coder</a>
</li>
<li>
<a href="http://www.w3.org/2001/sw/Europe/showcase/business-guidelines.html">
Business Integration</a>
</li>
<li>
<a href="http://www.w3.org/2001/sw/Europe/showcase/heritage.html">
Heritage</a>
</li>
</ul>
</li>
<li class="menubar">
<a id="resourcesMenuActuator" class="actuator" accesskey="r"
name="resourcesMenuActuator">Resources</a>
<ul id="resourcesMenu" class="menu">
<li>
<a href="http://www.w3.org/2001/sw/Europe/reports/intro.html">
Reports</a>
</li>
<li>
<a href="http://www.w3.org/2001/sw/Europe/showcase/presentations.html">
Presentations</a>
</li>
</ul>
</li>
<li class="nonexpandingmenubar">
<a href="http://www.w3.org/2001/sw/Europe/showcase/contact.html"
id="contactMenu" name="contactMenu">Contact</a>
</li>
</ul>
</div>
</div>
<!-- content -->
<div id="rightcontent">
<h1><a href=
"http://www.w3.org/2001/sw/Europe/reports/">SWAD-Europe</a>
Reports</h1>
<p>The <a href=
"http://www.w3.org/2001/sw/Europe/plan/workplan.html">SWAD-Europe
workplan</a> describes the reports delivered during the lifecycle
of the project. This page provides an index to these SWAD-Europe
reports.</p>
<p>The reports are organised in directories named after the formal
deliverable name, to allow cross-referencing with the workplan and
other materials. The reports directories can also be browsed
directly (<a href=
"http://www.w3.org/2001/sw/Europe/reports/">html</a>, <a href=
"http://www.w3.org/2001/sw/Europe/reports/pdf/">pdf</a>).</p>
<h2>Deliverables</h2>
<p><a href=
"http://www.w3.org/2001/sw/Europe/plan/workpackages/live/esw-wp-1.html">
Workpackage 1: Project Management</a></p>
<ul>
<li>1.12: Annual public report A2 (May 2003 - May 2004) <a href=
"http://www.w3.org/2001/sw/Europe/reports/ar2004/">(html)</a></li>
</ul>
<p><a href=
"http://www.w3.org/2001/sw/Europe/plan/workpackages/live/esw-wp-2.html">
Workpackage 2: Technical and Scientific Coordination of Research
and Demonstrations</a></p>
<ul>
<li>2.1 Project Technical Plan (<a href="pdf/2.1.pdf">pdf</a>,
<a href=
"http://www.w3.org/2001/sw/Europe/reports/proj_tech_plan/">html</a>)</li>
<li>2.2: Project Findings Input (<a href="pdf/2.2.pdf">pdf</a>),
(<a href=
"http://www.w3.org/2001/sw/Europe/reports/proj_finding_input/">html</a>)</li>
<li>2.3: Advisory meeting report (<a href="pdf/2.3.pdf">pdf</a>),
(<a href=
"http://www.w3.org/2001/sw/Europe/reports/advisory_meeting_report/">
html</a>)</li>
</ul>
<p><a href=
"http://www.w3.org/2001/sw/Europe/plan/workpackages/live/esw-wp-3.html">
Workpackage 3: Dissemination and Exploitation</a></p>
<ul>
<li>3.1 Project fact Sheet (<a href="pdf/3.1.pdf">pdf</a>),
(<a href=
"http://www.w3.org/2001/sw/Europe/reports/std_fact_sheet/">html</a>)</li>
<li>3.2 Project Website (<a href="pdf/3.2.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/std_project_website/">html</a>)</li>
<li>3.3 Project Mailing List (<a href="pdf/3.3.pdf">pdf</a>),
(<a href=
"http://www.w3.org/2001/sw/Europe/reports/mailing_list/">html</a>)</li>
<li>3.4 Initial Workshop Report (Dublin Core and RDF) (<a href=
"pdf/3.4.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/initial_workshop_report/">
html</a>)</li>
<li>3.5 Dissemination and Use plan (<a href="pdf/3.5.pdf">pdf</a>),
(<a href=
"http://www.w3.org/2001/sw/Europe/reports/dissemination_use_plan/">html</a>)</li>
<li>3.6 First Developer Workshop Report (EARL / Image Annotations)
(<a href="pdf/3.6.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/dev_workshop_report_1/">html</a>)</li>
<li>3.7 Second Developer Workshop Report: (<a href=
"http://www.w3.org/2001/sw/Europe/reports/dev_workshop_report_2/">Semantic
Web calendaring - html</a>) (<a href="pdf/3.7.pdf">pdf</a>)</li>
<li>3.8 Project Presentation (<a href="pdf/3.8.pdf">pdf</a>),
(<a href=
"http://www.w3.org/2001/sw/Europe/reports/std_presentation/">html</a>)</li>
<li>3.9 Third Developer Workshop report: (Geographic information
management) (<a href="pdf/3.9.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/dev_workshop_report_3/">html</a>)</li>
<li>3.10: Dissemination and Exploitation: Developer Outreach Report
(<a href="pdf/3.10.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/dev_outreach_report/">html</a>)</li>
<li>3.11 Fourth Developer Workshop report: (Semantic Web Storage
and Retrieval) (<a href="pdf/3.11.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/dev_workshop_report_4/">html</a>)</li>
<li>3.12 Fifth Developer Workshop report: Image description and
annotation (<a href="pdf/3.12.pdf">pdf</a>), (<a href=
"dev_workshop_report_5/Overview.html">html</a>)</li>
<li>3.13 Sixth Developer Workshop report: (<a href=
"dev_workshop_report_6/Overview.es.html" hreflang=
"es">Introducción a la Web Semántica [en
español]</a> (<a href="pdf/3.13es.pdf">pdf</a>) - <a href=
"dev_workshop_report_6/Overview.en.html">Introduction to the
Semantic Web [in english]</a>), (<a href=
"pdf/3.13en.pdf">pdf</a>)</li>
<li>3.14 Seventh Developer Workshop report: Metadata in a
multilingual world (<a href="pdf/3.14.pdf">pdf</a>), (<a href=
"dev_workshop_report_7/Overview.html">html</a>)</li>
<li>3.16 Final Workshop Report: FOAF, Social Networking and the
Semantic Web (<a href="pdf/3.16.pdf">pdf</a>), (<a href=
"final_workshop_report/">html</a>)</li>
<li>3.17 SWAD-Europe Web Showcase (<a href="pdf/3.17.pdf">pdf</a>), (<a href=
"std_web_showcase/">html</a>)</li>
</ul>
<p>Additional reports</p>
<ul>
<li>3.18 RDF Query Standardisation (<a href=
"rdf_std_query_report">html</a>) (<a href=
"pdf/3.18.pdf">pdf</a>)</li>
<li>3.19 Eighth Developer Workshop report: La Web Semántica
en América Latina [en español] (<a href=
"dev_workshop_report_8/Overview.es.html">html</a>) (<a href=
"pdf/3.19es.pdf">pdf</a>) - Semantic Web in Latin America [english
version] (<a href=
"dev_workshop_report_8/Overview.en.html">html</a>), (<a href=
"pdf/3.19en.pdf">pdf</a>)</li>
<li>3.20 Ninth Developer Workshop Report: Geospatial information on the
Semantic Web
(<a href="pdf/3.20.pdf">pdf</a>), (<a
href="http://www.w3.org/2001/sw/Europe/reports/dev_workshop_report_9/">html</a>)</li>
</ul>
<p>Additional requested reports</p>
<ul>
<li>Requested additional report: Reassess target audience for
dissemination efforts and outline how to reach them (<a href=
"pdf/DUP2.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/dissemination_plan_2/">html</a>)</li>
<li>Requested additional report: Summary of 6 key deliverables,
including case studies and reports (<a href="pdf/six.pdf">pdf</a>),
(<a href=
"http://www.w3.org/2001/sw/Europe/reports/six_key_deliverables/">html</a>)</li>
</ul>
<p><a href=
"http://www.w3.org/2001/sw/Europe/plan/workpackages/live/esw-wp-4.html">
Workpackage 4: Semantic Web and Web Services</a></p>
<ul>
<li>4.1 RDF/XML and SOAP for Web Data Encoding (<a href=
"pdf/4.1.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/xml_graph_serialization_report/">
html</a>)</li>
<li>4.2 Semantic Web and Web Services: RDF/XML and SOAP for Web
Data (<a href="pdf/4.2.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/sw_soap_design_report/">html</a>)</li>
</ul>
<p><a href=
"http://www.w3.org/2001/sw/Europe/plan/workpackages/live/esw-wp-5.html">
Workpackage 5: Integration with XML Technology</a></p>
<ul>
<li>5.1 Schema Technology Survey (<a href="pdf/5.1.pdf">pdf</a>),
(<a href=
"http://www.w3.org/2001/sw/Europe/reports/xml_schema_tools_techniques_report/">
html</a>)</li>
<li>5.2 Extracting Semantics from XML Structure (<a href=
"pdf/5.2.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/xslt_schematron_tool/">html</a>)</li>
<li>5.3 RDF/XML Test cases for RDF Logic, Web Ontology and Maths
content (Part [a] Using MathML, XML, RDF to represent company
accounts: <a href="pdf/5.3.pdf">pdf</a>, <a href=
"http://www.w3.org/2001/sw/Europe/reports/xml_test_cases/">html</a>;
Part [b]: Using example data from the OpenMath and MONET projects:
<a href=
"http://www.w3.org/2001/sw/Europe/reports/xml_test_cases/wp53.html">
html</a>).</li>
</ul>
<p><a href=
"http://www.w3.org/2001/sw/Europe/plan/workpackages/live/esw-wp-6.html">
Workpackage 6: XML and Semantic Web Integration research
prototypes</a></p>
<ul>
<li>6.1 XML and Semantic Web: Ontology-Schema Mapping Tool
(<a href="pdf/6.1.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/xml_sw_prototype_schema/">
html</a>)</li>
<li>6.2 Service illustrating use cases for combining MathML, RDF
and Web Ontology (<a href="pdf/6.2.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/xml_sw_prototype_math_logic/">
html</a>)</li>
<li>6.3 Documentation for both prototypes, with pointers into
relevant literature:<br />
(6.3a) documentation for 6.2 (<a href="pdf/6.3a.pdf">pdf</a>),
(<a href=
"http://www.w3.org/2001/sw/Europe/reports/xml_sw_docs/6.3a.html">html</a>)<br />
(6.3b) documentation for 6.1 (<a href="pdf/6.3b.pdf">pdf</a>),
(<a href=
"http://www.w3.org/2001/sw/Europe/reports/xml_sw_docs/6.3b.html">html</a>)</li>
</ul>
<p>Additional reports</p>
<ul>
<li>6.4 Using Modelling Methods to Build Semantic Web Applications
(pdfs: <a href="pdf/6.4.pdf">introduction</a>, <a
href="pdf/6.4a.pdf">survey</a>, <a href="pdf/6.4b.pdf">experiments</a>),
(<a
href="http://www.w3.org/2001/sw/Europe/reports/modelling_experiment/D6.4-modelling.html">html</a>)
</li>
</ul>
<p><a href=
"http://www.w3.org/2001/sw/Europe/plan/workpackages/live/esw-wp-7.html">
Workpackage 7: Databases, Query, API, Interfaces</a></p>
<ul>
<li>7.1 RDF API requirements and comparison (<a href=
"pdf/7.1.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/rdf_api_comparison_report/">
html</a>)</li>
<li>7.2 Report on Query languages (<a href="pdf/7.2.pdf">pdf</a>),
(<a href=
"http://www.w3.org/2001/sw/Europe/reports/rdf_ql_comparison_report/">
html</a>)</li>
<li>7.3 Public release of reference implementation of an RDF API
(<a href="pdf/7.3.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/rdf_api_impl/">html</a>)</li>
<li>7.4 Public release of a "strawman" query language
implementation (<a href="pdf/7.4.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/rdf_ql_impl/">html</a>)</li>
</ul>
<p><a href=
"http://www.w3.org/2001/sw/Europe/plan/workpackages/live/esw-wp-8.html">
Workpackage 8</a> (see <a href=
"http://www.w3.org/2001/sw/Europe/reports/thes/">SWAD-Europe
Thesaurus Activity page</a>)</p>
<ul>
<li>8.1 Core RDF Vocabularies for Thesauri (<a href=
"pdf/8.1.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/thes/8.1/">html</a>)</li>
<li>8.2 Thesaurus Ontologies Report (<a href=
"pdf/8.2.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/thes/8.2/">html</a>)</li>
<li>8.3 RDF Encoding of Multilingual Thesauri (<a href=
"pdf/8.3.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/thes/8.3/">html</a>)</li>
<li>8.4 Inter-Thesaurus Mapping (<a href="pdf/8.4.pdf">pdf</a>),
(<a href=
"http://www.w3.org/2001/sw/Europe/reports/thes/8.4/">html</a>)</li>
<li>8.5 RDF Encoding of Classification Schemes (<a href=
"pdf/8.5.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/thes/8.5/">html</a>)</li>
<li>8.6 OWL Ontology for Thesaurus Data (<a href=
"pdf/8.6.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/thes/8.6/">html</a>)</li>
<li>8.7 RDF Thesaurus Prototype (<a href=
"http://www.w3.org/2001/sw/Europe/reports/thes/8.7/">html</a>),
(<a href="8.7.pdf">pdf</a>)</li>
<li>8.8 Migrating Thesauri to the Semantic Web (<a href=
"pdf/8.8.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/thes/8.8/">html</a>)</li>
</ul>
<p><a href=
"http://www.w3.org/2001/sw/Europe/plan/workpackages/live/esw-wp-9.html">
Workpackage 9: Visualisation and Accessibility</a></p>
<ul>
<li>9.1 Visualisation and Accessibility - Initial Analysis
(<a href="pdf/9.1.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/w3c_note_sw_accessibility/">
html</a>)</li>
<li>9.2 Accessibility Adoption Report (<a href=
"pdf/9.2.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/report_wai-techs_updates/">
html</a>)</li>
<li>9.3 Semantic Web tools to help authoring: A Semantic Web image
annotation tool (<a href="pdf/9.3.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/report_semweb_access_tools/">
html</a>)</li>
</ul>
<p><a href=
"http://www.w3.org/2001/sw/Europe/plan/workpackages/live/esw-wp-10.html">
Workpackage 10: Tools for Semantic Web Scalability and
Storage</a></p>
<ul>
<li>10.1 Scalability and Storage: Survey of Free Software / Open
Source RDF (<a href="pdf/10.1.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/rdf_scalable_storage_report/">
html</a>)</li>
<li>10.2 Mapping data from RDBMS (<a href="pdf/10.2.pdf">pdf</a>),
(<a href=
"http://www.w3.org/2001/sw/Europe/reports/scalable_rdbms_mapping_report/">
html</a>)</li>
<li>10.3 Implementation report on scalable Free Software/Open
Source RDF storage (<a href="pdf/10.3.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/rdf_scalable_storage_impl/">
html</a>)</li>
</ul>
<p><a href=
"http://www.w3.org/2001/sw/Europe/plan/workpackages/live/esw-wp-11.html">
Workpackage 11: Distributed trust systems</a>. See <a href=
"http://www.w3.org/2001/sw/Europe/reports/trust/">Trust
website</a>.</p>
<ul>
<li>11.1 Recommendation systems as a basis for trust on the
Semantic Web (pdfs: <a href="pdf/11.1.pdf">introduction</a>,
<a href="pdf/11.1a.pdf">part 1</a>, <a href="pdf/11.1b.pdf">part
2</a>, <a href="pdf/11.1c.pdf">part 3</a>, <a href=
"pdf/11.1d.pdf">part 4</a>, <a href="pdf/11.1e.pdf">part 5</a>),
(<a href=
"http://www.w3.org/2001/sw/Europe/reports/trust/11.1/d11.1-framework.html">
html</a>)</li>
<li>11.2 Framework for Security and Trust Standards: Experiments and
Implementations (pdfs:
<a href="pdf/11.2.pdf">Introduction</a>,
<a href="pdf/11.2a.pdf">Vocabularies and Architecture for Implementing
Trust in the Semantic Web</a>,
<a href="pdf/11.2b.pdf">Using RDF for Home Network Configuration</a>),
(<a
href="http://www.w3.org/2001/sw/Europe/reports/trust/11.2/d11.2-implementation.html">html</a>)
</li>
</ul>
<p><a href=
"http://www.w3.org/2001/sw/Europe/plan/workpackages/live/esw-wp-12.1.html">
Workpackage 12.1: Open demonstrators</a></p>
<ul>
<li>12.1.1 Open demonstrators: Semantic web applications - analysis
and selection (<a href="pdf/12.1.1.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/chosen_demos_rationale_report/hp-applications-selection.html">
html</a>) Appendix: Application survey (<a href=
"pdf/12.1.1.appendixA.pdf%20">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/chosen_demos_rationale_report/hp-applications-survey.html">
html</a>)</li>
<li>12.1.2 Semantic blogging and bibliographies - requirements
specification (<a href="pdf/12.1.2.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/requirements-demo-1/hp-requirements-specification.html">
html</a>)</li>
<li>12.1.3 Demo 1 Implementation (<a href=
"pdf/12.1.3.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/demo_1_impl/">html</a>) </li>
<li>12.1.4 Semantic Blogging - Lessons Learnt (<a href=
"pdf/12.1.4.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/demo_1_report/">html</a>) </li>
<li>12.1.5 Semantic Portals - Requirements Specification (<a href=
"pdf/12.1.5.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/requirements-demo-2/">html</a>) </li>
<li>12.1.6 Semantic Portals Demonstrator (<a href=
"pdf/12.1.6.pdf">pdf</a>), (<a href="demo_2_impl/">html</a>)</li>
<li>12.1.7 Semantic Portals Demonstrator - Lessons Learnt (<a href=
"pdf/12.1.7.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/demo_2_report/">html</a>)</li>
<li>12.1.8 Demonstrators - Lessons Learnt (<a href=
"pdf/12.1.8.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/demo-lessons-report/">html</a>)</li>
</ul>
<p><a href=
"http://www.w3.org/2001/sw/Europe/plan/workpackages/live/esw-wp-12.2.html">
Workpackage 12.2: Annotations demonstrator</a></p>
<ul>
<li>12.2.1 Annotation Demo Single Schema (RDF-based annotation
system readme) (<a href="pdf/12.2.1.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/annotation_demo_single_schema/">
html</a>)</li>
<li>12.2.2 Annotation Demonstrator Server Report (RDF-based
annotation systems) (<a href="pdf/12.2.2.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/annotation_demo_server_report/">
html</a>)</li>
</ul>
<p><a href=
"http://www.w3.org/2001/sw/Europe/plan/workpackages/live/esw-wp-12.3.html">
Workpackage 12.3 Visualisation demonstrator</a></p>
<ul>
<li>12.3.1 Transformation libraries for RDF (<a href=
"pdf/12.3.1.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/viz_rdf_transform_library_impl/">
html</a>)</li>
<li>12.3.2 Transformation libraries report (<a href=
"pdf/12.3.2.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/viz_tools_impl/">html</a>)</li>
</ul>
<p><a href="../plan/workpackages/live/esw-wp-12.4.html">Workpackage
12.4: Large Scale Resource Discovery and Presentation
Demonstrator</a></p>
<ul>
<li>12.4.1: Large Scale Resource Discovery and Presentation
Demonstrator (<a href="pdf/12.4.1.pdf">pdf</a>), (<a href=
"http://www.w3.org/2001/sw/Europe/reports/large_scale_demo/">html</a>)</li>
</ul>
<p>See <a href=
"http://www.w3.org/2001/sw/Europe/reports/">reports/</a> directory
for other documents.</p>
<hr />
<h2><a name="workplan" id="workplan">Project Workplan</a></h2>
<p>SWAD-Europe is structured into 15 workpackages. The focus is on
supporting practical near-term applications of the Semantic Web,
and on providing an account of how Semantic Web relates and
complements other areas of W3C activity. More information is
available from each of the workpackage description pages linked
here.</p>
<ul>
<li><a href="../plan/workpackages/live/esw-wp-1.html">Project
Management</a> (WP-1)</li>
<li><a href="../plan/workpackages/live/esw-wp-2.html">Technical and
Scientific Coordination</a> (WP-2)</li>
<li><a href="../plan/workpackages/live/esw-wp-3.html">Dissemination
and Exploitation</a> (WP-3)</li>
<li><a href="../plan/workpackages/live/esw-wp-4.html">Semantic Web
and Web Services</a> (WP-4)</li>
<li><a href="../plan/workpackages/live/esw-wp-5.html">Integration
with XML Technology</a> (WP-5)</li>
<li><a href="../plan/workpackages/live/esw-wp-6.html">XML and
Semantic Web Integration research prototypes</a> (WP-6)</li>
<li><a href="../plan/workpackages/live/esw-wp-7.html">Databases,
Query, APIs</a> (WP-7)</li>
<li><a href="../plan/workpackages/live/esw-wp-8.html">Thesaurus
Research Prototype</a> (WP-8)</li>
<li><a href="../plan/workpackages/live/esw-wp-9.html">Visualization
and Accessibility</a> (WP-9)</li>
<li><a href="../plan/workpackages/live/esw-wp-10.html">Tools for
Semantic Web Scalability and Storage</a> (WP-10)</li>
<li><a href="../plan/workpackages/live/esw-wp-11.html">Distributed
trust systems</a> (WP-11)</li>
<li><a href="../plan/workpackages/live/esw-wp-12.1.html">Semantic
Web Demonstrators: Open Demonstrator</a> (WP-12.1)</li>
<li><a href="../plan/workpackages/live/esw-wp-12.2.html">Semantic
Web Demonstrators: Annotations Demonstrator</a> (WP-12.2)</li>
<li><a href="../plan/workpackages/live/esw-wp-12.3.html">Semantic
Web Demonstrators: Visualisation Demonstrator</a> (WP-12.3)</li>
<li><a href="../plan/workpackages/live/esw-wp-12.4.html">Semantic
Web Demonstrators: Large Scale Resource Discovery Demonstrator</a>
(WP-12.4)</li>
</ul>
</div>
<!-- content ends -->
</body>
</html>