-
Notifications
You must be signed in to change notification settings - Fork 57
/
index.html
97 lines (96 loc) · 4.64 KB
/
index.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
93
94
95
96
97
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>
schema.rdfs.org - Home
</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>
<a href="learn.html">Learn</a>
</li>
<li class="activelink">
<a href="/">Home</a>
</li>
</ul>
</div>
</div><!-- end intro -->
<div id="mainContent">
<h1>
What is Schema.RDFS.org?
</h1>
<p>
In early June 2011, the three big search engines Bing, Google and Yahoo! introduced <a href="http://schema.org/">Schema.org</a>, a collection of terms that webmasters can use to markup their pages to improve the display of search results. This site is a complementary effort by people from the Linked Data community to support Schema.org deployment and usage with a special focus on <a href="http://linkeddatabook.com/">Linked Data</a>:
</p>
<ul class="sro-services">
<li>
We provide markup <a href="https://github.com/mhausenblas/schema-org-rdf/tree/master/examples">examples</a> and <a href="https://github.com/mhausenblas/schema-org-rdf/tree/master/tutorials">tutorials</a> about publishing & consuming data with Schema.org terms.
</li>
<li>
We maintain <a href="mappings.html">mappings</a> from Web Data vocabularies such as the <a href="http://wiki.dbpedia.org/Ontology">DBpedia ontology</a> to Schema.org terms.
</li>
<li>
We list <a href="tools.html">tools</a> and libraries that are able to consume or produce Schema.org-based data.
</li>
<li>
We <strike>automatically <a href="https://github.com/mhausenblas/schema-org-rdf/tree/master/scrapers">scrape</a> the Schema.org terms on a daily basis and</strike> generate the following formats:
<p style="background: #fdd; border-radius: 0.6em; padding: 0.4em 0.7em"><em>
<strong>Warning!</strong> These files are outdated
and no longer maintained. See
<a href="https://github.com/mhausenblas/schema-org-rdf/tree/master/scrapers">here</a> for the scraper source code in case you want to try running it yourself, or
<a href="https://github.com/schemaorg/schemaorg/issues/208">here</a>
for our ongoing efforts to provide up-to-date downloads
directly from Schema.org, or
<a href="http://topbraid.org/schema/">here</a>
for an up-to-date OWL version produced by TopQuadrant.
</em></p>
<div class="schema-dump"><a href="all.ttl"><img src="img/turtle.png" alt="RDF/Turtle" /> RDF/Turtle</a></div>
<div class="schema-dump"><a href="all.rdf"><img src="img/rdf-xml.png" alt="RDF/XML" /> RDF/XML</a></div>
<div class="schema-dump"><a href="all.nt"><img src="img/ntriples.png" alt="RDF/NTriples" /> RDF/NTriples</a></div>
<div class="schema-dump end-float"><a href="all.json"><img src="img/json.png" alt="JSON"/> JSON</a></div>
<div class="schema-dump"><img src="img/csv.png" alt="CSV"/> CSV: <a href="all-classes.csv">all classes</a>, <a href="all-properties.csv">all properties</a></div>
</li>
</ul>
<p class="end-float">
Note that the official <a href="http://schema.org/docs/schema_org_rdfa.html">RDFa 1.1 lite</a> and <a href="http://schema.org/docs/full.html">HTML</a> (and <a href="http://schema.org/docs/schemaorg.owl">outdated OWL</a>) versions of the terms are directly maintained at Schema.org and independent from the above presented formats.
</p>
<p class="date">
Last Updated: 26 March 2015
</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>, formerly of the Linked Data Research Centre, <a href="http://www.deri.ie/">DERI</a>, NUI Galway.
</p>
</div>
</div>
</body>
</html>