<?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>Open bibliography and Open Bibliographic Data</title>
	<atom:link href="http://openbiblio.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://openbiblio.net</link>
	<description>Open Bibliographic Data Working Group of the Open Knowledge Foundation</description>
	<lastBuildDate>Tue, 21 Feb 2012 18:01:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>JSON-LD / BibJSON</title>
		<link>http://openbiblio.net/2012/02/21/json-ld-bibjson/</link>
		<comments>http://openbiblio.net/2012/02/21/json-ld-bibjson/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 18:00:02 +0000</pubDate>
		<dc:creator>Mark MacGillivray</dc:creator>
				<category><![CDATA[BibServer]]></category>
		<category><![CDATA[JISC OpenBib]]></category>
		<category><![CDATA[OKFN Openbiblio]]></category>
		<category><![CDATA[communityBenefits]]></category>
		<category><![CDATA[jisc]]></category>
		<category><![CDATA[jiscopenbib2]]></category>
		<category><![CDATA[openbiblio]]></category>
		<category><![CDATA[progress]]></category>
		<category><![CDATA[projectPlan]]></category>
		<category><![CDATA[wp2]]></category>
		<category><![CDATA[wp9]]></category>

		<guid isPermaLink="false">http://openbiblio.net/?p=2325</guid>
		<description><![CDATA[There have been requests on our mailing list recently to consider the various options for supporting validation of BibJSON and for supporting namespacing. These two options require some further consideration. Validation Efforts so far around BibJSON have focussed on building &#8230; <a href="http://openbiblio.net/2012/02/21/json-ld-bibjson/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There have been requests on our mailing list recently to consider the various options for supporting validation of BibJSON and for supporting namespacing. These two options require some further consideration.</p>

<h2>Validation</h2>

<p>Efforts so far around BibJSON have focussed on building a useful JSON representation of bibliographic metadata, with some typical key/value pairs that are common in or extended from bibtex. This started off simply, but we have seen increasing complexity to accommodate further functionality requests. There was some work on a JSON schema for validation against, but given the aim of being as flexible as possible, and with very few required keys, the function of validation of a BibJSON document would have very little effect.</p>

<p>Validating a document as properly formatted JSON is, of course, a good idea; but there are plenty ways to do this already &#8211; just try to parse it with any number of libraries for your programming language of choice.</p>

<p>But to reach the stage of actually supporting validation against a pre-defined schema, we must pre-define a schema &#8211; and that means becoming inflexible (or doing such little validation as for it to be essentially pointless).</p>

<p>An alternative to validation against a schema would be adoption of namespaces.</p>

<h2>Namespaces</h2>

<p>We do already have a namespace concept in BibJSON &#8211; it is just a key in the metadata, under which can be listed namespaces and a suitable prefix for them. However, this model is not widely known (because we made it up). To overcome this, we should adopt the JSON-LD method of using @context parameters. This way, it would be possible to specify the namespace in which your record keys are defined, and to share namespace information with other people / machines.</p>

<h2>What is the point</h2>

<p>Using namespaces, having schema, only become sensible when there is a concerted effort to share data with others. For internal use, they could be valuable for consistency, but the code we write internally adheres by definition to our own level of consistency anyway.</p>

<p>Therefore, it is not a function of BibJSON to perform validation &#8211; BibJSON is just JSON. Rather, it is the function of a community to make agreements and to conform to those agreements as required.</p>

<p>Where such a function must be supported, it should be done via mechanisms already available and maintained for that purpose &#8211; there is no point attempting to maintain our own; it is not our key strength or goal.</p>

<h2>Recommendation</h2>

<p>Change the BibJSON use of namespaces to conform to the method specified in JSON-LD, and that wherever consistency is required, agreement to share data via JSON and within a particular @context should be reached.</p>

<p>The fundamental basic keys in BibJSON &#8211; the default context &#8211; should remain as they are, and should not require contextualisation.</p>

<p>If contextualisation of the fundamental keys of BibJSON is required, then those keys should be contextualised into a schema by whomsoever has such a requirement.</p>

<h2>Ramifications</h2>

<ul>
<li>drop the &#8220;namespace&#8221; key in BibJSON</li>
<li>continue using BibJSON as normal, but:</li>
<li>reference JSON-LD for use of @context and other more complex LD functions as required</li>
<li>wherever validation is required, perform it based on the use of namespaced keys (beyond scope of bibjson)</li>
</ul>

<h2>References</h2>

<ul>
<li><a href="http://bibjson.org">http://bibjson.org</a></li>
<li><a href="http://json-ld.org/spec/latest/">http://json-ld.org/spec/latest/</a></li>
<li><a href="http://openbiblio.net/2011/05/05/follow-up-to-serialising-rdf-in-json/">http://openbiblio.net/2011/05/05/follow-up-to-serialising-rdf-in-json/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://openbiblio.net/2012/02/21/json-ld-bibjson/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BibSoup beta: released</title>
		<link>http://openbiblio.net/2012/02/09/bibsoup-beta-released/</link>
		<comments>http://openbiblio.net/2012/02/09/bibsoup-beta-released/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 16:41:03 +0000</pubDate>
		<dc:creator>Naomi Lillie</dc:creator>
				<category><![CDATA[BibServer]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[JISC OpenBib]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[jiscopenbib2]]></category>
		<category><![CDATA[wp3]]></category>
		<category><![CDATA[wp4]]></category>
		<category><![CDATA[wp5]]></category>
		<category><![CDATA[wp6]]></category>
		<category><![CDATA[wp7]]></category>

		<guid isPermaLink="false">http://openbiblio.net/?p=2160</guid>
		<description><![CDATA[BibSoup is here! And it&#8217;s going to revolutionise how you work with bibliographic metadata. Peter has been blogging for a while about BibSoup (see here for the basics and here for how to use it) and we&#8217;ve mentioned it in &#8230; <a href="http://openbiblio.net/2012/02/09/bibsoup-beta-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://bibsoup.net">BibSoup</a> is here! And it&#8217;s going to revolutionise how you work with bibliographic metadata.</strong></p>

<p><a href="http://www.flickr.com/photos/okfn/6869124525/" title="bibsoup_screenshot by okfn, on Flickr"><img src="http://farm8.staticflickr.com/7046/6869124525_dedbdde784.jpg" class="aligncenter" width="500" height="253" alt="bibsoup_screenshot"></a></p>

<p>Peter has been blogging for a while about BibSoup (see <a href="http://blogs.ch.cam.ac.uk/pmr/2012/01/22/bibsoup-a-new-open-approach-to-managing-personal-and-group-bibliographies/">here for the basics</a> and <a href="http://blogs.ch.cam.ac.uk/pmr/2012/01/23/bibsoup-it%E2%80%99s-here-how-to-create-and-populate-your-own-bibserver/">here for how to use it</a>) and we&#8217;ve mentioned it in passing on this blog (for example <a href="http://openbiblio.net/2012/01/19/thursday-19th-january-open-biblio-sprint-day-3/">this sprint post</a> and <a href="http://openbiblio.net/2011/12/13/what-is-bibserver/">explanation of Bib- terms</a>)&#8230; But now it is time for the &#8216;official&#8217; launch. Hurrah!</p>

<p>So, how to get involved?</p>

<ul>
<li>View the <a href="http://bibserver.org/about/features">features</a> of the BibServer software</li>
<li>Sign up at <a href="http://bibsoup.net">BibSoup.net</a> and try uploading and viewing your collection</li>
<li>Check out the example collections that some people have <a href="http://openbiblio.net/2012/01/25/bibserver-screencast-and-user-perspective">created already</a></li>
<li>Watch our <a href="http://bibserver.org/about/videos">videos and screencasts</a> and look out for more</li>
<li>BibServer is available for use via <a href="http://bibserver.org">BibServer.org</a> and the <a href="http://github.com/okfn/bibserver">repository</a></li>
<li>Sign up to the OpenBiblio <a href="http://openbiblio.net/principles">principles</a></li>
<li>Learn more about our bibliographic JSON format at <a href="http://bibjson.org">BibJSON.org</a></li>
<li>Watch this demo of BibSoup:</li>
</ul>

<iframe src="http://player.vimeo.com/video/35440937?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>

<p><a href="http://vimeo.com/35440937">Setting up a Bibserver and Faceted Browsing (Mark MacGillivray)</a> from <a href="http://vimeo.com/user10099867">Bibsoup Project</a> on <a href="http://vimeo.com">Vimeo</a>.</p>

<p>We already have parsers available to get your data directly via either BibTex or RIS (or from BibJSON&#8230;), which means you can get data in from <a href="http://en.wikipedia.org/wiki/Comparison_of_reference_management_software">most major bibliographic tools</a> already; you can even use the parsers programmatically if you like, at <a href="http://bibsoup.net/parse">http://bibsoup.net/parse</a> (although that functionality is in the process of improvement). We are open to suggestions for further parsers, and would be happy to guide anyone through making one.</p>

<p>(By the way, we are assuming you will have seen previous posts on this site and will therefore know what we&#8217;re talking about, but if not then please see this <a href="http://blog.okfn.org/2012/02/13/open-biblio-launches-bibsoup-in-beta/">OKFN blog post</a> for a fuller explanation of what BibSoup is for, why it&#8217;s great and what this overall project is all about).</p>

<p>So, what do you think? Let us know. There will be bugs, or areas we could improve, so please pass suggestions our way. Feature requests can be submitted via our <a href="http://github.com/okfn/bibserver/issues">issue tracker</a>, and we batch those up into milestones to work towards the next release. Our current focus is on improving parser functionality and also on enabling editing.</p>

<p>We hope you like it and find all this useful&#8230; do add your collections so we can share them with the rest of the world, too. If you would like your own BibServer, go ahead and <a href="http://github.com/okfn/bibserver">download the code</a>, or contact us for help / support options.</p>
]]></content:encoded>
			<wfw:commentRss>http://openbiblio.net/2012/02/09/bibsoup-beta-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Communication processes &#8211; for the record!</title>
		<link>http://openbiblio.net/2012/02/08/communication-processes-for-the-record/</link>
		<comments>http://openbiblio.net/2012/02/08/communication-processes-for-the-record/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 17:57:33 +0000</pubDate>
		<dc:creator>Naomi Lillie</dc:creator>
				<category><![CDATA[JISC OpenBib]]></category>
		<category><![CDATA[minutes]]></category>
		<category><![CDATA[jiscopenbib2]]></category>
		<category><![CDATA[wp9]]></category>

		<guid isPermaLink="false">http://openbiblio.net/?p=2257</guid>
		<description><![CDATA[This follows discussion that began at the meeting on 1st February, and reasserts existing processes. Any proposal for discussion is published ahead of the meeting at which it is to be raised, with an email inviting everyone on the openbiblio-dev &#8230; <a href="http://openbiblio.net/2012/02/08/communication-processes-for-the-record/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This follows discussion that began at the meeting on 1st February, and reasserts existing processes.</p>

<p>Any proposal for discussion is published ahead of the meeting at which it is to be raised, with an email inviting everyone on the openbiblio-dev list to the call and linking to the etherpad (which contains or links to further details). This is to ensure materials are available in advance of calls.</p>

<p>Everyone is free to suggest direction, which is agreed by consensus. Technical lead is Mark, and Community lead is Naomi.</p>

<p>All discussion should be carried out openly, on the available mailing lists. Agreement before publication of blog posts or pages is not required &#8211; any early discussions off-list should be posted on the appropriate mailing list for discussion, then posted on the blog if they come to fruition. Strategic and management proposals should make it clear that they are for discussion until the team has covered the topic at the weekly catch-up (Wednesdays at 16.00 GMT).</p>
]]></content:encoded>
			<wfw:commentRss>http://openbiblio.net/2012/02/08/communication-processes-for-the-record/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparing existing bib tools</title>
		<link>http://openbiblio.net/2012/02/07/comparing-existing-bib-tools/</link>
		<comments>http://openbiblio.net/2012/02/07/comparing-existing-bib-tools/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 16:27:27 +0000</pubDate>
		<dc:creator>Naomi Lillie</dc:creator>
				<category><![CDATA[BibServer]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[JISC OpenBib]]></category>
		<category><![CDATA[OKFN Openbiblio]]></category>
		<category><![CDATA[jiscopenbib2]]></category>
		<category><![CDATA[wp3]]></category>
		<category><![CDATA[wp4]]></category>
		<category><![CDATA[wp6]]></category>

		<guid isPermaLink="false">http://openbiblio.net/?p=2244</guid>
		<description><![CDATA[Update to this post: turns out there was a page, just not one I was aware of &#8211; please see http://en.wikipedia.org/wiki/Comparison_of_reference_management_software. I have linked to this from http://wiki.okfn.org/Projects/jiscopenbib2. Isn&#8217;t it handy when people have already done the job for us&#8230; &#8230; <a href="http://openbiblio.net/2012/02/07/comparing-existing-bib-tools/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Update to this post: turns out there <em>was</em> a page, just not one I was aware of &#8211; please see <a href="http://en.wikipedia.org/wiki/Comparison_of_reference_management_software">http://en.wikipedia.org/wiki/Comparison_of_reference_management_software</a>. I have linked to this from <a href="http://wiki.okfn.org/Projects/jiscopenbib2">http://wiki.okfn.org/Projects/jiscopenbib2</a>. Isn&#8217;t it handy when people have already done the job for us&#8230;</p>

<p>Recently, a discussion on the <a href="http://lists.okfn.org/mailman/listinfo/open-bibliography">Working Group List</a> raised the subject of existing technologies that store and share reading / publication lists, and how BibSoup / BibServer compares to them.</p>

<p>Tom Morris said:</p>

<p><em>Perhaps it would be illustrative to compare and contrast with other existing widely known services and tools such as Zotero, Mendeley, CiteUlike, and the venerable emacs/Bibtex/LaTex. What is better, worse, or just different? Which sets of things are alternatives to each other and which complement each other? What are the things which make BibSoup/BibServer unique?</em></p>

<p><em>Of course, if this is already laid out in detail somewhere on a web page, just point me there.</em></p>

<p>There wasn&#8217;t, until now, so please refer to this wiki page <a href="http://wiki.okfn.org/Projects/jiscopenbib2/managementtools">http://wiki.okfn.org/Projects/jiscopenbib2/managementtools</a> set up for this purpose and start comparing!</p>

<p>I have used Thad Guidry&#8217;s notes on Mendeley, as well as the first line of the Wikipedia entry, to populate that example. Please do edit and add to this page &#8211; we want to avoid a debate on which is better than which, so please keep your opinions in check, but hopefully this will be a good opportunity to get a sense of what is in use and how they compare with one another and BibSoup.</p>
]]></content:encoded>
			<wfw:commentRss>http://openbiblio.net/2012/02/07/comparing-existing-bib-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Bibliography at the start of 2012</title>
		<link>http://openbiblio.net/2012/02/06/open-bibliography-at-the-start-of-2012/</link>
		<comments>http://openbiblio.net/2012/02/06/open-bibliography-at-the-start-of-2012/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 15:19:37 +0000</pubDate>
		<dc:creator>Naomi Lillie</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[JISC OpenBib]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[OKFN Openbiblio]]></category>
		<category><![CDATA[jiscopenbib2]]></category>
		<category><![CDATA[wp2]]></category>
		<category><![CDATA[wp3]]></category>
		<category><![CDATA[wp4]]></category>
		<category><![CDATA[wp5]]></category>
		<category><![CDATA[wp6]]></category>
		<category><![CDATA[wp7]]></category>
		<category><![CDATA[wp8]]></category>

		<guid isPermaLink="false">http://openbiblio.net/?p=2182</guid>
		<description><![CDATA[Adrian&#8217;s post about the German National Library prompted me to note down a few other exciting developments over the last month or so. Christmas and the holiday season may be perceived as a time for winding down, but not for &#8230; <a href="http://openbiblio.net/2012/02/06/open-bibliography-at-the-start-of-2012/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Adrian&#8217;s post about the <a href="http://openbiblio.net/2012/01/26/german-national-library-goes-lod-publishes-national-bibliography">German National Library</a> prompted me to note down a few other exciting developments over the last month or so. Christmas and the holiday season may be perceived as a time for winding down, but not for these people!</p>

<ul>
<li>The <a href="http://www.oclc.org">OCLC</a> released Faceted Application of Subject Terminology (FAST) as Linked Data under an open licence. Their <a href="http://www.oclc.org/news/releases/2011/201171.htm">press release</a> gives more information (please note, at present the full database is limited to API access, but OCLC will be making FAST available as a dump under the ODC-BY license in the near future).</li>
<li><a href="http://www.niso.org">NISO</a> is working on a standard for the coding of citations in ebooks, full details <a href="http://www.niso.org/publications/isq/2011/v23no4/lagace">here</a>.</li>
<li>Our own Principles on Open Bibliographic Data have been translated into <a href="http://openbiblio.net/principles/hu">Hungarian</a> (by Dudás Anikó) and <a href="http://openbiblio.net/principles/pl">Polish</a> (by Karol Langner) so we hope this is the beginning of improved communication in both Hungary and Poland and with native speakers all over the world.</li>
<li><a href="http://okfn.org">OKFN</a> has been working on various ways of improving the overall field of Open Data, including the <a href="http://en.wikibooks.org/wiki/Open_Metadata_Handbook">Open Metadata Handbook</a> which is designed to help make it easier to harvest and process bibliographic metadata from a variety of sources, for people with little or no technical background, explaining the metadata standards as used by different institutions.</li>
<li>And of course, Peter Murray-Rust has been busy on his <a href="http://blogs.ch.cam.ac.uk/pmr">blog</a>, exploring issues of <a href="http://blogs.ch.cam.ac.uk/pmr/2012/01/14/stop-hr3699-the-open-access-movement-needs-to-get-active-the-scholarly-poor-already-do">US bill HR3699</a>, how to <a href="http://blogs.ch.cam.ac.uk/pmr/2012/01/23/bibsoup-it%E2%80%99s-here-how-to-create-and-populate-your-own-bibserver">present your list using BibSoup</a> and generally promoting the world of open data.</li>
<li>Finally &#8211; <a href="http://openbiblio.net">watch this space</a> for an announcement about BibSoup, launching in beta later this week!</li>
</ul>

<p>Many thanks to the terrific group of people who keep us updated with this information. If you would like to be among the first to hear about developments like these, <a href="http://openbiblio.net/get-involved">get involved</a> with the Open Bibliographic Working Group and let us know what you&#8217;re up to.</p>
]]></content:encoded>
			<wfw:commentRss>http://openbiblio.net/2012/02/06/open-bibliography-at-the-start-of-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linked Data at the Biblioteca Nacional de España</title>
		<link>http://openbiblio.net/2012/02/02/linked-data-at-the-biblioteca-nacional-de-espana/</link>
		<comments>http://openbiblio.net/2012/02/02/linked-data-at-the-biblioteca-nacional-de-espana/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 08:29:23 +0000</pubDate>
		<dc:creator>Adrian Pohl</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[guest post]]></category>
		<category><![CDATA[LOD-LAM]]></category>
		<category><![CDATA[Semantic Web]]></category>

		<guid isPermaLink="false">http://openbiblio.net/?p=2201</guid>
		<description><![CDATA[The following guest post is from the National Library of Spain and the Ontology Engineering Group (Technical University of Madrid (UPM)). Datos.bne.es is an initiative of the Biblioteca Nacional de España (BNE) whose aim is to enrich the Semantic Web &#8230; <a href="http://openbiblio.net/2012/02/02/linked-data-at-the-biblioteca-nacional-de-espana/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><em>The following guest post is from the National Library of Spain and the Ontology Engineering Group (Technical University of Madrid (UPM)).</em></p>

<p><a href="http://datos.bne.es/">Datos.bne.es</a> is an initiative of the <a href="http://www.bne.es">Biblioteca Nacional</a> de España (BNE) whose aim is to enrich the Semantic Web with library data.</p>

<p>This initiative is part of the project “Linked Data at the BNE”, supported by the BNE in cooperation with the <a href="http://www.oeg-upm.net/">Ontology Engineering Group</a> (OEG) at the <a href="http://www.upm.es/institucional">Universidad Politécnica</a> de Madrid (UPM). The first meeting took place in September 2010, whereas the collaboration agreement was signed in October 2010. The first set of data was transformed and linked in April 2011, but a more significant set of data was done in December 2011.</p>

<p>The initiative was presented in the auditorium of the BNE on 14th December 2011 by <a href="http://www.dia.fi.upm.es/index.php?page=asuncion-gomez-perez-2">Asunción Gómez-Pérez</a>, Professor at the UPM and <a href="http://mayor2.dia.fi.upm.es/oeg/index.php/es/phdstudents/212-daniel-vila-suero">Daniel Vila-Suero</a>, Project Lead (OEG-UPM), and by Ricardo Santos, Chief of Authorities, and Ana Manchado Mangas, Chief of Bibliographic Projects, both from the BNE. The attendant audience enjoyed the invaluable participation of Gordon Dunsire, Chair of the IFLA Namespace Group.</p>

<p>The concept of <strong>Linked Data</strong> was first introduced by Tim Berners-Lee in the context of the Semantic Web. It refers to the method of publishing and linking structured data on the Web. Hence, the project “Linked Data at the BNE” involves the transformation of BNE bibliographic and authority catalogues into RDF as well as their publication and linkage by means of <a href="http://www.ifla.org/">IFLA</a>-backed ontologies and vocabularies, with the aim of making data available in the so-called cloud of “Linked Open Data”. This project focuses on connecting the published data to other data sets in the cloud, such as <a href="http://viaf.org/">VIAF</a> (Virtual International Authority File) or <a href="http://dbpedia.org/About">DBpedia</a>.
With this initiative, the BNE takes the challenge of publishing bibliographic and authority data in RDF, following the <a href="http://www.w3.org/DesignIssues/LinkedData.html">Linked Data Principles</a> and under the <a href="http://creativecommons.org/publicdomain/zero/1.0/">CC0</a> (Creative Commons Public Domain Dedication) open license. Thereby, Spain joins the initiatives that national libraries from countries such as the <a href="http://www.bl.uk/bibliographic/datafree.html">United Kingdom</a> and <a href="http://www.d-nb.de/eng/hilfe/service/linked_data_service.htm">Germany</a> have recently launched.</p>

<h2>Vocabularies and models</h2>

<p>IFLA-backed ontologies and models, widely agreed upon by the library community, have been used to represent the resources in RDF. Datos.bne.es is one of the first international initiatives to thoroughly embrace the models developed by IFLA, such as the FR models FRBR (<em>Functional Requirements for Bibliographic Records</em>), FRAD (<em>Functional Requirements for Authority Data</em>), FRSAD (<em>Functional Requirements for Subject Authority Data</em>), and ISBD (<em>International Standard for Bibliographic Description</em>).</p>

<p>FRBR has been used as a reference model and as a data model because it provides a comprehensive and organized description of the bibliographic universe, allowing the gathering of useful data and navigation. Entities, relationships and properties have been written in RDF using the RDF vocabularies taken from IFLA; thus FR ontologies have been used to describe Persons, Corporate Bodies, Works and Expressions, and ISBD properties for Manifestations. All these vocabularies are now available at <a href="http://metadataregistry.org/">Open Metadata Registry</a> (OMR), with the status of published. Additionally, in cooperation with IFLA, labels have been translated to Spanish.
MARC21 bibliographic and authority files have been tested and mapped to the classes and properties at OMR. The following mappings were carried out:</p>

<ul>
<li>A mapping to determine, given a field tag and a certain subfield combination, to which FRBR entity it is related (Person, Corporate Body, Work, Expression). This mapping was applied to authority files.</li>
<li>A mapping to establish relationships between entities.</li>
<li>A mapping to determine, given a field/subfield combination, to which property it can be mapped. Authority files were mapped to FR vocabularies, whereas bibliographic files were mapped to ISBD vocabulary. A number of properties from other vocabularies were also used.</li>
</ul>

<p>The aforementioned mappings will be soon available to the library community and thus the BNE would like to contribute to the discussion of mapping MARC records to RDF; in addition, other libraries willing to transform their MARC records into RDF will be able to reuse such mappings.</p>

<h2>Almost 7 million records transformed under an open license</h2>

<p>Approximately 2.4 million bibliographic records have been transformed into RDF. They are modern and ancient monographies, sound-recordings and musical scores. Besides, 4 million authority records of persons, corporate names, uniform titles and subjects have been transformed. All of them belong to the bibliographic and authority catalogues of the BNE stored in <a href="http://www.loc.gov/marc/">MARC 21</a> format. As for the data transformation, the MARImbA (<em>MARc mappIngs and rdf generAtor</em>) tool has been developed and used. MARiMbA is a tool for librarians, whose goal is to support the entire process of generating RDF from MARC21 records. This tool allows using any vocabulary (in this case ISBD and FR family) and simplifies the process of assigning correspondences between RDFS/OWL vocabularies and MARC 21. As a result of this process, about 58 million triples have been generated in Spanish. These triples are high quality data with an important cultural value that substantially increases the presence of the Spanish language in the data cloud.</p>

<p>Once the data were described with IFLA models, and the bibliographic and authorities catalogues were generated in RDF, the following step was to connect these data with other existing knowledge RDF databases included in the <a href="http://www.w3.org/wiki/SweoIG/TaskForces/CommunityProjects/LinkingOpenData">Linking Open Data</a> initiative. Thus, the data of the BNE are now linked or connected with data from other international data source through <a href="http://viaf.org">VIAF</a>, the Virtual International Authority File.</p>

<p>The type of licence applied to the data is <a href="http://creativecommons.org/publicdomain/zero/1.0/">CC0</a> (Creative Commons Public Domain Dedication), a completely open licence aimed at promoting data reuse. With this project, the BNE adheres to the Spanish Public Sector’s Commitment to openness and data reuse, as established in the Royal Decree 1495/ 2011 of 24 October, (<a href="http://www.boe.es/diario_boe/txt.php?id=BOE-A-2011-17560">Real Decreto 1495/2011, de 24 de octubre</a>) on reusing information in the public sector, and also acknowledges the <a href="https://app.e2ma.net/app/view:CampaignPublic/id:1403149.7214447972/rid:48e64615892ac6adde9a4066e88c736c">proposals of the CENL</a> (Conference of European National Librarians).</p>

<h2>Future steps</h2>

<p>In the short term, the next steps to carry out include</p>

<ul>
<li>Migration of a larger set of catalogue records.</li>
<li>Improvement of the quality and granularity of both the transformed entities and the relationships between them. </li>
<li>Establishment of new links to other interesting datasets.</li>
<li>Development of a human-friendly visualization tool.</li>
<li>SKOSification of subject headings.</li>
</ul>

<h3>Team</h3>

<p>From BNE: Ana Manchado, Mar Hernández Agustí, Fernando Monzón, Pilar Tejero López, Ana Manero García, Marina Jiménez Piano, Ricardo Santos Muñoz and Elena Escolano.
From UPM: <a href="http://www.dia.fi.upm.es/index.php?page=asuncion-gomez-perez-2">Asunción Gómez-Pérez</a>, <a href="http://mayor2.dia.fi.upm.es/oeg-upm/index.php/es/phd/52-emontiel">Elena Montiel-Ponsoda</a>, <a href="http://mayor2.dia.fi.upm.es/oeg-upm/index.php/es/phd/39-bvillazon">Boris Villazón-Terrazas</a> and <a href="http://mayor2.dia.fi.upm.es/oeg/index.php/es/phdstudents/212-daniel-vila-suero">Daniel Vila-Suero</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://openbiblio.net/2012/02/02/linked-data-at-the-biblioteca-nacional-de-espana/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>German National Library goes LOD &amp; publishes National Bibliography</title>
		<link>http://openbiblio.net/2012/01/26/german-national-library-goes-lod-publishes-national-bibliography/</link>
		<comments>http://openbiblio.net/2012/01/26/german-national-library-goes-lod-publishes-national-bibliography/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 11:41:55 +0000</pubDate>
		<dc:creator>Adrian Pohl</dc:creator>
				<category><![CDATA[Data]]></category>

		<guid isPermaLink="false">http://openbiblio.net/?p=2153</guid>
		<description><![CDATA[Good news from Germany. The German National Library changed its licensing regime for Linked Data to CC0 which makes the data open according to the open definition, has begun to publish the German national bibliography as Linked Open Data. For &#8230; <a href="http://openbiblio.net/2012/01/26/german-national-library-goes-lod-publishes-national-bibliography/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Good news from Germany. The German National Library</p>

<ol>
<li>changed its licensing regime for Linked Data to CC0 which makes the data open according to the <a href="http://opendefinition.org/okd/">open definition</a>,</li>
<li>has begun to publish the German national bibliography as Linked Open Data.</li>
</ol>

<p>For background see the <a href="http://lists.d-nb.de/pipermail/dini-ag-kim-lld/2012-January/000056.html">email</a> (German) announcing this step. There it says (my translation):</p>

<p>&#8220;<em>In 2010 the German National Library (DNB) started publishing authority data as Linked Data. The existing <a href="https://wiki.dnb.de/display/LDS/">Linked Data service of the DNB</a> is now extended with title data. In this context the licence for linked data is shifted to &#8220;<a href="http://creativecommons.org/publicdomain/zero/1.0/">Creative Commons Zero</a>.</em></p>

<p><em>Until now, the majority of DNB title data is implemented as well as periodicals and series &#8211; the music data and holdings of the German Exiles Archive are missing. From now on, the RDF/XML representation of a title record is available in the <a href="http://portal.dnb.de/">DNB portal</a> via a link. This is expressly an experimental service which will be extended and refined continually. More detailed informations about modelling questions and the general approach can be fund in the updated <a href="http://files.d-nb.de/pdf/linked_data.pdf">documentation</a>.</em>&#8220;</p>

<p>The <a href="http://files.d-nb.de/pdf/linked_data_e.pdf">English documentation</a> (PDF) hasn&#8217;t been updated yet and only describes the <a href="http://thedatahub.org/dataset/dnb-gemeinsame-normdatei">GND authority data</a>. On the wiki page about the LOD service it says: &#8220;<em>Examples and further information about FTP-downloads will come soon.</em>&#8221; An <a href="http://thedatahub.org/dataset/deutsche-nationalbibliografie-dnb">entry on the Data Hub</a> has already been made for the data.</p>
]]></content:encoded>
			<wfw:commentRss>http://openbiblio.net/2012/01/26/german-national-library-goes-lod-publishes-national-bibliography/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BibServer screencast and user perspective</title>
		<link>http://openbiblio.net/2012/01/25/bibserver-screencast-and-user-perspective/</link>
		<comments>http://openbiblio.net/2012/01/25/bibserver-screencast-and-user-perspective/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 09:29:07 +0000</pubDate>
		<dc:creator>Naomi Lillie</dc:creator>
				<category><![CDATA[BibServer]]></category>
		<category><![CDATA[JISC OpenBib]]></category>
		<category><![CDATA[jiscopenbib2]]></category>
		<category><![CDATA[wp3]]></category>
		<category><![CDATA[wp4]]></category>
		<category><![CDATA[wp5]]></category>
		<category><![CDATA[wp8]]></category>

		<guid isPermaLink="false">http://openbiblio.net/?p=2129</guid>
		<description><![CDATA[BibServer software allows people (you, me, the person in the office down the road) to hold and share collections of searchable data. Be it the list of books you have to read for your course this semester, the publications you &#8230; <a href="http://openbiblio.net/2012/01/25/bibserver-screencast-and-user-perspective/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://bibserver.okfn.org">BibServer</a> software allows people (you, me, the person in the office down the road) to hold and share collections of searchable data. Be it the list of books you have to read for your course this semester, the publications you produced in your research, the database of all staff at your organisation or your neatly categorised weekly shop (&#8216;aisle 7: toothpaste, but only if BOGOF&#8217;), BibServer allows you to view, search, share and maintain this information.</p>

<p>If, like me, you are not of a technical bent, do not despair &#8211; Mark has created a straightforward video guide on how to use it and how it&#8217;s useful:</p>

<iframe src="http://player.vimeo.com/video/35440937?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>

<p><a href="http://vimeo.com/35440937">Setting up a Bibserver and Faceted Browsing (Mark MacGillivray)</a> from <a href="http://vimeo.com/user10099867">Bibsoup Project</a> on <a href="http://vimeo.com">Vimeo</a>.</p>

<p>Mark Williamson, a post-doctoral researcher at Cambridge University, was introduced to BibServer and we filmed him talking about using it a (very) short while later:</p>

<iframe src="http://player.vimeo.com/video/35440831?title=0&amp;byline=0&amp;portrait=0" width="400" height="233" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>

<p><a href="http://vimeo.com/35440831">Ingesting a personal collection of references into Bibserver (Mark Williamson)</a> from <a href="http://vimeo.com/user10099867">Bibsoup Project</a> on <a href="http://vimeo.com">Vimeo</a>.</p>

<p>Thanks to Peter for his camera and video-production skills, and of course his <a href="http://blogs.ch.cam.ac.uk/pmr/2012/01/22/bibsoup-a-new-open-approach-to-managing-personal-and-group-bibliographies">blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://openbiblio.net/2012/01/25/bibserver-screencast-and-user-perspective/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sprint videos</title>
		<link>http://openbiblio.net/2012/01/24/sprint-videos/</link>
		<comments>http://openbiblio.net/2012/01/24/sprint-videos/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 14:10:53 +0000</pubDate>
		<dc:creator>Naomi Lillie</dc:creator>
				<category><![CDATA[BibServer]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[JISC OpenBib]]></category>
		<category><![CDATA[jiscopenbib2]]></category>
		<category><![CDATA[wp3]]></category>
		<category><![CDATA[wp4]]></category>

		<guid isPermaLink="false">http://openbiblio.net/?p=2119</guid>
		<description><![CDATA[Last week&#8217;s sprint produced more than just parsers, game-plans and blog posts (Day 1, Day 2 and Day 3): it also allowed Peter and Naomi to stretch their directorial wings and produce some video blogs to record what we were &#8230; <a href="http://openbiblio.net/2012/01/24/sprint-videos/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last week&#8217;s sprint produced more than just parsers, game-plans and blog posts (<a href="/2012/01/19/thursday-19th-january-open-biblio-sprint-day-1/">Day 1</a>, <a href="/2012/01/19/thursday-19th-january-open-biblio-sprint-day-2/">Day 2</a> and <a href="/2012/01/19/thursday-19th-january-open-biblio-sprint-day-3/">Day 3</a>): it also allowed Peter and Naomi to stretch their directorial wings and produce some video blogs to record what we were doing as we went along. With minimal journalistic credentials (ok, none), we relied on the natural animation of the participants to sell the story&#8230; See how you think they did:</p>

<iframe src="http://player.vimeo.com/video/35440733?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>

<p><a href="http://vimeo.com/35440733">Interview with Mark MacGillivray, Openbiblio 2 project</a> from <a href="http://vimeo.com/user10099867">Bibsoup Project</a> on <a href="http://vimeo.com">Vimeo</a>.</p>

<iframe src="http://player.vimeo.com/video/35440770?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>

<p><a href="http://vimeo.com/35440770">Peter Murray-Rust Co-I Openbiblio project talks</a> from <a href="http://vimeo.com/user10099867">Bibsoup Project</a> on <a href="http://vimeo.com">Vimeo</a>.</p>

<iframe src="http://player.vimeo.com/video/35440644?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>

<p><a href="http://vimeo.com/35440644">Bibsoup: Interview with Etienne Posthumus (developer)</a> from <a href="http://vimeo.com/user10099867">Bibsoup Project</a> on <a href="http://vimeo.com">Vimeo</a>.</p>

<iframe src="http://player.vimeo.com/video/35440597?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>

<p><a href="http://vimeo.com/35440597">Interview with Ed Chamberlain, Openbiblio2 project</a> from <a href="http://vimeo.com/user10099867">Bibsoup Project</a> on <a href="http://vimeo.com">Vimeo</a>.</p>

<p>Thanks to Peter for the videos as presented on his brilliant <a href="http://blogs.ch.cam.ac.uk/pmr/2012/01/22/bibsoup-a-new-open-approach-to-managing-personal-and-group-bibliographies/">blog</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://openbiblio.net/2012/01/24/sprint-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thursday 19th January &#8211; Open Biblio Sprint: Day 3</title>
		<link>http://openbiblio.net/2012/01/19/thursday-19th-january-open-biblio-sprint-day-3/</link>
		<comments>http://openbiblio.net/2012/01/19/thursday-19th-january-open-biblio-sprint-day-3/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 16:53:20 +0000</pubDate>
		<dc:creator>Naomi Lillie</dc:creator>
				<category><![CDATA[BibServer]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[JISC OpenBib]]></category>
		<category><![CDATA[jiscopenbib2]]></category>

		<guid isPermaLink="false">http://openbiblio.net/?p=2033</guid>
		<description><![CDATA[Today we were joined by additional members of the OKFN team from various parts of the world &#8211; Ira, Sam and Primavera. Then the fun began&#8230; Sam and Mark discussed the interface between Open Biblio and the TEXTUS project, looking &#8230; <a href="http://openbiblio.net/2012/01/19/thursday-19th-january-open-biblio-sprint-day-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today we were joined by additional members of the OKFN team from various  parts of the world &#8211; Ira, Sam and Primavera. Then the fun began&#8230;</p>

<ul>
<li>Sam and Mark discussed the interface between Open Biblio and the TEXTUS  project, looking at text and image processing. Project Gutenberg was  suggested as one possible avenue, exploring scanned archives being processed in order to provide searchable text. It was agreed that  openphilosophy.org would be the best central point of reference for this  data, as an instance of TEXTUS with BibServer support in the  background.</li>
<li>Mark and Ira discussed how to present CKAN / BibServer at events such as Dev8D &#8211; there is cross-over between the two, and we took the opportunity to learn more about both projects. <a href="http://ckan.org">CKAN</a> is a purpose-built data catalogue with flexible addons and a mature  open source product. Both are part of the OKFN and, combined, are an  easy way to publish and find data and references. It was agreed that working more closely together would be of mutual benefit as well as to the wider community.</li>
<li>Peter and Mark discussed BibServer in terms of where we could offer CKAN and other services to academic / research groups, as a stack of tools that would find beneficial to their work. There is a lots of talk just now about using dspace, e-prints or some as yet uninvented system for storing research data &#8211; JISC is funding some projects, and we will be having a discussion about this at Dev8D. </li>
<li>Sam, Primavera and Etienne hacked some code and Etienne also continued his work on the parsers.</li>
<li>Peter, Mark and I discussed BKN &#8211; the Bibliographic Knowledge Network &#8211; which is Jim Pitman&#8217;s project and the first BibServer&#8230; Follow-up happening next week.</li>
<li>Peter and I interviewed Mark Williamson, a post-doctoral researcher at the Chemistry Department, about using BibSoup (which he&#8217;d only looked at for a few moments before we put him on the spot &#8211; thanks Mark!). Mark also gave us a demonstration of using BibSoup for the blog which is a good &#8216;how to&#8217; for people who haven&#8217;t used it before. Peter&#8217;s excellent summary of BibSoup goes as follows: &#8220;BibSoup is a philosophy rather than a technology &#8211; ie having local control over bibliographic data. The idea is to get people to share data together and to sign-up to supporting it in 5 years&#8217; time&#8221;. We will follow up soon with links to the videos we made.</li>
</ul>

<p>The main aim for the past few days was to get all the people working on the project together, with the aim of Getting Stuff Done: do some coding, boot up some dataset demos, plan more demos and integrations, plan further community engagement and coding over the next six months, integrating BibServer with other projects, etc&#8230; Amongst all the lively discussions, I think it&#8217;s safe to say the aim was achieved!</p>

<p>Many thanks to all involved &#8211; if anything from this week strikes you as particularly interesting, please do <a href="http://openbiblio.net/get-involved/">get involved</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://openbiblio.net/2012/01/19/thursday-19th-january-open-biblio-sprint-day-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

