<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jakoblog &#187; Library</title>
	<atom:link href="http://jakoblog.de/tag/library/feed/" rel="self" type="application/rss+xml" />
	<link>http://jakoblog.de</link>
	<description>Das Weblog von Jakob Voß</description>
	<lastBuildDate>Tue, 24 Jan 2012 11:02:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Linked local library data simplified</title>
		<link>http://jakoblog.de/2012/01/10/linked-local-library-data-simplified/</link>
		<comments>http://jakoblog.de/2012/01/10/linked-local-library-data-simplified/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 12:53:39 +0000</pubDate>
		<dc:creator>jakob</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[lld]]></category>

		<guid isPermaLink="false">http://jakoblog.de/?p=1214</guid>
		<description><![CDATA[A few days ago Lukas Koster wrote an article about local library linked data. He argues that bibliographic data from libraries data as linked data is not &#8220;the most interesting type of data that libraries can provide&#8221;. Instead &#8220;library data that is really unique and interesting is administrative information about holdings and circulation&#8221;. So libraries [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago Lukas Koster wrote an article about <a href="http://commonplace.net/2012/01/local-library-data-in-the-new-global-framework/">local library linked data</a>. He argues that bibliographic data from libraries data as linked data is not &#8220;the most interesting type of data that libraries can provide&#8221;. Instead &#8220;library data that is really unique and interesting is administrative information about holdings and circulation&#8221;. So libraries &#8220;should focus on holdings and circulation data, and for the rest link to available bibliographic metadata as much as possible.&#8221; I fully agree with this statements but not with the exact method how do accomplish the publication of local library data.</p>
<p>Among other project, Koster points to <a href="http://www.librarycloud.org/">LibraryCloud</a> to aggregate and deliver library metadata, but it looks like they reinvent yet more wheels in form of their own APIS and formats <a href="http://librarylab.law.harvard.edu/librarycloud_wiki/index.php/LibraryCloud_API_Documentation">for search</a> and <a href="http://librarylab.law.harvard.edu/librarycloud_wiki/index.php/Item_data">for bibliographic description</a>. Maybe I am wrong about this project, as they just started to collect <a href="http://www.librarycloud.org/deposit">holding and circulation data</a>. </p>
<p>At the recent <a href="http://swib.org/">Semantic Web in Bibliotheken</a> conference, Magnus Pfeffer gave a presentation about &#8220;Publishing and consuming library loan information as linked open data&#8221; (<a href="http://swib.org/swib11/vortraege/swib11-magnus-pfeffer.pdf">see slides</a>) and I talked about a <a href="http://jakoblog.de/2011/12/02/can-sobr-help-publishing-library-holdings/">Simplified Ontology for Bibliographic Resources</a> (SOBR) which is mainly based on the <a href="http://jakoblog.de/2012/01/06/request-for-comments-final-specification-of-daia/">DAIA</a> data model. We are going to align both data models and I hope that the next libraries will first look at these existing solutions instead of inventing yet another data format or ontology. Koster&#8217;s proposal, however, looks like such another solution: he argues that &#8220;we need an extra explicit level to link physical Items owned by the library or online subscriptions of the library to the appropriate shared network level&#8221; and suggests to introduce a &#8220;holding&#8221; level. So there would be <em>five</em> levels of description:</p>
<ul>
<li>Work</li>
<li>Expression</li>
<li>Manifestation</li>
<li>Holding</li>
<li>Item</li>
</ul>
<p>Apart from the fact that at least one of Work, Expression, Manifestation is dispensable, I disagree with a Holding level above the Item. My current model consists of at most three levels of documents:</p>
<ul>
<li>document as abstract work (frbr:Work, schema:CreativeWork&#8230;)</li>
<li>bibliographic document (frbr:Manifestation, sobr:Edition&#8230;)</li>
<li>item as concrete single copy (frbr:Item&#8230;)</li>
</ul>
<p>The term &#8220;level&#8221; is misleading because these classes are not disjoint. I depicted their relationship in a simple Venn diagram:</p>
<p><img src="http://jakoblog.de/wp-content/uploads/2012/01/sobrmodel.png" alt="" title="SOBR data model" width="515" height="419" class="aligncenter size-full wp-image-1216" /></p>
<p>For local library data, we are interested in single items, which are copies of general documents or editions. Where do Koster&#8217;s &#8220;holding&#8221; entities fit into this model? He writes &#8220;a specific Holding in this way would indicate that a specific library has one or more copies (Items) of a specific edition of a work (Manifestation), or offers access to an online digital article by way of a subscription.&#8221; The core concepts as I read them are:</p>
<ul>
<li>&#8220;one or more copies (Items)&#8221; = frbr:Item</li>
<li>&#8220;specific edition of a work (Manifestation)&#8221; = sobr:Edition or frbr:Manifestation</li>
<li>&#8220;has one [...] or offer access to&#8221; = ???</li>
</ul>
<p>Instead of creating another entity for holdings, you can express the ability &#8220;to have one or offer access to&#8221; by DAIA Services. The class <a href="http://purl.org/ontology/daia/Service">daia:Service</a> can be used for an unspecified service and more specific subclasses such as loan, presentation, and openaccess can be used if more is known. Here is a real example with all &#8220;levels&#8221;:</p>
<pre><code>
&lt;http://dbpedia.org/resource/Tractatus_Logico-Philosophicus&gt;
    a bibo:Book ;
    daia:edition &lt;urn:nbn:de:eki:GBV128382600&gt; ;
    daia:exemplar
        &lt;http://uri.gbv.de/document/opac-de-23:epn:266449999&gt; .

&lt;urn:nbn:de:eki:GBV128382600&gt; a bibo:Book ;
    daia:exemplar
        &lt;http://uri.gbv.de/document/opac-de-23:epn:266449999&gt; .

&lt;http://uri.gbv.de/document/opac-de-23:epn:266449999&gt;
    a bibo:Book, daia:Item ;
    daia:heldBy &lt;http://uri.gbv.de/organization/isil/DE-23&gt; ;
        daia:availableFor [
            a daia:Service ;
            daia:providedBy &lt;http://uri.gbv.de/organization/isil/DE-23&gt;
        ] .
</code></pre>
<p>I have only made up the RDF property daia:edition from the SOBR proposal because FRBR relations are too strict. If you know a better relation to directly relate an abstract work to a concrete edition, please let me know.</p>
<p><center><br />
<a href="http://jakoblog.de/wp-content/uploads/2012/01/linked-local-library-example.png"><img src="http://jakoblog.de/wp-content/uploads/2012/01/linked-local-library-example.png" alt="" title="linked-local-library-example" width="500" height="50" class="aligncenter size-medium wp-image-1220" /></a><br /><small>image created with <a href="http://search.cpan.org/perldoc?rdfdot">rdfdot</a></small><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://jakoblog.de/2012/01/10/linked-local-library-data-simplified/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to encode the availability of documents</title>
		<link>http://jakoblog.de/2009/10/23/how-to-encode-the-availability-of-documents/</link>
		<comments>http://jakoblog.de/2009/10/23/how-to-encode-the-availability-of-documents/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 10:50:53 +0000</pubDate>
		<dc:creator>jakob</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[DAIA]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://jakoblog.de/?p=772</guid>
		<description><![CDATA[Since almost a year I work on a simple encoding format and API to just get the current (!) availability status of documents in libraries. Together with Reh Uwe (hebis network) and Anne Christensen (beluga project) we created the Document Availability Information API (DAIA) which is defined as data model with encoding in XML and [...]]]></description>
			<content:encoded><![CDATA[<p>Since almost a year I work on a simple encoding format and API to just get the current (!) availability status of documents in libraries. Together with Reh Uwe (<a href="http://www.hebis.de/">hebis network</a>) and <a href="http://twitter.com/xenzen">Anne Christensen</a> (<a href="http://beluga-blog.sub.uni-hamburg.de/">beluga project</a>) we created the <a href="http://www.gbv.de/wikis/cls/DAIA">Document Availability Information API</a> (DAIA) which is <a href="http://purl.org/NET/DAIA">defined as data model</a> with encoding in XML and JSON (whichever you prefer).</p>
<p>This week I finished and published a <a href="http://search.cpan.org/perldoc?DAIA">reference implementation of the DAIA protocol</a> as open source Perl-module at CPAN. The implementation includes a simple <a href="http://search.cpan.org/perldoc?daiaformat.pl">DAIA validator and converter</a>. A <a href="http://ws.gbv.de/daia/validator/">public installation</a> of this validator is also available. The next tasks include implementing server and client components <a href="http://www.librarytechnology.org/ltg-displaytext.pl?RC=13803">for several ILS software</a>. Every library has its own <a href="http://iandavis.com/blog/2009/09/being-structured-and-having-semantics-is-not-enough">special rules and schemas</a> &#8211; Jonathan Rochkind already wrote about the problems to implement DAIA because of <a href="http://bibwild.wordpress.com/2009/09/02/daia-and-ils-complexity/">ILS complexity</a>. We cannot erase this complexity by magic (unless we refactor and clean the ILS), but at least we can try to map it to a common data model &#8211; which DAIA provides.</p>
<p><a href="http://www.gbv.de/wikis/cls/Document_Availability_Information_API_(DAIA)#Conceptual_Data_Model"><img src="http://jakoblog.de/wp-content/uploads/2009/10/Daiamodel-extract.png" alt="Core components of the DAIA data model" title="Core components of the DAIA data model" width="285" height="193" class="alignnone size-full wp-image-773" /></a></p>
<p>With <a href="http://search.cpan.org/perldoc?DAIA">the DAIA Perl package</a> you can concentrate on writing wrappers from your library systems to DAIA and easily consume and evaluate DAIA-encoded information. Why should everyone write its own routines to grab for instance the HTML OPAC output and parse availability status? One mapping to DAIA should fit most needs, so others can build upon. DAIA can not only be helpful to connect different library systems, but also to create mashups and services like &#8220;Show me on a map, where a given book is currently hold and available&#8221; or &#8220;Send me a tweet if a given books in my library is available again&#8221; &#8211; If you have more cool ideas for client applications, just let me know!</p>
<p>In the context of ILS Discovery Interface Task Force and <a href="http://diglib.org/architectures/ilsdi/">their official recommendation</a> DAIA implements the GetAvailability method (section 6.3.1). There are <a href="http://jakoblog.de/2007/11/30/relevant-apis-for-digital-libraries/">numerous APIs</a> for several tasks in library systems (SRU/SRW, Z39.50, OpenSearch, OAI-PMH, Atom, unAPI etc.) but there was no open, usable standard way just to query whether a copy of given publication &#8211; for instance book &#8211; is available in a library, in which department, whether you can loan it or only use it in the library, whether you can directly get it online, or how long it will probably take until it is available again (yes, I looked at alternatives like Z39.50, ISO 20775, NCIP, SLNP etc. but they were hardly defined, documented, implemented and usable freely on the Web). I hope that DAIA is easy enough so non-librarians can make use of it if libraries provide an API to their system with DAIA. Extensions to DAIA can be discussed for instance <a href="http://wiki.code4lib.org/index.php/DAIA_extensions">in Code4Lib Wiki</a> but I&#8217;d prefer to start with this basic, predefined services:</p>
<ul>
<li><b>presentation:</b> an item can be used inside the institution (in their rooms, in their intranet etc.).</li>
<li><b>loan</b>: an item can be used outside of the institution (by lending or online access). </li>
<li><b>interloan</b>: an tem can be used mediated by another institution. That means you do not have to interact with the institution that was queried for this item. This include interlibrary loan as well as public online ressources that are not hosted or made available by the queried institution.</li>
<li><b>openaccess</b>: an item can be used imediately without any restrictions by the institution, you don&#8217;t even have to give it back. This applies for Open Access publications and free copies.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jakoblog.de/2009/10/23/how-to-encode-the-availability-of-documents/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>European kind-of-Code4Lib conference</title>
		<link>http://jakoblog.de/2009/02/12/european-kind-of-code4lib-conference/</link>
		<comments>http://jakoblog.de/2009/02/12/european-kind-of-code4lib-conference/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 14:01:55 +0000</pubDate>
		<dc:creator>jakob</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[elag]]></category>
		<category><![CDATA[elag2009]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Veranstaltung]]></category>

		<guid isPermaLink="false">http://jakoblog.de/?p=653</guid>
		<description><![CDATA[On April 22-24th the European Library Automation Group Conference (ELAG 2009) will take place at the University Library in Bratislava. This is the 33rd ELAG and will be my first. I am happy to see that digital library conferences and developer meetups don&#8217;t only take place in the US, hopefully ELAG is like the Code4Lib [...]]]></description>
			<content:encoded><![CDATA[<p>On April 22-24th the <a href="http://indico.ulib.sk/elag2009">European Library Automation Group Conference</a> (ELAG 2009) will take place at the <a href="http://www.ulib.sk/index/index.php?lang=en">University Library in Bratislava</a>. This is the <a href="http://www.elag.org">33rd ELAG</a> and will be my first. I am happy to see that digital library conferences and developer meetups don&#8217;t only take place in the US, hopefully ELAG is like the <a href="http://code4lib.org/conference">Code4Lib Conference</a> that takes place <a href="http://code4lib.org/conference/2009/">at February 23-26th</a> this year for the 4th time &#8211; maybe we could have a joint Code4lib Europa / ECDL somtime in the next years? But first &#8220;<a href="http://blog.oldmapsonline.org/2008/12/meet-us-at-elag-2009.html">meet us at ELAG 2009</a>&#8220;!</p>
<p>Other library-related events in Germany that I will participate in the next month, include <a href="http://de.sun.com/sunnews/events/2009/bibsummit/index.jsp">10th Sun Summit Bibliotheken</a> (March 18/19th in Kassel), <a href="http://www.isi2009.de/">ISI 2009</a> (April, 1-3rd in Konstanz), <a href="http://bibcamp09.mixxt.de/">BibCamp 2009</a> (May, 15-17th in Stuttgart) and the annual <a href="http://www.bibliothekartag.de/2009">Bibliothekartag</a> (June, 2-5th in Erfurt). I am nore sure yet about the <a href="http://www.ecdl2009.eu/">European Conference on Digital Libraries</a> (ECDL 2009, September 27th &#8211; Oktober 2nd in Corfu, Greece) &#8211; the <a href="http://www.ecdl2009.eu/">Call for Contributions</a> is open until March 21st.</p>
]]></content:encoded>
			<wfw:commentRss>http://jakoblog.de/2009/02/12/european-kind-of-code4lib-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick overview of Open Access LIS journals</title>
		<link>http://jakoblog.de/2008/10/14/quick-overview-of-open-access-lis-journals/</link>
		<comments>http://jakoblog.de/2008/10/14/quick-overview-of-open-access-lis-journals/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 19:12:18 +0000</pubDate>
		<dc:creator>jakob</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[bibliometrics]]></category>
		<category><![CDATA[Journal]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[LIS]]></category>
		<category><![CDATA[Open Access]]></category>

		<guid isPermaLink="false">http://jakoblog.de/?p=523</guid>
		<description><![CDATA[I just stumbled upon the article &#8220;Evaluating E-Contents Beyond Impact Factor – A Pilot Study Selected Open Access Journals In Library And Information Science&#8221; by Bhaskar Mukherjee (Journal of Electronic Publishing, vol. 10, no. 2, Spring 2007). It contains a detailed analysis of five Open Archive Journals in Library and Information Science, namely Ariadne, D-Lib [...]]]></description>
			<content:encoded><![CDATA[<p>I just stumbled upon the article &#8220;<a href="http://quod.lib.umich.edu/cgi/t/text/text-idx?c=jep;cc=jep;view=text;rgn=main;idno=3336451.0010.208">Evaluating E-Contents Beyond Impact Factor</a> – A Pilot Study Selected Open Access Journals In Library And Information Science&#8221; by Bhaskar Mukherjee (Journal of Electronic Publishing, vol. 10, no. 2, Spring 2007). It contains a detailed analysis of five Open Archive Journals in Library and Information Science, namely Ariadne, D-Lib Magazine, First Monday, Information Research, and Information Technology and Disabilities.</p>
<p>A more comprehensive list of OA journals in the LIS field can be found in the <a href="http://www.doaj.org">Directory of Open Access Journals</a> (DOAJ). It currently lists <a href="http://www.doaj.org/doaj?func=subject&#038;cpid=129">89 journals</a>. Not all of them are highly relevant and lively so how do you compare? The traditional journal impact factor is oviously rubbish and most journals are not covered anyway. In a perfect world you could easily harvest all articles via OAI-PMH, extract all references via their identifiers and create a citation network of the Open Access world of library science &#8211; maybe you should also include some repositories like <a href="http://eprints.rclis.org/">E-LIS</a>. But maybe you can measure the impact in other ways. Why not including blogs? Instead of laboriously writing a full research paper for JASIST to &#8220;evaluate the suitability of weblogs for determining the impact of journals&#8221; (ad-hoc title) I quickly used Google Blogsearch to count some links from weblog entries to some journal pages:</p>
<dl>
<dt><a href="http://firstmonday.org/">First Monday</a></dt>
<dd><a href="http://www.google.com/blogsearch?q=firstmonday.org">4,791</a></dd>
<dt><a href="http://www.dlib.org/">D-Lib Magazine</a></dt>
<dd> <a href="http://www.google.com/blogsearch?q=www.dlib.org/dlib/">2,366</a></dd>
<dt><a href="http://www.ariadne.ac.uk">Ariadne</a></dt>
<dd><a href="http://www.google.com/blogsearch?q=www.ariadne.ac.uk">1,579</a></dd>
<dt><a href="http://InformationR.net/ir/">Information Research</a></dt>
<dd><a href="http://www.google.com/blogsearch?q=InformationR.net/ir/">372</a></dd>
<dt><a href="http://www.istl.org/">Issues in Science &#038; Technology Librarianship</a></dt>
<dd><a href="http://www.google.com/blogsearch?q=www.istl.org">249</a></dd>
<dt><a href="http://journal.code4lib.org/">Code4Lib Journal</a></dt>
<dd><a href="http://www.google.com/blogsearch?q=journal.code4lib.org">209</a></dd>
<dt><a href="http://libres.curtin.edu.au/">Libres</a></dt>
<dd><a href="http://www.google.com/blogsearch?q=libres.curtin.edu.au">61</a></dd>
<dt><a href="http://publications.drdo.gov.in/ojs/index.php/djlit/">Journal of Library and Information Technology</a></dt>
<dd><a href="http://www.google.com/blogsearch?q=publications.drdo.gov.in/ojs/index.php/djlit/">10</a></dd>
</dl>
<p>I clearly admit that my method is insufficient: you first have to evaluate Google Blogsearch, check URL patterns, divide the number by age or by number of articles etc. Fortunately my blog is not peer-reviewed. But you can comment!</p>
<p>A note on German OA LIS journals: It&#8217;s a shame that while German librarians basically read <a href="http://de.wikipedia.org/wiki/Bibliothekarische_Fachzeitschrift">German library journals</a> only two of them are truly Open Access: Beside the more specialized <a href="http://www.egms.de/en/journals/mbi/index.shtml">GMS Medizin-Bibliothek-Information</a> there is <a href="http://www.libreas.de/">LIBREAS</a> (with blog count <a href="http://www.google.com/blogsearch?q=www.ib.hu-berlin.de/~libreas/">71</a>). Its <a href="http://www.ib.hu-berlin.de/~libreas/libreas_neu/calls/index.html">current CfP</a> is on a special issue about Open Access and the humanities!</p>
<p><b>P.S:</b> Why do so many LIS journals use insane and ugly URLs instead of clean and stable ones like http://JOURNALNAME.TDL/ISSUE/ARTICLE? This is like printing a journal on toilet paper! Apache rewrite, virtual hosts, and reverse proxies are there for a good reason.</p>
<p><b>P.P.S:</b> The IFLA had a <a href="http://www.ifla.org/VII/s45/s45-archive.htm">Section on Library and Information Science Journals</a> 2002-2005.</p>
]]></content:encoded>
			<wfw:commentRss>http://jakoblog.de/2008/10/14/quick-overview-of-open-access-lis-journals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

