We are using the information that is after the hash fragment to display different pages using JavaScript, in order not to force the browser to load the whole page again. For example a direct link to the page could look like this (book_id/page_id):
www.example.com/book#1234/5678
Since we don't have direct links to each page but to the books, we are thinking to add these direct links into sitemap.xml.
My question is wether Google is considering that as a separate link or just ignoring everything that is after the hash fragment, during the normal crawling or if we're including it in the sitemap.xml?