Library Holdings as Linked Data

Translated by André Hagenbruch / Deutsche Version Deutsche Version

In his blog post “Local library data in the new global framework” Lukas Koster was spot on when he noted:

It doesn’t really make sense if all libraries in the world publish identical metadata side by side, does it?
In essence only really unique data is worth publishing. You link to the rest.

Among the few examples for the typical library to publish unique Linked Open Data are special collections and the increasingly important field of research data. But the one unique data resource that all libraries have in common is holdings information. As more and more bibliographic data is fed to WWW search engines by publishers, holdings information is an increasingly relevant source for networked and mobile applications.

Small wonder that there already are several approaches to modelling holdings. Among these are:

If you look at my earlier posts in this blog, I have already shown the flexibility and expressiveness of CRM, FRBRoo and PRESSoo. These articles mostly focused on the desciption of bibliographic objects and concepts and only hinted at their usefulness for holdings information. But the ontologies of the CRM universe in conjunction with the concepts from DAIA are very well suited to describe holdings information.

WEM + I in the CIDOC CRM Universe

Taking the University Library Dortmund as a member of the hbz library network I will show how the concepts work, expression, manifestation (WEM), and items (I) are being distributed among these two organisations. ((The catalog of the NRW library network is being operated by the Hochschulbibliothekszentrum NRW (hbz) and is an effort of the participating libraries cataloging into a central integrated library system. The data captured there are then being replicated to the local library systems.)) Whereas the library co-operative takes care of both the bibliographic description of the works, expressions, and manifestations as well as of its own collection descriptions, University Library Dortmund primarily documents their local holdings and builds availability services around them. Thus we avoid the aforementioned process of repeatedly publishing of identical data.

The following diagram illustrates the connection between these two services. It’s limited to the major components and builds on the models described in FRBRoo — eine Anwendung. ((currently only in German))

Verbund-Lokal-System_en

On the right side of the diagram you can see the actual holdings which are being modeled by the concept F5 Item from FRBRoo. Moreover, PRESSoo offers a suitable item for journal holdings, i.e. Z9 Storage Unit. The CRM extension CRMdig offers a suitable model for the presentation of digital objects on the level of exemplars.

Holdings information

To describe holdings information with the CRM I use the properties of the exemplar entity’s parent. It holds that:

  • F5 Item subClassOf E84 Information Carrier subClassOf E22 Man-Made Object
  • Z9 Storage Unit subClassOf E22 Man-Made Object
  • D13 Digital Information Carrier subClassOf E84 Information Carrier subClassOf E22 Man-Made Object
  • E22 Man-Made Object subClassOf E19 Physical Object subClassOf E18 Physical Thing

Usually such physical objects are being kept in a certain location and can eventually be made available to the user. These locations can be described with CRM concept E27 Site. Quoting the CRM:

In contrast to the purely geometric notion of E53 Place, this class describes constellations of matter on the surface of the Earth or other celestial body, which can be represented by photographs, paintings and maps.

Thus we can make statements about cohesion or ownership with respect to locations like branches, sections, departments, or stacks using E27 Site. To this end we can employ the following relations of the CRM (E27 Site subClassOf E18 Physical Thing):

  • E18 Physical Thing P46 is composed of (forms part of) E18 Physical Thing
  • E18 Physical Thing P52 has current owner (is current owner of) E39 Actor
  • E18 Physical Thing P58 has section definition (defines section) E46 Section Definition

Holdings information

Example 1: The FRBR family of conceptual models

<http://data.ub.tu-dortmund.de/resource/item/20129967> [
  a frbroo:F5_Item ;
  rdfs:label "A 12726" ;
  ecrm:P52_has_current_owner <http://lobid.org/organisation/DE-290> ;				
  ecrm:P46i_forms_part_of [
	a ecrm:E27_Site ;
	ecrm:P58_has_section_definition [
		a ecrm:E46_Section_Definition ;
		rdfs:label "Second Floor"
	]  ;
	ecrm:P46i_forms_part_of [
		a ecrm:E27_Site ;
		ecrm:P58_has_section_definition [
			a ecrm:E46_Section_Definition ;
			rdfs:label "Central Library"
		] ;
		ecrm:P46i_forms_part_of [
		  a ecrm:E27_Site ;
		  ecrm:P58_has_section_definition [
			a ecrm:E46_Section_Definition ;
			rdfs:label "TU Dortmund, University Library"
		  ] ;
		] ;
	] ;
  ] ;  
] .

Here we describe the item with the call number “A 12726” located on the second floor of the central library of the University Library Dortmund. We could enrich the description of the central library by adding for instance geo information as it is one of eight sites making up the entire University Library. This geo information then describes an E53 Place linked to a P53 has former or current location.

