Linked Library Data
Posted in General on September 26th, 2007 by darcusb – Comments OffEd has two recent posts that ought to get one thinking of the possibilities of libraries—and in particulaar big data providers like OCLC and the Library of Congress—getting on board the semantic web train. The first is a more high-level goal of the open data movement, complete with nice diagram. The second is a much more grounded example of the kind of practical things that can make it happen that he and I put together. Allow me to illustrate from my command-line:
$ xsltproc \
http://inkdroid.org/data/identity-foaf.xsl \
http://orlabs.oclc.org/Identities/key/lccn-no99-10609 | xmllint --format -
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:srw="http://www.loc.gov/zing/srw/" xmlns:foaf="http://xmlns.com/foaf/0.1/">
<rdf:Description rdf:about="http://orlabs.oclc.org/Identities/key/lccn-no99-10609"> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/> <foaf:name>Berners-Lee, Tim</foaf:name> <foaf:made rdf:resource="http://worldcat.org/oclc/041238513"/> <foaf:made rdf:resource="http://worldcat.org/oclc/048753874"/> <foaf:made rdf:resource="http://worldcat.org/oclc/040278766"/> <foaf:made rdf:resource="http://worldcat.org/oclc/044933478"/> <foaf:made rdf:resource="http://worldcat.org/oclc/045065386"/> <foaf:made rdf:resource="http://worldcat.org/oclc/044281610"/> <foaf:made rdf:resource="http://worldcat.org/oclc/075964549"/> <foaf:made rdf:resource="http://worldcat.org/oclc/044721973"/> <foaf:made rdf:resource="http://worldcat.org/oclc/036040597"/> <foaf:made rdf:resource="http://worldcat.org/oclc/040938943"/> <foaf:made rdf:resource="http://worldcat.org/oclc/051662536"/> <foaf:made rdf:resource="http://worldcat.org/oclc/122918124"/> <foaf:made rdf:resource="http://worldcat.org/oclc/034829358"/> </rdf:Description>
</rdf:RDF>
It took all of about 30 minutes to do this. Now imagine if each of those target URIs also served up (either directly, or via GRDDL) RDF descriptions of those resources …


Creative Commons License