Consistent flaw: almost entirely library-specific technologies
So I focused on improving Evergreen in other ways...
Talk: Scalable structured markup (for Rich Snippets)
If your holdings are not in OCLC, you're not linked to Google Books.
Ade Oshineye was singing the praises of Google+ Local pages
Some guy commented on Ade's G+ post about the presentation:
Still looking forward to a simple solution for automated Page updates for non-spammy metadata like hours of operation (yes, I was the guy who asked that question). Maybe we could teach G+ to scrape some selected microdata from an authoritative linked Web site, if pushing seems too dangerous?
- That library standards bodies increase library participation in Semantic Web standardization, develop library data standards that are compatible with Linked Data, and disseminate best-practice design patterns tailored to library Linked Data;
- That data and systems designers design enhanced user services based on Linked Data capabilities, create URIs for the items in library datasets, develop policies for managing RDF vocabularies and their URIs, and express library data by re-using or mapping to existing Linked Data vocabularies;
Authors included code4lib regulars such as Karen Coyle, Antoine Isaac, Peter Murray, Jodi Schneider, Ross Singer, Ed Summers, Jeff Young (apologies for anyone I've missed!)
<html>
<head><title>Fancy academic article</title></head>
<body vocab="http://schema.org/" typeof="ScholarlyArticle">
<h1 property="name">The web as intellectual rising tide</h1>
<div property="articleBody">
<p>As my esteemed colleague
<a href="http://example.com/author" typeof="Person"><span
property="name">Foo Bar</span></a> has
<a href="http://example.com/article" property="citation">astutely
observed</a> ...
</p>
</div>
</body>
</html>
The mission of this group is to discuss and prepare proposal(s) for extending Schema.org schemas for the improved representation of bibliographic information markup and sharing.
MedicalScholarlyArticle
type had a citation
propertyCreativeWork
typesexpress library data by re-using or mapping to existing Linked Data vocabularies)
Offer property | Library item |
---|---|
seller | Library |
sku | Call number |
serialNumber | Barcode |
availableAtOrFrom | Shelving location |
availability | Item status |
<tr property="offers" typeof="Offer">
<td>
<a property="seller" typeof="Library"
href="http://example.org/library"><span
property="name">C.H. Booth Library - Newtown</span></a>
<link property="businessFunction"
href="http://purl.org/goodrelations/v1#LeaseOut">
<link property="itemOffered" href="#schemarecord">
</td>
<td><span property="sku">641.5 ROM c. 2</span></td>
<td property="serialNumber">34014012862984</td>
<td property="availableAtOrFrom">Adult Nonfiction</td>
<td><link property="availability"
href="http://schema.org/InStock">Available</td>
</tr>
Article
type but no containing publication typesPeriodical
extension proposal that supported journal/magazine relationships:
Article
(and all child types such as ScholarlyArticle
)
:: isPartOf :: PublicationIssue
:: isPartOf :: PublicationVolume
:: isPartOf :: Periodical
:: isPartOf :: Book
Person
and Organization
types, separated birthDate
and deathDate
valuesOffer
typesLibrary
typesLibrary
organization type<div vocab="http://schema.org/" typeof="Library">
<h1 property="name">Example Branch 1</h1>
<div><a href="http://example.com/BR1"
property="url">Library web site</a></div>
<h2>Opening hours</h2>
<div property="openingHoursSpecification"
typeof="OpeningHoursSpecification">
<link property="dayOfWeek"
href="http://purl.org/goodrelations/v1#Monday">
Monday: <span property="opens">12:00 AM</span> -
<span property="closes">12:00 AM</span>
</div>
<h2>Contact information</h2>
<div>Email: <a href="mailto:br1@example.com"
property="email">br1@example.com</a></div>
<div>Telephone: <a href="tel:(555) 555-0271"
property="telephone">(555) 555-0271</a></div>
<div property="location address" typeof="PostalAddress">
<h3 property="contactType">Mailing address</h3>
<span property="streetAddress">BR1<br>123 Main St.</span><br>
<span property="addressLocality">Anywhere</span><br>
<span property="addressRegion">GA</span><br>
<span property="addressCountry">US</span><br>
<span property="postalCode">30303</span><br>
</div>
<h2>Branch relationship</h2>
<div id="branch-info">Parent library:
<a property="branchOf"
href="/eg/opac/library/SYS1">Example System 1</a>
</div>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://laurentian.concat.ca/eg/opac/record/100000?locg=105</loc>
<lastmod>2009-05-03</lastmod>
</url>
<url>
<loc>http://laurentian.concat.ca/eg/opac/record/100001?locg=105</loc>
<lastmod>2009-05-03</lastmod>
</url>
...
</urlset>
author
valuecommunity support mode; if you have implementation questions, ask us!