16 lines
608 B
HTML
16 lines
608 B
HTML
|
<!-- URI: http://books.example.com/the-reality-dysfunction/ -->
|
||
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>The Reality Dysfunction</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div itemscope itemtype="https://vocab.example.net/book" itemid="urn:isbn:0-330-34032-8">
|
||
|
<div>Title: <span itemprop="title">The Reality Dysfunction</span></div>
|
||
|
<div>Author: <span itemprop="author">Peter F. Hamilton</span></div>
|
||
|
<div>Publication date: <time itemprop="date" datetime="1996-01-26">26 January 1996</time></div>
|
||
|
<meta itemprop="publisher" content="Macmillan Publishers Limited">
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|