Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate IdRef and GND identifiers in the document index #1547

Closed
pronguen opened this issue Dec 7, 2020 · 1 comment
Closed

Integrate IdRef and GND identifiers in the document index #1547

pronguen opened this issue Dec 7, 2020 · 1 comment
Assignees
Labels
enhancement Improvement of an existing feature f: data About data model, importation, transformation, exportation of data, specific for bibliographic data f: search p-High High priority (to be solved in the 2-3 next months)

Comments

@pronguen
Copy link
Contributor

pronguen commented Dec 7, 2020

How it works

Currently, to find all documents linked to a specific IdRef/GND entity, we

  1. need to request MEF in order to get the MEF ID
  2. need to request the document index of RERO ILS with the MEF ID

Improvement suggestion

The IdRef/GND ID is directly indexed in the document index, inside the corresponding field:

  • currently only inside contribution.agent
  • in the future, inside subjects fields and others (will be part of new specifications)

Example

"contribution": [
            {
              "agent": {
                "authorized_access_point_de": "Roud, Gustave, 1897-1976",
                "authorized_access_point_en": "Roud, Gustave, 1897-1976, poète",
                "authorized_access_point_fr": "Roud, Gustave, 1897-1976, poète",
                "authorized_access_point_it": "Roud, Gustave, 1897-1976, poète",
                "id_gnd": "118791354",
                "id_idref": "027110842",
                "id_rero": "A003764810",
                "type": "bf:Person",
                "variant_access_point": [
                  "Roud, Gustave Henri, 1897-1976"
                ]
              },
              "role": [
                "aut"
              ]
            },

Context

This will essentially enable ABES to reference RERO+ documents dynamically in the IdRef portal.

@pronguen pronguen added enhancement Improvement of an existing feature f: search triage labels Dec 7, 2020
@iGormilhit iGormilhit added f: data About data model, importation, transformation, exportation of data, specific for bibliographic data p-Medium Medium priority (to be solved within 1-2 years) and removed triage labels Dec 9, 2020
@pronguen pronguen added this to the v1.3.0 milestone Mar 4, 2021
@pronguen pronguen removed this from the v1.3.0 milestone Mar 15, 2021
@github-actions
Copy link

This issue is stale because it has been open 6 months with no activity.

@github-actions github-actions bot added the stale Stale or no longer relevant label Sep 12, 2021
@pronguen pronguen removed the stale Stale or no longer relevant label Sep 13, 2021
@pronguen pronguen reopened this Sep 13, 2021
@pronguen pronguen added p-High High priority (to be solved in the 2-3 next months) and removed p-Medium Medium priority (to be solved within 1-2 years) labels Feb 8, 2022
@rerowep rerowep self-assigned this May 3, 2022
@rerowep rerowep closed this as completed May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of an existing feature f: data About data model, importation, transformation, exportation of data, specific for bibliographic data f: search p-High High priority (to be solved in the 2-3 next months)
Projects
None yet
Development

No branches or pull requests

3 participants