Ongoing serials (F18 Serial Work) or journals as their special case have to be viewed from a point of view of storage practices. With the exception of the most recent isuues, items of journal issues are mostly available as a series of bound units. Usually these series are not further specified, but hold a common call number. ((The volumes of “simple series” can be described as objects of ‘classic book format’ which are not being bound as books in frequent intervals. Thus, they won’t be considered in this article.))
The following diagram shows both the most current issue in its original binding and the result of the binding process and its relation to Z9 Storage Unit. By transforming the items to a new object the latter becomes an item of a new cumulative Publication Work. This Publication Work in turn is part of an ongoing serial work of type series.

Items_of_Serial_Works

The holdings information is now distributed on two objects:

In the following example the journal’s holdings information is being illustrated with a partial Z9 Storage Unit, leaving out the chronology.

Example 2: Bibliotheksdienst
According to the model outlined above this journal has two Z9 Storage Units, as it has been acquired by two branches of the University Library Dortmund.

<http://data.ub.tu-dortmund.de/resource/storageunit/ZA_377> [
  a pressoo:Z9_Storage_Unit ;
  rdfs:label "ZA 377" ;
  ecrm:P52_has_current_owner <http://lobid.org/organisation/DE-290> ;	
  ecrm:P46I_forms_part_of [
	a ecrm:E27_Site ;
	ecrm:P58_has_section_definition [
		a ecrm:E46_Section_Definition ;
		rdfs:label "Basement Level 1"
	]  ;
	ecrm:P46I_forms_part_of [
		a ecrm:E27_Site ;
		ecrm:P58_has_section_definition [
			a ecrm:E46_Section_Definition ;
			rdfs:label "Central Library"
		] ;
		ecrm:P46I_forms_part_of [
		  a ecrm:E27_Site ;
		  ecrm:P58_has_section_definition [
			a ecrm:E46_Section_Definition ;
			rdfs:label "TU Dortmund, University Library"
		  ] ;
		] ;
	] ;
  ] ;  
] . 

<http://data.ub.tu-dortmund.de/resource/storageunit/Bibliotheksdienst> [
  a pressoo:Z9_Storage_Unit ;
  rdfs:label "Bibliotheksdienst" ;
  ecrm:P52_has_current_owner <http://lobid.org/organisation/DE-290> ;				
  ecrm:P46I_forms_part_of [
	a ecrm:E27_Site ;
	ecrm:P58_has_section_definition [
		a ecrm:E46_Section_Definition ;
		rdfs:label "R. 501"
	]  ;
	ecrm:P46I_forms_part_of [
		a ecrm:E27_Site ;
		ecrm:P58_has_section_definition [
			a ecrm:E46_Section_Definition ;
			rdfs:label "Bibl. Sozialforschungsstelle"
		] ;
		ecrm:P46I_forms_part_of [
		  a ecrm:E27_Site ;
		  ecrm:P58_has_section_definition [
			a ecrm:E46_Section_Definition ;
			rdfs:label "TU Dortmund, University Library"
		  ] ;
		] ;
	] ;
  ] ;  
] .

Services for Items

Holdings information decoupled from pertinent services of the organisation isn’t much worth in the Linked Open Data Cloud. Only through coupling items with services such as loan can we offer surplus values that are not normally available through the bibliographic description alone.

As I already said in my previous post, currently a few micro ontologies dealing with the modelling of library services and bibliographic metadata in the linked data context are being developed by the German library community. To describe these services and statuses, we can use DAIA, DSO, and SSSO.

The following diagram shows the linkage of the Document Service Ontology to the Z9 Storage Unit via DAIA. For this we have to assume that the concept of Document in DSO and DAIA is compatible with Z9 Storage Unit. ((The DSO specification says: ‘The set of documents is not limited to a specific class […]’. Thus, the assumption holds true. The DAIA specification would have to be extended insofar as it only considers frbr:items valid at this point.))

Z9-DAIA

The linked Document Services are being described by the Simple Service Status Ontology. Thus, we can make statements such as ‘Item A is unavailable until date X.’

Example 3: loanable item with property daia:availableFor

<http://data.ub.tu-dortmund.de/resource/item/20129967> [
  a frbroo:F5_Item ;
  rdfs:label "A 12726" ;
  daia:availableFor [
    a dso:Loan ;
  ] ;
  ecrm:P52_has_current_owner <http://lobid.org/organisation/DE-290> ;				
  ecrm:P46I_forms_part_of [
	a ecrm:E27_Site ;
	ecrm:P58_has_section_definition [
		a ecrm:E46_Section_Definition ;
		rdfs:label "Second Floor"
	]  ;
        ...
  ] ;  
] .

Example 4: issue of a serial work available for presentation and interlibrary loan

<http://data.ub.tu-dortmund.de/resource/storageunit/ZA_377> [
  a pressoo:Z9_Storage_Unit ;
  rdfs:label "ZA 377" ;
  daia:unavailableFor [
    a dso:Loan ;
  ] ;
  daia:availableFor [
    a dso:Presenation ;
  ] ;
  daia:availableFor [
    a dso:Interloan;
  ] ;
  ecrm:P52_has_current_owner <http://lobid.org/organisation/DE-290> ;	
  ecrm:P46I_forms_part_of [
	a ecrm:E27_Site ;
	ecrm:P58_has_section_definition [
		a ecrm:E46_Section_Definition ;
		rdfs:label "Basement Level 1"
	]  ;
        ...
  ] ;  
] .

Conclusion
I have shown that we can make meaningful statements about holdings information using the existing ontologies and that there is no need for developing new vocabularies. As an afterthought, we might even also describe acquisition information within the CIDOC CRM framework. The simplest approach would be to use the concept E8 Acquisition Event to model an acquisition event and to describe it via EDIFACT data as an E31 Document.

Beispiele: FRBRoo für mehrbändig begrenzte Werke / Examples: FRBRoo for Multivolume Works

Beispiele für / Examples for: Sammelwerke, Sammlungen, mehrbändig begrenzte Werke und FRBRoo

Grundlagen der praktischen Information und Dokumentation : ein Handbuch zur Einführung in die fachliche Informationsarbeit / Buder, Marianne ; Laisiepen, Klaus.
München [u.a.]: Saur, 1990.
3., völlig neu gefasste Ausg.
ISBN: 3-598-21253-4

Graphische Darstellung / graphical representation

Beispiel eines mehrbändig begrenzten Werkes im Publikationsprozess

Mögliche RDF-Darstellung / representation in RDF

siehe / see: example3.ttl


Analysis / Forster, Otto.
Bd. 1: Differential- und Integralrechnung einer Veränderlichen.
Braunschweig [u.a.]: Vieweg, 2008. 9., überarb. Aufl.
Bd. 2: Differentialrechnung im R n, gewöhnliche Differentialgleichungen.
Braunschweig [u.a.]: Vieweg, 2008. 8., aktualisierte Aufl.
Bd. 3: Integralrechnung im R n mit Anwendungen.
Braunschweig [u.a.]: Vieweg, 2009. 5., aktualisierte Aufl.

Graphische Darstellung / graphical representation

Beispiel eines mehrbändig begrenzten Werkes im Schöpfungsprozess

Mögliche RDF-Darstellung / representation in RDF

siehe / see: example4.ttl

Beispiel: FRBRoo für Sammelwerke und Sammlungen / Example: FRBRoo for Aggregation Works

Beispiel für / Example for: Sammelwerke, Sammlungen, mehrbändig begrenzte Werke und FRBRoo

Commercial Interchanges Between Greeks and Natives / Graham, Alexander John
In: Collected papers on Greek colonization / Graham, Alexander John (Hrsg.)
Leiden, Boston, Köln : Brill, 2001.

Graphische Darstellung / graphical representation

Sammelwerk Beispiel

Mögliche RDF-Darstellung / representation in RDF

siehe / see: example2.ttl

Beispiel: FRBRoo für Einzelwerke / Example: FRBRoo for Individual Works

Beispiel für / Example for: FRBRoo — Eine prozessorientierte Sicht auf bibliographische Informationen

FRBR : a guide for the perplexed / Maxwell, Robert L.
Chicago: American Library Association, 2008.
VII, 151 S. : graph. Darst.
ISBN: 978-0-8389-0950-8, 0-8389-0950-7

Graphische Darstellung / graphical representation

Einzelwerk_Beispiel

Mögliche RDF-Darstellung / representation in RDF

siehe / see: example1.ttl

Publishing — the Modern Way

Translated by André Hagenbruch / Deutsche Version Deutsche Version

I have been a supporter of the open movement for a few years: Research results particularly from publicly funded projects and facilities have to be provided to the public within the meaning of the Open Definition. It’s unacceptable that the taxpayer should have to pay several times for such research.

The more the publishers misappropriate the topic of open access, the more perverse practices arise. For example, authors are not allowed to self-publish preprints by their publishers under the pretence of the forthcoming open version despite the horrendous fees they paid for Open Access publishing. On top of that publishers don’t even reduce subscription costs (even though the authors do the most of the work anyway when publishing) …

I have come to think that I, as a member of an academic library, should go as a good example and publish my findings at least as green road Open Access publications. But unfortunately, the publishing practices of German Library and Information Sciences don’t adhere to this way of thinking, despite the many preachers advocating Open Access publishing…

In addition to the practical experience I wondered whether this actual practice in publication is still timely. There is certainly no easy nor general answer to that.
We live in a time in which one is almost permanently online, lives in social networks, and tries to discuss issues in these networks or on Google, Bing and so forth in a cooperative and open way. Increasingly we see that researchers document their findings and questions on blogs and discuss these by using the comment functions. Is there a better way of review than this?
At such a time it seems to me the classic publishing practices for the latest research findings are outdated, especially in a relatively soft science as is library and information science.

I have now decided to go handle this blog in this way. The advantage for me is the fact that I can make time-independent and smaller results of my work (topics of my blog) directly available to the public and discuss them. But there will certainly be situations where “old school” publications are useful for me and the community 😉

In this sense I am looking forward to feedback!