Read a work's record
get_workFetch a work's detailed record from the BnF catalogue using its identifier, including title, creators, date, language, form, subject, and status.
Instructions
Read one work's record in the Bibliothèque nationale de France catalogue, by the identifier search_works returns. It carries the title, everyone the record credits, the date the BnF gives the work, its language, its form and its subject with the Dewey class. 'status' says whether the record is established or provisional, and 'status_statement' repeats what the catalogue itself states. A provisional identifier can change, so cite an established one where there is a choice. 'expression_count' counts the expressions the record links, which is not a count of published editions: use list_editions for those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| work_id | Yes | The identifier from search_works, such as 'cb11970626n' or 'temp-work/22d7f68c1a4bdd081ad7ca791fd3b730'. | |
| include_depictions | No | Include the images data.bnf.fr attaches to the work. A well-known work can carry dozens, so they are left out by default. find_digitised gathers them alongside the digitised editions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| work | Yes | ||
| notes | Yes | ||
| depictions | No | ||
| retrieved_at | Yes | When these metadata were read from data.bnf.fr, as an ISO 8601 instant. The BnF licence asks for this date to be stated wherever the metadata are shown, so repeat it alongside the source. | |
| depiction_count | Yes | Images on Gallica that the record points at, counted whether or not they were returned. |