marc2bibframe2 icon indicating copy to clipboard operation
marc2bibframe2 copied to clipboard

Treat OCLC Work identifiers as bf:Work bf:Identifiers

Open dbs opened this issue 6 years ago • 4 comments

The OCLC Work identifier URIs are intended to group like works together, thus if found they should be turned into an Identifier at the level of a bf:Work instead of at the bf:Instance level.

Signed-off-by: Dan Scott [email protected]

dbs avatar Feb 08 '19 22:02 dbs

@dbs -- this is actually a specification update. I'm referring to @jodiw01 for review. Thank you!

wafschneider avatar Feb 15 '19 14:02 wafschneider

This is an interesting request, but I'd like to see some MARC examples which illustrate this configuration. Do any exist?

jodiw01 avatar Feb 15 '19 21:02 jodiw01

Yes, Laurentian University enriched the records in their catalogue by using OCLC's xID service (RIP) to add 024 entries for Work entity URIs.

The original purpose was to express the relationship in the corresponding HTML via RDFa with schema:exampleOfWork (per the Evergreen library system's defaults).

But, when constrained by matching "worldcat.org/entity/work/", it offers a clear path forward for one subset of possible Work identifiers in the BIBFRAME conversion process.

So, a couple of examples in the wild:

  • https://laurentian.concat.ca/eg/opac/record/2793910 (click on MARC Record); corresponding MARCXML at https://laurentian.concat.ca/opac/extras/supercat/retrieve/marcxml/record/2793910
  • https://laurentian.concat.ca/eg/opac/record/898855 and MARCXML at https://laurentian.concat.ca/opac/extras/supercat/retrieve/marcxml/record/898855

dbs avatar Feb 15 '19 21:02 dbs

Re: the Evergreen default for 024 and OCLC Work entities, that was added in March 2015 as part of release 2.8.0 (about halfway through the OPAC enhancements section): http://docs.evergreen-ils.org/2.8/_evergreen_2_8_0_release_notes.html

dbs avatar Feb 15 '19 22:02 dbs