Linked Data for Enhanced Library Metadata Support

Slide Note
Embed
Share

Explore the innovative use of linked data to enrich library metadata and elevate support for student and faculty research initiatives. Learn about Emory University's linked data projects, small-scale use cases, and the integration of campus information systems for seamless access to interconnected resources.


Uploaded on Oct 01, 2024 | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. Download presentation by click this link. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

E N D

Presentation Transcript


  1. Combine_and_stir (Aleph data + RDF + Python + other things) IGeLU 2015 Developer s Day Budapest, Hungary 2015-09-05 Laura Akerman

  2. Question: How can we use linked data with our library metadata to better support student and faculty research? Small scale use cases that focus on a subset of our resources (Why? Emory Libraries capacity to do new things limited this year (Alma migration & Hydra implementation) Integration with Primo including Vivo Large scale integration of campus information, a la LD4L Combine and Stir - Laura Akerman - IGeLU Developers Day 2015

  3. Background/Inspiration Emory University has 3.5 million Aleph records. As a metadata specialist for digital projects, I became familiar with some faculty requests to use data from our catalog in new ways. IGELU-ELUNA Linked Open Data Interest Group Use Cases http://exlibrisgroup.org/display/CrossProduct/LOD+Use+ca ses+and+scenarios Emory University s linked data pilot project, Connections : https://scholarblogs.emory.edu/connections/ Bernardo Gomez s work: scripts to extract data from Aleph Combine and Stir - Laura Akerman - IGeLU Dev Day 2015

  4. Bernardos Work Presented at ELUNA and in a use case call: Exposing Aleph Bibliographic and Authority records as RDF/XML and providing auto- discovery in Primo http://mail.library.emory.edu/Slidy/linked_dat a_webseminar.html He is planning to share code, but meanwhile, can contact him at bgomez@emory.edu if you re interested. Combine and Stir - Laura Akerman - IGeLU Dev Day 2015

  5. A few details: Service to retrieve authority keys for headings in a bib record in Aleph. Service to retrieve both bib and authority records, represent them in MarcEdit text format, and convert them to RDFXML (using simple vocabularies for demonstration). Could store these in triplestore (Sesame), or retrieve fuller representations from OCLC for bib and auth, or VIAF for name authorities. Combine and Stir - Laura Akerman - IGeLU Dev Day 2015

  6. Bernardos use cases: Link to WorldCat Identities page for first author in Primo bib record Combine and Stir - Laura Akerman - IGeLU Dev Day 2015

  7. Combine and Stir - Laura Akerman - IGeLU Dev Day 2015

  8. Combine and Stir - Laura Akerman - IGeLU Dev Day 2015

  9. Adding JSON-LD to our Full View Combine and Stir - Laura Akerman - IGeLU Dev Day 2015

  10. Combine and Stir - Laura Akerman - IGeLU Dev Day 2015

  11. My ideas: Small applications for specific purposes Class projects, faculty and grad student research projects. Marry RDF from Aleph (or Primo?) with external linked data. Create web interfaces depending on use case display, possibly search, visualization, map, timeline, etc. Write Python scripts/modules to do this create building blocks that can be modified for more projects, maybe by savvy faculty or students. Share with everyone on GitHub Combine and Stir - Laura Akerman - IGeLU Dev Day 2015

  12. Why Aleph? We have Bernardo s scripts NOW to get the authority IDs out of Aleph, get authority records, and use LCCN etc. to get to VIAF. In future when we go to Alma, need to be able to use Alma APIs to get this data. If Primo JSON-LD API could furnish identifiers (authority IDs) it could be useful here. Combine and Stir - Laura Akerman - IGeLU Dev Day 2015

  13. Why Python? I wanted to really learn it. (Newbie alert!) I thought lots of library programmers might use it too. IS THIS TRUE? IS PYTHON A GOOD LANGUAGE FOR SHARING SOMETHING LIKE THIS? Combine and Stir - Laura Akerman - IGeLU Dev Day 2015

  14. 101 USE CASES? 1. Hurricane Katrina study class. Actual request some years ago to set up a database of our records for resources about the hurricane, which would be augmented with other resources found on the web by students and annotated. Catalog record + student contributed data + annotation (+ Wikidata?) + ? Combine and Stir - Laura Akerman - IGeLU Dev Day 2015

  15. More 2. Famous author: Catalog records for works by and about the person, + VIAF + Wikidata + archive data 3. Group of musicians, artists, poets expand from #2. * SEE ALSO Networking the Belfast Group, a much more extensive and cool project from Rebecca Koeser and others at Emory involving linked data: http://digitalscholarship.emory.edu/projects/proj ect-networking-belfast.html Combine and Stir - Laura Akerman - IGeLU Dev Day 2015

  16. More. 5. Class reading list catalog records + Wikidata on the authors + ? 6. Unfolding event: RSS feed from Primo (limited to Aleph/Alma records?) + Wikidata successive harvests + Twitter? + ? .. YOUR IDEAS? Combine and Stir - Laura Akerman - IGeLU Dev Day 2015

  17. So far Code to take a file of aleph numbers, and retrieve bibs as XML using Bernardo s service File of bib and auth numbers associating the record IDs for authorities in the bib with the bib ID Retrieve auth records as XML from Aleph Create Primo permalinks, and store the relationship between a resource and the permalink as RDF. Working on code to harvest bibs and send to Sesame. Choice: do our own conversion on our bib/auth data, or Harvest RDF from OCLC? Combine and Stir - Laura Akerman - IGeLU Dev Day 2015

  18. To do: Code to send chunks of RDF from bibs and auth in Sesame Extract Viaf record ID from auths for persons or organizations. Get the record in RDF. Use links in Viaf records to Wikidata to retrieve RDF related to the person or organization Select elements to be included in Sesame and send to Sesame. Create web display of information about the person or organization of interest, information about the related resources and other persons, selected other data and links. Complete the route by coding the extraction of Aleph IDs from an RSS feed or eshelf folder. End result / first demo enhanced info on interesting person or organization (Zsa Zsa Gabor, Mark Twain, Dalai Lama, Combine and Stir - Laura Akerman - IGeLU Dev Day 2015

  19. Challenges for me: Using Pymarc to extract data from MARCXML does the job but not well documented. Talking to Heidi Frank. XML handling modules and making REST api calls differences in Python versions (using 2.7) mean older examples found on the web didn t work. Combine and Stir - Laura Akerman - IGeLU Dev Day 2015

  20. Questions: Are there gotchas in these scenarios, and if so how could we work around Uncertainty about metadata rights? Desire to include Primo Central? Other datasources lacking authority records ? External data that s less open than we want? Need to establish by hand mapping across vocabularies (could this be shared?) Combine and Stir - Laura Akerman - IGeLU Dev Day 2015

  21. Your thoughts Would it be worthwhile pursuing the development of tools like this and would you contribute? Combine and Stir - Laura Akerman - IGeLU Dev Day 2015

  22. Thank you Contact me if you have more ideas/interest: Laura Akerman, liblna@emory.edu Latest working code will be up on GitHub in a week or so as soon as I figure out how to resolve a conflict ... https://github.com/lake44me/Link Combine and Stir - Laura Akerman - IGeLU Dev Day 2015

Related


More Related Content