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

[BUG] Order of identifiers affects the addition of an item into a collection #90

Open
qjhart opened this issue Sep 30, 2024 · 0 comments
Assignees

Comments

@qjhart
Copy link
Contributor

qjhart commented Sep 30, 2024

For a standard collection import, items are supposed to be assigned as partOf the collection. However, this doesn't always work. The items will only be assigned properly if the first identifier is the ark: for the object. For example, in eastman, this input record.

{
  "@id": "",
...,
  "schema:identifier": [
    "B-9719",
    "ark:/13030/tf000001f7"
  ],
}

Does not get included while...

{
  "@id": "",
  "schema:identifier": [
    "ark:/13030/tf000001gr",
    "B-180"
  ],
}

does.

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

2 participants