-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtools.html
49 lines (48 loc) · 1.61 KB
/
tools.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
---
layout: default
title: "RDFa / Tools"
nav_index: 3
---
<div class="container">
<div class="row">
<div class="col-md-12">
<dl>
<dt>
<a href="../play/">RDFa Play</a>
</dt>
<dd>
A real-time RDFa 1.1 editor, data visualizer and debugger.
</dd>
<dt>
<a href="http://rdf.greggkellogg.net/distiller">The Ruby RDFa Distiller</a>
</dt>
<dd>
The Ruby RDFa distiller can take any RDF format, including RDFa, and output it
in a variety of other RDF formats.
</dd>
<dt>
<a href="http://www.w3.org/2012/pyRdfa/Overview.html">The Python RDFa Distiller</a>
</dt>
<dd>
The Python RDFa distiller can take an HTML document containing RDFa and output
it in a variety of RDF formats.
The Python package <a href="http://www.w3.org/2012/pyRdfa/Overview.html#distribution">can be downloaded</a> and used from any
Python application; it relies on the <a href="https://github.com/RDFLib">RDFLib package</a>.
</dd>
<dt>
<a href="http://validator.w3.org/nu/">W3C’s Nu Markup Validation Service</a>
</dt>
<dd>
The tool validates, as a default option, RDFa 1.1 Lite in HTML5; using the “Preset” in the “Options” the validator can also be instructed to validate RDFa 1.1 Core with (X)HTML5. (The validator also checks Microdata markup.)
</dd>
<dt>
<a href="http://linter.structured-data.org/">The Structured Data Linter</a>
</dt>
<dd>
The structured data linter can be used to check not only RDFa markup, but
Microdata markup as well.
</dd>
</dl>
</div>
</div>
</div>