forked from schemaorg/schemaorg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsdo-library-examples.txt
224 lines (205 loc) · 9.24 KB
/
sdo-library-examples.txt
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
TYPES: #library-1 Library, OpeningHoursSpecification, openingHoursSpecification
PRE-MARKUP:
<div>
<h1>Music Resource Centre</h1>
<h2>Opening hours</h2>
<div>Monday: <time> 9:00 AM</time> - <time> 5:00 PM</time></div>
<div>Tuesday: <time> 9:00 AM</time> - <time> 5:00 PM</time></div>
<div>Wednesday: <time> 9:00 AM</time> - <time> 5:00 PM</time></div>
<div>Thursday: <time> 9:00 AM</time> - <time> 5:00 PM</time></div>
<div>Friday: <time> 9:00 AM</time> - <time> 5:00 PM</time></div>
<div>Saturday: <time> 9:00 AM</time> - <time> 5:00 PM</time></div>
<div>Sunday: <time> 9:00 AM</time> - <time> 5:00 PM</time></div>
<h2 >Contact information</h2>
<div>Email address:
<a href="mailto:[email protected]">[email protected]</a></div>
<div>
<div>
<h3>Mailing address</h3>
School of Education - Music Resource Centre<br />Laurentian University<br />
Sudbury<br />
ON<br />
Canada<br />
P3E 2C6<br />
</div>
</div>
<h2>Branch relationship</h2>
<div>Parent library:
<a href="/eg/opac/library/LUSYS">Laurentian University</a>
</div>
MICRODATA:
<div itemscope itemtype="http://schema.org/Library">
<h1 itemprop="name">
Music Resource Centre
</h1>
<h2>
Opening hours
</h2>
<div itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">
<link itemprop="dayOfWeek" href="http://schema.org/Monday">Monday: <time itemprop="opens" content="09:00:00">9:00 AM</time> - <time itemprop="closes" content="17:00:00">5:00 PM</time>
</div>
<div itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">
<link itemprop="dayOfWeek" href="http://schema.org/Tuesday">Tuesday: <time itemprop="opens" content="09:00:00">9:00 AM</time> - <time itemprop="closes" content="17:00:00">5:00 PM</time>
</div>
<div itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">
<link itemprop="dayOfWeek" href="http://schema.org/Wednesday">Wednesday: <time itemprop="opens" content="09:00:00">9:00 AM</time> - <time itemprop="closes" content="17:00:00">5:00 PM</time>
</div>
<div itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">
<link itemprop="dayOfWeek" href="http://schema.org/Thursday">Thursday: <time itemprop="opens" content="09:00:00">9:00 AM</time> - <time itemprop="closes" content="17:00:00">5:00 PM</time>
</div>
<div itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">
<link itemprop="dayOfWeek" href="http://schema.org/Friday">Friday: <time itemprop="opens" content="09:00:00">9:00 AM</time> - <time itemprop="closes" content="17:00:00">5:00 PM</time>
</div>
<div itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">
<link itemprop="dayOfWeek" href="http://schema.org/Saturday">Saturday: <time itemprop="opens" content="09:00:00">9:00 AM</time> - <time itemprop="closes" content="17:00:00">5:00 PM</time>
</div>
<div itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">
<link itemprop="dayOfWeek" href="http://schema.org/Sunday">Sunday: <time itemprop="opens" content="09:00:00">9:00 AM</time> - <time itemprop="closes" content="17:00:00">5:00 PM</time>
</div>
<h2>
Contact information
</h2>
<div>
Email address: <a href="mailto:[email protected]" itemprop="email">[email protected]</a>
</div>
<div>
<div itemprop="location address" itemscope itemtype="http://schema.org/PostalAddress">
<h3 itemprop="contactType">
Mailing address
</h3><span itemprop="streetAddress">School of Education - Music Resource Centre<br>
Laurentian University</span><br>
<span itemprop="addressLocality">Sudbury</span><br>
<span itemprop="addressRegion">ON</span><br>
<span itemprop="addressCountry">Canada</span><br>
<span itemprop="postalCode">P3E 2C6</span><br>
</div>
</div>
<h2>
Branch relationship
</h2>
<div>
Parent library: <a itemprop="parentOrganization" href="/eg/opac/library/LUSYS">Laurentian University</a>
</div>
</div>
RDFA:
<div vocab="http://schema.org/" typeof="Library">
<h1 property="name">
Music Resource Centre
</h1>
<h2>
Opening hours
</h2>
<div property="openingHoursSpecification" typeof="OpeningHoursSpecification">
<link property="dayOfWeek" href="http://schema.org/Monday">Monday: <time property="opens" content="09:00:00">9:00 AM</time> - <time property="closes" content="17:00:00">5:00 PM</time>
</div>
<div property="openingHoursSpecification" typeof="OpeningHoursSpecification">
<link property="dayOfWeek" href="http://schema.org/Tuesday">Tuesday: <time property="opens" content="09:00:00">9:00 AM</time> - <time property="closes" content="17:00:00">5:00 PM</time>
</div>
<div property="openingHoursSpecification" typeof="OpeningHoursSpecification">
<link property="dayOfWeek" href="http://schema.org/Wednesday">Wednesday: <time property="opens" content="09:00:00">9:00 AM</time> - <time property="closes" content="17:00:00">5:00 PM</time>
</div>
<div property="openingHoursSpecification" typeof="OpeningHoursSpecification">
<link property="dayOfWeek" href="http://schema.org/Thursday">Thursday: <time property="opens" content="09:00:00">9:00 AM</time> - <time property="closes" content="17:00:00">5:00 PM</time>
</div>
<div property="openingHoursSpecification" typeof="OpeningHoursSpecification">
<link property="dayOfWeek" href="http://schema.org/Friday">Friday: <time property="opens" content="09:00:00">9:00 AM</time> - <time property="closes" content="17:00:00">5:00 PM</time>
</div>
<div property="openingHoursSpecification" typeof="OpeningHoursSpecification">
<link property="dayOfWeek" href="http://schema.org/Saturday">Saturday: <time property="opens" content="09:00:00">9:00 AM</time> - <time property="closes" content="17:00:00">5:00 PM</time>
</div>
<div property="openingHoursSpecification" typeof="OpeningHoursSpecification">
<link property="dayOfWeek" href="http://schema.org/Sunday">Sunday: <time property="opens" content="09:00:00">9:00 AM</time> - <time property="closes" content="17:00:00">5:00 PM</time>
</div>
<h2>
Contact information
</h2>
<div>
Email address: <a href="mailto:[email protected]" property="email">[email protected]</a>
</div>
<div>
<div property="location address" typeof="PostalAddress">
<h3 property="contactType">
Mailing address
</h3><span property="streetAddress">School of Education - Music Resource Centre<br>
Laurentian University</span><br>
<span property="addressLocality">Sudbury</span><br>
<span property="addressRegion">ON</span><br>
<span property="addressCountry">Canada</span><br>
<span property="postalCode">P3E 2C6</span><br>
</div>
</div>
<h2>
Branch relationship
</h2>
<div>
Parent library: <a property="parentOrganization" href="/eg/opac/library/LUSYS">Laurentian University</a>
</div>
</div>
JSON:
<script type="application/ld+json">
{
"@context": [
"http://schema.org",
{ "@language": "en-ca" }
],
"@type": "Library",
"address": {
"@id": "_:school_edu_library_1",
"@type": "PostalAddress",
"addressCountry": "Canada",
"addressLocality": "Sudbury",
"addressRegion": "ON",
"contactType": "Mailing address",
"postalCode": "P3E 2C6",
"streetAddress": "School of Education - Music Resource Centre Laurentian University"
},
"email": "mailto:[email protected]",
"location": { "@id": "_:school_edu_library_1" },
"name": "Music Resource Centre",
"parentOrganization": "https://laurentian.concat.ca/eg/opac/library/LUSYS",
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"closes": "17:00:00",
"dayOfWeek": "http://schema.org/Sunday",
"opens": "09:00:00"
},
{
"@type": "OpeningHoursSpecification",
"closes": "17:00:00" ,
"dayOfWeek": "http://schema.org/Saturday",
"opens": "09:00:00"
},
{
"@type": "OpeningHoursSpecification",
"closes": "17:00:00",
"dayOfWeek": "http://schema.org/Thursday",
"opens": "09:00:00"
},
{
"@type": "OpeningHoursSpecification",
"closes": "17:00:00",
"dayOfWeek": "http://schema.org/Tuesday",
"opens": "09:00:00"
},
{
"@type": "OpeningHoursSpecification",
"closes": "17:00:00",
"dayOfWeek": "http://schema.org/Friday",
"opens": "09:00:00"
},
{
"@type": "OpeningHoursSpecification",
"closes": "17:00:00",
"dayOfWeek": "http://schema.org/Monday",
"opens": "09:00:00"
},
{
"@type": "OpeningHoursSpecification",
"closes": "17:00:00",
"dayOfWeek": "http://schema.org/Wednesday",
"opens": "09:00:00"
}
]
}
</script>