Tutorials
13.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
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
<!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>
<title>SWBP&D WG Semantic Web Tutorials</title>
<style type="text/css">
p.footer {
border-top: 1px solid #666; font-style: italic; margin-top: 2em; padding: 0.5em;
}
</style>
<!--<link href="/StyleSheets/base.css" rel="stylesheet" type="text/css" />-->
<link href="/RDF/rdf.css" rel="stylesheet" type="text/css" />
</head>
<body>
<p>
<a href="/"><img src="/Icons/w3c_home.gif" width="72" height="48" alt="W3C" /></a>
<a href="/TandS/" accesskey="D"><img src="/Icons/tands" width="212" height="48" alt="Technology and Society Domain" /></a>
<a href="/2001/sw/" rel="activity"><img src="/2001/sw/sw" alt="The Semantic Web Home Page" /></a>
</p>
<h1>SWBP&D WG Semantic Web Tutorials</h1>
<div class="nav">
<p>
<strong>Contents:</strong>
<a href="#overview">Overview</a> |
<a href="#semweb">General SemWeb</a> |
<a href="#bestpractices">Best Practices</a> |
<a href="#rdf">RDF</a> |
<a href="#owl">OWL</a> |
<a href="#webservices">Web Services</a> |
<a href="#rdfinxhtml">RDF in XHTML</a> |
<a href="#foaf">FOAF</a> |
<a href="#dl">Description Logic</a> |
<a href="#tools">Tools</a> |
<a href="#otherresources">Other Collections</a>
</p>
</div>
<h2 id="overview">Overview</h2>
<p>
This page provides a central collection of Semantic Web tutorial resources
for interested readers and is maintained by the
<a href=".">Semantic Web Best Practices and Deployment Working Group</a>.
</p>
<p>
Suggestions, comments and additions for this page can be made by mailing
<a href="mailto:benjamin.nguyen[at]inria[dot]fr" title="Mail Benjamin Nguyen with comments. Replace [AT] in address with @ and [DOT] by .">Benjamin Nguyen</a>.
You should also copy comments to
<a href="mailto:www-archive@w3.org">www-archive@w3.org</a> for archival purposes.
</p>
<h2 id="semweb">General Semantic Web</h2>
<p>
The following is a listing of general overviews and introductions to the
semantic web. More specific overviews and tutorials are available below.
</p>
<ul>
<li>
<a href="http://www.w3.org/People/Ivan/CorePresentations/SW_QA">Questions (and Answers) on the Semantic Web</a>
</li>
<li>
<a href="http://www.w3.org/People/Ivan/CorePresentations/RDFTutorial/
">Tutorial on Basic Semantic Web Technologies</a>
</li>
<li>
<a href="http://www.betaversion.org/~stefano/linotype/news/57/">An no-nonsense guide to Semantic Web specs for XML people (Part I)</a>
</li>
<li>
<a href="http://babage.dia.fi.upm.es/summerschool/">The Second European Summer School on Ontological Engineering and the Semantic Web (under Slides)</a>
</li>
<li>
<a href="http://www.xml.com/pub/a/2001/01/24/rdf.html">What is RDF?</a>
</li>
<li>
<a href="http://www.asemantics.com/n/papers/">The Semantic Web and RDF explained (FAQ)</a>
</li>
<li>
<a href="http://logicerror.com/semanticWeb-long">The Semantic Web In Breadth</a>
</li>
<!-- Currently down <li>
<a href="http://infomesh.net/2001/swintro/">The Semantic Web: An Introduction</a>
</li> -->
<li>
<a href="http://www.cs.concordia.ca/~haarslev/teaching/semweb/info.html">Material from the course 'Foundations of the Semantic Web'</a>
</li>
<li>
<a href="http://www.ida.liu.se/labs/iislab/courses/LW/reading.html">Material from the course 'Logics for the Web'</a>
</li>
<li>
<a href=" http://www.cs.man.ac.uk/~horrocks/Teaching/cs646/">Material from the course 'The Semantic Web: Ontologies and OWL'</a>
</li>
<li>
<a href="http://www.ida.liu.se/~janma/SemWeb/">Material from a course on the Semantic Web</a>
</li>
<li>
<a href="http://www.dfki.uni-kl.de/~boley/sw10pass/sw10pass-en.htm">The Semantic Web in Ten Passages</a>
</li>
</ul>
<h2 id="bestpractices">Best Practices</h2>
<ul>
<li>
<a href="http://www.cs.man.ac.uk/~rector/tutorials/iswc-2004/">ISWC Ontologies Overview & Best Practices</a>
</li>
</ul>
<h2 id="rdf">Resource Description Framework (RDF)</h2>
<h3>Tutorials</h3>
<ul>
<li>
<a href="/RDF/">Resource Description Framework (RDF) / W3C Semantic Web activity</a>
</li>
<li>
<a href="/TR/rdf-primer/">RDF Primer</a>
</li>
<li>
<a href="http://www.ilrt.bris.ac.uk/discovery/rdf/resources/">Dave Beckett's Resource Description Framework (RDF) Resource Guide</a>,
specifically the <a href="http://www.ilrt.bris.ac.uk/discovery/rdf/resources/#sec-examples">section on tutorials</a>
</li>
<li>
<a href="/2000/10/swap/Primer">Primer: Getting into RDF & Semantic Web using N3</a>
</li>
<li>
<a href="/2000/10/swap/doc/">Semantic Web Tutorial Using N3</a>
</li>
<li>
<a href="http://www.w3schools.com/rdf/default.asp">W3Schools RDF Tutorial, includes minor OWL content</a>
</li>
<li>
<a href="http://www.hackcraft.net/RinRSS/">The R in RSS1.0</a>
</li>
</ul>
<h3>Recommendations</h3>
<p>
The following is a list of W3C recommendations on RDF, taken verbatim from
<a href="/RDF/#specs">W3C RDF/ Semantic Web activity page</a>.
</p>
<ul>
<li>
<a href="/TR/rdf-syntax-grammar/">RDF/XML Syntax
Specification (Revised)</a><br />
W3C Recommendation<br />
Dave Beckett, ed.
</li>
<li>
<a href="/TR/rdf-schema/">RDF Vocabulary Description
Language 1.0: RDF Schema</a><br />
W3C Recomendation<br />
Dan Brickley, R.V. Guha, eds.
</li>
<li>
<a href="/TR/rdf-primer/">RDF Primer</a><br />
W3C Recommendation<br />
Frank Manola, Eric Miller, eds.
</li>
<li>
<a href="/TR/rdf-concepts/">Resource Description Framework
(RDF): Concepts and Abstract Syntax</a><br />
W3C Recommendation<br />
Graham Klyne, Jeremy Carroll, eds.
</li>
<li>
<a href="/TR/rdf-mt/">RDF Semantics</a><br />
W3C Recommendation<br />
Patrick Hayes, ed.
</li>
<li>
<a href="/TR/rdf-testcases/">RDF Test Cases</a><br />
W3C Recommendation<br />
Jan Grant, Dave Beckett, eds.
</li>
</ul>
<h2 id="owl">Web Ontology Language (OWL) & Ontologies</h2>
<h3>Tutorials</h3>
<ul>
<li>
<a href="/TR/owl-guide/">OWL Web Ontology Language Guide</a>
</li>
<li>
<a href="http://www.co-ode.org/resources/tutorials/ProtegeOWLTutorial.pdf">A Practical Guide To Building OWL Ontologies Using The Protégé-OWL Plugin and CO-ODE Tools</a>
</li>
<li>
<a href="http://www.cs.man.ac.uk/~horrocks/Teaching/cs646/">The Semantic Web: Ontologies and OWL course materials</a>
</li>
<li>
<a href="http://protege.stanford.edu/publications/ontology_development/ontology101-noy-mcguinness.html">Ontology Development 101: A Guide to Creating Your First Ontology</a>
</li>
<li>
<a href="http://www.inf.unibz.it/~franconi/dl/course/">Description Logics Course</a>
</li>
<li>
<a href="http://www.cs.man.ac.uk/~horrocks/ISWC2003/Tutorial/">Tutorial on OWL</a>
</li>
<li>
<a href="http://www.jfsowa.com/ontology/">Ontologies Overview</a>
</li>
<!-- Currently down : <li>
<a href="http://www-sop.inria.fr/acacia/personnel/Fabien.Gandon/research/kmss2002/">Material from a summer school section called Ontology in a Nutshell</a>
</li>
<li>
<a href="http://www-sop.inria.fr/acacia/personnel/Fabien.Gandon/research/RR4396/">Ontology Engineering: a survey and a return on experience</a>
</li> -->
</ul>
<h3>Recommendations</h3>
<p>
The following is a list of W3C recommendations on OWL, taken verbatim from
the W3C's <a href="/2004/OWL/">Web Ontology Language (OWL)</a>
page.
</p>
<ul>
<li>
<cite><a href="/TR/owl-features/" class="title">OWL Web
Ontology Language Overview</a></cite><br />
W3C Recommendation <span class="date">10 Feb 2004</span>.
Deborah L. McGuinness and Frank van Harmelen eds.
<p>
formerly <cite>Feature Synopsis for OWL Lite and
OWL</cite>
</p>
<blockquote>
<p>
The OWL Web Ontology Language is designed for use by
applications that need to process the content of
information instead of just presenting information to
humans. OWL facilitates greater machine
interpretability of Web content than that supported by
XML, RDF, and RDF Schema (RDF-S) by providing
additional vocabulary along with a formal semantics.
OWL has three increasingly-expressive sublanguages: OWL
Lite, OWL DL, and OWL Full.
</p>
</blockquote>
</li>
<li>
<cite><a href="/TR/owl-guide/" class="title">OWL Web
Ontology Language Guide</a></cite>
<p>
W3C Recommendation <span class="date">10 Feb 2004</span>.
Smith, Welty, McGuinness, eds.
</p>
</li>
<li>
<cite><a href="/TR/owl-ref/" class="title">OWL Web Ontology
Language Reference</a></cite><br />
<p>
W3C Recommendation <span class="date">10 Feb 2004</span>,
<span class="date">12 November 2002</span>. Dean,
Schreiber, eds.
</p>
</li>
<li>
<cite><a href="/TR/owl-semantics/" class="title">OWL Web
Ontology Language Semantics and Abstract Syntax</a></cite>
<p>
W3C Recommendation <span class="date">10 Feb 2004</span>.
Patel-Schneider, Hayes, Horrocks, eds.
</p>
</li>
<li>
<a href="/TR/owl-test/" class="title"><cite>OWL Web
Ontology Language Test Cases</cite></a><br />
<p>
W3C Recommendation <span class="date">10 Feb 2004</span>.
Jeremy J. Carroll, Jos De Roo, eds.
</p>
</li>
<li>
<a href="/TR/webont-req/"
class="title"><cite>OWL Web Ontology Language Use Cases and
Requirements</cite></a><br />
<p>
W3C Recommendation <span class="date">10 Feb 2004</span>.
Jeff Heflin, ed.
</p>
</li>
<li>
<a class="title"
href="/TR/owl-xmlsyntax/"><cite>OWL Web
Ontology Language XML Presentation Syntax</cite></a> .
<p>
Masahiro Hori, Jérôme Euzenat, Peter F.
Patel-Schneider. W3C Note 11 June 2003
</p>
</li>
</ul>
<h3>Sample Ontologies</h3>
<p>
The following is a listing of sample ontologies (see also the OWL
<a href="/2004/OWL/#ontologies">Ontologies section</a>).
</p>
<ul>
<li>
<a href="http://protege.stanford.edu/plugins/owl/ontologies.html">Protégé OWL Plugin - Ontologies</a>
</li>
<li>
<a href="http://www.schemaweb.info/schema/BrowseSchema.aspx">SchemaWeb Directory</a>
</li>
<li>
<a href="http://www.daml.org/ontologies/">DAML Ontology Library</a>
</li>
</ul>
<h2 id="webservices">Web Services</h2>
<h3>Overview</h3>
<p>
TODO: Provide an overview of the Semantic Web web services tutorial space.
</p>
<h3>Recommendations</h3>
<p>
TODO: Provide links to the W3C recommendations.
</p>
<h2 id="rdfinxhtml">RDF in XTHML</h2>
<h3>Overview</h3>
<p>
TODO: Provide an overview of the RDF in XHTML tutorial space.
</p>
<h3>Recommendations</h3>
<p>
TODO: Provide links to the W3C recommendations and task force efforts.
</p>
<h2 id="foaf">Friend of a Friend</h2>
<ul>
<li>
<a href="http://www.foaf-project.org/">the friend of a friend (foaf) project</a>
</li>
</ul>
<h2 id="dl">Description Logic</h2>
<ul>
<li>
<a href="http://www.cs.man.ac.uk/~horrocks/Slides/IJCAR-tutorial/Print/p1-introduction.pdf">Description Logics: Basics, Applications and More</a>
</li>
</ul>
<h2 id="tools">Tools</h2>
<p>
The following is a collection of links to tutorials on semantic web tookits
and APIs.
</p>
<ul>
<li>
<a href="http://jena.sourceforge.net/tutorial/RDF_API/">An Introduction to RDF and the Jena RDF API</a>
</li>
<li>
<a href="http://www.kowari.org/">Kowari Tutorial (under Kowari Documentation)</a>
</li>
<li>
<a href="http://sofa.projects.semwebcentral.org/doc/getstarted/index.html">Getting Started with the SOFA API</a>
</li>
<li>
<a href="http://www.wiwiss.fu-berlin.de/suhl/bizer/rdfapi/tests.html">RDF API for PHP Tutorials</a>
</li>
<li>
<a href="http://www.langdale.com.au/GraphPath/tutorial.html">GraphPath Python Tutorial</a>
</li>
<li>
<a href="http://mknows.etri.re.kr/mknowswikidata/BossamRuleEngine/attachments/getting-started.html">The Bossam rule engine</a>
</li>
</ul>
<h2 id="otherresources">Other Resource Collections</h2>
<p>
The following is a collection of other resources pages, similar to this page.
</p>
<ul>
<li>
<a href="http://www.co-ode.org/resources/">CO-ODE/HyOntUse Resources</a>
</li>
<li>
<a href="http://www.ilrt.bris.ac.uk/discovery/rdf/resources/">Dave Beckett's Resource Description Framework (RDF) Resource Guide</a>
</li>
<li>
<a href="http://dl-web.man.ac.uk/~panz/Zhilin/sem8.php">Jeff Z. Pan's list of resources on the Semantic Web</a>
</li>
<li>
<a href="http://ubp.l3s.uni-hannover.de/ubp">REASE</a> is the conventional EASE repository for learning objects in the area of Semantic Web, it is intended to support the creation and sharing of knowledge for Higher Education in the areas Semantic Web and Ontology technologies.
</li>
</ul>
<p class="footer">
Benjamin Nguyen, INRIA-Futurs<br />
on behalf of the <a href=".">Semantic Web Best Practices and Deployment Working Group</a><br />
$Id: Tutorials.html,v 1.47 2006/06/06 12:31:53 bnguyen2 Exp $
</p>
</body>
</html>