1 Linked Data in Alma and Publishing the Linked Data to Primo Yoel Kortick Senior Librarian

Slides:



Advertisements
Similar presentations
Aleph Restful APIs Ori Miller June 2012.
Advertisements

How to sort the “Order Information report” from the service “Print Acquisitions Records acq-03” Yoel Kortick.
Ex Libris, LOD and BIBFRAME
How to create a prompt in an Alma Analytics report Yoel Kortick | Senior Librarian.
1 Yoel Kortick Senior Librarian Alma Product Management 245 $$a Group Settings for Electronic Resources 246 $$a How to control access to electronic resources.
© 2016 Ex Libris | Confidential & Proprietary Publishing non-preferred terms to Primo Harvard University April Yoel Kortick Senior Librarian
© 2015 Ex Libris | Confidential & Proprietary Yoel Kortick Senior Librarian Cataloging introductory flow.
1 Yoel Kortick Senior Librarian Adding a local Electronic Collection.
© 2015 Ex Libris | Confidential & Proprietary Bound together titles Harvard University April Yoel Kortick Senior Librarian
© 2015 Ex Libris | Confidential & Proprietary Yoel Kortick | Senior Librarian Primo Analytics.
1 Designing and using normalization rules Yoel Kortick Senior Librarian, Ex Libris.
1 Yoel Kortick Senior Librarian Alma Product Management Inter- institutional fulfillment in a collaborative network.
1 Yoel Kortick Senior Librarian Working with the Alma Community Zone and Electronic Resources.
© 2016 Ex Libris | Confidential & Proprietary How to use an indication rule to retrieve all records with no language in the 008 field Yoel Kortick Senior.
1 Discovery Interface Display Logic Yoel Kortick Senior Librarian.
1 Yoel Kortick Senior Librarian Alma Product Management Mapping the bibliographic call number to the holding record call number.
© 2015 Ex Libris | Confidential & Proprietary Alma Social Login Yoel Kortick Senior Librarian.
© 2015 Ex Libris | Confidential & Proprietary Conservation Laboratory Work Orders Harvard University April Yoel Kortick Senior Librarian
Merge Rules and Routines
An Introduction to the Bibliographic Metadata Profile in Alma
Conservation Laboratory Work Orders Harvard University April 18-19
Synchronizing data from Alma to remote digital repository
Putting Linked Data at the Service of Libraries
How to create links from an Alma Analytics report to Primo
Linked Data in Alma and Publishing the Linked Data to Primo
Synchronizing data from remote digital repository to Alma
Yoel Kortick Senior Librarian
Using Alma Analytics with the Tableau Web Data Connector
How to add a non-Analytics widget to the Alma Dashboard
How to set up an RSS feed New Book List in Alma
How to print barcodes in batch mode via item-03
New and emerging acquisitions workflows Purchase requests
How to view and publish MARC records in BIBFRAME format
An article in an anthology and derive new record
Match and Merge Routine in the import profile
How to create an analytics widget and add it to the Alma dashboard
MARC extensions Yoel Kortick | Senior Librarian
Yoel Kortick Senior Librarian Alma Product Management
Creating links from an Alma Analytics report to an external web page
Patron Driven Acquisition (PDA) Demand Driven Acquisition (DDA)
New Features in Acquisitions
Authorities in Alma and F3
New and emerging acquisitions workflows Item search in Amazon
Yoel Kortick Senior Librarian
Yoel Kortick Senior Librarian
Aleph Restful APIs Yoel Kortick January 2010.
Yoel Kortick Senior Librarian
Real-Time Acquisition (RTA) integration with OASIS platform
Publishing to OCLC Yoel Kortick Senior Librarian.
Interoperability Between Aleph and Primo: Aleph Restful APIs
Metadata Editor Introduction
Using Alma Analytics with the Tableau Web Data Connector
How to view and publish MARC records in BIBFRAME format
Cataloging introductory flow
How to create links from an Alma Analytics report to Primo
Yoel Kortick Senior Librarian Alma Product Management
Customize Letters How to customize letters via xsl
Yoel Kortick Senior Librarian
Primo Normalization Rules
An article in an anthology and derive new record
Yoel Kortick Senior Librarian
Yoel Kortick Senior Librarian
Three methods of activating electronic collections in the consortial environment Yoel Kortick. Senior Librarian
Yoel Kortick Senior Librarian
Designing and Using Normalization Rules
Contributing to and Contributed By in the Alma Community Zone.pptx
Real-Time Acquisition (RTA) integration with OASIS platform
Linked Data, BIBFRAME and Alma
Alternate graphic representation 880 field
Yoel Kortick Senior Librarian
Presentation transcript:

