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?
We should work toward a universal linked information system, in which generality and portability are more important than fancy graphics techniques and complex extra facilities. [...] There is also much support from the publishing industry, and from librarians whose job it is to organise information.
CERN. "Information Management: A Proposal". March 1989.
<html>
<head>
<title>Fancy academic article</title>
</head>
<body>
<h1>The web as intellectual rising tide</h1>
<p>As my esteemed colleague
<a href="http://example.com/author">Foo Bar</a> has
<a href="http://example.com/article">astutely observed</a>
...
</p>
</body>
</html>
Yahoo's architecture provides a fairly consistent and easy to use interface for browsing a hierarchy of roughly 70,000 entries. [...]Due to this ambiguity [of keyword searching], information searching is just plain hard, regardless of whether you're dealing with Yahoo's index or the card catalog at your local public library. [...]
Rosenfeld, Lou. September 1, 1995. (online)
The Semantic Web is not a separate Web but an extension of the current one, in which information is given well-defined meaning, better enabling computers and people to work in cooperation.
Scientific American, "The Semantic Web". May 17, 2001.
for HTML or RDF, the same expectations apply to make the web grow:
- Use URIs as names for things
- Use HTTP URIs so that people can look up those names.
- When someone looks up a URI, provide useful information, using the standards (RDF*, SPARQL)
- Include links to other URIs. so that they can discover more things.
Berners-Lee, Tim. "Linked data - design issues". July 27, 2006.
subject::property::value
relationships as triples<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:ex="http://example.org/stuff/1.0/">
<rdf:Description rdf:about="http://www.w3.org/TR/rdf-syntax-grammar"
dc:title="RDF/XML Syntax Specification (Revised)">
<ex:editor>
<rdf:Description ex:fullName="Dave Beckett">
<ex:homePage rdf:resource="http://purl.org/net/dajobe/" />
</rdf:Description>
</ex:editor>
</rdf:Description>
</rdf:RDF>
W3C. "RDF/XML Syntax Specification (Revised)". February 10, 2004. Online
<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">Foo Bar</a> has
<a href="http://example.com/article" property="citation">astutely observed</a>
...
</p>
</div>
</body>
</html>
Consistent flaw: almost entirely library-specific technologies
MAchine Readable Cataloging (MARC)
02199cam a22004698i 4500
001 123456
005 20131223124722.0
008 130924s2013 nyu b 001 0 eng
020 $a 9780804139571
100 1 $a Burgundy, Ron
245 10 $a Let me off at the top! $b my classy life and other musings
264 1 $a New York : $b Crown Archetype, $c [2013].
300 $a 223 pages, 16 unnumbered pages of plates : $b illustrations ; $c 22 cm
Same inscrutable semantics, more verbose, but usable with standard tools
02199cam a22004698i 4500
123456
20131223124722.0
130924s2013 nyu b 001 0 eng
9780804139571
Burgundy, Ron.
Let me off at the top!
my classy life and other musings
If your holdings are not in OCLC, you're not linked to Google Books.
Our decentralized infrastructure has been centralized.
the modifications [can] be done by those actors who have the best information about their value [and] are best equipped to carry them out
Schwarz, M., Takhteyev, Y. (2010)
Library
metadata (location, contact information, hours of operation) linked from offersThe 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
typesOffer 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 and an unstructured citation
propertyPeriodical
extension proposal that supported journal/magazine relationships:
Article
(and all child types such as ScholarlyArticle
)
:: isPartOf :: PublicationIssue
:: isPartOf :: PublicationVolume
:: isPartOf :: Periodical
:: isPartOf :: Book
Periodical
SportsEvent
proposalLibrary
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!