-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdocs.html
57 lines (57 loc) · 1.8 KB
/
docs.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
---
layout: default
title: "RDFa / Documentation"
nav_index: 2
---
<div class="container">
<div class="row">
<div class="col-md-6">
<h4>Specifications</h4>
<dl>
<dt><a href="http://www.w3.org/TR/rdfa-lite/">RDFa Lite</a></dt>
<dd>
The RDFa Lite document is a quick 15 minute introduction to the basic markup
concepts for RDFa Lite.
</dd>
<dt><a href="http://www.w3.org/TR/rdfa-primer/">The RDFa Primer</a></dt>
<dd>
The RDFa Primer is a more involved overview of the full power of RDFa.
</dd>
<dt><a href="http://www.w3.org/TR/rdfa-core/">RDFa Core</a></dt>
<dd>
RDFa Core specifies the complete capabilities of RDFa.
</dd>
</dl>
</div>
<div class="col-md-6">
<h4>Tutorials</h4>
<dl>
<dt><a href="http://coffeecode.net/rdfa/codelab">Structured data with schema.org codelab</a></dt>
<dd>
This hands-on, hour-long tutorial introduces you to RDFa and the schema.org
vocabulary.
</dd>
<dt><a href="https://idpf.github.io/epub-guides/schema-org-integration/">Schema.org Metadata Integration Guide for EPUB3</a></dt>
<dd>
EPUB3 authors can use RDFa to enhance content and metadata througout a
publication.</dd>
</dl>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h4>For Implementers</h4>
<dl>
<dt><a href="http://www.w3.org/TR/rdfa-in-html/">HTML+RDFa</a></dt>
<dd>
Format specific details for HTML5, HTML4, and DOM processors.
</dd>
<dt><a href="http://www.w3.org/TR/xhtml-rdfa/">XHTML+RDFa</a></dt>
<dd>
XHTML is an XML-based format for HTML widely used in EPUB documents. This
specification explains the implementation details of RDFa for XHTML parsers.
</dd>
</dl>
</div>
</div>
</div>