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

Duplicate Resources with Same OMID Returning Different Metadata #24

Open
arcangelo7 opened this issue Jun 24, 2024 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@arcangelo7
Copy link
Collaborator

arcangelo7 commented Jun 24, 2024

I have encountered an issue with the OpenCitations Meta API that appears to return duplicate resources for the same OMID, each with slightly different metadata. This issue undermines the expectation that an OMID is a unique identifier for a single resource.

Specifically, the API call to:

https://opencitations.net/meta/api/v1/metadata/omid:br/06140765462

returns two different resources with the same OMID but with variations in their metadata.

@arcangelo7 arcangelo7 added the bug Something isn't working label Jun 24, 2024
@arcangelo7 arcangelo7 self-assigned this Jun 24, 2024
@arcangelo7
Copy link
Collaborator Author

After investigating the problem, we have determined that the two resources returned by the API are indeed the same entity. The issue arises because some properties, such as the date, are duplicated, which results in the API treating them as two separate resources.

This duplication of properties occurred due to an error during the merging process of entities that shared at least one common ID. We acknowledge the problem and will work on a solution to correctly merge these entities and eliminate the duplicate properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant