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

[REST] entities: get entries by norm data ID #415

Open
dariok opened this issue Apr 15, 2020 · 1 comment
Open

[REST] entities: get entries by norm data ID #415

dariok opened this issue Apr 15, 2020 · 1 comment

Comments

@dariok
Copy link
Owner

dariok commented Apr 15, 2020

The REST endpoint for entities currently knows “scan” – for autocomplete – and retrieval of lists of occurrences in collections or files, based on the ID of the person element.

Esp. with TEI's private URI schemes, retrieval of an entity based on a norm data ID (GND, ORCID, ...) is necessary.

A combined index for person/@xml:id, person/idno
Ideally, idno has a type that corresponds to the authority part of the private URI:

<rs type="person" ref="per:orcid:0000-0002-0118-0811">

<person>
    <idno type="orcid">0000-0002-0118-0811</idno>
@dariok
Copy link
Owner Author

dariok commented May 21, 2020

See also #183
See also #99

dariok added a commit that referenced this issue Jan 24, 2021
- add att:aria-label (Cf. #359)
- use a new JS funtion to load entity data (related to
  #415 #371 #110 #98)
@dariok dariok added this to the 1.5 milestone Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant