Systems Librarian, Laurentian University
The Semantic Web is an extension of the current web in which information is given well-defined meaning, better enabling computers and people to work in cooperation.Tim Berners-Lee, Scientific American, 2001
Progressively enrich RDFa + schema.org to break out of silos
Use the @resource
, Luke!
<http://www.bestbuy.com/site/a/7731019.p> md:item ( [ a schema:Product ;
schema:name "LG - G Watch for Select Android Devices - Titan Black" ;
schema:offers [ a schema:Offer ;
schema:availability "OutOfStock" ;
schema:itemCondition "NewCondition" ;
schema:price "$79.99" ;
schema:priceCurrency "USD" ;
schema:seller [ a schema:Organization ;
schema:name "BestBuy" ] ] ;
<http://www.abebooks.com/servlet/BookDetailsPL?bi=11682446984> md:item ( [ a schema:Book ;
schema:name "The Semantic Web: A Guide to the Future of ..."@en ;
schema:offers [ a schema:Offer ;
schema:availability "InStock"@en ;
schema:itemCondition "UsedCondition"@en ;
schema:price "1.00"@en ;
schema:priceCurrency "USD"@en ] ;
schema:publisher "Wiley"@en ] ) ;
<http://acorn.biblio.org/eg/opac/record/1826746#schemarecord> a schema:Book,
schema:Product ;
schema:name "Pull : the power of the Semantic Web to transform your business / David Siegel."@en-us ;
schema:offers [ a schema:Offer ;
schema:availability schema:InStock ;
schema:availableAtOrFrom "Adult Nonfiction"@en-us ;
schema:businessFunction <http://purl.org/goodrelations/v1#LeaseOut> ;
schema:gtin13 "9781591842774"@en-us ;
schema:price "0.00"@en-us ;
schema:seller <http://acorn.biblio.org/eg/opac/library/NMLFRD> ;
schema:serialNumber "34021116328218"@en-us ;
schema:sku "658.8072 SIE "@en-us ] .
<http://catalog.bywatersolutions.com/cgi-bin/koha/opac-detail.pl?biblionumber=47958#record> a schema:Book,
schema:Product ;
schema:name "The cathedral and the bazaar : musings on Linux and Open Source by an accidental revolutionary / "@en .
[] a schema:Offer ;
schema:availability schema:OutOfStock ;
schema:businessFunction <http://purl.org/goodrelations/v1#LeaseOut> ;
schema:itemOffered <http://catalog.bywatersolutions.com/cgi-bin/koha/opac-detail.pl?biblionumber=47958#record> ;
schema:seller "East Branch"@en ;
schema:serialNumber "M12087334"@en ;
schema:sku "005.4/32 (Browse shelf)"@en .
<http://vufind.org/demo/Record/946330#record> a schema:Book,
schema:Product ;
schema:name "LinKnot : knot theory by computer / "@en .
[] a schema:Offer ;
schema:availability schema:InStock ;
schema:businessFunction <http://purl.org/goodrelations/v1#LeaseOut> ;
schema:itemOffered <http://vufind.org/demo/Record/946330#record> ;
schema:seller "Campus B"@en ;
schema:serialNumber "00020739"@en ;
schema:sku "S482.8110"@en .
Publishing structured data, out of the box, by default!
As of release 2.6.0 which came out this spring, Evergreen offers RDFa for:
As of release 3.14.0 which came out this spring, Koha offers RDFa for:
As of release 2.2 which came out in January 2014, VuFind offers RDFa for:
As of release 2.2 which came out in January, Blacklight offers microdata for:
As of release 7.x-1.3 which came out in March 2014, Islandora offers RDFa for:
This presentation is available at coffeecode.net/swib14/talk.
The presentation source is available at github.com/dbs/reveal.js/tree/swib14_talk.
Cataloguing for the open web with RDFa and schema.org by Dan Scott is licensed under a Creative Commons Attribution 4.0 International License.