index.html
82.7 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
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Semantic Web - W3C Blog - Category Archives</title>
<style type="text/css" media="all">
@import "/QA/2006/01/blogstyle.css";
</style>
<meta name="keywords" content="W3C, QA, weblog, blog" />
<meta name="description" content="Archives for the W3C Questions and Answers Weblog - Category Semantic Web" />
<meta name="revision" content="$Id: index.html,v 1.363 2011/12/16 03:01:57 gerald Exp $" />
<link rel="alternate" type="application/atom+xml" title="Atom" href="http://www.w3.org/QA/atom.xml" />
<link rel="alternate" type="application/rss+xml" title="RSS 1.0" href="http://www.w3.org/QA/news.rss" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.w3.org/QA/rsd.xml" />
</head>
<body>
<div id="banner">
<h1 id="title">
<a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" src="http://www.w3.org/Icons/WWW/w3c_home_nb" /></a>
W3C Blog - Archives
</h1>
</div>
<ul class="navbar" id="menu">
<li><strong><a href="/QA/" title="W3C Blog Home">[ W3C Blog ]</a></strong></li>
<li><a href="/QA/Library/" title="Documents and Publications on Web and Quality">Documents</a></li>
<li><a href="/QA/Tools/" accesskey="3" title="Validators and other Tools">Tools</a></li>
<li><a href="/2007/12/qa-blog-help/index#feedback">Feedback</a></li>
</ul>
<div id="searchbox">
<form method="get" action="http://www.google.com/custom" enctype="application/x-www-form-urlencoded">
<p id="formbox"><input type="text" size="15" class="textfield" name="q" accesskey="E" maxlength="255" /> <input type="submit" class="submitfield" value="Search" id="goButton" name="sa" accesskey="G" /> <input type="hidden" name="cof" value="T:black;LW:72;ALC:#ff3300;L:http://www.w3.org/Icons/w3c_home;LC:#000099;LH:48;BGC:white;AH:left;VLC:#660066;GL:0;AWFID:0b9847e42caf283e;" /><input type="hidden" id="searchW3C" name="sitesearch" checked="checked" value="www.w3.org/QA" /><input type="hidden" name="domains" value="www.w3.org/QA" /></p>
</form>
</div>
<div id="main"><!-- This DIV encapsulates everything in this page - necessary for the positioning -->
<h2>Archives for Category: Semantic Web</h2>
<h3><a href="http://www.w3.org/QA/2011/11/interview_roger_cutler_on_w3c.html">Interview: Roger Cutler on W3C and Chevron use of Semantic Web Technology</a></h3>
<p><p> On the eve of his retirement, I spoke with Roger Cutler, longtime W3C participant from Chevron. IJ: Roger, since you have been participating in W3C for some time, can you describe how Chevron's interests have changed? RC: In 2000...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2011/11/interview_roger_cutler_on_w3c.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Jacobs/">Ian Jacobs</a> on November 28, 2011 5:16 PM in <a href="http://www.w3.org/QA/archive/w3cqa_news/interviews/">Interviews</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2011/11/interview_roger_cutler_on_w3c.html">Permalink</a>
| <a href="http://www.w3.org/QA/2011/11/interview_roger_cutler_on_w3c.html#comments">Comments (1)</a>
| <a href="http://www.w3.org/QA/2011/11/interview_roger_cutler_on_w3c.html#trackback">TrackBacks (2)</a>
</p>
<h3><a href="http://www.w3.org/QA/2011/11/rdfa_11_meets_json-ld_in_the_d.html">RDFa 1.1 meets JSON-LD in the Distiller…</a></h3>
<p><p>I have blogged recently on the update of the RDFa 1.1 Distiller. I have just added a cool new feature. Up to today, the possible serializations were RDF/XML, Turtle, and N Triples. Although not yet final, I decided to add...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2011/11/rdfa_11_meets_json-ld_in_the_d.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on November 24, 2011 4:12 PM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2011/11/rdfa_11_meets_json-ld_in_the_d.html">Permalink</a>
| <a href="http://www.w3.org/QA/2011/11/rdfa_11_meets_json-ld_in_the_d.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2011/11/rdfa_11_meets_json-ld_in_the_d.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2011/11/new_release_of_the_rdfa_11_dis.html">New release of the RDFa 1.1 Distiller and Validator </a></h3>
<p><p>Back in May I have already blogged on the release of a new, RDFa 1.1 version of the distiller code. Many things have happened since May, however, with changes in RDFa, introduction of RDFa 1.1 Lite, etc. I have also...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2011/11/new_release_of_the_rdfa_11_dis.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on November 15, 2011 12:30 PM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2011/11/new_release_of_the_rdfa_11_dis.html">Permalink</a>
| <a href="http://www.w3.org/QA/2011/11/new_release_of_the_rdfa_11_dis.html#comments">Comments (1)</a>
| <a href="http://www.w3.org/QA/2011/11/new_release_of_the_rdfa_11_dis.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2011/11/schemaorg_and_rdfa_11_lite_how.html">Schema.org and RDFa 1.1 Lite: how does it look now?</a></h3>
<p><p> In his latest blog entry on the Schema.org, Dan Brickley announced that Schema.org would also process RDFa 1.1 Lite as an alternative syntax to encode Schema.org terms. As he emphasized: This work opens up new possibilities also for developers...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2011/11/schemaorg_and_rdfa_11_lite_how.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on November 12, 2011 9:12 AM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/technology/web_applications_1/">Web Applications</a>, <a href="http://www.w3.org/QA/archive/technology/web_design/">Web Design</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2011/11/schemaorg_and_rdfa_11_lite_how.html">Permalink</a>
| <a href="http://www.w3.org/QA/2011/11/schemaorg_and_rdfa_11_lite_how.html#comments">Comments (2)</a>
| <a href="http://www.w3.org/QA/2011/11/schemaorg_and_rdfa_11_lite_how.html#trackback">TrackBacks (3)</a>
</p>
<h3><a href="http://www.w3.org/QA/2011/09/impressions_on_the_schemaorg_w.html">Impressions on the Schema.org Workshop</a></h3>
<p><p> (This blog should have gone out about a week ago. By an unlucky clashes in my agenda, the trip to Mountain View was immediately followed by another trip, which made it difficult to publish this in a really timely...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2011/09/impressions_on_the_schemaorg_w.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on September 30, 2011 6:06 AM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/meetings/">Meetings</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/web_applications_1/">Web Applications</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2011/09/impressions_on_the_schemaorg_w.html">Permalink</a>
| <a href="http://www.w3.org/QA/2011/09/impressions_on_the_schemaorg_w.html#comments">Comments (3)</a>
| <a href="http://www.w3.org/QA/2011/09/impressions_on_the_schemaorg_w.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2011/09/proposing_two_new_sw_interest.html">Proposing two new SW Interest Group Task Forces</a></h3>
<p><p>One of the exciting events of the past few months was the joint announcement of schema.org from three major search engine providers (Google, Yahoo, and Microsoft). It was a major step in the recognition that structured data, embedded in Web...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2011/09/proposing_two_new_sw_interest.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on September 20, 2011 3:57 AM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/web_applications_1/">Web Applications</a>, <a href="http://www.w3.org/QA/archive/technology/web_design/">Web Design</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2011/09/proposing_two_new_sw_interest.html">Permalink</a>
| <a href="http://www.w3.org/QA/2011/09/proposing_two_new_sw_interest.html#comments">Comments (6)</a>
| <a href="http://www.w3.org/QA/2011/09/proposing_two_new_sw_interest.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2011/05/rdfa_11_distiller_and_validato.html">RDFa 1.1 distiller and validator (beta)</a></h3>
<p><p> The distiller for RDFa 1.0 has been around for quite some time now, and has been widely used. With the advance of RDFa 1.1, I have made a fairly extensive re-write of the distiller, though, which is now available...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2011/05/rdfa_11_distiller_and_validato.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on May 31, 2011 5:10 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a>, <a href="http://www.w3.org/QA/archive/technology/web_design/">Web Design</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2011/05/rdfa_11_distiller_and_validato.html">Permalink</a>
| <a href="http://www.w3.org/QA/2011/05/rdfa_11_distiller_and_validato.html#comments">Comments (2)</a>
| <a href="http://www.w3.org/QA/2011/05/rdfa_11_distiller_and_validato.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2011/05/semantic_web_its_not_rocket_sc.html">Semantic Web? It's Not Rocket Science. Except at NASA.</a></h3>
<p><p>I met Jeanne Holm last week during the W3C Advisory Committee meeting. Jeanne is the Chief Knowledge Architect at the Jet Propulsion Laboratory (JPL), California Institute of Technology, and leads the Knowledge Management Team at NASA. When we started talking...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2011/05/semantic_web_its_not_rocket_sc.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Jacobs/">Ian Jacobs</a> on May 27, 2011 2:34 PM in <a href="http://www.w3.org/QA/archive/w3cqa_news/interviews/">Interviews</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2011/05/semantic_web_its_not_rocket_sc.html">Permalink</a>
| <a href="http://www.w3.org/QA/2011/05/semantic_web_its_not_rocket_sc.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2011/05/semantic_web_its_not_rocket_sc.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2011/05/rdfa_11_with_a_rich_snippet_ex.html">RDFa 1.1 with a rich snippet example</a></h3>
<p><p> With RDFa 1.1 making its way out of last call, I looked at the examples from Google’s Webmaster Central to see what RDFa 1.1 brings to those. A typical example is the one on reviews; here s where it...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2011/05/rdfa_11_with_a_rich_snippet_ex.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on May 23, 2011 10:39 AM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/open_web/">Open Web</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/technology_101/">Technology 101</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2011/05/rdfa_11_with_a_rich_snippet_ex.html">Permalink</a>
| <a href="http://www.w3.org/QA/2011/05/rdfa_11_with_a_rich_snippet_ex.html#comments">Comments (6)</a>
| <a href="http://www.w3.org/QA/2011/05/rdfa_11_with_a_rich_snippet_ex.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2011/05/http_protocol_for_rdf_stores.html">HTTP Protocol for RDF Stores</a></h3>
<p><p>Last week the W3C SPARQL Working Group has published a number last call working drafts for SPARQL 1.1. Much have been already said on various fora on the new features of SPARQL 1.1, like update, entailment regimes, property paths; I...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2011/05/http_protocol_for_rdf_stores.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on May 17, 2011 7:44 AM in <a href="http://www.w3.org/QA/archive/technology/http/">HTTP</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/publications/">Publications</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/">W3C・QA News</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2011/05/http_protocol_for_rdf_stores.html">Permalink</a>
| <a href="http://www.w3.org/QA/2011/05/http_protocol_for_rdf_stores.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2011/05/http_protocol_for_rdf_stores.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2011/05/rdf_interfaces_published.html">RDF Interfaces published…</a></h3>
<p><p>The RDF Web Applications Working Group has published the First Public Working Draft of the RDF Interfaces specification. The goal of this specification is to provide a common development environment for Web Applications that utilize structured data and RDF. A...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2011/05/rdf_interfaces_published.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on May 10, 2011 5:17 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2011/05/rdf_interfaces_published.html">Permalink</a>
| <a href="http://www.w3.org/QA/2011/05/rdf_interfaces_published.html#comments">Comments (1)</a>
| <a href="http://www.w3.org/QA/2011/05/rdf_interfaces_published.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/12/new_rdf_working_group_rdfjson.html">New RDF Working Group, RDF/JSON, RDF API…</a></h3>
<p><p>After long discussions the call for votes on a new RDF Working Group has been sent to W3C members; the goal is to set up a new W3C Working Group taking care of some technical issues around RDF. It was...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/12/new_rdf_working_group_rdfjson.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on December 8, 2010 8:37 AM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/12/new_rdf_working_group_rdfjson.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/12/new_rdf_working_group_rdfjson.html#comments">Comments (1)</a>
| <a href="http://www.w3.org/QA/2010/12/new_rdf_working_group_rdfjson.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/11/a_toucan_describedby_data.html">A toucan describedby data</a></h3>
<p><p>An intense discussion on the Linked Open Data mailing list has lead to at least two distinct outcomes: a proposal for a new way to resolve URIs identifying non-information resources without losing the important distinction from information that describes them; and a correction to an ambiguity in the specification of wdrs:describedby.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/11/a_toucan_describedby_data.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="">Phil Archer</a> on November 8, 2010 4:38 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/11/a_toucan_describedby_data.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/11/a_toucan_describedby_data.html#comments">Comments (5)</a>
| <a href="http://www.w3.org/QA/2010/11/a_toucan_describedby_data.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/09/karen_myers_w3c_development_of.html">Lessons from Harvard's Kennedy School on Technology and Governance 2.0</a></h3>
<p><p>Unlike political campaigns in this year’s US election cycle, it was refreshing to observe for a change, personal and institutional vulnerability being treated openly and respectfully in a political context. The context was an event I attended last week titled...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/09/karen_myers_w3c_development_of.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="">Karen Myers</a> on September 27, 2010 9:41 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/social_networking/">Social Networking</a>, <a href="http://www.w3.org/QA/archive/technology/egov/">eGov</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/09/karen_myers_w3c_development_of.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/09/karen_myers_w3c_development_of.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2010/09/karen_myers_w3c_development_of.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/07/augmented_reality_a_point_of_i.html">Augmented Reality: A Point of Interest for the Web</a></h3>
<p>Last month's <a href="http://www.w3.org/2010/06/w3car/">Augmented Reality on the Web</a> workshop in Barcelona has sparked a good deal of debate within and around W3C. As the <a href="http://www.w3.org/2010/06/w3car/report.html">final report</a> shows, the workshop brought together many different companies and organizations working on or with a direct interest in the field of Augmented Reality — but how can W3C help in this area?</p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/07/augmented_reality_a_point_of_i.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="">Phil Archer</a> on July 22, 2010 9:20 AM in <a href="http://www.w3.org/QA/archive/technology/mobile/">Mobile</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/workshops/">Workshops</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/07/augmented_reality_a_point_of_i.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/07/augmented_reality_a_point_of_i.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2010/07/augmented_reality_a_point_of_i.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/07/new_opportunities_for_linked_d.html">New opportunities for linked data nose-following</a></h3>
<p><p> For those of you interested in deploying RDF on the Web, I'd like to draw your attention to three new proposed standards from IETF, "Web Linking", "Defining Well-Known URIs", and "Web Host Metadata", that create new follow-your-nose tricks that...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/07/new_opportunities_for_linked_d.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="">Jonathan Rees</a> on July 6, 2010 6:12 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/web_architecture/">Web Architecture</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/07/new_opportunities_for_linked_d.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/07/new_opportunities_for_linked_d.html#comments">Comments (3)</a>
| <a href="http://www.w3.org/QA/2010/07/new_opportunities_for_linked_d.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/06/point_of_interest_working_grou.html">Point of Interest Working Group</a></h3>
<p><p>Following the successful W3C Workshop: <a href="http://www.w3.org/2010/06/w3car/">Augmented Reality on the Web</a> in Barcelona last week, work is now underway to establish a Working Group to develop one or more Recommendation Track documents to encode data about Points of Interest.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/06/point_of_interest_working_grou.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="">Phil Archer</a> on June 24, 2010 3:27 PM in <a href="http://www.w3.org/QA/archive/technology/mobile/">Mobile</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/workshops/">Workshops</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/06/point_of_interest_working_grou.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/06/point_of_interest_working_grou.html#comments">Comments (1)</a>
| <a href="http://www.w3.org/QA/2010/06/point_of_interest_working_grou.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/06/thanks_for_a_great_15_years_at.html">Thanks for a great 15 years at W3C</a></h3>
<p><p>After 15 years working with all of you all around the world on Web technologies and standards, I'm taking a position as a Biomedical Informatics Software Engineer in the department of biostatistics at the University of Kansas Medical center. The...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/06/thanks_for_a_great_15_years_at.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Connolly/">Dan Connolly</a> on June 2, 2010 7:04 PM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/w3c_life/">W3C Life</a>, <a href="http://www.w3.org/QA/archive/web_architecture/">Web Architecture</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/06/thanks_for_a_great_15_years_at.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/06/thanks_for_a_great_15_years_at.html#comments">Comments (30)</a>
| <a href="http://www.w3.org/QA/2010/06/thanks_for_a_great_15_years_at.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/05/linked_data_its_is_not_like_th.html">Linked data: it's is not like that; it's like a bag of potato chips</a></h3>
<p><p>We've been trying to explain partial understanding since at least as far back as the 1998 Extensible Languages note, but the The Fate of the Semantic Web report from Pew still reflects the perception that the Semantic Web will never...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/05/linked_data_its_is_not_like_th.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Connolly/">Dan Connolly</a> on May 28, 2010 7:53 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/egov/">eGov</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/05/linked_data_its_is_not_like_th.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/05/linked_data_its_is_not_like_th.html#comments">Comments (8)</a>
| <a href="http://www.w3.org/QA/2010/05/linked_data_its_is_not_like_th.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/05/truly_w3c_community_building_a.html">Truly W3C Community building at WWW2010 (Part 1)</a></h3>
<p><p> The WWW2010 conference that just took place in Raleigh is now over and it's a good time to report on some of the outcomes from the event, and most specifically about the W3C track that I had the pleasure...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/05/truly_w3c_community_building_a.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/mcf/">Marie-Claire Forgue</a> on May 3, 2010 11:49 AM in <a href="http://www.w3.org/QA/archive/w3cqa_news/meetings/">Meetings</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/social_networking/">Social Networking</a>, <a href="http://www.w3.org/QA/archive/technology/egov/">eGov</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/05/truly_w3c_community_building_a.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/05/truly_w3c_community_building_a.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2010/05/truly_w3c_community_building_a.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/04/rdfa_11_version_of_the_pyrdfa.html">RDFa 1.1 version of the pyRdfa distiller</a></h3>
<p><p>W3C has just published a First Public Working Draft for RDFa 1.1 Core and XHTML+RDFa 1.1. Yay! I did have an RDFa Distiller software and service for RDFa 1.0. Well, I did spend some time in the past few weeks...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/04/rdfa_11_version_of_the_pyrdfa.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on April 22, 2010 3:02 PM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/04/rdfa_11_version_of_the_pyrdfa.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/04/rdfa_11_version_of_the_pyrdfa.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2010/04/rdfa_11_version_of_the_pyrdfa.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/03/submission_deadline_for_the_rd.html">Submission deadline for the RDF Next Workshop close...</a></h3>
<p><p>This is just a gentle reminder: the submission deadline for the W3C “RDF Next Steps” Workshop is close: April the 4th. There is still time, of course, but not that much…...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/03/submission_deadline_for_the_rd.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on March 24, 2010 11:01 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/workshops/">Workshops</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/03/submission_deadline_for_the_rd.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/03/submission_deadline_for_the_rd.html#comments">Comments (1)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/03/microsoft_bring_odata_to_a_w3c.html">Microsoft, Bring OData to a W3C Incubator</a></h3>
<p><p>A couple of days ago, Microsoft announced their OData API. In the first blog post at odata.org, they wrote: At the same time we are looking to engage with IETF and W3C to explore how to get broader adoption of...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/03/microsoft_bring_odata_to_a_w3c.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Jacobs/">Ian Jacobs</a> on March 18, 2010 1:05 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/03/microsoft_bring_odata_to_a_w3c.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/03/microsoft_bring_odata_to_a_w3c.html#comments">Comments (1)</a>
| <a href="http://www.w3.org/QA/2010/03/microsoft_bring_odata_to_a_w3c.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/03/venue_details_for_the_rdf_next.html">Venue details for the RDF Next Steps workshop published</a></h3>
<p><p>As I announced a few weeks ago, the RDF Next Steps Workshop will take place at NCBO, in Standford, US. A separate page has now been published on the details of the location, especially on hotels. Let me also use...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/03/venue_details_for_the_rdf_next.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on March 9, 2010 9:24 AM in <a href="http://www.w3.org/QA/archive/w3cqa_news/meetings/">Meetings</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/workshops/">Workshops</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/03/venue_details_for_the_rdf_next.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/03/venue_details_for_the_rdf_next.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2010/03/venue_details_for_the_rdf_next.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/03/w3c_trackwww2010_lod_and_html.html">W3C Track@WWW2010: LOD and HTML 5</a></h3>
<p><p>At this year's 19th International World Wide Web Conference (WWW2010 - Raleigh, NC, USA), W3C will organize two "camps": the "HTML 5 camp" and the "Linked Open Data (LOD) camp" (29 and 30 April 2010). The "camp" format of the...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/03/w3c_trackwww2010_lod_and_html.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/mcf/">Marie-Claire Forgue</a> on March 3, 2010 6:13 PM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/meetings/">Meetings</a>, <a href="http://www.w3.org/QA/archive/technology/mobile/">Mobile</a>, <a href="http://www.w3.org/QA/archive/technology/svg/">SVG</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/social_networking/">Social Networking</a>, <a href="http://www.w3.org/QA/archive/technology/video/">Video</a>, <a href="http://www.w3.org/QA/archive/technology/egov/">eGov</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/03/w3c_trackwww2010_lod_and_html.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/03/w3c_trackwww2010_lod_and_html.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2010/03/w3c_trackwww2010_lod_and_html.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/02/date_and_place_of_the_rdf_next.html">Date and place of the 'RDF Next Step' Workshop settled</a></h3>
<p><p>A few weeks ago W3C announced the organization of an "RDF Next Steps" Workshop. At the time of the announcement the dates and the place of the Workshop were not settled yet. They are now... The Workshop will indeed take...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/02/date_and_place_of_the_rdf_next.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on February 10, 2010 1:41 PM in <a href="http://www.w3.org/QA/archive/w3cqa_news/meetings/">Meetings</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/workshops/">Workshops</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/02/date_and_place_of_the_rdf_next.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/02/date_and_place_of_the_rdf_next.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2010/02/date_and_place_of_the_rdf_next.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/02/small_add-ons_to_the_rdfa_dist.html">Small add-ons to the RDFa distiller</a></h3>
<p><p>A small addition has been made on the RDFa distiller service (pyRdfa): there is now a possibility to upload an XHTML file to be distilled, beyond referring to a URI or copying a text to a text box. This feature...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/02/small_add-ons_to_the_rdfa_dist.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on February 8, 2010 2:55 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/02/small_add-ons_to_the_rdfa_dist.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/02/small_add-ons_to_the_rdfa_dist.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2010/02/small_add-ons_to_the_rdfa_dist.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2010/01/swswiki.html">SWSWiki</a></h3>
<p><p>A few days ago W3C opened a new wiki on Semantic Web Standards: … It is not the goal of this wiki to supersede other community wikis […] instead it is to provide a “first stop” for more information on...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2010/01/swswiki.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on January 18, 2010 1:15 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2010/01/swswiki.html">Permalink</a>
| <a href="http://www.w3.org/QA/2010/01/swswiki.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2010/01/swswiki.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2009/10/rif_and_owl.html">RIF and OWL</a></h3>
<p><p>The W3C RIF Working Group has just published the RIF specification as a Candidate Recommendation. As a coincidence, the OWL 2 Working Group published the OWL 2 specification as Proposed Recommendation just a few days before. Ie, two major sets...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2009/10/rif_and_owl.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on October 6, 2009 3:39 PM in <a href="http://www.w3.org/QA/archive/w3cqa_news/publications/">Publications</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/">W3C・QA News</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2009/10/rif_and_owl.html">Permalink</a>
| <a href="http://www.w3.org/QA/2009/10/rif_and_owl.html#comments">Comments (5)</a>
| <a href="http://www.w3.org/QA/2009/10/rif_and_owl.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2009/09/linked_government_data.html">Linked Government Data</a></h3>
<p><p>Last week, I jumped into my new role as eGovernment lead by attending a pair of gatherings in Washington. They left me pleasantly shocked at the enthusiasm in the US Government for both social software and open data, and wondering...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2009/09/linked_government_data.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Sandro">Sandro Hawke</a> on September 14, 2009 12:26 AM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/social_networking/">Social Networking</a>, <a href="http://www.w3.org/QA/archive/technology/egov/">eGov</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2009/09/linked_government_data.html">Permalink</a>
| <a href="http://www.w3.org/QA/2009/09/linked_government_data.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2009/09/linked_government_data.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2009/07/data_in_the_city.html">Data in the City</a></h3>
<p><p>On Monday of this week I attended a hearing in New York City organized by the Technology and Government Committee of the New York City Council. On the agenda was a proposal (Int. No. 991) regarding the use of open...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2009/07/data_in_the_city.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Jacobs/">Ian Jacobs</a> on July 1, 2009 10:09 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/egov/">eGov</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2009/07/data_in_the_city.html">Permalink</a>
| <a href="http://www.w3.org/QA/2009/07/data_in_the_city.html#comments">Comments (2)</a>
| <a href="http://www.w3.org/QA/2009/07/data_in_the_city.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2009/06/reflections_on_semtech_2009.html">Reflections on SemTech 2009</a></h3>
<p><p>SemTech 2009, along with W3C's significant participation in it, is now behind us. Besides catching upon on emails, I have spent the past week reflecting on the enthusiasm, presentations, and flurry of activities that constituted this year's event in San...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2009/06/reflections_on_semtech_2009.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="">Karen Myers</a> on June 30, 2009 1:06 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2009/06/reflections_on_semtech_2009.html">Permalink</a>
| <a href="http://www.w3.org/QA/2009/06/reflections_on_semtech_2009.html#comments">Comments (1)</a>
| <a href="http://www.w3.org/QA/2009/06/reflections_on_semtech_2009.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2009/06/w3c_team_at_semtech.html">W3C team at SemTech</a></h3>
<p><p>Some of us on the team had a pretty busy last week: indeed, Karen Myers, Sandro Hawke, Dave Raggett, Eric Prud'hommeaux, Ralph Swick, and I were at the Semantic Technologies 2009 conference in San Jose. Dave (together with Dianne Mueller...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2009/06/w3c_team_at_semtech.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on June 25, 2009 2:25 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2009/06/w3c_team_at_semtech.html">Permalink</a>
| <a href="http://www.w3.org/QA/2009/06/w3c_team_at_semtech.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2009/06/w3c_team_at_semtech.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2009/05/structured_data_and_search_eng.html">Search Engines take on Structured Data</a></h3>
<p><p>Structured data on the web got a boost this week, with Google's announcement of Rich Snippets and Rich Snippets in Custom Search. Structured data at such a large scale raises at least three issues:SyntaxVocabularyPolicyGoogle's documentation shows support for both microformats...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2009/05/structured_data_and_search_eng.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Connolly/">Dan Connolly</a> on May 13, 2009 4:18 PM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/web_architecture/">Web Architecture</a>, <a href="http://www.w3.org/QA/archive/technology/egov/">eGov</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2009/05/structured_data_and_search_eng.html">Permalink</a>
| <a href="http://www.w3.org/QA/2009/05/structured_data_and_search_eng.html#comments">Comments (3)</a>
| <a href="http://www.w3.org/QA/2009/05/structured_data_and_search_eng.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2009/05/data_interchange_problems_come.html">Data interchange problems come in all sizes</a></h3>
<p><p> I had a pretty small data interchange problem the other day: I just wanted to archive some play lists that I had compiled using various music player daemon (mpd) clients. The mpd server stores playlists as simple m3u files,...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2009/05/data_interchange_problems_come.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Connolly/">Dan Connolly</a> on May 8, 2009 9:10 PM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/web_spotting/opinions_editorial/">Opinions & Editorial</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/web_architecture/">Web Architecture</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2009/05/data_interchange_problems_come.html">Permalink</a>
| <a href="http://www.w3.org/QA/2009/05/data_interchange_problems_come.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2009/05/data_interchange_problems_come.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2009/04/semtech_2009_conference_progra.html">SemTech 2009 conference program public</a></h3>
<p><p>The program of the 2009 Semantic Technologies conference is now public. Just as last year, it promises to be a busy and interesting week! The conference is on Semantic Technologies in general, but a large percentage (majority?) of the papers...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2009/04/semtech_2009_conference_progra.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on April 7, 2009 9:26 AM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/w3c_life/">W3C Life</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2009/04/semtech_2009_conference_progra.html">Permalink</a>
| <a href="http://www.w3.org/QA/2009/04/semtech_2009_conference_progra.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2009/04/semtech_2009_conference_progra.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2009/03/food_agriculture_and_skos.html">Food, agriculture, and SKOS</a></h3>
<p><p>The UN Food and Agriculture Organization (FAO) has a number of (online) publications (e.g., “Food, Nutrition and Agriculture”). As all such sites, they also have to offer an easy way to search through the articles, find the right papers based...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2009/03/food_agriculture_and_skos.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on March 20, 2009 8:42 AM in <a href="http://www.w3.org/QA/archive/w3cqa_news/publications/">Publications</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/">W3C・QA News</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2009/03/food_agriculture_and_skos.html">Permalink</a>
| <a href="http://www.w3.org/QA/2009/03/food_agriculture_and_skos.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2009/03/food_agriculture_and_skos.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2009/02/semantic_data_extractor.html">Semantic Data Extractor</a></h3>
<p><p>Every so often, someone writes to me or to the public-qa-dev mailing list to report bugs, or simply to give thanks on the semantic data extractor. I'm always pleasantly surprised when I hear that, what started as a 10 minutes...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2009/02/semantic_data_extractor.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Dom/">Dominique Hazaël-Massieux</a> on February 12, 2009 10:27 AM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2009/02/semantic_data_extractor.html">Permalink</a>
| <a href="http://www.w3.org/QA/2009/02/semantic_data_extractor.html#comments">Comments (7)</a>
| <a href="http://www.w3.org/QA/2009/02/semantic_data_extractor.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/12/rdfa_and_svg_tiny_and_the_rdfa.html">RDFa and SVG Tiny (and the RDFa distiller)</a></h3>
<p><p>W3C has just published the SVG Tiny 1.2 recommendation. Others are much more experts than me to describe the changes in the core functionality compared to the 1.1 version, so I let them do that. However, there is an interesting...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/12/rdfa_and_svg_tiny_and_the_rdfa.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on December 23, 2008 9:16 AM in <a href="http://www.w3.org/QA/archive/technology/svg/">SVG</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/">W3C・QA News</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/12/rdfa_and_svg_tiny_and_the_rdfa.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/12/rdfa_and_svg_tiny_and_the_rdfa.html#comments">Comments (2)</a>
| <a href="http://www.w3.org/QA/2008/12/rdfa_and_svg_tiny_and_the_rdfa.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/12/small_update_of_the_rdfa_disti.html">Small update of the RDFa distiller sofware</a></h3>
<p><p>I have made a small update on the pyRdfa Python package that drives the RDFa distiller. The main differences between this version and the previous are: via a private communication Dan Brickley made me think on the following: what is...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/12/small_update_of_the_rdfa_disti.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on December 19, 2008 1:05 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/">W3C・QA News</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/12/small_update_of_the_rdfa_disti.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/12/small_update_of_the_rdfa_disti.html#comments">Comments (2)</a>
| <a href="http://www.w3.org/QA/2008/12/small_update_of_the_rdfa_disti.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/12/amaya_also_for_rdfa.html">Amaya Also for RDFa</a></h3>
<p><p>Irène Vatton has just announced the availability of the latest Amaya version, namely Amaya 11. (For those who may not know what Amaya is, it is an open source (X)HTML browser and editor in one.) The interesting point in this...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/12/amaya_also_for_rdfa.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on December 17, 2008 1:36 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/">W3C・QA News</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/12/amaya_also_for_rdfa.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/12/amaya_also_for_rdfa.html#comments">Comments (2)</a>
| <a href="http://www.w3.org/QA/2008/12/amaya_also_for_rdfa.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/12/a_few_predictions_for_2009.html">A Few Predictions for 2009</a></h3>
<p><p>Last week I asked my colleagues on the W3C staff to predict Web trends in 2009. I compiled (with some editing) a few of the predictions I received. Naturally, these informal utterances are not endorsements and do not represent W3C...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/12/a_few_predictions_for_2009.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Jacobs/">Ian Jacobs</a> on December 12, 2008 7:28 PM in <a href="http://www.w3.org/QA/archive/technology/mobile/">Mobile</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/egov/">eGov</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/12/a_few_predictions_for_2009.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/12/a_few_predictions_for_2009.html#comments">Comments (4)</a>
| <a href="http://www.w3.org/QA/2008/12/a_few_predictions_for_2009.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/11/the_w3c_will_host_a.html"></a></h3>
<p><p>The W3C will host a Workshop for the Oil & Gas Industry on 9-10 December 2008 in Houston, Texas....</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/11/the_w3c_will_host_a.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="">Karen Myers</a> on November 18, 2008 7:16 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/11/the_w3c_will_host_a.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/11/the_w3c_will_host_a.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2008/11/the_w3c_will_host_a.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/10/workshop_on_future_of_social_n.html">Workshop on future of social networking</a></h3>
<p><p>We have just announced a call for participation to a workshop on the future of social networking that will take place in Barcelona (Spain) on January 15 and 16 2009. A W3C workshop is an event organized by W3C where...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/10/workshop_on_future_of_social_n.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Dom/">Dominique Hazaël-Massieux</a> on October 14, 2008 3:25 PM in <a href="http://www.w3.org/QA/archive/technology/mobile/">Mobile</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/10/workshop_on_future_of_social_n.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/10/workshop_on_future_of_social_n.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2008/10/workshop_on_future_of_social_n.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/10/semantic_web_applications.html">Semantic Web Applications</a></h3>
<p><p>It so happens that, in a short time, several entries appeared in the blogosphere on Semantic Web applications. David Provost published a report, Richard MacManus published a blog in ReadWriteWeb or, in the last issue of Talis’ Nodalities, Ian Davis...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/10/semantic_web_applications.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on October 2, 2008 9:24 AM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/">W3C・QA News</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/10/semantic_web_applications.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/10/semantic_web_applications.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2008/10/semantic_web_applications.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/09/powdering_logos_again.html">Powdering logos (again)</a></h3>
<p><p>Quite a while ago I wrote a <br />
<a href="http://ivanherman.wordpress.com/2007/11/02/powdering-logos/">short blog</a><br />
on how to use the upcoming <a href="http://www.w3.org/TR/powder-dr">POWDER</a> spec. The example was to create RDF triples expressing copyright information on <a href="http://www.w3.org/2007/10/sw-logos">Semantic Web logos</a>. Lot has happened with POWDER since, and most of what I wrote in that blog is now technically outdated:-( So here is the updated example.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/09/powdering_logos_again.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on September 5, 2008 8:54 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/technology_101/">Technology 101</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/">W3C・QA News</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/09/powdering_logos_again.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/09/powdering_logos_again.html#comments">Comments (1)</a>
| <a href="http://www.w3.org/QA/2008/09/powdering_logos_again.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/08/make-web-friendly-data-rdfa.html">Make your Data Web Friendly</a></h3>
<p><p>What does it mean to make your data Web friendly. A very simple introduction and a few links to explore and understand RDFa, a technology to easily create hyperlinked data.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/08/make-web-friendly-data-rdfa.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on August 27, 2008 4:04 AM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/technology_101/">Technology 101</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/08/make-web-friendly-data-rdfa.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/08/make-web-friendly-data-rdfa.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2008/08/make-web-friendly-data-rdfa.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/08/the_details_of_data_in_documen.html">The details of data in documents: GRDDL, profiles, and HTML5</a></h3>
<p><p>GRDDL, a mechanism for putting RDF data in XML/XHTML documents, is specified mostly at the XPath data model level. Some GRDDL software goes beyond XML and supports HTML as she are spoke, aka tag soup. HTML 5 is intended to...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/08/the_details_of_data_in_documen.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Connolly/">Dan Connolly</a> on August 22, 2008 7:45 PM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/web_architecture/">Web Architecture</a>, <a href="http://www.w3.org/QA/archive/technology/xml/">XML</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/08/the_details_of_data_in_documen.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/08/the_details_of_data_in_documen.html#comments">Comments (2)</a>
| <a href="http://www.w3.org/QA/2008/08/the_details_of_data_in_documen.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/08/the-digital-stakhanovite.html">The Digital Stakhanovite</a></h3>
<p><p>Designing a technology that will accomodate our social contexts of the digital Stakhanovite is a big challenge, far to be simple to solve.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/08/the-digital-stakhanovite.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on August 18, 2008 2:18 AM in <a href="http://www.w3.org/QA/archive/technology/accessibility/">Accessibility</a>, <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/web_spotting/opinions_editorial/">Opinions & Editorial</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/08/the-digital-stakhanovite.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/08/the-digital-stakhanovite.html#comments">Comments (1)</a>
| <a href="http://www.w3.org/QA/2008/08/the-digital-stakhanovite.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/07/reading-tech-blogs.html">Pleasure of Reading Tech Blog Posts</a></h3>
<p><p>Tech blog posts offer sometimes gems for reading. Here a selection of articles, I have been reading, by Robert O'Callahan, John Resig, and Michael Sperberg-McQueen.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/07/reading-tech-blogs.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on July 24, 2008 7:55 AM in <a href="http://www.w3.org/QA/archive/technology/css/">CSS</a>, <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/web_spotting/opinions_editorial/">Opinions & Editorial</a>, <a href="http://www.w3.org/QA/archive/technology/svg/">SVG</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/07/reading-tech-blogs.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/07/reading-tech-blogs.html#comments">Comments (2)</a>
| <a href="http://www.w3.org/QA/2008/07/reading-tech-blogs.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/07/rss-feed-with-rdfa.html">RSS 1.0 and RDFa</a></h3>
<p><p>How do you express a feed using RDFa in a plain XHTML page? A proposal…</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/07/rss-feed-with-rdfa.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on July 15, 2008 3:32 AM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/07/rss-feed-with-rdfa.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/07/rss-feed-with-rdfa.html#comments">Comments (1)</a>
| <a href="http://www.w3.org/QA/2008/07/rss-feed-with-rdfa.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/06/war-of-the-worlds.html">The War of the Worlds</a></h3>
<p><p>Some people are amazing, they are creators. They make complex things, beautiful and simple. They make the world a place of exploration and discovering.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/06/war-of-the-worlds.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on June 27, 2008 7:27 AM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/web_spotting/opinions_editorial/">Opinions & Editorial</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/w3c_life/">W3C Life</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/06/war-of-the-worlds.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/06/war-of-the-worlds.html#comments">Comments (4)</a>
| <a href="http://www.w3.org/QA/2008/06/war-of-the-worlds.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/06/update_of_the_rdfa_distiller.html">Update of the RDFa distiller</a></h3>
<p><p>Published of a new version of the pyRdfa software (i.e., RDFa distiller) with new features, most notably the ability to parse “tag soup” HTML and/or HTML5.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/06/update_of_the_rdfa_distiller.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on June 23, 2008 10:44 AM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/tools/">Tools</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/06/update_of_the_rdfa_distiller.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/06/update_of_the_rdfa_distiller.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2008/06/update_of_the_rdfa_distiller.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/05/semantic_desktop_in_kde_40_on.html">Semantic Desktop in KDE 4.0 on Linux</a></h3>
<p><p>Semantic Web based desktop system in Linux using KDE 4.0…</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/05/semantic_desktop_in_kde_40_on.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on May 27, 2008 12:28 PM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/05/semantic_desktop_in_kde_40_on.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/05/semantic_desktop_in_kde_40_on.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2008/05/semantic_desktop_in_kde_40_on.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/05/bbc-sharing-linked-data.html">We, Robots Like Music Too</a></h3>
<p><p>BBC is offering their data under many forms. Their Radio Labs just released a new way to access to their schedule in many formats. </p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/05/bbc-sharing-linked-data.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on May 14, 2008 5:24 AM in <a href="http://www.w3.org/QA/archive/web_spotting/opinions_editorial/">Opinions & Editorial</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/05/bbc-sharing-linked-data.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/05/bbc-sharing-linked-data.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2008/05/bbc-sharing-linked-data.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/05/using_rdfa_to_add_information.html">How to add RDF information to a page using RDFa?</a></h3>
<p>The <a href="http://www.w3.org/2001/sw">Semantic Web Activity home page</a> has a number of information that might be of interest for the Semantic Web (eg, for data integration). These should be made these available in RDF, too. How to do that without duplicating information? RDFa is your friend…</p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/05/using_rdfa_to_add_information.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Ivan">Ivan Herman</a> on May 1, 2008 10:00 AM in <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/technology_101/">Technology 101</a>, <a href="http://www.w3.org/QA/archive/web_spotting/tutorials/">Tutorials</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/05/using_rdfa_to_add_information.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/05/using_rdfa_to_add_information.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2008/05/using_rdfa_to_add_information.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/04/proposed_activity_for_video_on.html">Proposed Activity for Video on the Web</a></h3>
<p><p>W3C organized a workshop on Video on the Web in December 2007 in order<br />
to share current experiences and examine the technologies (see <a href='http://www.w3.org/2007/08/video/report.html'>report</a>) and is now following up with a proposal for a Video on the Web activity.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/04/proposed_activity_for_video_on.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/LeHegaret/">Philippe Le Hégaret</a> on April 15, 2008 3:29 PM in <a href="http://www.w3.org/QA/archive/technology/accessibility/">Accessibility</a>, <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/technology/http/">HTTP</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/technology/">Technology</a>, <a href="http://www.w3.org/QA/archive/technology/video/">Video</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/">W3C・QA News</a>, <a href="http://www.w3.org/QA/archive/web_architecture/">Web Architecture</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/04/proposed_activity_for_video_on.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/04/proposed_activity_for_video_on.html#comments">Comments (0)</a>
| <a href="http://www.w3.org/QA/2008/04/proposed_activity_for_video_on.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/03/semantic_web-telephone_game.html">Telephone Game about the Semantic Web</a></h3>
<p><p>I'm no Mark Twain, but reports of Google's demise are greatly exaggerated. Today Tim Berners-Lee pointed me to this headline in the Times Online: "Google could be superseded, says web inventor." This, in turn, has morphed into more ominous restatements...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/03/semantic_web-telephone_game.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Jacobs/">Ian Jacobs</a> on March 13, 2008 7:30 PM in <a href="http://www.w3.org/QA/archive/web_spotting/opinions_editorial/">Opinions & Editorial</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/03/semantic_web-telephone_game.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/03/semantic_web-telephone_game.html#comments">Comments (2)</a>
| <a href="http://www.w3.org/QA/2008/03/semantic_web-telephone_game.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/01/open_data_you_and_me.html">Open data, you and me</a></h3>
<p><img style="float:left;margin-right:1em;" src="http://www.w3.org/Icons/SW/sw-vert-w3c" alt="Semantic Web"/> Data portability and open data are hot topics these months. The multiplication of social network sites has increased the aggregation of these data in silos. The Semantic Web activity encourages to open your data with a new series of cute logo. Geographical data such as the <a href="http://www.openstreetmap.org/">Open Street Map initiative</a>, government budget such as <a href="http://www.usaspending.gov/aboutdata.php">USA</a> are the trend. But when it comes to our personal data, we need more granularity. </p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/01/open_data_you_and_me.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on January 7, 2008 1:04 AM in <a href="http://www.w3.org/QA/archive/web_spotting/opinions_editorial/">Opinions & Editorial</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/01/open_data_you_and_me.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/01/open_data_you_and_me.html#comments">Comments (2)</a>
| <a href="http://www.w3.org/QA/2008/01/open_data_you_and_me.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2008/01/rdfa_and_html_imagemap.html">RDFa and HTML imagemap</a></h3>
<p><a href="http://www.w3.org/TR/xhtml-rdfa-primer/">RDFa</a> is a way to enrich your Web pages with local data. The clear benefit is that your data are in context and then easier to manage. Yesterday, on the RDFa mailing list, <a href="http://danbri.org/">Dan Brickley</a> asked how we could use <a href="http://lists.w3.org/Archives/Public/public-rdf-in-xhtml-tf/2008Jan/0027">RDFa to extract the information</a> of an <a href="http://www.w3.org/TR/html4/struct/objects.html#edef-MAP">HTML imagemap</a>. </p>
<p class="readmore"><a href="http://www.w3.org/QA/2008/01/rdfa_and_html_imagemap.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on January 6, 2008 8:57 PM in <a href="http://www.w3.org/QA/archive/technology/html/">HTML</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/technology_101/">Technology 101</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2008/01/rdfa_and_html_imagemap.html">Permalink</a>
| <a href="http://www.w3.org/QA/2008/01/rdfa_and_html_imagemap.html#comments">Comments (2)</a>
| <a href="http://www.w3.org/QA/2008/01/rdfa_and_html_imagemap.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2007/10/semantic_web_is_a_lot_of_fun.html">Semantic Web is a lot of fun</a></h3>
<p><p>W3C released new Semantic Web logos, with a rather restrictive policy. The Web community let us know about it in the best possible way: humor and parody. W3C smiles and listens.</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2007/10/semantic_web_is_a_lot_of_fun.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/karl/">Karl Dubost</a> on October 22, 2007 1:08 AM in <a href="http://www.w3.org/QA/archive/web_spotting/opinions_editorial/">Opinions & Editorial</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/w3cqa_news/w3c_life/">W3C Life</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2007/10/semantic_web_is_a_lot_of_fun.html">Permalink</a>
| <a href="http://www.w3.org/QA/2007/10/semantic_web_is_a_lot_of_fun.html#comments">Comments (3)</a>
| <a href="http://www.w3.org/QA/2007/10/semantic_web_is_a_lot_of_fun.html#trackback">TrackBacks (0)</a>
</p>
<h3><a href="http://www.w3.org/QA/2007/03/orthogonal_specifications_is_good.html">When to standardize, especially an RDF API</a></h3>
<p><p>The HTML 4.01 specification has an IMG element, but there is no normative dependency on the PNG or GIF or JPEG specifications. "What good is an HTML user agent that doesn't support GIFs?!?" you might ask. And you wouldn't be...</p></p>
<p class="readmore"><a href="http://www.w3.org/QA/2007/03/orthogonal_specifications_is_good.html">» Read on...</a></p>
<p class="postinfo">Filed by <a href="http://www.w3.org/People/Connolly/">Dan Connolly</a> on March 2, 2007 12:47 AM in <a href="http://www.w3.org/QA/archive/web_spotting/opinions_editorial/">Opinions & Editorial</a>, <a href="http://www.w3.org/QA/archive/technology/semantic_web/">Semantic Web</a>, <a href="http://www.w3.org/QA/archive/web_architecture/">Web Architecture</a><br />
<span class="separator">|</span> <a class="permalink" href="http://www.w3.org/QA/2007/03/orthogonal_specifications_is_good.html">Permalink</a>
| <a href="http://www.w3.org/QA/2007/03/orthogonal_specifications_is_good.html#comments">Comments (1)</a>
| <a href="http://www.w3.org/QA/2007/03/orthogonal_specifications_is_good.html#trackback">TrackBacks (0)</a>
</p>
<p id="gentime">This page was last generated on $Date: 2011/12/16 03:01:57 $</p>
</div><!-- End of "main" DIV. -->
<address>
This blog is written by W3C staff and working group participants,<br />
and maintained by <a href="/People/CMercier/">Coralie Mercier</a>.<br />
Authorized parties may <a href="/QA/new">log in</a> to create a new entry.<br/>
<span id="poweredby">Powered by Movable Type, magpierss and a lot of Web Technology</span>
</address>
<p class="copyright">
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2011
<a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>®
(<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
<a href="http://www.ercim.eu/"><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="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
<a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
rules apply. Your interactions with this site are in accordance
with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
<a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
statements.
</p>
</body>
</html>