1 Linked Data in Alma and Publishing the Linked Data to Primo Yoel Kortick Senior Librarian

2 2 Introduction Configuration in Alma The record in Alma and the API template/ The published record in Alma and Primo

3 Introduction Official definition of ‘Linked Data’ Linked Data is about using the Web to connect related data that wasn't previously linked, or using the Web to lower the barriers to linking data currently linked using other methods. The term Linked Data refers to a set of best practices for publishing and connecting structured data on the Web.

4 Introduction For information pertaining to Ex Libris and Linked Data see also: The following documentation on the Ex Libris developers network: ons/linked_data ons/linked_data ebservices/rest/linked_data ebservices/rest/linked_data The On Line Help at ocumentation/Alma_Online_Help_%28English%29/In tegrations_with_External_Systems/030Resource_Man agement/Linked_Data ocumentation/Alma_Online_Help_%28English%29/In tegrations_with_External_Systems/030Resource_Man agement/Linked_Data

5 Introduction It is possible to retrieve Linked data for bibliographic records via RESTful APIs that expose linked data in JSON-LD format. The linked data can also appear in the xml of the published record. In this way it can be exposed in the discovery interface and thereby aid the end user in both discovery and delivery

6 6 Introduction Configuration in Alma The record in Alma and the API template/ The published record in Alma and Primo

7 Configuration in Alma The first step for enabling the Alma RESTful APIs that expose linked data in JSON-LD format is to define an integration profile for the Linked Data. This is described in the On Line Help in the section on Integration profiles

8 Go to Administration > General Configuration > Configuration Menu > External Systems > Integration Profiles > Add integration profile > Choose type “Linked Data” Configuration in Alma

9 In the next screen select ‘active’ if you want this to be an active profile which will be in use. Typically the ‘Alternative Context URL’ will be empty, in which case the default context will be used: na.hosted.exlibrisgroup.com/alma/context/bib na.hosted.exlibrisgroup.com/alma/context/bib Configuration in Alma

10 Introduction Configuration in Alma The record in Alma and the API template/ The published record in Alma and Primo

11 The record we will use for this example will be title 'Lean in' by author 'Sheryl Sandberg', MMS ID The record in Alma and the API

12 The syntax of the URL which performs the GET command of the RESTful API for Linked Data is: The record in Alma and the API Code]/bibs/[MMSID].jsonld na.hosted.exlibrisgroup.com/alma/YILIS_INST/bibs/ jsonld Thus for example if your institution code is ‘YILIS_INST’ and your MMSID is then the syntax of the will be:

13 Here we do the retrieval using the Chrome REST client: The record in Alma and the API Your real institution will go here Your real MMSID will go here

14 Here is the beginning of the results in JSON in Chrome REST client The record in Alma and the API

15 Here is the creator section in Chrome with JSON view The record in Alma and the API

16 Here is the subject section in Chrome with JSON view The record in Alma and the API

17 Here are the bibliographic record linked subjects and corresponding appearance in the API results The record in Alma and the API

18 Here are the bibliographic record linked creators and corresponding appearance in the API results The record in Alma and the API

19 Each link in the API results links to the corresponding subject heading. For example here is the link which appears in the API results for subject 'Leadership in women' The record in Alma and the API

20 Here is one of the links for the creator The record in Alma and the API

21 Here is one of the links for the identifier The record in Alma and the API

22 Here is one of the links for the identifier The record in Alma and the API

23 Introduction Configuration in Alma The record in Alma and the API template/ The published record in Alma and Primo

24 The “Linked Data Enrichment” is chosen in the Publishing to Primo profile. The published record in Alma and Primo

25 When the record is published and ‘Linked data enrichment’ is checked then the xml of the published record includes the linked data. Here is linked data in the xml published record for the field creator The published record in Alma and Primo

26 Here is linked data in the published record for subjects The published record in Alma and Primo

27 The linked data then appears in the pnx record of Primo The published record in Alma and Primo

28 Thank You Yoel Kortick Senior Librarian