Skip to content

Instantly share code, notes, and snippets.

@msporny
Created August 22, 2013 15:24
Show Gist options
  • Save msporny/6308659 to your computer and use it in GitHub Desktop.
Save msporny/6308659 to your computer and use it in GitHub Desktop.
Corrected publisher using only RDFa Lite
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>Basic Koha bib record</title>
</head>
<body>
<div class="record" vocab="http://schema.org/" typeof="CreativeWork Product" resource="#record">
<h1 class="title" property="name">Songs of the 60's : piano, vocal, guitar. </h1>
<div class="results_summary series">
<span class="label">Series: </span>
<a href="/cgi-bin/koha/opac-search.pl?q=se,phr:%22Decade%20series%22">Decade series</a>.
</div >
<div class="results_summary publisher">
<span class="label">Publisher: </span>
<span property="publisher" typeof="Organization">
<span property="location">Winona, MN :</span>
<span property="name"><a href="/cgi-bin/koha/opac-search.pl?q=pb:H.%20Leonard,">H. Leonard,</a></span>
</span>
<span property="datePublished">c1989</span>
</div>
<div class="results_summary description">
<span class="label">Description: </span>
<span property="description">1 score (175 p.) : ill. ; 31 cm</span>.
</div>
<div class="results_summary isbn">
<span class="label">ISBN: </span>
<span property="isbn">.</span>
</div>
<div class="results_summary subjects">
<span class="label">Subject(s): </span>
<a href="/cgi-bin/koha/opac-search.pl?q=su:%22Popular%20music%22"><span property="keywords">Popular music -- 1961-1970</span></a>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment