X Close

DIS Student Blog

Home

Department of Information Studies

Menu

Archive for the 'Linked Open Bibliographic Data' Category

Some Things I Have Learned as the Student Systems Developer of the Linked Open Bibliographic Data Project by Natalia Garea Garcia

By Anne Welsh, on 17 November 2014

bibframe

As a MSc in Information Science student at the department I applied for the student systems developer position to help create an Open, Linked and Interactive Educational Resource for Bibliographic Data and was appointed in late September.

I could not summarize in a blog post everything I have learned so far but here are some highlights.

Semantic Web, Linked Data and RDF

Search engines have made the job of finding our way around the Web much easier. But we still have to go through the results of a search and take a few more steps until we get exactly what we want. That is because Web content is in a ‘human readable’ format and computers have a limited understanding of it. This understanding can be improved and there are several approaches to do so. One of them is the Semantic Web.

Honestly, I could not possibly explain better than the people from How Stuff Works what the Semantic Web is. Have a look, their Star Wars examples are insuperable.

Similarly, who could explain better Linked Data than Sir Tim Berners-Lee on his TED talk? He says Linked Data is about using identifiers for resources, those identifiers contain data in a standard format and, this is very important, relationships.

The standard format Berners-Lee talks about is Resource Description Framework (RDF). If you are interested in it, read the RDF primer or chapter 3 of Semantic Web Primer. Copies are available at UCL’s Science Library.

RDF allows to make statements, also called triples, composed of a subject (a resource), a predicate (a relationship) and an object (a value or another resource). Using the How Stuff Works example:

<AnakinSkywalker><isFatherOf><LukeSkywalker>

We are telling the computer that Anakin has a relationship ‘isFatherOf’ with Luke but we need to give the computer a bit more information. We know things that the computer does not know about this statement like:

  • Anakin and Luke are both people and they are both male.
  • Only males are called ‘father’ and in this context it describes the relationship with another person.
  • Anakin is Luke’s father which means that Luke is Anakin’s son.

In RDF terms:

  • Anakin and Luke belong to the subclass ‘Male’ of the class ‘Person’.
  • Only resources belonging to the class ‘Male’ can have the property ‘isFatherOf’ (domain restriction) and only other resources that belong to the class ‘Person’ can be the objects of this property (range restriction).
  • There should be another property named ‘isSonOf’ to explain the second relationship. Again it will have the domain ‘Male’ (a son can only be a male) and the range ‘Person’ (either a female or a male).

Classes, properties, domain restrictions and ranges can be defined in a RDF Schema (RDFS). RDF does not make any assumptions so the user can create any classes or properties.

SPARQL, which is the query language for RDF, is something else I have briefly had a look at. I will soon be learning about the practical side of publishing Linked Data as well.

BIBFRAME

The Bibliographic Framework (BIBFRAME or BF) is the standard replacing Machine Readable Cataloguing (MARC). Since the late 1960s, MARC provided bibliographic records with a structure that allowed computers to interpret and exchange the data they contained.

The new standard is now focusing on the Web environment and its objectives, as pointed out on the primer document, are “to differentiate clearly between conceptual content and its physical manifestation, focus on unambiguously identifying information entities and leverage and expose relationships between and among entities”.

With BIBFRAME we will be representing the valuable metadata libraries held until now in databases as Linked Open Data. Hopefully, this will lead to users being able to find information easily, search engines to direct people to library resources and to allow innovative uses of the metadata sets, increasing their value.

BIBFRAME is what the project I am helping with focuses on. I have read much of the content available on the official site, tried the editor, the comparison service and the transformation service. I have gone through examples and tried to create my own BF records which has helped me to learn about the use of the vocabulary elements. I have also joined the BIBFRAME list serv and keep an eye on what people are saying about it on social media.

If you are interested in learning more about BIBFRAME I would strongly recommend to start by reading the primer document as well as the FAQ section, then check out the vocabulary description and have a look at the vocabulary category view. This video of Eric Miller’s keynote at the DCMI 2014 sums up quite nicely what BIBFRAME may mean for the library community in the future. It lasts 80 minutes but it is worth it.

—–

Natalia Garea Garcia (@ngarea) is studying for her MSc IS and is the Student Systems Developer for the Linked Open Bibliographic Data project, for which staff in the Department of Information Studies (Antonis Bikakis (Project Lead), Anne Welsh (Project Coordinator), Simon Mahony and Charlie Inskip) hold an E-Learning Development Grant. Further blog posts and reports will be published periodically. A key output of the project is collaborative co-learning between staff and students, and this blog post supports teaching today in INSTG004 Cataloguing in which Natalia, Antonis and Anne are sharing knowledge and practical experience with students on the MA LIS.

Image: Overview of the BIBFRAME Model, Library of Congress

Note: the appearance of the byline on this post is auto-generated, indicating that it was posted by Anne Welsh. Natalia Garea Garcia is the sole author of this piece.

Linked Open Bibliographic Data: Creating an Open, Linked and Interactive Educational Resource for Bibliographic Data

By Anne Welsh, on 29 July 2014

Screen-shot-2014-07-25-at-14.18.34-150x150Antonis Bikakis, Anne Welsh, Simon Mahony and Charlie Inskip have been awarded funding from UCL ELE (Elearning Environments) to develop Linked Open Bibliographic Data. This will consist of a dataset of BIBFRAME records made available as an Open Educational Resource.

We are looking for a UCL DIS Masters student (academic year 2014-15) with an interest in library cataloguing and web technologies who will carry out this innovative 1-year project under the guidance of four academics from DIS: Antonis Bikakis, Anne Welsh, Simon Mahony and Charlie Inskip. The student will work for a total of 95 hours and will be involved in all stages of the project: design, development and evaluation. (S)he will gain useful work experience and develop important marketable skills in e-learning, web programming and Linked Data technologies.

If you are successful in being appointed, you will acquire the required skills through the following DIS modules: Cataloguing and Classification 1 & 2, XML, Knowledge Representation and Semantic Web Technologies.

You must have a good first degree and previous experience of working in a library or information service, and must be able to demonstrate: abilities to learn quickly and to work collaboratively as part of a team, reliability, and high-level of organisation. Any previous experience in XML or web programming is desirable.

To register an interest and find out how to apply, please contact Antonis Bikakis and Anne Welsh.

Image: E-Learning Development Grants page, UCL ELE.