forked from mhausenblas/schema-org-rdf
-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.html
67 lines (66 loc) · 3.66 KB
/
about.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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>
schema.rdfs.org - About
</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 class="activelink">
<a href="about.html">About</a>
</li>
<li>
<a href="faq.html">FAQ</a>
</li>
<li>
<a href="tools.html">Tools</a>
</li>
<li>
<a href="index.html">Home</a>
</li>
</ul>
</div>
</div><!-- end intro -->
<div id="mainContent">
<h1>
How did this happen and how can I contribute?
</h1>
<p> <strong>NEWS:</strong>
As per today, the LOD-Around-The-Clock Support Action (<a href="http://latc-project.eu/">LATC</a>) has officially endorsed the activity and supports the further development.
</p>
<p>
When we first <a href="http://googleblog.blogspot.com/2011/06/introducing-schemaorg-search-engines.html" title="Official Google Blog: Introducing schema.org: Search engines come together for a richer web">heard</a> about Schema.org, we had a DERI-internal discussion on how to deal with this new development. Just an hour after <a href="http://sw-app.org/mic.xhtml#i">Michael</a> sent out the announcement, <a href="http://g1o.net/foaf.rdf#me">Giovanni</a> was the first to suggest creating a mapping. In the morning of the next day we started to develop a <a href="http://scraperwiki.com/scrapers/schemaorg2rdf/" title="Michael Hausenblas / schema.org2rdf | ScraperWiki">scraper</a> with great support from the <a href="http://twitter.com/#!/scraperwiki">ScraperWiki</a> team. <a href="http://richard.cyganiak.de/#me">Richard</a> then took this work further and finalised the scraper. Then, we set up this site with the support of <a href="http://www.johnbreslin.com/foaf/foaf.rdf#me">John</a>, who donated the sub-domain on rdfs.org. After less than 24h we provided an initial mapping of the Schema.org terms to RDF and <a href="http://lists.w3.org/Archives/Public/public-lod/2011Jun/0031.html">announced</a> it to the public.
</p>
<p>Now, this has turned into a community project and you can contribute: let us know about which features you want to see here or if you have comments about the mapping. To keep this process manageable, please file an <a href="https://github.com/mhausenblas/schema-org-rdf/issues">issue</a> on Github or clone the <a href="https://github.com/mhausenblas/schema-org-rdf">git repository</a> and send in a pull request.
</p>
<p>
Our thanks for support, suggestions and feedback on the mapping go out to the following people: <em>Thomas Bandholtz, John Breslin, Lin Clark, Stéphane Corlosquet, Hugh Glaser, Bernard Vatant, Pat Hayes, Sebastian Heath, Aidan Hogan, Holger Knublauch, Kingsley Idehen, Giovanni Tummarello</em>.
</p>
<p class="date">
Last Updated: 8 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>