-
Notifications
You must be signed in to change notification settings - Fork 57
/
learn.html
92 lines (89 loc) · 3.12 KB
/
learn.html
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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>
schema.rdfs.org - Learn
</title>
<link rel="stylesheet" type="text/css" href="schemaorg.css" media="screen, projection">
<link rel="stylesheet" type="text/css" href="default.css">
</head>
<body>
<div id="container">
<div id="intro">
<div id="pageHeader">
<div class="wrapper">
<h1>
<a href="/">schema.rdfs.org</a>
</h1>
</div>
</div>
<div id="selectionbar">
<div class="wrapper">
<ul>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="faq.html">FAQ</a>
</li>
<li>
<a href="mappings.html">Mappings</a>
</li>
<li>
<a href="tools.html">Tools</a>
</li>
<li class="activelink">
<a href="learn.html">Learn</a>
</li>
<li>
<a href="index.html">Home</a>
</li>
</ul>
</div>
</div><!-- end intro -->
<div id="mainContent">
<h1>
Learn how to use it ...
</h1>
<h2>Examples</h2>
<p>
The community maintains a comprehensive set of examples on the <a href="https://github.com/mhausenblas/schema-org-rdf/tree/master/examples">github repo</a>.
</p>
<h2>Tutorials</h2>
<p>
One of our goals is to provide a collection of tutorials on how to publish and consume data with Schema.org terms:
</p>
<ul>
<li><a href="http://html5doctor.com/microdata/">Extending HTML5 — Microdata</a> by <a href="https://twitter.com/boblet">Oli Studholme</a>, with a lots of examples and step-by-step instructions.</li>
<li>
<a href="http://www.w3.org/2001/sw/interest/ldh/">Publishing and consuming Linked Data embedded in HTML</a>, a W3C Editor's Draft for a Semantic Web Interest Group Note.
</li>
<li><a href="https://dvcs.w3.org/hg/htmldata/raw-file/default/ED/html-data-guide/index.html">HTML Data Guide</a>, a W3C Working Draft of the HTML Data Task Force.
</li>
</ul>
<h2>Specifications</h2>
<p>
Here you can find Schema.org-related specifications:
</p>
<ul>
<li><a href="https://dvcs.w3.org/hg/htmldata/raw-file/default/ED/microdata-rdf/20120107/index.html">Microdata to RDF - Transformation from HTML+Microdata to RDF</a>, a W3C Working Draft of the HTML Data Task Force.
</li>
</ul>
<p>
<p>
Please let us know if you are aware of other tutorials, lessons learned, presentations, books or the like that help people understand how to use Schema.org terms in practice.
</p>
<p class="date">
Last Updated: 9 January 2012
</p>
</div><!-- end maincontent -->
</div><!-- closes #container -->
<div id="footer">
<p>
The code of this site is available via <a href="https://github.com/mhausenblas/schema-org-rdf">github</a> - blame <a href="http://sw-app.org/mic.xhtml#i">Michael</a> and <a href="http://richard.cyganiak.de/#me">Richard</a> from the Linked Data Research Centre, <a href="http://www.deri.ie/">DERI</a>, NUI Galway.
</p>
</div>
</div>
</body>
</html>