The <rel> and <rev> attributes define the relationship between the source and destination documents
There are links from Contents page of My Book to each Chapter and from each Chapter back to Contents page of My Book but there is a single relationship between Contents page of My Book and its Chapters
<a href="Chapter1.htm" rel="Chapter">Chapter 1</a>
<a href="Contents.htm" rel="Contents" rev="Chapter" >Back to Contents Page</a>