forked from mhausenblas/schema-org-rdf
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtools.html
77 lines (76 loc) · 3.58 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
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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>
schema.rdfs.org - Tools
</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 class="activelink">
<a href="tools.html">Tools</a>
</li>
<li>
<a href="index.html">Home</a>
</li>
</ul>
</div>
</div><!-- end intro -->
<div id="mainContent">
<h1>
What tools are available?
</h1>
<p>
<a href="http://lin-clark.com/">Lin Clark</a>, a very active Drupal contributor, is currently <a href="http://mavergames.org/content/schemaorg-drupal-and-linked-dataweb-data-rdfa-updated-comments-bing-search-lead-and-one-foun">preparing</a> a <a href="http://drupal.org/project/microdata">module</a> that enables microdata and RDF to happily co-exist.
</p>
<p>
The software library and service <a href="http://developers.any23.org/">any23</a>, which also happens to power the data acquisition module of the semantic indexer <a href="http://sindice.com/">Sindice</a> will very soon release support for microdata based on the mapping defined, here.
</p>
<p>
OpenLink's <a href="http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtSponger">Virtuoso Sponger</a> supports Microdata natively and turns it into Linked Data. Further, OpenLink's <a href="http://uriburner.com">URIBurner</a> (a data virtualization service that transforms data hosted in a variety of data spaces and formats into standards compliant Linked Data Objects for uniform access, integration and management) supports microdata amongst many other input formats.
</p>
<p>
The <a href="http://composing-the-semantic-web.blogspot.com/2011/06/microdata-and-rdfa-in-topbraid-composer.html">upcoming release</a> of TopBraid Composer will include comprehensive support for editing and processing Schema.org Microdata.
</p>
<p>
Ed Summers is developing an <a href="https://github.com/edsu/rdflib-microdata">rdflib plugin</a> that enables to parse Microdata and process the resulting RDF.
</p>
<p>
Michael has released the <a href="http://omnidator.appspot.com/" title="omnidator">omnidator</a> (the omnipotent data translator), an online tool and (CORS-enabled) API to translate formats that use Schema.org terms into RDF. Currently, microdata (using Ed Summers' rdflib-microdata plugin) and CSV as input formats are supported.
</p>
<p>
<em>What else would you like to see? Read more about how to suggest a tool and/or contribute on the <a href="about.html">about</a> page ... </em>
</p>
<p class="date">
Last Updated: 12 June 2011
</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>