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
| <main vocab="http://schema.org/" typeof="Organization">
<h1 property="name">Geo Book Club</h1>
<div property="member" typeof="Person" resource="ang">
Founding member <span property="name">Alice Ng</span> welcomes you!
</div>
<div property="event" typeof="Event" resource="GBC_mtg_2">
Please join us for our next meeting where we shall discuss the novel
<span property="about" typeof="Book">
<u property="name">Things Fall Apart</u> by
<a property="author" typeof="Person" href="http://enwp.org/Chinua_Achebe">
<span property="name">Chinua Achebe</span>
</a> (ISBN: <span property="isbn">9780393932195</span>)
</span>
<img property="image" src="TFA_cover.jpg">
</div>
We hope you've been able to attend our past meetings
<ul>
<li property="event" typeof="Event" resource="GBC_mtg_1">
…
</li>
</ul>
</main>
|