-
Notifications
You must be signed in to change notification settings - Fork 917
Expand file tree
/
Copy pathdocuments.html
More file actions
144 lines (131 loc) · 8.25 KB
/
documents.html
File metadata and controls
144 lines (131 loc) · 8.25 KB
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Documentation - schema.org</title>
<!-- #### Static Doc Insert Head goes here -->
</head>
<body>
<!-- #### Static Doc Insert PageHead goes here -->
<div id="mainContent" class="faq">
<article>
<h1>Documentation</h1>
<section>
<h2>Site information</h2>
<ul>
<li>
<h4><a href="gs.html">Getting started</a></h4>
A simple introduction to microdata and using schema.org for marking up your site.
</li>
<li>
<h4><a href="faq.html">Frequently asked questions</a></h4>
</li>
<li>
<h4><a href="howwework.html">How we work</a></h4>
</li>
<li>
<h4><a href="releases.html">Releases</a></h4>
Full history of recent releases.
</li>
</ul>
</section>
<section>
<h2>Schema information</h2>
<ul>
<li>
<h4><a href="schemas.html">Schemas</a></h4>
The actual schemas, arranged in a hierarchy, with a page for each item in the schema.
</li>
<li>
<h4><a href="full.html">The full type hierarchy</a></h4>
The full type hierarchy, in a single file.
</li>
<li>
<h4><a href="datamodel.html">Data model</a></h4>
A brief note on the data model used, etc.
</li>
<li>
<h4><a href="styleguide.html">Style guide</a></h4>
Naming conventions and related patterns for schema authoring.
</li>
<li>
<h4><a href="developers.html">Developers</a></h4>
Developer-oriented information about schema.org.
</li>
<li>
<h4><a href="developers.html#defs">Vocabulary definition download</a></h4>
Download definition files for core vocabulary and extensions.
</li>
<li>
<h4><a href="extension.html">Extension mechanism</a></h4>
The extension mechanism that can be used to extend the schemas.
</li>
<li>
<h4><a href="cdc-covid.html">Schema.org COVID-19 response</a></h4>
US CDC Data Table fields.
</li>
<li>
<h4><a href="data-and-datasets.html">Overview of dataset-related vocabulary</a></h4>
</li>
<li>
<h4><a href="https://blog.schema.org/2012/05/11/schema-org-markup-for-external-lists/">External enumerations (blog post)</a></h4>
How to use external controlled lists to add detail.
</li>
</ul>
</section>
<section>
<h2>Extensions</h2>
<ul>
<li>
<h4><a href="meddocs.html">Health and medical types</a></h4>
Notes on the health and medical types under <a href="/MedicalEntity">MedicalEntity</a>.
</li>
<li>
<h4><a href="hotels.html">Hotels</a></h4>
Background information and examples on the types and properties for marking up hotels
and other accommodations using e.g. <a href="/Hotel">Hotel</a> and <a href="/HotelRoom">HotelRoom</a>.
</li>
<li>
<h4><a href="automotive.html">Autos</a></h4>
Background information on marking up automobiles.
</li>
<li>
<h4><a href="financial.html">Banks and financial institutions</a></h4>
Background information and examples on the types and properties for marking up banks and their products e.g.
<a href="/MortgageLoan">MortgageLoan</a> and <a href="/ExchangeRateSpecification">ExchangeRateSpecification</a>.
</li>
</ul>
</section>
<section>
<h2>Additional Resources</h2>
<ul>
<li><h4><a href="http://blog.schema.org">Schema.org blog</a></h4></li>
<li>
<h4><a href="http://www.w3.org/community/schemaorg">Schema.org Community Group</a></h4>
<p>
Since April 2015, the W3C <a href="http://www.w3.org/community/schemaorg">Schema.org Community Group</a> is the main forum for schema collaboration, and provides the
<a href="https://lists.w3.org/Archives/Public/public-schemaorg/">public-schemaorg@w3.org</a> mailing list for discussions. Schema.org issues are tracked
<a href="http://github.com/schemaorg/schemaorg/issues">on GitHub</a> and coordinated via the <a href="https://www.w3.org/community/schemaorg">group</a>.
</p>
<p>
Earlier discussions can be found in W3C's <a href="http://lists.w3.org/Archives/Public/public-vocabs/">public-vocabs</a>
group. There was also a <a href="http://groups.google.com/group/schemaorg-discussion">google group</a> used during 2011.
</p>
<p>
Prior to 2014, the <a href="http://www.w3.org/wiki/WebSchemas">W3C Web Schemas group</a> hosted a collection of <a href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgProposals">proposals</a> for additions and improvements to schema.org.
</p>
</li>
<li>
<h4><a href="http://www.google.com/cse/home?cx=003736913799082383568:c44bi0_xxek">Search</a></h4>
A <a href="http://www.google.com/cse/home?cx=003736913799082383568:c44bi0_xxek">custom search</a> across all these discussions and sites is also available.
<li>
<h4><a href="feedback.html">General feedback form</a></h4>
Please give us feedback, report bugs, etc. For technical feedback, <a href="https://github.com/schemaorg/schemaorg/issues">GitHub</a> is preferred.
</li>
</ul>
</section>
</article>
</div>
<!-- #### Static Doc Insert Footer here -->
</body>
</html>