<?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>Circulatable: a Librarian's Group &#187; Cataloging/Classification</title>
	<atom:link href="http://circulatable.org/category/catalogingclassification/feed/" rel="self" type="application/rss+xml" />
	<link>http://circulatable.org</link>
	<description>Because sometimes you need to trammel the editor and exorcise the rules of grammar...</description>
	<lastBuildDate>Wed, 12 May 2010 02:36:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MARC 856 Fields Should Change</title>
		<link>http://circulatable.org/2010/05/11/marc-856-fields-should-change/</link>
		<comments>http://circulatable.org/2010/05/11/marc-856-fields-should-change/#comments</comments>
		<pubDate>Wed, 12 May 2010 02:36:27 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Cataloging/Classification]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[marc]]></category>
		<category><![CDATA[urls]]></category>

		<guid isPermaLink="false">http://circulatable.org/?p=200</guid>
		<description><![CDATA[MARC URL cataloging for online resources should be changed to  accommodate a critical, but missing, piece of descriptive information: an open access indication.  After thinking  through the issues with the MARC URL cataloging and working  through a pragmatic solution in my professional life, it seems to me  that there is [...]]]></description>
			<content:encoded><![CDATA[<p>MARC URL cataloging for online resources should be changed to  accommodate a critical, but missing, piece of descriptive information: an open access indication.  After <a title="Woe is MARC (&amp; URLs)" href="http://circulatable.org/2010/04/20/woe-is-marc-urls/">thinking  through the issues with the MARC URL cataloging</a> and <a href="http://forward.library.wisconsin.edu/moving-forward/?p=346">working  through a pragmatic solution</a> in my professional life, it seems to me  that there is a simple but powerful change that should happen to the  cataloging <a title="856 - Electronic Location and Access (R)" href="http://www.loc.gov/marc/bibliographic/bd856.html">856 fields</a>.</p>
<p>As a library web developer with practical experience processing MARC data, I believe the first indicator of the 856 field is useless. It is useless for two reasons. First, the access method for a given URI is usually built into the URI itself. The vast majority of the URIs found in subfield $u of an 856 field will tell you the access method is, for example, based on the File Transfer Protocol (FTP) or the Hyper Text Transfer Protocol (HTTP). That is why our URIs have prefixes like ftp:// or http://. The second reason it is useless is because there is already a subfield $2 that can be used if you need to be explicit about what the access method is.</p>
<p>When I have MARC data that looks like the following (in pretty-print form, of course):</p>
<pre style="white-space: pre-wrap;"><span style="color: #226622; font-weight: bold;">856</span> <span style="color: #cc5511; font-weight: bold;">40</span> <span style="color: #225599; font-weight: bold;">$u</span> http://digital.library.wisc.edu/1711.dl/AldoLeopold <span style="color: #225599; font-weight: bold;">$z</span> Available through UW Digital Collections
</pre>
<p>That first indicator is redundant. I know that the access method is HTTP by the URI itself. Furthermore, if it was absolutely necessary, it could be coded like this:</p>
<pre style="white-space: pre-wrap;"><span style="color: #226622; font-weight: bold;">856</span> <span style="color: #cc5511; font-weight: bold;">40</span> <span style="color: #225599; font-weight: bold;">$2</span> HTTP <span style="color: #225599; font-weight: bold;">$u</span> http://digital.library.wisc.edu/1711.dl/AldoLeopold <span style="color: #225599; font-weight: bold;">$z</span> Available through UW Digital Collections
</pre>
<p>This would free up a valuable indicator to be used to say whether the electronic location is for a resource with open access. A value of 0 could indicate not open access and a value of 1 could indicate open access. This could be taken a step further in the case where the resource is not open access. There could be a recommendation for local copies of the catalog record to use a subfield which says for whom access is restricted, such as, &#8220;Faculty, Staff and Students.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://circulatable.org/2010/05/11/marc-856-fields-should-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Woe is MARC (&amp; URLs)</title>
		<link>http://circulatable.org/2010/04/20/woe-is-marc-urls/</link>
		<comments>http://circulatable.org/2010/04/20/woe-is-marc-urls/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 03:38:06 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Cataloging/Classification]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bibliographic despondency]]></category>
		<category><![CDATA[cataloging]]></category>
		<category><![CDATA[marc]]></category>
		<category><![CDATA[urls]]></category>

		<guid isPermaLink="false">http://circulatable.org/?p=180</guid>
		<description><![CDATA[Background
At present I am working on a project that we have given the code name UW · Forward. Forward is a union index over the library collections within the UW System. Currently the UW System Libraries has 14 different ILS Catalogs, one for each of the 13 four year campuses and another one for all [...]]]></description>
			<content:encoded><![CDATA[<h3>Background</h3>
<p>At present I am working on a project that we have given the code name <a href="http://forward.library.wisconsin.edu/">UW · <em>Forward</em></a>. Forward is a union index over the library collections within the UW System. Currently the UW System Libraries has 14 different ILS Catalogs, one for each of the 13 four year campuses and another one for all of the two year campuses. Forward searches the data across all libraries.</p>
<p>We deduplicate all of our MARC records so that we can have a <a href="http://forward.library.wisconsin.edu/catalog/ocm30780581">single record</a> for items held at multiple locations. As part of the process of deduplication, for certain MARC fields, we add all instances of a given field into the combined record. We do this for holdings represented in 852 fields and for URLs in 856 fields.</p>
<h3>The Problem</h3>
<p>MARC capture of URL description has proven to be inadequate in our context. We simply do not have the kinds of information coded in <a href="http://www.loc.gov/marc/bibliographic/bd856.html">856 fields</a> to clearly present access to online representations of library items.</p>
<h4>Licensed Content</h4>
<p>When a particular campus has access to a licensed online resource, the local version of the URL used is incredibly important. The library in question usually needs to proxy the URL through a campus authentication &amp; authorization mechanism to provide off campus access to databases and e-journals. These are arguably the most important online resources in our catalogs &#8211; they are not only carefully selected, like all online resources, they are also some of our patron&#8217;s preferred library resources and the ones taking up greater and greater percentages of the library budget.</p>
<p>This is where the first problem lies: the MARC 856 field does not provide any indication that a given URL is for a licensed resource that has restricted access. This problem is complicated by the fact that sometimes a UW System campus catalogs a URL in its proxied form and other campuses insert a proxy string at runtime. In this case the cataloged form of the URL is not proxied but the OPAC software inserts the proxy prefix when it outputs a web page. A &#8220;restricted access&#8221; or &#8220;deep web&#8221; indicator would be great here. Alas, the indicators are already reserved.</p>
<p>What makes this more complex here at the UW System is the fact that the Forward project is a union index and provides a single view for all campuses. So we have the added problem of not just telling the end user what the correct URL is, but for whom that URL is valid. Traditionally this kind of information is coded into the free text public note subfields (usually <code>$z</code>). As a free text field, the way any given library indicates that a URL is available only to certain users is all over the place. There is nothing consistent enough in our MARC records that come from multiple sources that I can address in code.</p>
<h4>Free Online Resources</h4>
<p>The free online resources that have been cataloged in our OPACs are also extremely problematic when introduced into a consortial/union context. The following scenario represents a huge missed opportunity. There are certain resources that have been cataloged by one or a few of the campuses within the UW System. A great example would be our own UW Digital Collection Center&#8217;s site for <a title="Aldo Leopold Archives" href="http://digital.library.wisc.edu/1711.dl/AldoLeopold">The Aldo Leopold Archives</a>. Forward currently has a <a title="Forward record for the Aldo Leopold Archives" href="http://forward.library.wisconsin.edu/catalog/ocn229109923">record for this archival collection</a>, for which the data comes from a few schools within the UW System. A close inspection of the MARC data in question the staff view raises a few problems:</p>
<p>There are two URLs, each cataloged 6 times by different schools. However the digital collection that has been cataloged should clearly indicate that it is available to the entire patron base of faculty, staff &amp; students from the entire UW System, not just the six schools who contributed records. We are missing an opportunity to let the other schools who did not catalog the resource themselves benefit from the cataloging provided by the 6 schools that did catalog this digital collection. Again, it would be nice to have an indicator which states this is an &#8220;unrestricted free online resource&#8221;. The same indicator but opposite value as what is needed for licensed online resources.</p>
<p>Furthermore, there is no agreement among the schools who did catalog the resource as to whether the URLs in question are for the thing itself or a related resource. Notice the way that the second MARC indicator is applied inconsistently in the <a title="MARC 856 field specification for Electronic Location and Access" href="http://www.loc.gov/marc/bibliographic/bd856.html">856 fields</a>. Some campuses consider both URLs to be related to this resource, while one school thinks one of the URLs is for the resource itself and another thinks that both URLs are the resource itself. The inconsistencies here make it impossible to write code that efficiently displays to an end user how to use the resource in question, which is to say that the descriptive function of the cataloging in question is failing in our unified context.</p>
<h3>Steel cage grudge match!</h3>
<p>In this corner we have Licensed Resources, weighing in at a hulking 60% of your library budget. In the opposite corner are Free Resources, nimble, agile and known to fell a giant or two. Get your tickets. The fight will be phenomenal and sensational.</p>
<p>Finding solutions that make sense for free online resources are proving to be the opposite solutions that work for licensed content. For example, for free content, the best thing to do is drop any affiliation with the school who cataloged the resource in question, deduplicate the set of URLs and display a small set of links to everyone. However, for licensed content the affiliation between school and URL is important so that the end user can authenticate and prove she has the credentials to use the resource in question. And all the while there is nothing in the MARC data that tells me a given URL is restricted to a particular subset of the population for whom we intend will use our union catalog.</p>
]]></content:encoded>
			<wfw:commentRss>http://circulatable.org/2010/04/20/woe-is-marc-urls/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Modeling Things or Revealing Things</title>
		<link>http://circulatable.org/2007/11/23/modeling-things-or-revealing-things/</link>
		<comments>http://circulatable.org/2007/11/23/modeling-things-or-revealing-things/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 19:52:18 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Cataloging/Classification]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://circulatable.org/?p=112</guid>
		<description><![CDATA[Karen Coyle has a great piece on Hierarchies vs. Relationships in bibliographic modeling. She points out that the point of the FRBR model is not so much the hierarchy that you get to model, but the relationships that you can reveal among things.
This is a keen insight in my view since it really begins to [...]]]></description>
			<content:encoded><![CDATA[<p>Karen Coyle has a great piece on <a href="http://kcoyle.blogspot.com/2007/11/use-of-hierarchy-as-organizing.html">Hierarchies vs. Relationships</a> in bibliographic modeling. She points out that the point of the FRBR model is not so much the hierarchy that you get to model, but the relationships that you can reveal among things.</p>
<p>This is a keen insight in my view since it really begins to get at the fun stuff that the Googles, Amazons, etc are doing with data that libraries long to do with bibliographic data. Coyle starts to articulate something here that I have not been able to put my finger on: the way that FRBR is a huge step forward but still only has an eye toward an implementation rooted in the way libraries have traditionally done things.</p>
<p>My library right now has been in discussions about subject guides and how to best build and provide access to them. I have felt for some time now that it would be great to get out of a next-generation catalog a system that imparts the kind of knowledge our librarians and subject liaisons put into these projects. Coyleâ€™s post renewed this thought by framing the new catalog model in terms of a â€œKnowledge Management system,â€ which to my mind is the true aim of a discovery system.</p>
<p>In the past when I have tried to express a hybrid of a next-generation catalog and a subject discovery tool, I have always framed it in terms of applying graph theory to bibliographic data. I think Coyleâ€™s post helps me to understand this. It seems obvious to use subject terms and call number ranges as one type of edge/vertex for nodes which are bibliographic items. However, her discussion raises the possibility of a new set of different kinds of edge types: translations, abridgements, extensions, etc.</p>
<p>More on this later&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://circulatable.org/2007/11/23/modeling-things-or-revealing-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What I want from a catalog</title>
		<link>http://circulatable.org/2007/04/09/what-i-want-from-a-catalog/</link>
		<comments>http://circulatable.org/2007/04/09/what-i-want-from-a-catalog/#comments</comments>
		<pubDate>Mon, 09 Apr 2007 18:06:14 +0000</pubDate>
		<dc:creator>nate</dc:creator>
				<category><![CDATA[Cataloging/Classification]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://circulatable.org/?p=105</guid>
		<description><![CDATA[It&#8217;s been a while since I&#8217;ve thought about what, in my mind, electronic catalogs are supposed to do. Today, Steve sent me a link to a test version of a very elegant catalog app built with a fraction of our catalog data. It really brings the cataloging data (you know, that stuff that librarians worked [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I&#8217;ve thought about what, in my mind, electronic catalogs are supposed to do. Today, Steve sent me a link to a test version of a very elegant catalog app built with a fraction of our catalog data. It really brings the cataloging data (you know, that stuff that librarians worked so hard to create) to the forefront, and has a great &#8220;shelf browse&#8221; view. This (plus <a href="http://www.daveyp.com/blog/stuff/opac.html">this OPAC survey</a> posted to code4lib) got me thinking: what should our catalog be, really?</p>
<p>It&#8217;s easy to get all Web 2.0 starry-eyed about this, perhaps partly because our catalog has been so ghastly for so long. People talk about social recommendations, comments, tags, structured blogging, and so on. There are a few problems with going down this road, though:</p>
<ol>
<li><a href="http://books.google.com">Other</a> <a href="http://librarything.com">people</a> are alerady doing this, well, and for free.</li>
<li>The Information Superhighway is littered with the charred-out husks of failed social networks. (Did you know Amazon added tagging a year ago? Have you ever used it?)</li>
<li>Library catalogs, by definition, contain <em>only your library&#8217;s stuff.</em></li>
</ol>
<p>The first two points might be surmountable (and are really the same thing anyhow), but the third is the killing blow to any idea of catalog-as-research-tool. Amazon has more data than you. Google Books has more data than you. Worldcat has more data than you. The thing you need to do your research may be at someone else&#8217;s library; this is why we have ILL, after all. Using the OPAC to do research means you&#8217;ll miss out on everything that&#8217;s not local. We can&#8217;t fix that. All of the social networking, &#8220;More about this book,&#8221; &#8220;More books like this,&#8221; and so on are all based on using the OPAC as a research tool. We just shouldn&#8217;t do that.</p>
<p>The place where our catalog can excel, the place where no one can compete, is in finding things already in our collection. Try using your Voyager-based catalog to find out where a particular book (or journal volume) is. Want extra credit? Try finding a NASA technical report. For some stuff, it&#8217;s nearly impossible to do, even for librarians. The number of times I&#8217;ve heard a librarian say &#8220;Well, I just know this is probably over here&#8230;&#8221; makes me want to scream. We&#8217;re using a catalog that indexes all of our millions of things so badly that our librarians often <em>need to ask other librarians</em> to help find things that are sitting on a shelf or in a file drawer.</p>
<p>It&#8217;s shameful.</p>
<p>So&#8230; I&#8217;m happy to wait on all of the Web 2.0 goodness until we&#8217;ve mastered the Web 1.0 thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://circulatable.org/2007/04/09/what-i-want-from-a-catalog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strategic (cataloging) objectives</title>
		<link>http://circulatable.org/2007/02/06/strategic-cataloging-objectives/</link>
		<comments>http://circulatable.org/2007/02/06/strategic-cataloging-objectives/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 04:32:14 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Cataloging/Classification]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://circulatable.org/?p=97</guid>
		<description><![CDATA[I have wondered lately whether the fundamental goals of cataloging are at odds with the 21st century digital environment? In a digital world, we build networks and networks are for bringing together remote objects. Now it is important to note that it is not simply a transfer of files from one physical location to another, [...]]]></description>
			<content:encoded><![CDATA[<p>I have wondered lately whether the fundamental goals of cataloging are at odds with the 21st century digital environment? In a digital world, we build networks and networks are for bringing together remote objects. Now it is important to note that it is not simply a transfer of files from one physical location to another, but more of an expression language for telling a narrative (think <a title="REST at Wikipedia" href="http://en.wikipedia.org/wiki/Representational_State_Transfer">REST</a>). Those remote objects are more appropriately understood as concepts than physical files. The work is always more important than the document that gives it form.</p>
<p>Elaine Svenonius in <em>The Intellectual Foundation of Information Organization</em> traces the timeline of what I would call major missteps that we are only now beginning to recover from in library land. It goes something like this:</p>
<ol>
<li>Cutter stated his cataloging objectives which importantly included what Svenonius calls the collocating objective</li>
<li>Lubetzky states his objectives and formally introduces the work/document distinction. His formulation was essentially adopted as the Paris principles.</li>
<li>IFLA only corrects this mistake of omission 36 years later</li>
</ol>
<p>Cutter&#8217;s original collocating principle is ignored in favor of a conceptualization that places a heavy emphasis on books/bibliographic items as uniquely identifiable things. It is only later in 1997 that IFLA reformulates and modernizes the objectives, which leads us to the current state of debate over FRBR and the new (old) world of facets. This is the point at which Svenonius hits the nail right on the head:</p>
<blockquote><p>The traditional <em>finding objective</em> specifies that what is to be found is a particular known document, while the traditional <em>collocating objective</em> specifies that what is to be found is a set of documents, defined by criteria such as author, work, and subject. The first IFLA objective integrates these into a single finding objective. While this is logical and introduces a certain elegance of expression, at the same time it diminishes the importance of the concept of <em>collocation</em>. This concept is well entrenched in bibliographic discourse. It is particularly useful for the emphasis it gives to what in the first instance is the primary act of information organization â€” bringing like things together. <strong>Both for its set-forming connotations and its ties to tradition it is too valuable to lose</strong>.</p>
<p>- Chapter 2, section on traditional objectives</p></blockquote>
<p>The final emphasis is mine. While uniquely identifying an item is important this is going to happen whether we like it or not since it is an inherent feature of any system that functions at the most simplistic level. Now for an incredibly long time leading up to the current era cataloging was rooted in identification of bibliographic items at the expense of collocation of bibliographic items. Adding to the significance of this, during the era of mass digitization of bibliographic records (we can call it the Gorman era), this is the model that was used: identify.</p>
<p>In the past few years we have seen library land, with more tradition, history and rich data than anyone else in the world, get trounced by <a title="Amazon, home of 'more like this'" href="http://amazon.com/">corporations</a> and <a title="LibraryThing, because even in reading we are social creatures" href="http://www.librarything.com/">mashups</a> who understand that you can get miles farther with vastly simpler description of the physical item if you give people something more important: collocation. People who bought this also bought this.</p>
<p>It boggles my mind why more librarians don&#8217;t seem understand this: we will never have to make the sales pitch to other bibliophiles, those people already understand the value of a book or other bibliographic entity. Anyone who obsesses over the edition of a book and who it was that wrote the introduction or preface is probably already sold on the value of libraries. It is the people who don&#8217;t understand how rich a library collection is that we need to spend our efforts seducing. We can do that by weaving the web: description should be base on 21st century collocation, not that old sixties issue, identity.</p>
]]></content:encoded>
			<wfw:commentRss>http://circulatable.org/2007/02/06/strategic-cataloging-objectives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abstractness, FRBR</title>
		<link>http://circulatable.org/2007/01/08/abstractness-frbr/</link>
		<comments>http://circulatable.org/2007/01/08/abstractness-frbr/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 23:32:17 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Cataloging/Classification]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://circulatable.org/?p=95</guid>
		<description><![CDATA[Karen Coyle recently pointed to a paper by Allen Renear and Yunseon Choi [pdf] in which they claim that inheritance is a poor way of describing the hierarchy in Group 1 FRBR entities. Renear/Choi mistakenly claim that the work entity is a model of an abstract thing and therefore work entities have some kind of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://kcoyle.blogspot.com/2007/01/frbr-oo-not.html">Karen Coyle recently pointed</a> to a <a href="http://eprints.rclis.org/archive/00008158/01/Renear_Modeling.pdf">paper by Allen Renear and Yunseon Choi</a> [pdf] in which they claim that inheritance is a poor way of describing the hierarchy in Group 1 FRBR entities. Renear/Choi mistakenly claim that the work entity is a model of an abstract thing and therefore work entities have some kind of &#8220;is-abstract&#8221; attribute. There is no thing like an &#8220;is-abstract&#8221; attribute for works. Rather the attributes of a works, expressions, manifestations and items are the pieces of bibliographic description such as &#8220;title&#8221;, &#8220;uniform title&#8221;, &#8220;copy number&#8221;, &#8220;call number&#8221; etc&#8230;</p>
<p>Karen Coyle has is right and Renear/Choi are confused in there concept of FRBR Group 1 entities. Coyle states, &#8220;I tend to consider all aspects of metadata to be abstract in nature, since it is a representation of something else.&#8221; Renear/Choi state</p>
<blockquote><p>The argument is simple: FRBR describes works as abstract and items as concrete. If all properties of â€œhigherâ€ entities are inherited by â€œlowerâ€ entities then items inherit the property of being abstract, and therefore items will be both abstract and concrete. But nothing is both abstract and concrete &#8211; therefore there is no unlimited general property inheritance in FRBR.</p></blockquote>
<p>They mistakenly seem to think that because works model something abstract that the model has some kind of &#8220;is-abstract&#8221; attribute or property while items, which model concrete things have an attribute on par with &#8220;is-concrete&#8221;.</p>
<p>There is no &#8220;is-abstract&#8221; attribute for works, expressions or manifestations and there is no &#8220;is-concrete&#8221; attribute for items. The attributes of an item might be things like &#8220;copy number&#8221; or &#8220;location code.&#8221; The attributes of works might include a unique identifier that serves as a reference to collocate related expressions. However, that ID is still a concrete thing (likely an integer, see below). Or a work might have an attribute like &#8220;uniform title&#8221;. Expressions might add an attribute like &#8220;transcribed title&#8221; or &#8220;language&#8221;. Manifestations &#8230; well, you get the point. (See, for example, page 32 of the <a href="http://www.ifla.org/VII/s13/frbr/frbr.pdf">FRBR document</a>.)</p>
<p>There is nothing abstract about an implementation of FRBR. Even if the Work was represented as nothing more than an arbitrary identifier in a system, it is still a concrete thing. Works may be no more concrete than integers, but it is important to remember that in a modern system integers are the thread that binds together the cloth of the fabric of content in a RDBMS. The work entity is simply the thread that binds together the more substantial entities one level down: the cloth-like expressions.</p>
<p>The hierarchy of the inherritance relationship still works because there is no logical conflict between any attributes of a work and any of an item. Renear/Choi come close to acknowledging this in their paper:</p>
<blockquote><p>It may be objected that this argument is sound but irrelevant as the only properties ever at issue were the attributes (or attribute values, or attribute/value pairs) explicitly specified in FRBR. So for the work entity the only relevant properties are ones such as title, form, context, and so on; but not the property of being abstract. On this account only specified attributes (and/or attribute values) are inherited and the argument given does not apply as â€œabstractâ€ and â€œconcreteâ€ are neither attributes nor attribute pairs. We believe that even this limited version of inheritance is misconceived, but before presenting our arguments against it we explore it further.</p></blockquote>
<p>But what I think they miss is that works do not have a property of abstraction at all. I am not sure that Romeo and Julliet the work has any property of abstractness. As Meriam Webster points out &#8220;the word poem is concrete, poetry is abstract.&#8221; However, investigating the properties of poetry (being the productions of a poet, being poetic) we do not find a property corresponding to abstractness. It is the same with FRBR entities. &#8220;A work is an abstract entity&#8221; (FRBR document), but that does not mean that Romeo and Julliet the work has the property of abstractness.</p>
<h4>Is this moot anyway?</h4>
<p>The conflict they raise may actually be desirable. I think there is a bit of a tension between a theoretical model here and a practical model. I live in a practical realm and think about ways to implement a FRBR-based application. In the practical world there is at least one important solution to the conflict of interest that Renear/Choi raise: overriding an attribute (or behavior).</p>
<p>Take a programming language like Java as an example. In Java it is possible to override the behavior or attributes of an inherrited class in a subclass. In implementing a system and working in one of the prominent object-oriented programming languages you might be able to define works as abstract and items as concrete. This could then have useful implications in the display of items in your collection. A user interface could browse works and items differently. When just looking at lists of items you see things that you do not when merely taking a look at the work-view of a bibliographic entity (such as a shelf location).</p>
]]></content:encoded>
			<wfw:commentRss>http://circulatable.org/2007/01/08/abstractness-frbr/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Library technology woes</title>
		<link>http://circulatable.org/2005/12/07/library-technology-woes/</link>
		<comments>http://circulatable.org/2005/12/07/library-technology-woes/#comments</comments>
		<pubDate>Wed, 07 Dec 2005 22:16:59 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Cataloging/Classification]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://circulatable.org/?p=47</guid>
		<description><![CDATA[Maybe if I were to set it to music, people will do it:

Gimme Shelter a hook
What I wouldn&#8217;t give, for just one f&#33;&#35;&#36 hook

The bane of my existence for the past couple of weeks has been the lack of a universal identifier for electronic resources like databases and full text aggregators. When trying to match [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe if I were to set it to music, people will do it:</p>
<ul>
<li><a href="http://www.rollingstones.com/home.php">Gimme <strike>Shelter</strike> a hook</a></li>
<li><a href="http://www.vfemmes.com/">What I wouldn&#8217;t give, for just one <strike>f&#33;&#35;&#36</strike> hook</a></li>
</ul>
<p>The bane of my existence for the past couple of weeks has been the lack of a universal identifier for electronic resources like databases and full text aggregators. When trying to match records between one system and another, e.g., a link resolver and catalog, an ISSN is a blessed thing. Why, oh, why can&#8217;t I have one for my database resources? Sure, there are OCLC numbers, but there is no incentive to add such a thing to a system that does not participate in cooperative cataloging.</p>
<p>-Sad Librarian</p>
]]></content:encoded>
			<wfw:commentRss>http://circulatable.org/2005/12/07/library-technology-woes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Popular bibliographic description</title>
		<link>http://circulatable.org/2005/07/19/popular-bibliographic-description/</link>
		<comments>http://circulatable.org/2005/07/19/popular-bibliographic-description/#comments</comments>
		<pubDate>Tue, 19 Jul 2005 22:58:18 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Cataloging/Classification]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://circulatable.org/?p=25</guid>
		<description><![CDATA[I subscribe to the Web4Lib listserv and for the last 8 or 9 months there has been a steady stream of comparisons between popular online web services (namely Google) and what we do in libraries. So my mind has trained lately to notice the differences between a librarian&#8217;s notion of what is important when it [...]]]></description>
			<content:encoded><![CDATA[<p>I subscribe to the Web4Lib listserv and for the last 8 or 9 months there has been a steady stream of comparisons between popular online web services (namely Google) and what we do in libraries. So my mind has trained lately to notice the differences between a librarian&#8217;s notion of what is important when it comes to information and what the rest of the world thinks of the world of information. </p>
<p>So I stumbled upon something that left me a little bit shocked: unless I am missing something, the iTunes music program does not provide a display for the record label of a given song. Does it strike anyone else as odd that this little bit of bibliographic description does not make the cut for the popular music catalog of the iPod era? Am I just a <em>librarian</em> for thinking this is odd or is &#8220;record label&#8221; beyond the 4/4 time signature of what is needed to identify and browse a music collection?</p>
<p>(I did check and it turns out that the <a href="http://www.gracenote.com/music/">Gracenote CDDB</a> that provides the service for the getting track names into iTunes does contain a much richer bit of metadata for an album than Apple uses in its program. So it appears to be a conscious decision to use a weak set of descriptive elements.)</p>
]]></content:encoded>
			<wfw:commentRss>http://circulatable.org/2005/07/19/popular-bibliographic-description/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
