<?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; FRBR</title>
	<atom:link href="http://jakoblog.de/tag/frbr/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>Can SOBR help publishing library holdings?</title>
		<link>http://jakoblog.de/2011/12/02/can-sobr-help-publishing-library-holdings/</link>
		<comments>http://jakoblog.de/2011/12/02/can-sobr-help-publishing-library-holdings/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 23:08:32 +0000</pubDate>
		<dc:creator>jakob</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[DAIA]]></category>
		<category><![CDATA[FRBR]]></category>
		<category><![CDATA[lod]]></category>
		<category><![CDATA[sobr]]></category>

		<guid isPermaLink="false">http://jakoblog.de/?p=1176</guid>
		<description><![CDATA[I just participated in the German conference Semantic Web in Bibliotheken which took place in Hamburg this week. This year there were two slots for lightning talks, but unfortunately participants did not catch on, so we only had four of them. Lightning talks are a good chance to present something unfinished that you need input [...]]]></description>
			<content:encoded><![CDATA[<p>I just participated in the German conference <a href="http://swib.org/">Semantic Web in Bibliotheken</a> which took place in Hamburg this week. This year there were two slots for lightning talks, but unfortunately participants did not catch on, so we only had four of them. Lightning talks are a good chance to present something unfinished that you need input for, <a href="http://www.slideshare.net/nichtich/voss-111129-sobr">so I presented</a> the Simplified Ontology for Bibliographic Resources (SOBR) as &#8220;FRBR light&#8221;. You can find the current  specification of SOBR <a href="https://gist.github.com/1331983">at github</a>, which means the specification is still evolving and I&#8217;d like to get more feedback.</p>
<p>SOBR was caused by a discussion on the <a href="http://lists.w3.org/Archives/Public/public-lld/">Library Linked Data mailing list</a> about the (disputed) disjointedness of FRBR classes. SOBR has a history in the <a href="http://purl.org/NET/DAIA">Document Availability Information API</a> (DAIA), which SOBR might be merged into. The use case of both is publishing information about holdings from library catalogs as Linked Open Data. The information most requested is probably connected to holdings: library users only ask &#8220;where is it?&#8221; and &#8220;how can I get it?&#8221;. In this questions, the little word &#8220;it&#8221; refers to a specific publication. In the answers, however, &#8220;it&#8221; usually refers to some holding or copy of this publication. Sometimes the holding contains more than the publication (for instance if you ask for an article in a book) and sometimes you get multiple holdings (for instance if you ask for a a large work that is split in multiple volumes). Sometimes there are multiple holdings with different content to choose from, because there are different editions, forms, translations etc. of the requested publication.</p>
<p>A long time ago, some librarians thought about similar questions and answers and came up with the Functional Requirements for Bibliographic Records (FRBR). I tried hard to accept FRBR (I even draw this ugly diagrams that people find when they look up <a href="http://en.wikipedia.org/wiki/Functional_Requirements_for_Bibliographic_Records">FRBR in Wikipedia</a>). But FRBR does not help me to publish existing library catalogs as Linked Open Data. In <a href="http://uri.gbv.de/database/">our catalog databases</a> we have <b>records that refer to editions</b>, connected with <b>records that refer to holdings</b> (I&#8217;ll ignore the little exceptions and nasty special cases such as multiple holdings described by one look-like-a-holding-record). In addition there are some records that refer to series, works, and other types of abstract <b>documents without direct holdings</b>, which are connected to records that refer to editions.</p>
<p>Maybe we can simplify this to two entities: general documents (<a href="http://purl.org/ontology/bibo/Document">bibo:Document</a>) and items (with <a href="http://purl.org/vocab/frbr/core#Item">frbr:Item</a>) as special kind of documents. The current design of SOBR also contains a class for editions, but I am not sure whether this class is also needed. At least we need <b>three properties</b> to relate documents to items (<a href="http://purl.org/ontology/daia/exemplar">daia:exemplar</a>), to relate documents to editions (daia:edition?) and to relate documents to its parts (dcterms:hasPart). To avoid the need of blank nodes, I&#8217;d also define properties that relate documents to partial items (<a href="http://purl.org/ontology/daia/exemplar">daia:extract</a> = dcterms:hasPart + daia:exemplar) and to relate documents to partial editions (daia:editionPart?)</p>
<p>Feedback on SOBR is welcome, especially if you provide examples with existing URIs (or at least local identifiers to already existing data) instead of theoretical FRBR-like-made-up examples. The best way to find a good ontology for publishing library holdings is to actually publish data that describes library holdings! The following image is based on an example that connects a work <a href="http://www.librarything.com/work/70394">from LibraryThing</a> and <a href="http://dbpedia.org/resource/Living_My_Life">from DBPedia</a> with a partial edition <a href="http://www.worldcat.org/oclc/656754414">from Worldcat</a>, a full edition <a href="http://d-nb.info/1001703464">from German National Library</a>, and a holding <a href="http://uri.gbv.de/document/opac-de-18:epn:1220640794">from Hamburg University</a>:</p>
<pre>@prefix bibo: &lt;http://purl.org/ontology/bibo/&gt; .
@prefix daia: &lt;http://purl.org/ontology/daia/&gt; .
@prefix frbr: &lt;http://purl.org/vocab/frbr/core#&gt; .
@prefix owl: &lt;http://www.w3.org/2002/07/owl#&gt; .
@prefix dct: &lt;http://purl.org/dc/terms/&gt; .
@prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .

&lt;http://www.librarything.com/work/70394&gt; a bibo:Document ;
  owl:sameAs &lt;http://dbpedia.org/resource/Living_My_Life&gt; ;
  daia:edition &lt;http://d-nb.info/1001703464&gt; , [
    a bibo:Collection # , daia:Document
    ; dct:hasPart &lt;http://www.worldcat.org/oclc/656754414&gt;
  ]
    ;
  # daia:exemplar &lt;http://d-nb.info/1001703464&gt; ; ?
  daia:editionPart &lt;http://www.worldcat.org/oclc/656754414&gt; .

&lt;http://d-nb.info/1001703464&gt; a frbr:Item , bibo:Document ;
   daia:exemplar &lt;http://uri.gbv.de/document/opac-de-18:epn:1220640794&gt; .
</pre>
<p><center><br />
<a href="http://jakoblog.de/wp-content/uploads/2011/12/sobr-example.png"><img src="http://jakoblog.de/wp-content/uploads/2011/12/sobr-example-1024x258.png" alt="" title="sobr-example" width="512" height="129" class="aligncenter size-large wp-image-1181" /></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/2011/12/02/can-sobr-help-publishing-library-holdings/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Social Cataloging in Wikipedia</title>
		<link>http://jakoblog.de/2007/12/05/social-cataloging-in-wikipedia/</link>
		<comments>http://jakoblog.de/2007/12/05/social-cataloging-in-wikipedia/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 00:19:58 +0000</pubDate>
		<dc:creator>jakob</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[Bibliothek]]></category>
		<category><![CDATA[FRBR]]></category>
		<category><![CDATA[Literatur]]></category>
		<category><![CDATA[Tagging]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://jakoblog.de/2007/12/05/social-cataloging-in-wikipedia/</guid>
		<description><![CDATA[Last week I gave an introduction into social tagging and cataloging for librarians (some German slides here at Slideshare). In a discussion on German Wikipedia about COinS I was pointed to the French Wikipedia: They have a special namespace référence to store more detailled bibliographic information (see MediaWiki-namespaces in general), some more information is collected [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I gave <a href="http://www.gbv.de/vgm/info/termine/2007/2007_3101">an introduction</a> into social tagging and cataloging for librarians (some German slides <a href="http://www.slideshare.net/nichtich/tagging-und-social-cataloging-fr-bibliothekare/">here at Slideshare</a>). In a <a href="http://de.wikipedia.org/wiki/Vorlage_Diskussion:Literatur#Metadaten:_COinS_et_al.">discussion on German Wikipedia about COinS</a> I was pointed to the French Wikipedia: They have a special <a href="http://fr.wikipedia.org/wiki/Aide:Espace_r%C3%A9f%C3%A9rence">namespace référence</a> to store more detailled bibliographic information (see <a href="http://meta.wikimedia.org/wiki/Namespace">MediaWiki-namespaces</a> in general), some more information is collected in <a href="http://fr.wikipedia.org/wiki/Projet:R%C3%A9f%C3%A9rences">Projet:Références</a>, but my French is too little to find out much. This example may demonstrate the concept:</p>
<p>The article &#8220;Première période intermédiaire égyptienne&#8221; <a href="http://fr.wikipedia.org/wiki/Premi%C3%A8re_p%C3%A9riode_interm%C3%A9diaire_%C3%A9gyptienne#Bibliographie">cites the source</a> &#8220;Nicolas Grimal, Histoire de l&#8217;Égypte ancienne, 1988&#8243;. The citation provides a link to <a href="http://fr.wikipedia.org/wiki/R%C3%A9f%C3%A9rence:Histoire_de_l%27%C3%89gypte_ancienne_%28Nicolas_Grimal%29">on a special page</a> that lists several editions of the work. Actually this is another implementation of <a href="http://www.frbr.org">FRBR</a>.</p>
<p>I like the idea of seggregating full bibliographic record and reference in the Wikipedia article, but the concrete solution is too complicated and limited. Wikipedia with flat text is just not the right tool to store bibliographic data. Maybe <a href="http://ontoworld.org/wiki/Semantic_MediaWiki">Semantic MediaWiki</a> can help, but a multilingual approach like LibraryThing does is better. French Wikipedians should not have to duplicate cataloging efforts, but just point to LibraryThing, WorldCat or whatever bibliographic authority is usable. By the way most library catalouges are not usable in this sense &#8211; on the Web noone cares how good you data is if you cannot directly link to it and use it in other context.</p>
]]></content:encoded>
			<wfw:commentRss>http://jakoblog.de/2007/12/05/social-cataloging-in-wikipedia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

